.ci-wrapper {
    --ci-orange: #ff5a00;
    --ci-orange-dark: #dc4e00;
    --ci-black: #0d0d0d;
    --ci-ink: #252525;
    --ci-muted: #6b6b6b;
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 0 0 100px;
    color: var(--ci-ink);
}

.ci-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--ci-orange);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.16em;
}

.ci-kicker::before {
    width: 28px;
    height: 3px;
    background: currentColor;
    content: "";
}

.ci-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.75fr);
    min-height: 570px;
    margin-bottom: 96px;
    overflow: hidden;
    border-radius: 4px 28px 4px 28px;
    background: var(--ci-black);
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.18);
}

.ci-hero-visual {
    position: relative;
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 72px 54px;
    isolation: isolate;
}

.ci-hero-visual::before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 34%;
    height: 12px;
    background: var(--ci-orange);
    content: "";
    pointer-events: none;
}

.ci-hero-visual::after {
    position: absolute;
    z-index: -1;
    bottom: -170px;
    left: -120px;
    width: 410px;
    height: 410px;
    border: 90px solid rgba(255, 90, 0, 0.18);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.ci-hero-watermark {
    position: absolute;
    z-index: -1;
    top: 26px;
    left: 34px;
    color: rgba(255, 255, 255, 0.055);
    font-size: clamp(150px, 19vw, 290px);
    font-weight: 900;
    line-height: 0.9;
    letter-spacing: -0.1em;
    pointer-events: none;
    user-select: none;
}

.ci-hero-label {
    position: absolute;
    top: 35px;
    left: 40px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2em;
}

.ci-hero-visual img {
    display: block;
    width: min(100%, 720px);
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.4));
}

.ci-hero-copy {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 66px 44px 54px;
    background: #fff;
}

.ci-hero-copy::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 38%;
    background: var(--ci-orange);
    content: "";
    pointer-events: none;
}

.ci-hero-copy h2 {
    margin: 28px 0 22px;
    color: var(--ci-black);
    font-size: clamp(34px, 3.3vw, 52px);
    font-weight: 800;
    line-height: 1.22;
    letter-spacing: -0.055em;
    word-break: keep-all;
}

.ci-hero-copy h2 strong {
    color: var(--ci-orange);
    font-weight: inherit;
}

.ci-hero-copy p {
    margin: 0;
    color: var(--ci-muted);
    font-size: 16px;
    line-height: 1.8;
    word-break: keep-all;
}

.ci-hero-download {
    display: flex;
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 42px;
    padding: 14px 18px 14px 22px;
    border: 2px solid var(--ci-black);
    background: var(--ci-black);
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.ci-download-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--ci-orange);
    font-size: 18px;
}

.ci-hero-download:hover {
    background: var(--ci-orange);
}

.ci-hero-download:hover .ci-download-arrow {
    background: var(--ci-black);
}

.ci-hero-download:focus-visible,
.ci-download-button:focus-visible {
    outline: 3px solid #1f6feb;
    outline-offset: 4px;
}

.ci-story {
    display: grid;
    grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.45fr);
    gap: clamp(60px, 9vw, 130px);
    align-items: start;
    margin-bottom: 112px;
    padding: 22px 4px 0;
}

.ci-story-lead {
    position: relative;
    padding-top: 42px;
}

.ci-story-number {
    position: absolute;
    z-index: -1;
    top: -30px;
    left: -8px;
    color: #f0f0f0;
    font-size: 132px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.08em;
    user-select: none;
}

.ci-story h2 {
    margin: 24px 0 30px;
    color: var(--ci-black);
    font-size: clamp(34px, 4vw, 50px);
    font-weight: 800;
    line-height: 1.28;
    letter-spacing: -0.05em;
    word-break: keep-all;
}

.ci-meaning-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ci-meaning-list span {
    padding: 9px 14px;
    border: 1px solid #e4e4e4;
    border-radius: 999px;
    background: #fff;
    color: #555;
    font-size: 14px;
    font-weight: 700;
}

.ci-meaning-list span:first-child {
    border-color: var(--ci-orange);
    background: var(--ci-orange);
    color: #fff;
}

.ci-story-copy {
    position: relative;
    padding: 46px 0 18px 52px;
    border-left: 6px solid var(--ci-orange);
}

.ci-story-copy::before {
    position: absolute;
    top: 0;
    left: 48px;
    color: #e8e8e8;
    font-family: Georgia, serif;
    font-size: 72px;
    font-weight: 700;
    line-height: 1;
    content: "“";
    pointer-events: none;
}

