.story-section {
    border-top: 1px solid rgba(255, 255, 255, 0.03);
    padding: 96px 0;
}

.story-section--alt {
    background: rgba(255, 255, 255, 0.003);
}

.story-section--privacy .container {
    text-align: center;
}

.story-section--privacy .story-p {
    max-width: 540px;
    margin: 0 auto;
}

@media (min-width: 769px) {
    .story-section--privacy .story-p {
        max-width: 760px;
    }
}

.story-row {
    display: flex;
    gap: 64px;
    align-items: center;
    flex-wrap: wrap;
}

.story-row--reverse {
    flex-direction: row-reverse;
}

.story-content {
    flex: 1.2;
    min-width: 320px;
}

.story-visual {
    flex: 1;
    min-width: 320px;
    min-height: 360px;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.015) 0%, rgba(255, 255, 255, 0) 70%);
    border: 1px solid rgba(255, 255, 255, 0.03);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.story-visual__placeholder {
    opacity: 0.25;
    font-size: 13px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
    padding: 0 24px;
}

.story-visual .resident-id-showcase {
    flex: none;
    width: 100%;
    min-width: 0;
    min-height: 0;
    height: auto;
    padding: 12px 10px;
    overflow: visible;
}

.story-visual .live-activity-showcase {
    flex: none;
    width: 100%;
    min-width: 0;
}

.story-visual:has(.resident-id-showcase),
.story-visual:has(.live-activity-showcase) {
    min-height: 0;
    background: none;
    border: none;
    border-radius: 0;
}

.story-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0.4;
    margin-bottom: 16px;
}

.story-title {
    font-size: 32px;
    font-weight: 500;
    margin: 0 0 20px;
    color: #fff;
    letter-spacing: -0.5px;
}

.story-p {
    opacity: 0.8;
    line-height: 1.7;
    font-size: 16px;
    max-width: none;
}

@media (max-width: 768px) {
    .story-section {
        padding: 64px 0;
    }

    .story-row {
        gap: 32px;
    }

    .story-title {
        font-size: 26px;
    }

    .story-visual {
        width: 100%;
    }

    .story-visual:not(:has(.resident-id-showcase)):not(:has(.live-activity-showcase)) {
        min-height: 300px;
    }
}
