/* CRES holding page. Scoped under #page-cres. Thin by design: it holds the
   /cres/ address (the old site's /cre-cres 301s here) under the "coming soon"
   stance ruled in docs/definitions/Gmaven_CRES_page_definition_v0_1.md. Shared
   chrome (header, eyebrow, 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.
   The page ends after the hero, so the bottom padding carries the gap to
   the footer, as on the 404 page. */
#page-cres .hero{padding-top:44px;padding-bottom:96px}
#page-cres .hero h1{font-size:clamp(33px,5vw,48px);font-weight:700;max-width:780px}
#page-cres .hero p.lead{font-size:19px;max-width:660px;margin-top:22px;color:var(--slate)}
#page-cres .hero p.body{font-size:16.5px;max-width:660px;margin-top:16px;color:var(--slate)}
#page-cres .cta-actions{margin-top:30px}
