/* First-pass video detail layout. It is opt-in per post and keeps AFFINGER's base styles intact. */
body,
#wrapper,
#wrapper-in,
#content,
#contentInner,
main,
#side {
    background-color: #ffffff !important;
}

.srkc-video-single .entry-content {
    container-type: inline-size;
}

.srkc-video-breadcrumb {
    margin: 0 0 1.25rem;
}

.srkc-video-header {
    margin-bottom: 1.25rem;
}

.srkc-video-eyebrow {
    margin: 0 0 .35rem;
    color: #777;
    font-size: .82rem;
}

.srkc-video-header h1 {
    margin: 0;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    line-height: 1.35;
}

.srkc-video-cid {
    color: #777;
    font-size: .78em;
    font-weight: 400;
}

.srkc-video-hero {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(1rem, 3vw, 2rem);
    align-items: start;
    margin: 0 0 2rem;
    padding: clamp(1rem, 3vw, 1.5rem);
    border: 1px solid #e6e6e6;
    background: #fff;
}

.srkc-video-cover img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 28rem;
    margin-inline: auto;
    object-fit: contain;
}

.srkc-video-summary h2,
.srkc-video-section h2 {
    margin-top: 0;
    font-size: clamp(1.25rem, 2vw, 1.65rem);
}

.srkc-video-label {
    margin: 0 0 1rem;
    font-weight: 700;
}

.srkc-video-facts,
.srkc-video-details {
    margin: 0;
}

.srkc-video-facts > div,
.srkc-video-details > div {
    display: grid;
    grid-template-columns: 7rem minmax(0, 1fr);
    gap: .75rem;
    padding: .6rem 0;
    border-bottom: 1px solid #eee;
}

.srkc-video-facts dt,
.srkc-video-details dt {
    color: #666;
    font-weight: 700;
}

.srkc-video-facts dd,
.srkc-video-details dd {
    margin: 0;
}

.srkc-video-cta {
    margin: 1.25rem 0 0;
}

.srkc-video-cta a {
    width: 100%;
    box-sizing: border-box;
    background: #CC0100 !important;
    color: #ffffff !important;
}

.srkc-video-cta-bottom {
    margin-top: 2rem;
}

.srkc-video-section {
    margin: 0 0 2.25rem;
}

.srkc-video-gallery {
    display: grid;
    grid-template-columns: 1fr;
    gap: .75rem;
}

.srkc-video-gallery-item {
    margin: 0;
    min-width: 0;
}

.srkc-video-gallery img {
    display: block;
    width: 100%;
    height: auto;
}

.srkc-video-related {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.srkc-video-related-list {
    margin: 0;
    padding-left: 1.35rem;
    color: var(--srkc-ink);
}

.srkc-video-related-list li {
    margin: .55rem 0;
    line-height: 1.75;
}

.srkc-video-related-list a {
    color: inherit;
    text-decoration: underline;
    text-decoration-color: var(--srkc-accent);
    text-underline-offset: .15em;
}

.srkc-video-card {
    min-width: 0;
}

.srkc-video-card-link {
    display: block;
    height: 100%;
}

.srkc-video-card img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: contain;
}

.srkc-video-card h3 {
    margin: .6rem 0 0;
    font-size: 1rem;
    line-height: 1.5;
}

