.brand-statement {
    min-height: 40svh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 72px 24px;
    background: #F5F5F1;
    color: #1A1A1A;
    text-align: center;
}

.brand-statement__inner {
    max-width: 720px;
}

.brand-statement__eyebrow {
    margin: 0 0 16px;
    font-size: 12px;
    letter-spacing: 4px;
    text-transform: uppercase;
    opacity: 0.7;
}

.brand-statement__title {
    margin: 0 0 20px;
    font-size: 36px;
    line-height: 1.1;
    font-weight: 500;
}

.brand-statement__description {
    margin: 0 auto 28px;
    max-width: 560px;
    line-height: 1.7;
    opacity: 0.8;
}

.brand-statement__cta {
    display: inline-block;
    padding-bottom: 4px;
    border-bottom: 1px solid rgba(26, 26, 26, 0.35);
    transition: opacity 0.3s ease;
}

.brand-statement__cta:hover {
    opacity: 0.7;
}