:root {
    --pink: #e83e78;
    --pink-deep: #b52f61;
    --ocean: #28acd0;
    --sky: #dff5ff;
    --mint: #469661;
    --leaf: #469661;
    --sun: #f2b900;
    --gold: #c58b25;
    --ink: #4b301f;
    --paper: #fffdf8;
}

body {
    background:
        radial-gradient(circle at 100% 0, rgba(40, 172, 208, .08), transparent 26rem),
        var(--paper);
}

.ccl-hero {
    position: relative;
    background:
        radial-gradient(circle at 8% 0, #ffe2ed 0, transparent 34%),
        radial-gradient(circle at 92% 8%, #e3f6d7 0, transparent 30%),
        linear-gradient(180deg, #eaf9ff 0, #fff 78%);
}

.ccl-hero::after {
    content: "";
    position: absolute;
    right: 8%;
    bottom: 20px;
    width: min(130px, 32vw);
    height: 5px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--ocean), var(--leaf), var(--sun), var(--pink));
    opacity: .8;
}

.ccl-kicker {
    color: var(--pink-deep);
}

.ccl-theme:nth-child(even) {
    background:
        radial-gradient(circle at 100% 20%, rgba(40, 172, 208, .1), transparent 25rem),
        #f6fcfa;
}

.ccl-speaker {
    border-color: rgba(232, 62, 120, .16);
    box-shadow: 0 8px 24px rgba(75, 48, 31, .06);
}

.ccl-speaker:hover {
    border-color: rgba(40, 172, 208, .34);
    box-shadow: 0 18px 44px rgba(40, 126, 151, .14);
}

.ccl-speaker:focus-visible,
.ccl-button:focus-visible {
    outline: 3px solid var(--ocean);
    outline-offset: 4px;
}

.ccl-detail {
    position: relative;
}

.ccl-detail::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 20px;
    right: -100px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(40, 172, 208, .12), rgba(70, 150, 97, .05) 55%, transparent 70%);
}

.ccl-detail-photo {
    border: 7px solid #fff;
    box-shadow: 0 24px 64px rgba(40, 126, 151, .18);
}

.ccl-button {
    background: linear-gradient(135deg, var(--pink), var(--pink-deep));
    box-shadow: 0 12px 28px rgba(232, 62, 120, .24);
}

@media (prefers-reduced-motion: reduce) {
    .ccl-speaker {
        transition: none;
    }
}

.ccl-speaker-story {
    overflow: hidden;
    padding-bottom: 80px;
}

.ccl-story-hero {
    display: grid;
    grid-template-columns: minmax(300px, 46%) 1fr;
    min-height: 680px;
    background:
        radial-gradient(circle at 85% 10%, rgba(242, 185, 0, .15), transparent 18rem),
        radial-gradient(circle at 98% 90%, rgba(70, 150, 97, .18), transparent 25rem),
        linear-gradient(145deg, #eaf9ff 0, #fffafc 58%, #fff 100%);
}

.ccl-story-portrait-wrap {
    position: relative;
    min-height: 540px;
    background: linear-gradient(180deg, rgba(40, 172, 208, .15), rgba(232, 62, 120, .1));
}

.ccl-story-portrait-wrap::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 28%;
    background: linear-gradient(0deg, rgba(255, 253, 248, .78), transparent);
}

.ccl-story-portrait {
    width: 100%;
    height: 100%;
    min-height: 680px;
    object-fit: cover;
}

.ccl-story-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(52px, 8vw, 110px);
}

.ccl-story-back {
    align-self: flex-start;
    margin-bottom: 38px;
    color: var(--leaf);
    font-weight: 700;
    text-decoration: none;
}

.ccl-story-back::before {
    content: "←";
    margin-right: 8px;
}

.ccl-story-theme {
    align-self: flex-start;
    margin: 0 0 14px;
    padding: 7px 15px;
    border-radius: 999px;
    background: #fff;
    color: var(--pink-deep);
    font-weight: 700;
    box-shadow: 0 8px 24px rgba(75, 48, 31, .08);
}

.ccl-story-label,
.ccl-story-intro > span,
.ccl-story-interview > header span,
.ccl-story-notes article > span {
    color: var(--ocean);
    font-family: serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .16em;
}

.ccl-story-heading h1 {
    max-width: 760px;
    margin: 8px 0 22px;
    color: var(--ink);
    font: clamp(40px, 5.3vw, 78px)/1.3 "Noto Serif JP", serif;
    letter-spacing: .02em;
}

.ccl-story-catch {
    max-width: 620px;
    margin: 0 0 34px;
    color: #755749;
    font-size: clamp(17px, 2vw, 22px);
    line-height: 1.9;
}

.ccl-story-person {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 24px;
    border-top: 1px solid rgba(181, 47, 97, .2);
}

.ccl-story-person strong {
    font: 700 clamp(26px, 3vw, 38px)/1.4 "Noto Serif JP", serif;
}

.ccl-story-person span {
    max-width: 620px;
    color: #6e5a50;
    line-height: 1.8;
}

.ccl-story-intro,
.ccl-story-interview,
.ccl-host-recommendation,
.ccl-story-notes,
.ccl-story-footer {
    width: min(1040px, calc(100% - 40px));
    margin-right: auto;
    margin-left: auto;
}

