/* ASE v0.3.2 fluid typography and headline-wrapping safeguards. */
.ase-site {
    --ase-font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    --ase-font-heading: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-family: var(--ase-font-body);
    font-size: clamp(1rem, 0.96rem + 0.16vw, 1.08rem);
    line-height: 1.65;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.ase-site :where(h1, h2, h3, h4, h5, h6, p, ul, ol) {
    margin-block-start: 0;
}

.ase-site :where(h1, h2, h3, h4, h5, h6) {
    margin-block-end: 0;
    color: var(--ase-ink);
    font-family: var(--ase-font-heading);
    font-style: normal;
    font-weight: 760;
    letter-spacing: -0.025em;
    overflow-wrap: normal !important;
    word-break: normal !important;
    white-space: normal !important;
    -webkit-hyphens: none !important;
    -ms-hyphens: none !important;
    hyphens: none !important;
    text-wrap: balance;
}

.ase-site .ase-hero__title {
    max-width: 17ch;
    font-size: clamp(2.55rem, 5vw, 5rem) !important;
    line-height: 1.03 !important;
    letter-spacing: -0.052em;
    overflow-wrap: normal !important;
    word-break: normal !important;
    white-space: normal !important;
    -webkit-hyphens: none !important;
    -ms-hyphens: none !important;
    hyphens: none !important;
}

.ase-site .ase-page-title {
    max-width: 19ch;
    font-size: clamp(2.5rem, 4.8vw, 4.7rem) !important;
    line-height: 1.05 !important;
    letter-spacing: -0.045em;
}

.ase-site .ase-section-title {
    font-size: clamp(2rem, 3.2vw, 3.25rem) !important;
    line-height: 1.1 !important;
}

.ase-site .ase-card__title,
.ase-site .ase-post-card .wp-block-post-title {
    width: 100%;
    font-size: clamp(1.12rem, 1.32vw, 1.34rem) !important;
    line-height: 1.24 !important;
    letter-spacing: -0.018em;
    overflow-wrap: normal !important;
    word-break: normal !important;
    white-space: normal !important;
    -webkit-hyphens: none !important;
    -ms-hyphens: none !important;
    hyphens: none !important;
}

.ase-site .ase-resource__title {
    font-size: clamp(2rem, 3.4vw, 3.4rem) !important;
    line-height: 1.08 !important;
}

.ase-site .ase-cta__title {
    color: var(--ase-accent-contrast);
    font-size: clamp(2rem, 3.4vw, 3.25rem) !important;
    line-height: 1.08 !important;
}

.ase-site .ase-lead-capture__title {
    max-width: 24ch;
    font-size: clamp(1.75rem, 2.8vw, 2.65rem) !important;
    line-height: 1.1 !important;
    text-wrap: balance;
}

.ase-site .ase-eyebrow {
    margin: 0;
    color: var(--ase-accent);
    font-size: 0.78rem !important;
    font-weight: 800;
    letter-spacing: 0.11em;
    line-height: 1.3;
    text-transform: uppercase;
}

.ase-site .ase-section--accent .ase-eyebrow {
    color: var(--ase-accent-contrast);
    color: color-mix(in srgb, var(--ase-accent-contrast) 80%, transparent);
}

.ase-site .ase-lead {
    max-width: 66ch;
    margin: 0;
    color: var(--ase-muted);
    font-size: clamp(1.08rem, 1.1rem + 0.2vw, 1.25rem) !important;
    line-height: 1.62;
    text-wrap: pretty;
}

.ase-site .ase-hero__copy .ase-lead {
    max-width: 59ch;
}

.ase-site .ase-section--accent .ase-lead,
.ase-site .ase-section--accent p {
    color: var(--ase-accent-contrast);
    color: color-mix(in srgb, var(--ase-accent-contrast) 86%, transparent);
}

.ase-site .ase-card p,
.ase-site .ase-trust-item p,
.ase-site .ase-post-card p,
.ase-site .ase-resource p {
    margin: 0;
    color: var(--ase-muted);
    font-size: 0.98rem;
    line-height: 1.62;
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: auto;
    text-wrap: pretty;
}

.ase-site .ase-card__title a,
.ase-site .ase-post-card .wp-block-post-title a {
    color: inherit !important;
    font: inherit;
    line-height: inherit;
    text-decoration: none !important;
    text-underline-offset: 0.18em;
}

.ase-site .ase-card__title a:hover,
.ase-site .ase-card__title a:focus-visible,
.ase-site .ase-post-card .wp-block-post-title a:hover,
.ase-site .ase-post-card .wp-block-post-title a:focus-visible {
    color: var(--ase-accent) !important;
    text-decoration: underline !important;
    text-decoration-thickness: 1px !important;
}

.ase-site .wp-block-post-date,
.ase-site .wp-block-post-terms {
    color: var(--ase-muted);
    font-size: 0.82rem;
    font-weight: 650;
    letter-spacing: 0.02em;
}

.ase-site a:focus-visible,
.ase-site button:focus-visible {
    outline: 3px solid rgba(39, 98, 122, 0.42);
    outline: 3px solid color-mix(in srgb, var(--ase-accent) 42%, transparent);
    outline-offset: 3px;
}

.ase-site :where(h1, h2, h3, h4, h5, h6) {
    color: var(--ase-heading, var(--ase-ink));
}

.ase-site .ase-inline-footer :where(h1, h2, h3, h4, h5, h6, p, a) {
    color: var(--ase-footer-text);
}
