:root {
    --story-bg: #fafaf7;
    --story-surface: #f2f3ee;
    --story-dark: #19342c;
    --story-dark-soft: #26453b;
    --story-text: #1b2220;
    --story-muted: #69756f;
    --story-line: rgba(27, 34, 32, 0.12);
    --story-coral: #de6b48;
    --story-coral-light: #f2b18f;
    --story-white: #fffdfa;
    --story-max: 1380px;
}


/* 페이지 본문 색상 */

body.faith-landing-page {
    background: var(--story-bg);
    color: var(--story-text);
}


/* 공통 */

.story-section {
    max-width: var(--story-max);
    margin: 0 auto;
    padding: 150px 4vw;
}

.story-section-number {
    margin: 0 0 15px;
    color: var(--story-coral);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
}

.story-kicker {
    margin: 0 0 24px;
    color: var(--story-coral);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.17em;
}

.story-text-link,
.story-read-link {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 17px;
    padding-bottom: 7px;
    border-bottom: 1px solid currentColor;
    font-size: 13px;
    font-weight: 650;
}

.story-text-link span,
.story-read-link span {
    transition: transform 0.25s ease;
}

.story-text-link:hover span,
.story-read-link:hover span {
    transform: translate(4px, -4px);
}


/* Hero */

.story-hero {
    position: relative;
    min-height: 100svh;
    padding: 155px 4vw 90px;
    display: flex;
    align-items: center;
    color: var(--story-white);
    background:
        radial-gradient(
            circle at 82% 15%,
            rgba(242, 177, 143, 0.25),
            transparent 29%
        ),
        radial-gradient(
            circle at 20% 88%,
            rgba(78, 134, 110, 0.25),
            transparent 34%
        ),
        linear-gradient(
            138deg,
            #19342c 0%,
            #23473b 52%,
            #12231d 100%
        );
    overflow: hidden;
}

.story-hero-background {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.story-hero-grid {
    position: absolute;
    inset: 0;
    opacity: 0.15;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.06) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.06) 1px,
            transparent 1px
        );
    background-size: 95px 95px;
    mask-image: linear-gradient(
        to bottom,
        #000 0%,
        transparent 90%
    );
}

.story-hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(5px);
}

.story-hero-glow-one {
    top: 3%;
    right: 4%;
    width: 480px;
    height: 480px;
    background: radial-gradient(
        circle,
        rgba(242, 177, 143, 0.3),
        transparent 68%
    );
}

.story-hero-glow-two {
    bottom: -20%;
    left: 13%;
    width: 620px;
    height: 620px;
    background: radial-gradient(
        circle,
        rgba(82, 145, 116, 0.22),
        transparent 68%
    );
}

.story-hero-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: var(--story-max);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(260px, 0.45fr);
    gap: 8vw;
    align-items: end;
}

.story-hero .story-kicker {
    color: var(--story-coral-light);
}

.story-hero h1 {
    max-width: 980px;
    margin: 0;
    font-size: clamp(57px, 8vw, 126px);
    line-height: 0.98;
    font-weight: 650;
    letter-spacing: -0.075em;
}

.story-hero h1 strong {
    color: var(--story-coral-light);
    font-weight: 650;
}

.story-hero-description {
    max-width: 630px;
    margin: 38px 0 0;
    color: rgba(255, 253, 250, 0.7);
    font-size: clamp(16px, 1.35vw, 20px);
    line-height: 1.9;
}

.story-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 43px;
}