@media (min-width: 768px) {
    .srkc-video-hero {
        grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    }

    .srkc-video-cover img {
        max-height: 34rem;
        margin-inline: 0;
    }

    .srkc-video-facts > div,
    .srkc-video-details > div {
        grid-template-columns: 6rem minmax(0, 1fr);
        gap: .5rem;
    }

    .srkc-video-related {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .srkc-video-gallery {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

/* Review-only UI prototype inspired by content-first ranking sites. */
.srkc-video-prototype .entry-content {
    container-type: inline-size;
}

.srkc-video-prototype-label {
    display: inline-flex;
    align-items: center;
    min-height: 1.8rem;
    margin: 1.25rem 0 .65rem;
    padding: .2rem .65rem;
    border-radius: 999px;
    background: #f5f5f5;
    color: #666;
    font-size: .82rem;
    font-weight: 700;
}

.srkc-video-prototype-header {
    margin-bottom: 1.35rem;
}

.srkc-video-prototype-header h1 {
    margin: 0;
    font-size: clamp(1.8rem, 3.8vw, 2.65rem);
    line-height: 1.3;
}

.srkc-video-prototype-header p {
    margin: .65rem 0 0;
    color: #666;
}

.srkc-video-prototype-hero {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    align-items: start;
    margin: 0 0 1rem;
    padding: clamp(1rem, 3vw, 1.5rem);
    border: 1px solid #e6e6e6;
    border-radius: .75rem;
    background: #fff;
}

.srkc-video-prototype-cover {
    display: grid;
    place-items: center;
    min-height: 12rem;
    padding: .5rem;
    background: #f7f7f7;
}

.srkc-video-prototype-cover img {
    display: block;
    width: 100%;
    max-height: 28rem;
    object-fit: contain;
}

.srkc-video-prototype-summary h2 {
    margin: .65rem 0 .75rem;
    font-size: clamp(1.25rem, 2.5vw, 1.65rem);
}

.srkc-video-prototype-badge {
    display: inline-block;
    padding: .25rem .55rem;
    border-radius: .25rem;
    background: #333;
    color: #fff;
    font-size: .78rem;
    font-weight: 700;
}

.srkc-video-prototype .srkc-video-cta {
    margin-top: 1.25rem;
}

.srkc-video-prototype-jump {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .5rem;
    margin: 0 0 2.25rem;
}

.srkc-video-prototype-jump a,
.srkc-video-prototype-links a {
    display: block;
    padding: .7rem .75rem;
    border: 1px solid #e3e3e3;
    border-radius: .35rem;
    background: #fff;
    color: inherit;
    font-size: .9rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

.srkc-video-prototype-jump a::after,
.srkc-video-prototype-links a::after {
    content: ' ↓';
    color: #777;
}

.srkc-video-prototype-section-heading {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
    border-bottom: 0;
}

.srkc-video-prototype-section-heading span {
    color: #777;
    font-size: .78rem;
    font-weight: 700;
}

.srkc-video-prototype-section-heading h2 {
    margin: 0;
    padding-bottom: .45rem;
}

.srkc-video-prototype-comment-body {
    padding: 1rem 1.1rem;
    border: 1px solid #e5e5e5;
    background: #f7f7f7;
    color: #222;
    line-height: 1.85;
}

.srkc-video-prototype-comment-body p {
    margin: 0 0 1em;
}

.srkc-video-prototype-comment-body p:last-child {
    margin-bottom: 0;
}

.srkc-video-prototype .srkc-video-card {
    position: relative;
}

.srkc-video-prototype .srkc-video-card-label {
    display: inline-block;
    margin-top: .5rem;
    color: #777;
    font-size: .75rem;
    font-weight: 700;
}

.srkc-video-prototype-links {
    margin-top: 2.5rem;
    padding-top: 1.25rem;
    border-top: 1px solid #e5e5e5;
}

.srkc-video-prototype-links h2 {
    margin-top: 0;
}

.srkc-video-prototype-links > div {
    display: grid;
    grid-template-columns: 1fr;
    gap: .6rem;
}

/* FANZA popularity hub: visual groups keep the internal-link module useful to people. */
.srkc-video-internal-link-hub {
    padding: 1.35rem;
    border: 1px solid #e5e5e5;
    border-top: 2px solid #222;
    background: #f8f8f8;
}
.srkc-video-internal-link-hub .srkc-video-prototype-section-heading {
    margin-bottom: .35rem;
}
.srkc-video-internal-link-lead {
    margin: 0 0 1.25rem;
    color: #777;
    font-size: .8rem;
    line-height: 1.7;
}
.srkc-video-internal-group > h3,
.srkc-video-internal-term-group > h3 {
    margin: 0 0 .65rem;
    color: #222;
    font-size: .95rem;
}
.srkc-video-internal-works {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .8rem;
}
.srkc-video-internal-card a {
    display: block;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    text-align: left;
}
.srkc-video-internal-card a::after,
.srkc-video-internal-term-group a::after {
    display: none;
    content: none;
}
.srkc-video-internal-card-image {
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #eee;
}
.srkc-video-internal-card-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.srkc-video-internal-card-label {
    display: block;
    margin-top: .5rem;
    color: #c40000;
    font-size: .65rem;
    font-weight: 800;
    letter-spacing: .08em;
}
.srkc-video-internal-card strong {
    display: block;
    margin-top: .15rem;
    color: #222;
    font-size: .84rem;
    line-height: 1.45;
}
.srkc-video-internal-card small {
    display: block;
    margin-top: .2rem;
    color: #777;
    font-size: .68rem;
    letter-spacing: .05em;
}
.srkc-video-internal-term-groups {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.35rem;
}
.srkc-video-internal-term-group {
    padding: .9rem;
    border: 1px solid #e5e5e5;
    background: #fff;
}
.srkc-video-internal-term-group > div {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
}
.srkc-video-internal-term-group a {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .45rem .6rem;
    border: 1px solid #e3e3e3;
    border-radius: 999px;
    background: #fff;
    color: #333;
    font-size: .78rem;
    font-weight: 700;
    text-align: left;
}
.srkc-video-internal-term-group a:hover {
    border-color: #c40000;
    color: #c40000;
}
.srkc-video-internal-term-group a span {
    color: #999;
    font-size: .68rem;
    font-weight: 500;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .srkc-video-prototype-hero {
        grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
        gap: clamp(1.5rem, 4vw, 2.75rem);
    }

    .srkc-video-prototype-cover img {
        max-height: 34rem;
    }

    .srkc-video-prototype-links > div {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .srkc-video-internal-works {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 480px) {
    .srkc-video-prototype-jump {
        grid-template-columns: 1fr;
    }

    .srkc-video-prototype-section-heading {
        display: block;
    }

    .srkc-video-prototype-section-heading span {
        display: block;
        margin-bottom: .25rem;
    }

    .srkc-video-internal-link-hub {
        padding: 1rem;
    }

    .srkc-video-internal-term-groups {
        grid-template-columns: 1fr;
    }
}

/* Review-only archive prototype. */
.srkc-video-archive-prototype {
    container-type: inline-size;
}

.srkc-video-archive-prototype-header {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    align-items: end;
    margin: 1.25rem 0 2rem;
}

.srkc-video-archive-prototype-header h1 {
    margin: 0;
    font-size: clamp(1.8rem, 4vw, 2.7rem);
    line-height: 1.25;
}

.srkc-video-archive-prototype-header p:not(.srkc-video-prototype-label) {
    margin: .6rem 0 0;
    color: #666;
}

.srkc-video-archive-prototype-search form {
    display: flex;
    gap: .4rem;
}

.srkc-video-archive-prototype-search input[type="search"] {
    min-width: 0;
    flex: 1;
}

.srkc-video-archive-prototype-section,
.srkc-video-archive-prototype-featured {
    margin: 0 0 2.5rem;
}

.srkc-video-archive-prototype-featured-card {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1rem;
    border: 1px solid #e5e5e5;
    border-radius: .75rem;
    background: #fff;
    color: inherit;
    text-decoration: none;
}

.srkc-video-archive-prototype-featured-image {
    display: grid;
    place-items: center;
    min-height: 12rem;
    background: #f7f7f7;
}

.srkc-video-archive-prototype-featured-image img {
    display: block;
    width: 100%;
    max-height: 25rem;
    object-fit: contain;
}

.srkc-video-archive-prototype-featured-copy {
    align-self: center;
}

.srkc-video-archive-prototype-featured-copy h3 {
    margin: .55rem 0;
    font-size: clamp(1.35rem, 3vw, 2rem);
    line-height: 1.35;
}

.srkc-video-archive-prototype-featured-copy p {
    margin: 0 0 1rem;
    color: #666;
}

.srkc-video-archive-prototype-more {
    color: #555;
    font-size: .88rem;
    font-weight: 700;
}

.srkc-video-archive-prototype-ranking {
    display: grid;
    grid-template-columns: 1fr;
    gap: .75rem;
}

.srkc-video-archive-prototype-ranking-card {
    display: grid;
    grid-template-columns: 2.25rem 5.5rem minmax(0, 1fr);
    gap: .8rem;
    align-items: center;
    padding: .7rem;
    border-bottom: 1px solid #e8e8e8;
    color: inherit;
    text-decoration: none;
}

.srkc-video-archive-prototype-rank {
    display: grid;
    place-items: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: linear-gradient(145deg, #f2ca55, #a87510 72%);
    color: #3d2b00;
    font-weight: 700;
}

.srkc-video-archive-prototype-ranking-image {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #f5f5f5;
}

.srkc-video-archive-prototype-ranking-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.srkc-video-archive-prototype-ranking-card h3 {
    margin: .2rem 0 .35rem;
    font-size: 1rem;
    line-height: 1.45;
}

.srkc-video-archive-prototype-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem 1rem;
}

.srkc-video-archive-prototype-card {
    min-width: 0;
}

.srkc-video-archive-prototype-card a {
    display: block;
    color: inherit;
    text-decoration: none;
}

.srkc-video-archive-prototype-card img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: contain;
    background: #f5f5f5;
}

.srkc-video-archive-prototype-card h3 {
    margin: .35rem 0 0;
    font-size: .98rem;
    line-height: 1.45;
}

.srkc-video-archive-prototype .srkc-video-card-label {
    display: inline-block;
    margin-top: .45rem;
    color: #777;
    font-size: .75rem;
    font-weight: 700;
}

.srkc-video-archive-prototype-links {
    margin-top: 3rem;
    padding-top: 1.25rem;
    border-top: 1px solid #e5e5e5;
}

.srkc-video-archive-prototype-links h2 {
    margin-top: 0;
}

.srkc-video-archive-prototype-links > div {
    display: grid;
    grid-template-columns: 1fr;
    gap: .6rem;
}

.srkc-video-archive-prototype-links a {
    color: inherit;
    text-align: left;
}

@media (min-width: 768px) {
    .srkc-video-archive-prototype-header {
        grid-template-columns: minmax(0, 1fr) minmax(15rem, 22rem);
    }

    .srkc-video-archive-prototype-featured-card {
        grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
        gap: 2rem;
        padding: 1.35rem;
    }

    .srkc-video-archive-prototype-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .srkc-video-archive-prototype-links > div {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 480px) {
    .srkc-video-archive-prototype-ranking-card {
        grid-template-columns: 2rem 5rem minmax(0, 1fr);
        gap: .55rem;
        padding-inline: 0;
    }
}

/*
 * Refined editorial prototype.
 * Flat surfaces, strong imagery and restrained type replace the initial
 * card-heavy wireframe while AFFINGER continues to provide the site shell.
 */
.srkc-video-prototype-shell {
    --srkc-accent: #CC0100;
    --srkc-ink: #111111;
    --srkc-muted: #666666;
    --srkc-line: #e2e2e2;
    --srkc-soft: #f5f5f5;
}

.srkc-video-prototype-shell #contentInner {
    width: min(1120px, calc(100% - 32px));
    max-width: none;
    margin-inline: auto;
}

.srkc-video-prototype-shell main,
.srkc-video-prototype-shell .mainbox,
.srkc-video-prototype-shell .entry-content {
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    margin-inline: auto;
    box-sizing: border-box;
}

.srkc-video-prototype-shell .mainbox {
    padding-inline: 0;
}

.srkc-video-prototype-shell a {
    text-decoration-thickness: 1px;
    text-underline-offset: .18em;
}

.srkc-video-prototype-shell #breadcrumb {
    width: min(940px, calc(100% - 32px));
    margin: .75rem auto 1rem;
    color: #888;
    font-size: .75rem;
    line-height: 1.5;
    overflow: hidden;
}

.srkc-video-prototype-shell #breadcrumb ol {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: .4rem;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: auto;
    list-style: none !important;
    white-space: nowrap;
}

.srkc-video-prototype-shell #breadcrumb li {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    margin: 0 !important;
    padding: 0 !important;
}

.srkc-video-prototype-shell #breadcrumb li + li::before {
    content: '›';
    margin-right: .4rem;
    color: #aaa;
}

.srkc-video-prototype-keyvisual {
    display: grid;
    place-items: center;
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: clamp(.75rem, 2.5vw, 1.5rem);
    overflow: hidden;
    background: #f7f7f7;
    box-sizing: border-box;
}

.srkc-video-prototype-keyvisual img {
    display: block;
    width: auto;
    max-width: min(100%, 860px);
    height: auto !important;
    max-height: none;
    margin: 0;
    object-fit: contain !important;
}

.srkc-video-image-placeholder {
    display: grid;
    place-items: center;
    align-content: center;
    gap: .45rem;
    width: min(100%, 860px);
    min-height: 20rem;
    padding: 2rem;
    box-sizing: border-box;
    background: linear-gradient(135deg, #252525, #555);
    color: #fff;
    text-align: center;
}

.srkc-video-image-placeholder b {
    font-size: clamp(1.35rem, 3vw, 2.25rem);
    letter-spacing: .08em;
}

.srkc-video-image-placeholder small {
    color: rgba(255,255,255,.78);
    font-size: .9rem;
}

.srkc-video-prototype-intro {
    width: min(760px, calc(100% - 32px));
    margin: 1.1rem auto 0;
}

.srkc-video-prototype-status {
    display: flex;
    align-items: center;
    gap: .75rem;
    min-width: 0;
    color: var(--srkc-muted);
    font-size: .78rem;
}

.srkc-video-prototype-status span {
    color: var(--srkc-accent);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .12em;
}

.srkc-video-prototype-intro h1 {
    margin: .65rem 0 .7rem;
    color: var(--srkc-ink);
    font-size: clamp(1.65rem, 4vw, 2.35rem);
    font-weight: 800;
    line-height: 1.34;
    letter-spacing: -.025em;
    line-break: strict;
    overflow-wrap: break-word;
    text-wrap: pretty;
}

.srkc-video-prototype-subline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: .3rem 1rem;
    padding-top: .8rem;
    border-top: 1px solid var(--srkc-line);
}

.srkc-video-prototype-subline p {
    margin: 0;
    color: var(--srkc-muted);
    font-size: .9rem;
}

.srkc-video-prototype-byline a {
    color: var(--srkc-ink);
    font-weight: 700;
}

.srkc-video-prototype-code {
    font-variant-numeric: tabular-nums;
    letter-spacing: .04em;
}

.srkc-video-prototype-genres {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
    margin-top: .85rem;
}

.srkc-video-prototype-genres a {
    display: inline-flex;
    align-items: center;
    min-height: 1.65rem;
    padding: .12rem .55rem;
    background: var(--srkc-soft);
    color: #5f5f5f;
    font-size: .72rem;
    text-decoration: none;
}

.srkc-video-commercial {
    display: grid;
    gap: .65rem;
    margin-top: 1rem;
    padding-top: .9rem;
    border-top: 1px solid var(--srkc-line);
    color: var(--srkc-ink);
}

.srkc-video-commercial-campaign {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: .25rem .75rem;
    padding: .65rem .8rem;
    background: #fff2f2;
    color: var(--srkc-accent);
}

.srkc-video-commercial-campaign strong {
    color: var(--srkc-accent);
    font-size: 1.05rem;
}

.srkc-video-commercial-campaign span,
.srkc-video-commercial-price del,
.srkc-video-commercial-review small {
    color: var(--srkc-muted);
    font-size: .78rem;
}

.srkc-video-commercial-price,
.srkc-video-commercial-review {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: .35rem .65rem;
}

.srkc-video-commercial-price > span,
.srkc-video-commercial-review > span:first-child {
    color: var(--srkc-muted);
    font-size: .78rem;
}

.srkc-video-commercial-price strong,
.srkc-video-commercial-review strong {
    font-size: 1.08rem;
}

.srkc-video-review-stars {
    color: #f4b400 !important;
    letter-spacing: .06em;
    font-size: .95rem;
}

.srkc-video-prototype-primary-cta,
.srkc-video-prototype-gallery-cta {
    width: min(540px, 100%);
    margin: 1.35rem auto 0;
}

.srkc-video-prototype-primary-cta .st-mybtn,
.srkc-video-prototype-gallery-cta .st-mybtn {
    width: 100%;
    margin: 0;
}

.srkc-video-cta-microcopy {
    width: min(540px, 100%);
    margin: 1.35rem auto .35rem;
    color: var(--srkc-ink) !important;
    font-size: .86rem;
    font-weight: 700 !important;
    letter-spacing: .04em;
    text-align: center;
}

.srkc-video-cta-microcopy + .st-mybtn,
.srkc-video-cta-microcopy + .srkc-video-cta {
    margin-top: 0;
}

.srkc-video-article-intro {
    margin-top: 1.35rem;
    color: var(--srkc-ink);
    font-size: 1rem;
    line-height: 1.9;
}

.srkc-video-article-intro > :first-child {
    margin-top: 0;
}

.srkc-video-article-intro > :last-child {
    margin-bottom: 0;
}

.srkc-video-recommendation {
    width: auto;
    margin: 2rem 0 0;
    padding: 0;
    border: 0;
    background: transparent;
}

.srkc-video-recommendation h2 {
    margin: 0 0 .85rem;
    color: var(--srkc-ink);
    font-size: clamp(1.3rem, 3vw, 1.7rem);
    line-height: 1.45;
}

.srkc-video-recommendation > p {
    margin: 0;
    color: var(--srkc-muted);
    line-height: 1.8;
}

.srkc-video-recommendation > ul {
    margin: 1.1rem 0 0;
    padding-left: 1.25rem;
    color: var(--srkc-ink);
    line-height: 1.9;
}

.srkc-video-recommendation-review {
    display: flex;
    align-items: baseline;
    gap: .45rem;
    margin-top: 1.1rem;
    padding-top: .9rem;
    border-top: 1px solid var(--srkc-line);
    color: var(--srkc-muted);
    font-size: .86rem;
}

.srkc-video-recommendation-review strong {
    color: var(--srkc-ink);
    font-size: 1.35rem;
}

.srkc-video-recommendation-proof {
    margin-top: 1.35rem;
    padding-top: 1.1rem;
    border-top: 1px solid var(--srkc-line);
}

.srkc-video-recommendation-proof > p {
    margin: 0 0 .8rem;
    color: var(--srkc-muted);
    font-size: .86rem;
    line-height: 1.7;
}

.srkc-video-recommendation-proof .twitter-tweet {
    margin: .5rem auto !important;
}

.srkc-video-prototype-primary-cta .st-mybtn a,
.srkc-video-prototype-gallery-cta .st-mybtn a {
    width: 100%;
    padding-block: 1rem !important;
    border: 0 !important;
    border-radius: .3rem !important;
    background: var(--srkc-accent) !important;
    color: #fff !important;
    box-shadow: none !important;
    font-size: 1rem;
    letter-spacing: .02em;
}

.srkc-video-prototype-data,
.srkc-video-prototype .srkc-video-section,
.srkc-video-prototype-links {
    width: min(940px, 100%);
    margin: clamp(3.5rem, 7vw, 5.5rem) auto 0;
}

.srkc-video-prototype-section-heading,
.srkc-video-archive-prototype-section-heading {
    display: block;
    margin: 0 0 1.35rem;
    padding: 0 0 .7rem;
    border: 0;
    border-bottom: 0;
}

.srkc-video-prototype-section-heading span,
.srkc-video-archive-prototype-section-heading span {
    display: block;
    margin-bottom: .2rem;
    color: var(--srkc-accent);
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .14em;
}

.srkc-video-prototype-section-heading h2,
.srkc-video-archive-prototype-section-heading h2 {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: var(--srkc-ink) !important;
    font-size: clamp(1.25rem, 3vw, 1.65rem) !important;
    line-height: 1.35;
    letter-spacing: -.015em;
}

.srkc-video-prototype-section-heading h2::before,
.srkc-video-prototype-section-heading h2::after,
.srkc-video-archive-prototype-section-heading h2::before,
.srkc-video-archive-prototype-section-heading h2::after {
    display: none !important;
    content: none !important;
}

.srkc-video-prototype-section-heading h2 .st-dash-design,
.srkc-video-archive-prototype-section-heading h2 .st-dash-design {
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: inherit !important;
    font: inherit !important;
    letter-spacing: inherit !important;
}

.srkc-video-prototype-section-heading h2 .st-dash-design::before,
.srkc-video-prototype-section-heading h2 .st-dash-design::after,
.srkc-video-archive-prototype-section-heading h2 .st-dash-design::before,
.srkc-video-archive-prototype-section-heading h2 .st-dash-design::after {
    display: none !important;
    content: none !important;
}

.srkc-video-prototype .srkc-video-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid var(--srkc-line);
}

