/* Local draft: only the home welcome block. */
.polished .hero.portal-welcome{background:#fff4aa;border-color:#efdf83;grid-template-columns:minmax(0,1.35fr) minmax(260px,.85fr);gap:38px;align-items:center}
.polished .portal-welcome .lead{color:#38465b;font-weight:600;line-height:1.65;max-width:610px}
.polished .portal-welcome .muted{color:#b00050;font-size:.86rem;font-weight:650;line-height:1.55;max-width:540px;margin-top:18px}
.polished .portal-welcome h1 .keep-word{display:inline;white-space:nowrap}
.polished .portal-welcome .portal-gateway{width:100%;height:auto;max-width:350px;aspect-ratio:1;object-fit:contain;border-radius:24px;box-shadow:none;display:block}
.polished .portal-welcome .button.quiet{background:#fff;color:#b00050;border-color:#e7b6ca}
.polished .portal-welcome .button.quiet:hover{background:#fff;color:#8d003e;border-color:#b00050}
@media(max-width:700px){
 .polished .hero.portal-welcome{grid-template-columns:minmax(0,1fr);gap:20px;padding:24px 20px}
 .polished .portal-welcome-copy{display:block}
 .polished .portal-welcome .portal-gateway{grid-column:1;grid-row:auto;width:100%;max-width:330px;justify-self:center}
 .polished .portal-welcome .hero-links{display:grid;grid-template-columns:1fr}
}