.story-hero-note {
    padding: 27px 0 5px;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.story-hero-note > span {
    display: block;
    margin-bottom: 25px;
    color: var(--story-coral-light);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.15em;
}

.story-hero-note p {
    margin: 0;
    color: rgba(255, 253, 250, 0.7);
    font-size: 17px;
    line-height: 1.85;
}

.story-scroll-guide {
    position: absolute;
    right: 4vw;
    bottom: 33px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 14px;
    color: rgba(255, 255, 255, 0.48);
    font-size: 9px;
    letter-spacing: 0.16em;
}

.story-scroll-guide i {
    width: 45px;
    height: 1px;
    background: currentColor;
    animation: storyScrollPulse 2s ease-in-out infinite;
}

@keyframes storyScrollPulse {
    0%,
    100% {
        transform: scaleX(0.45);
        transform-origin: left;
    }

    50% {
        transform: scaleX(1);
        transform-origin: left;
    }
}


/* Questions */

.story-section-heading {
    display: grid;
    grid-template-columns: minmax(120px, 0.3fr) minmax(0, 1fr);
    gap: 8vw;
    margin-bottom: 75px;
}

.story-section-heading h2,
.story-people-copy h2,
.story-topic-heading h2,
.story-latest-heading h2 {
    margin: 0;
    font-size: clamp(43px, 5.8vw, 82px);
    line-height: 1.12;
    font-weight: 650;
    letter-spacing: -0.06em;
}

.story-section-heading > div > p:last-child,
.story-topic-heading > p:last-child,
.story-people-copy > p:not(.story-section-number):not(.story-kicker) {
    max-width: 650px;
    margin: 28px 0 0;
    color: var(--story-muted);
    font-size: 16px;
    line-height: 1.85;
}

.story-question-list {
    border-top: 1px solid var(--story-line);
}

.story-question-item {
    position: relative;
    min-height: 255px;
    padding: 33px 30px;
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr) 35px;
    gap: 30px;
    align-items: start;
    border-bottom: 1px solid var(--story-line);
    overflow: hidden;
    transition:
        color 0.3s ease,
        background-color 0.3s ease,
        padding-left 0.3s ease;
}

.story-question-item::before {
    content: "";
    position: absolute;
    right: -130px;
    bottom: -160px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: rgba(222, 107, 72, 0.14);
    transform: scale(0);
    transition: transform 0.45s ease;
}

.story-question-item:hover {
    padding-left: 45px;
    color: var(--story-white);
    background: var(--story-dark);
}

.story-question-item:hover::before {
    transform: scale(1);
}

.story-question-item > span {
    position: relative;
    z-index: 1;
    color: var(--story-coral);
    font-size: 11px;
    font-weight: 700;
}

.story-question-item:hover > span {
    color: var(--story-coral-light);
}

.story-question-item div,
.story-question-item i {
    position: relative;
    z-index: 1;
}

.story-question-item div p {
    margin: 0 0 19px;
    color: var(--story-muted);
    font-size: 11px;
    font-weight: 650;
}

.story-question-item:hover div p {
    color: rgba(255, 255, 255, 0.55);
}

.story-question-item h3 {
    margin: 0;
    font-size: clamp(33px, 4.3vw, 66px);
    line-height: 1.17;
    font-weight: 620;
    letter-spacing: -0.055em;
}

.story-question-item i {
    font-style: normal;
    font-size: 22px;
    transition: transform 0.25s ease;
}

.story-question-item:hover i {
    transform: translate(5px, -5px);
}


/* People */

.story-people-section {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
    gap: 8vw;
    align-items: center;
}

.story-people-visual {
    position: relative;
    min-height: 660px;
    color: var(--story-white);
    background:
        radial-gradient(
            circle at 72% 25%,
            rgba(242, 177, 143, 0.32),
            transparent 24%
        ),
        linear-gradient(
            145deg,
            #2f5948,
            #19342c 60%,
            #102019
        );
    overflow: hidden;
}

.story-people-light {
    position: absolute;
    top: -10%;
    right: 8%;
    width: 45%;
    height: 115%;
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.2),
        rgba(255, 255, 255, 0)
    );
    transform: skewX(-14deg);
    filter: blur(4px);
}

.story-people-visual::before,
.story-people-visual::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
}

.story-people-visual::before {
    top: -90px;
    right: -110px;
    width: 390px;
    height: 390px;
}

.story-people-visual::after {
    right: 80px;
    bottom: -170px;
    width: 510px;
    height: 510px;
}

