/* One house, every room live — ecosystem strip above the footer. */
.gdphouse { position: relative; z-index: 10; width: 100%; background: #07070c; border-top: 1px solid rgba(56, 212, 255, 0.28); padding: 72px 48px 80px; }
.gdphouse__inner { max-width: 1180px; margin: 0 auto; }
.gdphouse__label { font-weight: 700; font-size: 16px; letter-spacing: 0.26em; text-transform: uppercase; color: rgb(56, 212, 255); margin: 0 0 28px; font-family: inherit; }
.gdphouse__row { display: flex; flex-wrap: wrap; gap: 20px 56px; }
.gdphouse__link { display: flex; flex-direction: column; gap: 3px; text-decoration: none; }
.gdphouse__role { font-weight: 600; font-size: 14px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(56, 212, 255, 0.75); }
.gdphouse__name { font-size: 22px; font-weight: 700; color: #ffffff; transition: color 0.16s cubic-bezier(0.22, 1, 0.36, 1); }
@media (hover: hover) and (pointer: fine) {
  .gdphouse__link:hover .gdphouse__name { color: rgb(56, 212, 255); }
}
@media (max-width: 809.98px) { .gdphouse { padding: 56px 22px 64px; } .gdphouse__name { font-size: 20px; } }


/* --- craft layer (site-wide, additive) --- */
::selection { background: rgba(56, 212, 255, 0.32); }
a:focus-visible, button:focus-visible, input:focus-visible { outline: 2px solid rgb(56, 212, 255); outline-offset: 2px; }

/* --- strip entrance (fail-open; hidden only when queued to animate) --- */
.gdphouse [data-gdprv] { transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1), transform 0.5s cubic-bezier(0.22, 1, 0.36, 1); }
.gdphouse .gdprv-pre { opacity: 0; transform: translateY(12px); }
.gdphouse .gdprv-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .gdphouse [data-gdprv], .gdphouse .gdprv-pre { opacity: 1; transform: none; transition: none; }
}