.srkc-video-prototype .srkc-video-facts > div {
    display: grid;
    grid-template-columns: 6.5rem minmax(0, 1fr);
    gap: .75rem;
    padding: .85rem 0;
    border-bottom: 1px solid var(--srkc-line);
}

.srkc-video-prototype .srkc-video-facts > div:nth-child(odd) {
    padding-right: 1.5rem;
}

.srkc-video-prototype .srkc-video-facts > div:nth-child(even) {
    padding-left: 1.5rem;
    border-left: 1px solid var(--srkc-line);
}

.srkc-video-prototype .srkc-video-facts dt {
    color: var(--srkc-muted);
    font-size: .82rem;
}

.srkc-video-prototype .srkc-video-facts dd {
    min-width: 0;
    color: var(--srkc-ink);
    line-break: strict;
    overflow-wrap: break-word;
}

.srkc-video-prototype .srkc-video-gallery {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    align-items: start;
}

.srkc-video-prototype .srkc-video-gallery-item {
    min-width: 0;
    background: transparent;
}

.srkc-video-prototype .srkc-video-gallery img {
    display: block;
    width: 100%;
    height: auto !important;
    margin: 0;
    object-fit: initial !important;
}

.srkc-video-prototype-movie {
    width: min(760px, 100%);
    margin-inline: auto;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    background: #111;
}

