.story-page {
    background: #050505;
    color: #f4f1eb;
    min-height: 100vh;
}

.story-wrap {
    width: min(920px, 90%);
    margin: 0 auto;
    padding: 120px 0 100px;
}

.story-kicker {
    font-size: 12px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #9b948a;
    margin-bottom: 28px;
}

.story-title {
    font-size: clamp(34px, 5vw, 56px);
    line-height: 0.95;
    font-weight: 400;
    letter-spacing: -0.04em;
    margin-bottom: 48px;
}

.story-block {
    margin-bottom: 90px;
}

.story-block p {
    font-size: 20px;
    line-height: 1.8;
    font-weight: 300;
    color: #e8e2d8;
    margin: 0 0 18px;
}

.story-block .short-line {
    margin-bottom: 10px;
}

.story-heading {
    font-size: 13px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: #9b948a;
    margin-bottom: 28px;
    font-weight: 400;
}

.story-small p {
    font-size: clamp(17px, 1.7vw, 21px);
    line-height: 1.75;
    color: #cfc7bb;
    max-width: 760px;
}

.story-divider {
    width: 100%;
    height: 1px;
    background: rgba(244, 241, 235, 0.16);
    margin: 80px 0;
}

.story-emphasis {
    font-size: clamp(30px, 5vw, 56px);
    line-height: 1.08;
    letter-spacing: -0.03em;
    color: #f4f1eb;
    margin: 0 0 40px;
}

.story-list {
    list-style: none;
    padding: 0;
    margin: 26px 0 0;
}

.story-list li {
    font-size: clamp(18px, 2vw, 24px);
    color: #e8e2d8;
    margin-bottom: 14px;
}

.story-list li::before {
    content: "—";
    color: #9b948a;
    margin-right: 12px;
}

.story-close {
    text-align: center;
    padding-top: 40px;
}

.story-close .brand {
    font-size: 14px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: #f4f1eb;
    margin-bottom: 18px;
}

.story-close .tagline {
    font-size: clamp(28px, 4.5vw, 54px);
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: #f4f1eb;
}
.first-hundred-line {
    margin-top: 36px;
}
.founders-line{
    margin-top: 80px;
}
@media (max-width: 768px) {
    .story-wrap {
        padding: 90px 0 70px;
    }

    .story-block {
        margin-bottom: 65px;
    }

    .story-divider {
        margin: 60px 0;
    }
}