.story-section {
    background: var(--background);
}

.academy-intro {
    display: grid;
    grid-template-columns: 0.75fr 1.25fr;
    gap: clamp(34px, 8vw, 100px);
    align-items: start;
}

.academy-intro-copy strong { display: block; margin-bottom: 22px; font-size: clamp(1.6rem, 3vw, 2.5rem); line-height: 1.45; }
.academy-intro-copy p { color: var(--ink-soft); font-size: 1.1rem; }

.story-feature,
.story-list article {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 30px;
    box-shadow: 0 18px 46px rgba(64, 55, 47, 0.08);
}

.story-feature {
    display: grid;
    grid-template-columns: 1fr 0.82fr;
    overflow: hidden;
}

.story-feature img {
    width: 100%;
    height: 100%;
    min-height: 430px;
    object-fit: cover;
}

.story-feature div,
.story-list article {
    padding: clamp(24px, 4vw, 42px);
}

.story-feature time,
.story-list time {
    color: #9C7B25;
    font-weight: 900;
}

.story-feature h3,
.story-list h3 {
    margin: 14px 0 12px;
}

.story-feature p,
.story-list p {
    margin-bottom: 0;
    color: var(--ink-soft);
}

.story-list {
    display: grid;
    align-content: stretch;
}