.srkc-video-prototype-movie iframe,
.srkc-video-prototype-movie video {
    display: block;
    width: 100%;
    height: 100% !important;
    margin: 0;
    border: 0;
}

.srkc-video-prototype .srkc-video-related {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(220px, 31%);
    grid-template-columns: none;
    gap: 1rem;
    padding-bottom: .75rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
}

.srkc-video-prototype .srkc-video-card {
    scroll-snap-align: start;
}

.srkc-video-prototype .srkc-video-card-link {
    color: inherit;
    text-decoration: none;
}

.srkc-video-prototype .srkc-video-card img {
    aspect-ratio: 16 / 9;
    background: var(--srkc-soft);
}

.srkc-video-prototype .srkc-video-card .srkc-video-image-placeholder {
    width: 100%;
    min-height: 0;
    aspect-ratio: 16 / 9;
    padding: 1rem;
}

.srkc-video-prototype .srkc-video-card h3 {
    margin: .55rem 0 0;
    color: var(--srkc-ink);
    font-size: .9rem;
    font-weight: 700;
    line-height: 1.5;
    line-break: strict;
    overflow-wrap: break-word;
    text-wrap: pretty;
}

.srkc-video-card-code {
    display: block;
    margin-top: .25rem;
    color: var(--srkc-muted);
    font-size: .7rem;
    font-variant-numeric: tabular-nums;
    letter-spacing: .04em;
}

