/* The approved House composition. Shared furniture lives in house.css. */
.open { position: relative; min-height: 94svh; display: flex; align-items: center; background: var(--ink); color: var(--paper); --focus: var(--paper); }
.open > .frame { position: absolute; inset: 0; box-shadow: none; background: var(--ink); }
.open > .frame::after { display: none; }
.open img { width: 100%; height: 100%; object-fit: cover; }
.open .scrim { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(270deg,rgba(27,24,21,.87),rgba(27,24,21,.78) 32%,rgba(27,24,21,.28) 56%,transparent 74%); }
.open .wrap { position: relative; display: flex; justify-content: flex-end; padding-block: calc(var(--bar) + 56px) 76px; }
.open .type { width: min(30rem,100%); }
.open h1 { margin: 0 0 28px; font-size: clamp(46px,5.4vw,84px); line-height: .99; }
.open h1 em { font-style: italic; }
.open .type > p { max-width: 44ch; margin: 0 0 26px; color: rgba(244,241,232,.92); font-size: 17px; }
.open .type > .lab { font-size: 11.5px; letter-spacing: .16em; color: rgba(244,241,232,.8); }
.open .cta { margin-top: 2px; color: var(--paper); }
.coll { padding-block: var(--section) 28px; }
.coll h2, .mats h2, .prov h2, .terms-sec h2, .close h2 { max-width: 22ch; margin: 12px 0 0; font-size: clamp(32px,4.4vw,64px); line-height: 1.03; }
.coll .intro, .mats .intro, .terms-sec .intro { max-width: 60ch; margin: 22px 0 44px; color: var(--ink-2); font-size: 17px; }
.pieces { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 52px 30px; }
.piece { min-width: 0; grid-column: span 2; }
.piece.lg { grid-column: span 3; }
.piece figure { margin: 0; }
.piece .frame { aspect-ratio: 4/5; }
.piece.lg .frame { aspect-ratio: 5/4; }
.piece img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 67%; }
.piece.lg img { object-position: 50% 82%; }
.piece figcaption { padding-top: 18px; }
.piece h3 { margin: 0 0 10px; font-size: 28px; line-height: 1.12; }
.piece .note { margin: 0 0 16px; color: var(--ink-2); font-size: 15px; max-width: 42ch; }
.piece .terms { display: flex; flex-wrap: wrap; gap: 8px 22px; padding-top: 12px; border-top: 1px solid var(--rule); color: var(--ink-3); font-size: 12.5px; }
.piece .terms b { color: var(--ink-2); font-weight: 500; }
.piece .held { margin: 12px 0 0; color: var(--ink-3); font-size: 13px; }
.piece .held a { display: inline-flex; align-items: center; min-height: 32px; text-decoration: underline; }
.piece.end { display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; }
.piece.end h3 { width: 100%; padding-top: 24px; border-top: 1px solid var(--ink); }
.piece.end p { max-width: 32ch; color: var(--ink-2); font-size: 16px; margin: 0 0 22px; }
.piece.end .go { display: inline-flex; align-items: center; min-height: 44px; border-bottom: 1px solid currentColor; font-size: 15px; }
.mats { padding-top: var(--section); }
.strip { display: grid; grid-template-columns: repeat(7,minmax(0,1fr)); }
.strip figure { min-width: 0; margin: 0; position: relative; background: var(--paper-2); }
.strip .frame { aspect-ratio: 1; box-shadow: none; }
.strip img { width: 100%; height: 100%; object-fit: cover; }
.strip figcaption { position: absolute; inset: auto 0 0; padding: 34px 14px 13px; background: linear-gradient(0deg,rgba(27,24,21,.94),rgba(27,24,21,.72) 58%,transparent); color: var(--paper); font-size: 12.5px; line-height: 1.4; }
.material-note { padding-block: 14px 0; margin: 0; color: var(--ink-3); font-size: 12px; }
.prov { padding-block: var(--section); }
.prov .grid, .close .grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: clamp(32px,5vw,72px); align-items: center; }
.prov p { max-width: 48ch; margin: 22px 0 0; color: var(--ink-2); font-size: 17px; }
.prov .lead { color: var(--ink); font: 25px/1.35 var(--serif); }
.prov figure { margin: 0; }
.prov .frame { aspect-ratio: 4/3; }
.prov img { width: 100%; height: 100%; object-fit: cover; object-position: 40% 68%; }
.prov .cta { margin-top: 24px; }
.terms-sec { padding-block: 80px; background: var(--paper-2); }
.terms-sec .intro { margin-bottom: 0; }
.close { padding-block: var(--section); background: var(--ink); color: var(--paper); --focus: var(--paper); }
.close p { max-width: 48ch; margin: 24px 0 30px; color: rgba(244,241,232,.82); font-size: 17px; }
.close .lab { color: rgba(244,241,232,.74); margin: 0; font-size: 11.5px; }
.close .row { display: flex; flex-wrap: wrap; gap: 16px 28px; }
.close .plate { position: relative; overflow: hidden; aspect-ratio: 4/3; background: var(--ink); }
.close .plate video, .close .plate img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.close .plate video { opacity: 0; transition: opacity 320ms var(--ease); }
.close .plate.is-playing video { opacity: 1; }
.close .plate.is-playing img { visibility: hidden; }
@media (max-width: 1050px) {
  .pieces { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 40px 24px; }
  .piece, .piece.lg, .piece.end { grid-column: span 2; }
  .strip { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .strip figure:last-child { grid-column: span 2; }
  .strip figure:last-child .frame { aspect-ratio: 2; }
}
@media (max-width: 900px) {
  .open { display: block; min-height: 0; padding-top: var(--bar); background: var(--paper); color: var(--ink); --focus: var(--ink); }
  .open > .frame { position: relative; height: clamp(280px,52svh,540px); }
  .open img { object-position: 36% 66%; transform: none !important; }
  .open .scrim { display: none; }
  .open .wrap { justify-content: flex-start; padding-block: 34px 40px; }
  .open .type { width: 100%; max-width: 36rem; }
  .open h1 { font-size: clamp(40px,7vw,62px); margin-bottom: 22px; }
  .open .type > p { color: var(--ink-2); font-size: 16px; }
  .open .type > .lab { color: var(--ink-3); font-size: 11.5px; }
  .open .cta { color: var(--ink); }
  .prov .grid, .close .grid { grid-template-columns: minmax(0,1fr); gap: 34px; }
  .prov p { max-width: 62ch; }
  .close .plate { max-height: 520px; }
}
@media (max-width: 600px) {
  .coll { padding-block: 52px 20px; }
  .coll .intro, .mats .intro, .terms-sec .intro { font-size: 16px; margin-top: 18px; }
  .pieces { grid-template-columns: minmax(0,1fr); gap: 40px; }
  .piece, .piece.lg, .piece.end { grid-column: 1; }
  .piece .frame, .piece.lg .frame { aspect-ratio: 1; }
  .piece img, .piece.lg img { object-position: 50% 80%; }
  .piece .held a { min-height: 44px; }
  .piece.end { padding-top: 8px; }
  .strip { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .strip figure:last-child { grid-column: span 2; }
  .terms-sec { padding-block: 60px; }
  .close .row { gap: 18px; }
}
@media (prefers-reduced-motion: reduce) { .close .plate video { transition: none; } }