.story-people-visual-copy {
    position: absolute;
    right: 45px;
    bottom: 50px;
    left: 45px;
    z-index: 1;
}

.story-people-visual-copy span {
    display: block;
    margin-bottom: 22px;
    color: var(--story-coral-light);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.16em;
}

.story-people-visual-copy strong {
    font-size: clamp(39px, 5vw, 72px);
    line-height: 1.15;
    font-weight: 620;
    letter-spacing: -0.06em;
}


/* Topics */

.story-topic-section {
    border-top: 1px solid var(--story-line);
}

.story-topic-heading {
    max-width: 900px;
    margin-bottom: 75px;
}

.story-topic-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid var(--story-line);
    border-left: 1px solid var(--story-line);
}

.story-topic-card {
    position: relative;
    min-height: 355px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-right: 1px solid var(--story-line);
    border-bottom: 1px solid var(--story-line);
    transition:
        color 0.3s ease,
        background-color 0.3s ease;
}

.story-topic-card-large {
    min-height: 455px;
    grid-row: span 2;
    background: var(--story-surface);
}

.story-topic-card:hover {
    color: var(--story-white);
    background: var(--story-dark);
}

.story-topic-index {
    color: var(--story-coral);
    font-size: 11px;
    font-weight: 700;
}

.story-topic-card:hover .story-topic-index {
    color: var(--story-coral-light);
}

.story-topic-card div p {
    margin: 0 0 13px;
    color: var(--story-coral);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.15em;
}

.story-topic-card:hover div p {
    color: var(--story-coral-light);
}

.story-topic-card h3 {
    margin: 0;
    font-size: clamp(28px, 3vw, 44px);
    line-height: 1.22;
    font-weight: 630;
    letter-spacing: -0.045em;
}

.story-topic-card div span {
    display: block;
    max-width: 480px;
    margin-top: 18px;
    color: var(--story-muted);
    font-size: 14px;
    line-height: 1.8;
}

.story-topic-card:hover div span {
    color: rgba(255, 255, 255, 0.65);
}

.story-topic-card i {
    position: absolute;
    top: 28px;
    right: 28px;
    font-style: normal;
    transition: transform 0.25s ease;
}

.story-topic-card:hover i {
    transform: translate(5px, -5px);
}


/* Approach */

.story-approach-section {
    display: grid;
    grid-template-columns: minmax(210px, 0.45fr) minmax(0, 1.15fr);
    gap: 8vw;
    border-top: 1px solid var(--story-line);
}

.story-approach-label span {
    color: var(--story-muted);
    font-size: 13px;
}

.story-approach-copy {
    max-width: 920px;
}

.story-approach-copy p {
    margin: 0 0 34px;
    color: var(--story-muted);
    font-size: clamp(27px, 3.2vw, 49px);
    line-height: 1.55;
    font-weight: 520;
    letter-spacing: -0.035em;
}

.story-approach-copy p:first-child {
    color: var(--story-text);
}


/* Latest */

.story-latest-section {
    border-top: 1px solid var(--story-line);
}

.story-latest-heading {
    margin-bottom: 58px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
}

.story-latest-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(310px, 0.6fr);
    gap: 22px;
}

.story-featured-image {
    aspect-ratio: 16 / 10;
    display: block;
    overflow: hidden;
    background: var(--story-dark);
}

.story-featured-image img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.story-featured-image:hover img {
    transform: scale(1.035);
}

.story-featured-fallback {
    height: 100%;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: var(--story-white);
    background:
        radial-gradient(
            circle at 80% 18%,
            rgba(242, 177, 143, 0.28),
            transparent 28%
        ),
        linear-gradient(
            145deg,
            #315748,
            #19342c 62%,
            #102019
        );
}

.story-featured-fallback span {
    color: var(--story-coral-light);
    font-size: 10px;
}

.story-featured-fallback strong {
    font-size: clamp(45px, 5vw, 78px);
    line-height: 0.98;
    font-weight: 620;
    letter-spacing: -0.065em;
}