.srkc-video-archive-shell .srkc-taxonomy-card-image {
    display: grid;
    place-items: center;
    overflow: hidden;
}

.srkc-video-archive-shell .srkc-taxonomy-card-image .srkc-video-image-placeholder {
    width: 100%;
    min-height: 0;
    aspect-ratio: 16 / 9;
    padding: 1rem;
}

.srkc-video-x-posts-lead {
    max-width: 760px;
    margin: -0.45rem 0 1.25rem;
    color: var(--srkc-muted);
    font-size: .86rem;
    line-height: 1.7;
}

.srkc-video-x-posts-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    align-items: start;
}

.srkc-video-x-posts-list .twitter-tweet {
    width: 100% !important;
    max-width: 550px !important;
    margin: 0 !important;
}

@media (max-width: 680px) {
    .srkc-video-x-posts-list {
        grid-template-columns: 1fr;
    }
}

.srkc-video-prototype-links {
    padding-top: 1rem;
    border-top: 1px solid var(--srkc-line);
}

.srkc-video-prototype-links h2 {
    margin: 0 0 .75rem;
    font-size: 1.05rem;
}

.srkc-video-prototype-links > div {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem 1.25rem;
}

.srkc-video-prototype-links a {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--srkc-ink);
    font-size: .88rem;
    text-align: left;
}

