* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Manrope", Arial, sans-serif;
    font-size: 17px;
    line-height: 1.7;
    color: #312d43;
    background: #f8f5ec;
}

body,
button,
input,
textarea {
    font-family: "Manrope", Arial, sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}

a:focus,
button:focus,
summary:focus {
    outline: 3px solid rgba(231, 202, 120, .65);
    outline-offset: 4px;
}

img {
    display: block;
    max-width: 100%;
}

h1,
h2,
h3 {
    margin: 0;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 600;
    color: #312d43;
}

h1 {
    max-width: 760px;
    font-size: 62px;
    line-height: 1;
}

h2 {
    font-size: 46px;
    line-height: 1.08;
}

h3 {
    font-size: 26px;
    line-height: 1.16;
}

p {
    margin: 14px 0 0;
    color: #625d6d;
}

strong {
    color: #41386b;
}

.skip-link {
    position: fixed;
    left: 16px;
    top: -80px;
    z-index: 20;
    padding: 10px 14px;
    background: #312d43;
    color: #ffffff;
    border-radius: 8px;
}

.skip-link:focus {
    top: 12px;
}

.container {
    width: 100%;
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 24px;
    padding-left: 24px;
}

.narrow {
    max-width: 780px;
}

.eyebrow {
    margin: 0 0 12px;
    font-size: 13px;
    font-weight: 800;
    color: #b08442;
    text-transform: uppercase;
}

.section-kicker {
    display: flex;
    width: fit-content;
    max-width: 100%;
    align-items: center;
    gap: 12px;
    letter-spacing: .08em;
}

.section-kicker span {
    color: #7a70ba;
    font-size: .92em;
}

.section-kicker::after {
    content: "";
    display: block;
    width: 58px;
    height: 1px;
    background: linear-gradient(90deg, rgba(122, 112, 186, .42), rgba(231, 202, 120, .58));
}

.lead {
    max-width: 640px;
    font-size: 20px;
    line-height: 1.6;
}

.display-title,
.impact-title {
    letter-spacing: 0;
}

.display-title {
    max-width: 820px;
    font-size: clamp(56px, 5.9vw, 96px);
    line-height: .9;
}

.display-title span {
    display: block;
}

.display-title em,
.impact-title em {
    color: #b59845;
    font-family: "Marck Script", cursive;
    font-style: normal;
    font-weight: 400;
    line-height: .88;
}

.impact-title {
    max-width: 980px;
    font-size: clamp(42px, 4.8vw, 72px);
    line-height: .96;
}

[data-reveal] {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .8s ease, transform .8s ease;
}

[data-reveal].is-visible {
    opacity: 1;
    transform: none;
}

@media (prefers-reduced-motion: reduce) {
    [data-reveal] {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

.title-accent {
    display: inline-block;
    font-family: "Marck Script", cursive;
    font-size: 1.05em;
    font-weight: 400;
    line-height: .85;
    color: #b59845;
}

.title-accent-purple {
    color: #7a70ba;
}

.title-accent-sage {
    color: #748b62;
}
