/* Shared RNCollections Hero typography. Layout remains owned by each template. */
.rn-hero-text--small,
.rn-hero-text--title,
.rn-hero-text--description{box-sizing:border-box}
.rn-hero-text--small{max-width:var(--rn-hero-small-max-width,760px);font-family:var(--rn-hero-small-font,"Della Respira",Georgia,serif);font-size:var(--rn-hero-small-size-desktop,10px);font-weight:var(--rn-hero-small-weight,400);font-style:var(--rn-hero-small-style,normal);line-height:var(--rn-hero-small-line-height,1.4);letter-spacing:var(--rn-hero-small-letter-spacing,2px);text-transform:var(--rn-hero-small-transform,uppercase);text-align:var(--rn-hero-small-align,left);color:var(--rn-hero-small-color,currentColor)}
.rn-hero-text--title{max-width:var(--rn-hero-title-max-width,900px);font-family:var(--rn-hero-title-font,"Della Respira",Georgia,serif);font-size:var(--rn-hero-title-size-desktop,64px);font-weight:var(--rn-hero-title-weight,400);font-style:var(--rn-hero-title-style,normal);line-height:var(--rn-hero-title-line-height,1.05);letter-spacing:var(--rn-hero-title-letter-spacing,0);text-transform:var(--rn-hero-title-transform,none);text-align:var(--rn-hero-title-align,left);color:var(--rn-hero-title-color,currentColor)}
.rn-hero-text--description{max-width:var(--rn-hero-description-max-width,680px);font-family:var(--rn-hero-description-font,"Della Respira",Georgia,serif);font-size:var(--rn-hero-description-size-desktop,15px);font-weight:var(--rn-hero-description-weight,400);font-style:var(--rn-hero-description-style,normal);line-height:var(--rn-hero-description-line-height,1.7);letter-spacing:var(--rn-hero-description-letter-spacing,0);text-transform:var(--rn-hero-description-transform,none);text-align:var(--rn-hero-description-align,left);color:var(--rn-hero-description-color,currentColor)}
.rn-hero-text--description p{font:inherit;letter-spacing:inherit;text-transform:inherit;text-align:inherit;color:inherit}
@media(max-width:1024px){.rn-hero-text--small{font-size:var(--rn-hero-small-size-tablet,10px)}.rn-hero-text--title{font-size:var(--rn-hero-title-size-tablet,52px)}.rn-hero-text--description{font-size:var(--rn-hero-description-size-tablet,14px)}}
@media(max-width:600px){.rn-hero-text--small{font-size:var(--rn-hero-small-size-mobile,9px)}.rn-hero-text--title{font-size:var(--rn-hero-title-size-mobile,42px)}.rn-hero-text--description{font-size:var(--rn-hero-description-size-mobile,13px)}}

/* Optional Hero rhythm. Undefined custom properties leave legacy spacing intact. */
.rn-hero-text--small{margin-bottom:var(--rn-hero-gap-small-title)}
.rn-hero-text--title{margin-bottom:var(--rn-hero-gap-title-description)}