.srkc-video-prototype-links a::after {
    content: ' →';
    color: var(--srkc-accent);
}

/* Archive / top-page direction */
.srkc-video-archive-prototype-header {
    display: block;
    margin: 0 0 3rem;
}

.srkc-video-archive-prototype-header > p {
    margin: 0 0 .25rem;
    color: var(--srkc-accent);
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .14em;
}

.srkc-video-archive-prototype-header h1 {
    margin: 0;
    color: var(--srkc-ink);
    font-size: clamp(1.9rem, 4vw, 2.75rem);
    line-height: 1.2;
    letter-spacing: -.035em;
}

.srkc-video-archive-prototype-header nav {
    display: flex;
    gap: 1.25rem;
    margin-top: 0;
    padding-bottom: .65rem;
    overflow-x: auto;
    border-bottom: 1px solid var(--srkc-line);
    white-space: nowrap;
}

.srkc-video-archive-prototype-header nav a {
    color: var(--srkc-ink);
    font-size: .86rem;
    font-weight: 700;
    text-decoration: none;
}

.srkc-video-archive-prototype-featured,
.srkc-video-archive-prototype-section {
    margin: 0 0 clamp(4rem, 8vw, 6rem);
}

.srkc-video-archive-prototype-featured-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
}

.srkc-video-archive-prototype-featured-head .srkc-video-archive-prototype-section-heading {
    flex: 1;
}