.ccl-host-recommendation {
    display: grid;
    grid-template-columns: minmax(220px, 34%) 1fr;
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 56px;
    border: 1px solid rgba(197, 139, 37, .24);
    border-radius: 30px;
    background: linear-gradient(135deg, #fffaf0, #fff 55%, #fff2f7);
    box-shadow: 0 20px 60px rgba(75, 48, 31, .1);
}

.ccl-host-recommendation-image img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
}

.ccl-host-recommendation-body {
    align-self: center;
    padding: clamp(30px, 5vw, 62px);
}

.ccl-host-recommendation-body > span {
    color: var(--gold);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .16em;
}

.ccl-host-recommendation-body h2 {
    margin: 8px 0 20px;
    color: var(--pink-deep);
    font: clamp(25px, 3.4vw, 40px)/1.5 "Noto Serif JP", serif;
}

.ccl-host-recommendation-body h3 {
    margin: 0 0 14px;
    color: var(--ink);
    font: 700 clamp(19px, 2.2vw, 25px)/1.6 "Noto Serif JP", serif;
}

.ccl-host-recommendation-body p { color: #654c41; line-height: 1.9; }
.ccl-host-recommendation-body a { display: inline-block; margin-top: 8px; color: var(--pink-deep); font-weight: 700; }

.ccl-story-intro {
    position: relative;
    margin-top: -46px;
    padding: clamp(34px, 6vw, 70px);
    border: 1px solid rgba(232, 62, 120, .15);
    border-radius: 30px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 22px 70px rgba(75, 48, 31, .1);
}

.ccl-story-intro h2,
.ccl-story-interview > header h2,
.ccl-story-notes h2 {
    margin: 8px 0 20px;
    color: var(--pink-deep);
    font: clamp(28px, 4vw, 46px)/1.45 "Noto Serif JP", serif;
}

.ccl-story-intro p {
    margin: 0;
    color: #654c41;
    font-size: clamp(17px, 2vw, 21px);
    line-height: 2.05;
}

.ccl-story-interview {
    padding: 90px 0 40px;
}

.ccl-story-interview > header {
    margin-bottom: 46px;
    text-align: center;
}

.ccl-story-content {
    width: min(780px, 100%);
    margin: auto;
    color: #57453d;
    font-size: 17px;
    line-height: 2.05;
}

.ccl-story-content h2,
.ccl-story-content h3 {
    margin: 2.3em 0 .8em;
    color: var(--ink);
    font-family: "Noto Serif JP", serif;
    line-height: 1.55;
}

.ccl-story-content h3::before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 3px;
    margin: 0 10px .25em 0;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--ocean), var(--leaf));
}

.ccl-story-content blockquote {
    margin: 2.2em 0;
    padding: 28px 34px;
    border: 0;
    border-left: 5px solid var(--pink);
    border-radius: 0 20px 20px 0;
    background: #fff3f7;
    color: var(--pink-deep);
    font: 700 clamp(20px, 3vw, 30px)/1.75 "Noto Serif JP", serif;
}

.ccl-story-content img,
.ccl-story-content video,
.ccl-story-content iframe {
    max-width: 100%;
    height: auto;
    border-radius: 22px;
    box-shadow: 0 16px 48px rgba(40, 126, 151, .14);
}

.ccl-story-content iframe {
    width: 100%;
    aspect-ratio: 16/9;
    border: 0;
}

.ccl-story-notes {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    padding: 38px 0 70px;
}

.ccl-story-notes article {
    padding: clamp(28px, 4vw, 46px);
    border-radius: 26px;
    background: linear-gradient(145deg, #f0fbff, #fff);
    box-shadow: 0 14px 40px rgba(40, 126, 151, .08);
}

.ccl-story-notes article:last-child {
    background: linear-gradient(145deg, #fff3f7, #fff);
}

.ccl-story-notes h2 {
    font-size: clamp(23px, 3vw, 32px);
}

.ccl-story-notes p {
    margin: 0;
    line-height: 1.9;
}

.ccl-story-footer {
    padding: 62px 24px;
    border-radius: 30px;
    background:
        radial-gradient(circle at 100% 0, rgba(242, 185, 0, .22), transparent 14rem),
        linear-gradient(135deg, var(--sky), #f2fae9 58%, #fff0f5);
    text-align: center;
}

.ccl-story-footer p {
    margin: 0;
    color: var(--ink);
    font: 700 clamp(20px, 3vw, 30px)/1.7 "Noto Serif JP", serif;
}

@media (max-width: 800px) {
    .ccl-story-hero {
        grid-template-columns: 1fr;
    }

    .ccl-story-portrait,
    .ccl-story-portrait-wrap {
        min-height: min(115vw, 620px);
    }

    .ccl-story-heading {
        padding: 44px 24px 82px;
    }

    .ccl-story-back {
        margin-bottom: 28px;
    }

    .ccl-story-notes {
        grid-template-columns: 1fr;
    }

    .ccl-host-recommendation { grid-template-columns: 1fr; }
    .ccl-host-recommendation-image img { min-height: 260px; max-height: 440px; }
}

@media (max-width: 520px) {
    .ccl-story-intro,
    .ccl-story-interview,
    .ccl-host-recommendation,
    .ccl-story-notes,
    .ccl-story-footer {
        width: min(100% - 28px, 1040px);
    }

    .ccl-story-intro {
        border-radius: 22px;
    }

    .ccl-story-content {
        font-size: 16px;
    }

    .ccl-story-content blockquote {
        padding: 22px;
    }
}
