/* Find space stand-in. Scoped under #page-findspace.
   Minimal by design: this page is a placeholder that the separate
   listings project replaces wholesale when its prototype lands, so it
   carries only the hero rhythm the other pages define page-scoped, plus
   one note box. Shared chrome (header, buttons, breadcrumb, footer)
   lives in chrome.css. */

/* Hero rhythm (not in chrome.css; mirrors the other pages). Padding top
   and bottom are set explicitly, never shorthand, per the project rule. */
#page-findspace .hero{padding-top:78px;padding-bottom:70px}
#page-findspace .hero h1{font-size:clamp(33px,5vw,48px);font-weight:700;max-width:780px}
#page-findspace .hero p.lead{font-size:19px;max-width:660px;margin-top:22px;color:var(--slate)}

/* Stand-in note: what this page will become */
#page-findspace .fs-note{border:1px solid var(--line);border-left:5px solid var(--cyan);border-radius:14px;background:var(--bg);padding:22px 26px;margin-top:34px;max-width:760px;font-size:15.5px;line-height:1.7;color:var(--slate)}
#page-findspace .fs-note strong{color:var(--navy)}