.srkc-video-carousel-controls {
    display: flex;
    align-items: center;
    gap: .6rem;
    margin-bottom: 1.35rem;
    color: var(--srkc-muted);
    font-size: .75rem;
}

.srkc-video-carousel-controls button {
    display: grid;
    place-items: center;
    width: 2.35rem;
    height: 2.35rem;
    padding: 0;
    border: 1px solid var(--srkc-line);
    border-radius: 50%;
    background: #fff;
    color: var(--srkc-ink);
    cursor: pointer;
}

.srkc-video-carousel {
    overflow: hidden;
}

.srkc-video-carousel-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 100%;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.srkc-video-carousel-track::-webkit-scrollbar {
    display: none;
}

.srkc-video-carousel-slide {
    min-width: 0;
    scroll-snap-align: start;
}

.srkc-video-archive-prototype-featured-card {
    display: block;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: inherit;
    text-decoration: none;
}

.srkc-video-archive-prototype-featured-image {
    width: 100%;
    aspect-ratio: 16 / 7.6;
    min-height: 0;
    overflow: hidden;
    background: #181818;
}

.srkc-video-archive-prototype-featured-image img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: contain;
}

.srkc-video-archive-prototype-featured-copy {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: .15rem 1.25rem;
    align-items: end;
    padding: 1rem 0 0;
}

.srkc-video-archive-prototype-featured-copy p {
    grid-column: 1;
    margin: 0;
    color: var(--srkc-muted);
    font-size: .8rem;
}

.srkc-video-archive-prototype-featured-copy h3 {
    grid-column: 1;
    margin: 0;
    color: var(--srkc-ink);
    font-size: clamp(1.35rem, 3vw, 2rem);
    line-height: 1.35;
    line-break: strict;
    overflow-wrap: break-word;
    text-wrap: pretty;
}

.srkc-video-archive-prototype-featured-copy > span {
    grid-column: 2;
    grid-row: 1 / 3;
    align-self: end;
    color: var(--srkc-ink);
    font-size: .85rem;
    font-weight: 700;
}

.srkc-video-archive-prototype-featured-copy > span::after {
    content: ' →';
    color: var(--srkc-accent);
}

.srkc-video-archive-prototype-section-heading small {
    display: block;
    margin-top: .35rem;
    color: var(--srkc-muted);
    font-size: .72rem;
    font-weight: 400;
}

.srkc-video-archive-prototype-ranking {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1rem;
}

.srkc-video-archive-prototype-ranking-card {
    display: block;
    min-width: 0;
    padding: 0;
    border: 0;
}

.srkc-video-archive-prototype-ranking-card a,
.srkc-video-archive-prototype-card a {
    color: inherit;
    text-decoration: none;
}

.srkc-video-archive-prototype-ranking-image,
.srkc-video-archive-prototype-card-image {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: var(--srkc-soft);
}