.story-featured-content {
    padding-top: 27px;
}

.story-post-meta {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    color: var(--story-muted);
    font-size: 11px;
}

.story-post-meta span {
    color: var(--story-coral);
}

.story-featured-content h3 {
    max-width: 860px;
    margin: 17px 0 0;
    font-size: clamp(31px, 3.5vw, 53px);
    line-height: 1.25;
    font-weight: 630;
    letter-spacing: -0.05em;
}

.story-featured-content > p:not(.story-post-meta) {
    max-width: 730px;
    margin: 18px 0 0;
    color: var(--story-muted);
    font-size: 15px;
    line-height: 1.8;
}

.story-side-posts {
    display: flex;
    flex-direction: column;
    border-top: 1px solid var(--story-line);
}

.story-side-post {
    flex: 1;
    border-bottom: 1px solid var(--story-line);
}

.story-side-post > a {
    position: relative;
    height: 100%;
    min-height: 290px;
    padding: 28px 45px 28px 0;
    display: flex;
    flex-direction: column;
    transition: padding-left 0.25s ease;
}

.story-side-post > a:hover {
    padding-left: 14px;
}

.story-side-post h3 {
    margin: 41px 0 14px;
    font-size: clamp(24px, 2.35vw, 35px);
    line-height: 1.32;
    font-weight: 630;
    letter-spacing: -0.045em;
}

.story-side-post > a > p:not(.story-post-meta) {
    margin: 0;
    color: var(--story-muted);
    font-size: 14px;
    line-height: 1.75;
}

.story-side-post-arrow {
    position: absolute;
    right: 4px;
    bottom: 28px;
    transition: transform 0.25s ease;
}

.story-side-post > a:hover .story-side-post-arrow {
    transform: translate(5px, -5px);
}


/* Final CTA */

.story-final-section {
    padding: 145px 4vw;
    color: var(--story-white);
    background:
        radial-gradient(
            circle at 84% 18%,
            rgba(242, 177, 143, 0.23),
            transparent 27%
        ),
        radial-gradient(
            circle at 15% 90%,
            rgba(78, 134, 110, 0.2),
            transparent 34%
        ),
        linear-gradient(
            138deg,
            #19342c,
            #23473b 55%,
            #12231d
        );
}

.story-final-inner {
    max-width: var(--story-max);
    margin: 0 auto;
}

.story-final-inner .story-kicker {
    color: var(--story-coral-light);
}

.story-final-inner h2 {
    max-width: 1160px;
    margin: 0;
    font-size: clamp(48px, 6.4vw, 96px);
    line-height: 1.12;
    font-weight: 650;
    letter-spacing: -0.06em;
}

.story-final-inner > p:not(.story-kicker) {
    margin: 32px 0 0;
    color: rgba(255, 255, 255, 0.65);
    font-size: 17px;
}

.story-final-inner .faith-button {
    margin-top: 45px;
}


/* Footer */

.story-footer {
    padding: 65px 4vw 34px;
    margin-top: -1px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 50px;
    color: var(--story-white);
    background: #102019;
}

.story-footer > div:first-child {
    justify-self: start;
    text-align: left;
}

.story-footer-brand {
    display: inline-block;
    font-size: 24px;
    font-weight: 650;
    letter-spacing: -0.03em;
}

.story-footer > div:first-child p {
    margin: 12px 0 0;
    color: rgba(255, 255, 255, 0.44);
    font-size: 12px;
}

.story-footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    font-size: 13px;
    align-items: center;
}

.story-footer-links a {
    color: rgba(255, 255, 255, 0.6);
    transition: color 0.2s ease;
}

.story-footer-links a:hover {
    color: var(--story-coral-light);
}

.story-footer-social {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    line-height: 1;
}

.story-footer-social svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
}

.story-footer-social .story-instagram-dot {
    fill: currentColor;
    stroke: none;
}

.story-footer-copyright {
    grid-column: 1 / -1;
    margin: 48px 0 0;
    padding-top: 24px;
    color: rgba(255, 255, 255, 0.3);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 11px;
}