.ci-story-copy p {
    margin: 0;
    color: #484848;
    font-size: clamp(18px, 1.8vw, 22px);
    line-height: 1.9;
    letter-spacing: -0.025em;
    word-break: keep-all;
}

.ci-story-copy p + p {
    margin-top: 28px;
}

.ci-downloads {
    padding-top: 86px;
    border-top: 1px solid #dedede;
}

.ci-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 10px 30px;
    margin-bottom: 36px;
}

.ci-section-heading .ci-kicker {
    grid-column: 1 / -1;
}

.ci-section-heading h2 {
    margin: 0;
    color: var(--ci-black);
    font-size: clamp(34px, 4vw, 48px);
    font-weight: 800;
    letter-spacing: -0.045em;
}

.ci-section-heading p {
    margin: 0 0 7px;
    color: var(--ci-muted);
    font-size: 16px;
}

.ci-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.ci-card {
    margin: 0;
    overflow: hidden;
    border: 1px solid #dcdcdc;
    border-radius: 2px 18px 2px 18px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ci-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.11);
}

.ci-preview {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.ci-preview-dark {
    background: #000;
}

.ci-preview-light {
    background: #fff;
}

.ci-preview-orange {
    background: #ff5a00;
}

.ci-preview img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: contain;
}

.ci-card figcaption {
    display: flex;
    min-height: 92px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 19px 22px;
    border-top: 1px solid #e3e3e3;
}

.ci-card-title {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 13px;
}

.ci-card-title > span {
    flex: 0 0 auto;
    padding: 5px 7px;
    background: #efefef;
    color: #666;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.ci-card h3 {
    margin: 0;
    color: var(--ci-black);
    font-size: 19px;
    letter-spacing: -0.025em;
}

.ci-download-button {
    display: inline-flex;
    flex: 0 0 auto;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 17px;
    border: 1px solid var(--ci-black);
    background: #fff;
    color: var(--ci-black);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.ci-download-button:hover {
    background: var(--ci-black);
    color: #fff;
}

@media (max-width: 900px) {
    .ci-wrapper {
        width: min(760px, calc(100% - 32px));
        padding-bottom: 72px;
    }

    .ci-hero {
        grid-template-columns: 1fr;
        min-height: 0;
        margin-bottom: 76px;
    }

    .ci-hero-visual {
        min-height: 420px;
        padding: 72px 48px 60px;
    }

    .ci-hero-copy {
        padding: 48px;
    }

    .ci-hero-copy::before {
        width: 32%;
        height: 8px;
    }

    .ci-story {
        grid-template-columns: 1fr;
        gap: 52px;
        margin-bottom: 86px;
    }

    .ci-story-lead {
        max-width: 580px;
    }

    .ci-story-copy {
        padding-left: 38px;
    }

    .ci-story-copy::before {
        left: 34px;
    }
}

@media (max-width: 600px) {
    .ci-wrapper {
        width: calc(100% - 24px);
        padding-bottom: 56px;
    }

    .ci-hero {
        margin-bottom: 64px;
        border-radius: 2px 18px 2px 18px;
    }

    .ci-hero-visual {
        min-height: 310px;
        padding: 68px 22px 46px;
    }

    .ci-hero-label {
        top: 25px;
        left: 24px;
    }

    .ci-hero-watermark {
        top: 42px;
        left: 14px;
        font-size: 150px;
    }

    .ci-hero-copy {
        padding: 38px 24px 30px;
    }

    .ci-hero-copy h2 {
        margin-top: 22px;
        font-size: 34px;
    }

    .ci-hero-download {
        margin-top: 30px;
    }

    .ci-story {
        gap: 38px;
        margin-bottom: 68px;
        padding-top: 8px;
    }

    .ci-story-number {
        font-size: 100px;
    }

    .ci-story h2 {
        font-size: 34px;
    }

    .ci-story-copy {
        padding: 42px 0 8px 24px;
        border-left-width: 4px;
    }

    .ci-story-copy::before {
        left: 21px;
        font-size: 60px;
    }

    .ci-story-copy p {
        font-size: 18px;
        line-height: 1.82;
    }

    .ci-downloads {
        padding-top: 62px;
    }

    .ci-section-heading {
        grid-template-columns: 1fr;
        align-items: start;
        margin-bottom: 28px;
    }

    .ci-section-heading h2 {
        font-size: 34px;
    }

    .ci-section-heading p {
        margin: 0;
    }

    .ci-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .ci-card figcaption {
        min-height: 0;
        align-items: stretch;
        flex-direction: column;
        padding: 18px;
    }

    .ci-download-button {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ci-card,
    .ci-download-button,
    .ci-hero-download {
        transition: none;
    }
}