.srkc-video-archive-prototype-ranking-image img,
.srkc-video-archive-prototype-card-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.srkc-video-archive-prototype-rank {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: grid;
    place-items: center;
    width: 2.7rem;
    height: 3.15rem;
    border-radius: 0 0 .35rem .35rem;
    background: linear-gradient(145deg, #f2ca55, #a87510 72%);
    color: #3d2b00;
    font-size: .78rem;
    font-weight: 900;
    line-height: 1;
    text-shadow: 0 1px 0 rgba(255,255,255,.45);
    box-shadow: 0 4px 10px rgba(0,0,0,.18);
}

.srkc-video-archive-prototype-rank i,
.srkc-video-archive-prototype-rank b {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-style: normal;
}

.srkc-video-archive-prototype-rank i {
    top: .33rem;
    font-size: 1.25rem;
}

.srkc-video-archive-prototype-rank b {
    bottom: .38rem;
}

.srkc-video-archive-prototype-ranking-card.is-rank-2 .srkc-video-archive-prototype-rank {
    background: linear-gradient(145deg, #e1e5ea, #7d8793 72%);
    color: #27313a;
}

.srkc-video-archive-prototype-ranking-card.is-rank-3 .srkc-video-archive-prototype-rank {
    background: linear-gradient(145deg, #d99a6c, #8c4a2c 72%);
    color: #3a1b0f;
}

.srkc-video-archive-prototype-ranking-card:nth-child(n+4) .srkc-video-archive-prototype-rank i {
    display: none;
}

.srkc-video-archive-prototype-ranking-card:nth-child(n+4) .srkc-video-archive-prototype-rank {
    height: 2.2rem;
    background: var(--srkc-ink);
    color: #fff;
    text-shadow: none;
    box-shadow: none;
}

.srkc-video-archive-prototype-ranking-card:nth-child(n+4) .srkc-video-archive-prototype-rank b {
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
}

.srkc-video-archive-prototype-ranking-card p,
.srkc-video-archive-prototype-card p {
    margin: .55rem 0 .15rem;
    color: var(--srkc-muted);
    font-size: .72rem;
    line-height: 1.4;
}

.srkc-video-archive-prototype-ranking-card h3,
.srkc-video-archive-prototype-card h3 {
    margin: 0;
    color: var(--srkc-ink);
    font-size: .88rem;
    font-weight: 700;
    line-height: 1.5;
    line-break: strict;
    overflow-wrap: break-word;
    text-wrap: pretty;
}

.srkc-video-archive-prototype-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.75rem 1rem;
}

@media (max-width: 767px) {
    .srkc-video-prototype-shell #contentInner {
        width: 100%;
    }

    .srkc-video-prototype-shell #breadcrumb,
    .srkc-video-archive-prototype-header,
    .srkc-video-archive-prototype-section,
    .srkc-video-archive-prototype-featured {
        width: calc(100% - 24px);
        margin-inline: auto;
    }

    .srkc-video-prototype-shell #breadcrumb {
        margin-top: .65rem;
        margin-bottom: .85rem;
        font-size: .7rem;
    }

    .srkc-video-prototype-keyvisual { padding: .5rem; }

    .srkc-video-prototype-keyvisual img {
        max-width: 100%;
        max-height: none;
    }

    .srkc-video-prototype-intro {
        width: calc(100% - 24px);
        margin-top: .85rem;
    }

    .srkc-video-prototype .srkc-video-facts {
        grid-template-columns: 1fr;
    }

    .srkc-video-prototype .srkc-video-facts > div,
    .srkc-video-prototype .srkc-video-facts > div:nth-child(odd),
    .srkc-video-prototype .srkc-video-facts > div:nth-child(even) {
        grid-template-columns: 5.5rem minmax(0, 1fr);
        padding: .8rem 0;
        border-left: 0;
    }

    .srkc-video-prototype-data,
    .srkc-video-prototype .srkc-video-section,
    .srkc-video-prototype-links {
        width: calc(100% - 24px);
        margin-top: 2.75rem;
    }

    .srkc-video-prototype .srkc-video-related {
        grid-auto-columns: 78%;
    }

    .srkc-video-archive-prototype-ranking {
        grid-auto-flow: column;
        grid-auto-columns: minmax(170px, 64%);
        grid-template-columns: none;
        padding-bottom: .75rem;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }

    .srkc-video-archive-prototype-ranking-card {
        scroll-snap-align: start;
    }

    .srkc-video-archive-prototype-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.5rem .75rem;
    }

    .srkc-video-archive-prototype-featured-copy {
        display: block;
    }

    .srkc-video-archive-prototype-featured-copy > span {
        display: inline-block;
        margin-top: .55rem;
    }

    .srkc-video-archive-prototype-featured-head {
        align-items: center;
    }

    .srkc-video-carousel-controls {
        margin-bottom: 1rem;
    }
}

@media (max-width: 480px) {
    .srkc-video-prototype-keyvisual {
        padding: .5rem;
    }

    .srkc-video-prototype .srkc-video-gallery {
        grid-template-columns: 1fr;
    }

    .srkc-video-prototype-status {
        justify-content: space-between;
    }
}
