.orunn-brand-story {
    --orunn-red: #8e0000;
    --orunn-ink: #161616;
    --orunn-muted: #686868;
    --orunn-paper: #faf9f6;
    background: var(--orunn-paper);
    color: var(--orunn-ink);
    margin: 0;
    padding: clamp(72px, 10vw, 148px) 24px;
}

.orunn-brand-story,
.orunn-brand-story * {
    box-sizing: border-box;
}

.orunn-brand-story__inner {
    width: min(100%, 920px);
    margin: 0 auto;
}

.orunn-brand-story__hero {
    max-width: 820px;
    margin-bottom: clamp(56px, 8vw, 96px);
}

.orunn-brand-story__eyebrow {
    margin: 0 0 24px;
    color: var(--orunn-red);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .16em;
}

.orunn-brand-story h1 {
    margin: 0;
    max-width: 780px;
    color: var(--orunn-ink);
    font-size: clamp(34px, 5.3vw, 68px);
    font-weight: 700;
    letter-spacing: -.025em;
    line-height: 1.2;
}

.orunn-brand-story__rule {
    display: block;
    width: 72px;
    height: 3px;
    margin-top: 34px;
    background: var(--orunn-red);
}

.orunn-brand-story__copy {
    max-width: 680px;
}

.orunn-brand-story__copy p {
    margin: 0 0 28px;
    color: #2a2a2a;
    font-size: clamp(17px, 1.9vw, 21px);
    line-height: 1.95;
}

.orunn-brand-story__copy strong {
    color: var(--orunn-red);
    font-weight: 700;
}

.orunn-brand-story__closing {
    margin-top: clamp(76px, 11vw, 132px);
    padding-top: 34px;
    border-top: 1px solid rgba(22, 22, 22, .14);
}

.orunn-brand-story__proposition {
    margin: 0 0 42px;
    color: var(--orunn-ink);
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 700;
    letter-spacing: .01em;
    line-height: 1.35;
}

.orunn-brand-story__brand {
    margin: 0 0 8px;
    color: var(--orunn-red);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .12em;
}

.orunn-brand-story__definition {
    margin: 0;
    color: var(--orunn-muted);
    font-size: 16px;
    line-height: 1.7;
}

@media (max-width: 640px) {
    .orunn-brand-story {
        padding: 64px 20px 80px;
    }

    .orunn-brand-story__hero {
        margin-bottom: 52px;
    }

    .orunn-brand-story__eyebrow {
        margin-bottom: 18px;
        font-size: 12px;
    }

    .orunn-brand-story__copy p {
        margin-bottom: 24px;
        line-height: 1.85;
    }

    .orunn-brand-story__closing {
        margin-top: 72px;
        padding-top: 28px;
    }
}