/* Tablet */

@media (max-width: 1050px) {
    .story-hero-inner {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .story-hero-note {
        max-width: 500px;
        margin-top: 40px;
    }

    .story-people-section {
        grid-template-columns: 1fr;
    }

    .story-people-visual {
        min-height: 570px;
    }

    .story-latest-grid {
        grid-template-columns: 1fr;
    }

    .story-side-post > a {
        min-height: 225px;
    }
}


/* Mobile */

@media (max-width: 760px) {
    .story-hero {
        min-height: 100svh;
        padding: 125px 20px 90px;
    }

    .story-hero h1 {
        font-size: clamp(49px, 14vw, 72px);
        line-height: 1.04;
    }

    .story-hero-description {
        margin-top: 28px;
        font-size: 15px;
    }

    .story-hero-actions {
        flex-direction: column;
    }

    .story-scroll-guide {
        display: none;
    }

    .story-section {
        padding: 95px 20px;
    }

    .story-section-heading,
    .story-approach-section {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .story-section-heading {
        margin-bottom: 50px;
    }

    .story-section-heading h2,
    .story-people-copy h2,
    .story-topic-heading h2,
    .story-latest-heading h2 {
        font-size: 41px;
    }

    .story-question-item {
        min-height: 220px;
        padding: 25px 5px;
        grid-template-columns: 38px minmax(0, 1fr) 18px;
        gap: 12px;
    }

    .story-question-item:hover {
        padding-left: 12px;
    }

    .story-question-item h3 {
        font-size: 34px;
    }

    .story-people-visual {
        min-height: 470px;
    }

    .story-people-visual-copy {
        right: 25px;
        bottom: 30px;
        left: 25px;
    }

    .story-people-visual-copy strong {
        font-size: 42px;
    }

    .story-topic-grid {
        grid-template-columns: 1fr;
    }

    .story-topic-card,
    .story-topic-card-large {
        min-height: 310px;
        grid-row: auto;
    }

    .story-approach-copy p {
        font-size: 28px;
    }

    .story-latest-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .story-featured-content h3 {
        font-size: 34px;
    }

    .story-side-post h3 {
        font-size: 28px;
    }

    .story-final-section {
        padding: 100px 20px;
    }

    .story-final-inner h2 {
        font-size: 47px;
    }

    .story-footer {
        grid-template-columns: 1fr;
        padding: 55px 20px 30px;
    }

    .story-footer-links {
        flex-direction: column;
        gap: 14px;
    }

    .story-footer-copyright {
        margin-top: 20px;
    }
}


/* =========================================================
   Brand landing refinement v2
   기존 Header 관련 선택자는 수정하지 않습니다.
   ========================================================= */

:root {
    --story-bg: #fafaf7;
    --story-surface: #f1f2ed;
    --story-surface-warm: #f3eee7;
    --story-dark: #19342c;
    --story-dark-soft: #26453b;
    --story-text: #1b2220;
    --story-muted: #69756f;
    --story-line: rgba(27, 34, 32, 0.105);
    --story-coral: #de6b48;
    --story-coral-light: #f2b18f;
    --story-white: #fffdfa;
}

/* Hero는 화면을 넉넉히 사용하고 타이포그래피를 더 강하게 */
.story-hero {
    min-height: 100svh;
    padding-top: 170px;
    padding-bottom: 110px;
}

.story-hero h1 {
    font-size: clamp(62px, 8.4vw, 132px);
    line-height: 0.96;
    letter-spacing: -0.078em;
}

.story-hero-description {
    margin-top: 44px;
}

.story-hero-actions {
    margin-top: 46px;
}

/* 사이트가 시작된 질문 */
.story-origin-section {
    padding: 195px 4vw 180px;
    background: var(--story-bg);
}

.story-origin-inner {
    max-width: 1180px;
    margin: 0 auto;
}

.story-origin-title {
    margin: 0;
    font-size: clamp(49px, 6.6vw, 100px);
    line-height: 1.14;
    font-weight: 560;
    letter-spacing: -0.066em;
}

.story-origin-title strong {
    color: var(--story-coral);
    font-weight: 640;
}

.story-origin-description {
    max-width: 750px;
    margin: 52px 0 0 auto;
    color: var(--story-muted);
    font-size: 18px;
    line-height: 1.95;
}

/* 섹션을 박스처럼 나누지 않고 큰 여백으로 이어지게 */
.story-section {
    padding-top: 175px;
    padding-bottom: 175px;
}

.story-question-section {
    max-width: none;
    padding-right: max(4vw, calc((100vw - var(--story-max)) / 2 + 4vw));
    padding-left: max(4vw, calc((100vw - var(--story-max)) / 2 + 4vw));
    background: var(--story-bg);
}

.story-question-item {
    min-height: 275px;
}

.story-question-item h3 {
    font-size: clamp(35px, 4.55vw, 70px);
}

/* 사람과 공동체는 독립 매거진의 화보처럼 */
.story-people-section {
    max-width: var(--story-max);
    padding-top: 185px;
    padding-bottom: 185px;
}

.story-people-visual {
    min-height: 720px;
}

/* 주제 섹션은 따뜻한 베이지로 자연스럽게 전환 */
.story-topic-section {
    max-width: none;
    padding-right: max(4vw, calc((100vw - var(--story-max)) / 2 + 4vw));
    padding-left: max(4vw, calc((100vw - var(--story-max)) / 2 + 4vw));
    background: var(--story-surface-warm);
    border-top: 0;
}

.story-topic-grid {
    gap: 18px;
    border: 0;
}

.story-topic-card {
    border: 1px solid rgba(27, 34, 32, 0.075);
    background: rgba(255, 255, 255, 0.56);
    transition:
        color 0.3s ease,
        background-color 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.story-topic-card-large {
    background: var(--story-white);
}

.story-topic-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 55px rgba(25, 52, 44, 0.13);
}

/* 선언문은 더 큰 타이포그래피와 여백 */
.story-approach-section {
    padding-top: 190px;
    padding-bottom: 190px;
    border-top: 0;
}

.story-approach-copy p {
    margin-bottom: 42px;
    font-size: clamp(29px, 3.45vw, 53px);
}

/* 최근 글은 흰 공간 위에 단정하게 */
.story-latest-section {
    padding-top: 180px;
    padding-bottom: 190px;
    border-top: 1px solid var(--story-line);
    background: var(--story-bg);
}

.story-latest-heading {
    margin-bottom: 68px;
}

/* 마지막 문장은 보다 강한 브랜드 인상 */
.story-final-section {
    padding-top: 170px;
    padding-bottom: 170px;
    margin-bottom: 0;
    background-color: #12231d;
}

.story-final-inner h2 {
    font-size: clamp(40px, 5vw, 76px);
    line-height: 1.09;
}

/* 모바일 */
@media (max-width: 760px) {
    .story-hero {
        padding-top: 135px;
        padding-bottom: 95px;
    }

    .story-hero h1 {
        font-size: clamp(51px, 14.5vw, 76px);
    }

    .story-origin-section {
        padding: 120px 20px 110px;
    }

    .story-origin-title {
        font-size: 47px;
    }

    .story-origin-description {
        margin-top: 38px;
        font-size: 16px;
    }

    .story-section {
        padding-top: 110px;
        padding-bottom: 110px;
    }

    .story-question-section,
    .story-topic-section {
        padding-right: 20px;
        padding-left: 20px;
    }

    .story-question-item {
        min-height: 225px;
    }

    .story-people-visual {
        min-height: 490px;
    }

    .story-topic-grid {
        gap: 12px;
    }

    .story-approach-section,
    .story-latest-section {
        padding-top: 115px;
        padding-bottom: 115px;
    }

    .story-final-section {
        padding-top: 110px;
        padding-bottom: 110px;
    }

    .story-final-inner h2 {
        font-size: 38px;
    }
}
