/* Weather Studio — homepage styles.
   Built on the shared design system (weather-studio.css).
   A small, restrained hero above the shared content column. */

.ws-hero {
    padding: 16px 0 28px;
    border-bottom: 1px solid var(--ws-divider);
}

.ws-hero-lead {
    margin: 0;
    max-width: 620px;
    font-size: 19px;
    line-height: 1.55;
    color: var(--ws-text-secondary);
}
