/* Match the experimental homepage contact footer on the other experimental pages. */
html body.playroom .experimental-contact-footer{position:relative;overflow:hidden;background:#22223B;padding:105px 0 80px;color:#fff}
html body.playroom .experimental-contact-footer::before{content:"";position:absolute;top:-1px;left:-10%;width:120%;height:48px;background:var(--wash);border-radius:0 0 50% 50% / 0 0 100% 100%;pointer-events:none}
html body.playroom .experimental-contact-footer>.wrap{position:relative;max-width:960px}
html body.playroom .experimental-contact-footer h2{margin:0 0 26px;color:#fff;font-family:var(--heading);font-size:clamp(2.4rem,3.7vw,3.5rem);font-weight:600;line-height:1.12;letter-spacing:-.03em;text-wrap:balance}
html body.playroom .experimental-contact-footer h2 em{font-weight:500}
html body.playroom .experimental-contact-footer p{margin:0;max-width:58ch;color:#d9ded9;font-size:1.05rem;line-height:1.75}
html body.playroom .experimental-contact-footer .button{display:inline-flex;align-items:center;justify-content:center;gap:1.75rem;min-height:48px;margin-top:28px;padding:16px 22px;border:1px solid #fff;border-radius:6px;background:#fff;box-shadow:none;color:#171917;font-size:1rem;font-weight:500;text-decoration:none;transition:transform .16s}
html body.playroom .experimental-contact-footer .button:hover{transform:translateY(-2px)}
html body.playroom .experimental-contact-footer .button>span{font-size:1.25rem;line-height:1}
@media(max-width:800px){html body.playroom .experimental-contact-footer{padding:80px 0 56px}html body.playroom .experimental-contact-footer::before{height:32px}}
