
.shop-kydara-editorial-post .entry-content,
.single-post .entry-content {
    line-height: 1.75;
}
.sk-story-lead {
    font-size: clamp(1.12rem, 1.6vw, 1.35rem);
    line-height: 1.65;
    color: #23334d;
    margin-bottom: 2rem;
}
.sk-story-card {
    border: 1px solid #cbd8e8;
    border-radius: 18px;
    background: linear-gradient(145deg, #f8fbff, #eef5ff);
    padding: clamp(1.25rem, 3vw, 2rem);
    margin: 2rem 0;
    box-shadow: 0 16px 35px rgba(24, 55, 94, 0.08);
}
.sk-story-card h3 { margin-top: 0; }
.sk-story-quote {
    border-left: 5px solid #1268e8;
    background: #f4f8ff;
    border-radius: 0 16px 16px 0;
    padding: 1.25rem 1.5rem;
    margin: 2rem 0;
    font-size: 1.08rem;
    font-weight: 650;
}
.sk-story-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0.75rem 1.25rem;
    border-radius: 999px;
    background: #0b3f91;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}
.sk-story-cta a:hover { transform: translateY(-1px); }
.sk-story-cta a:focus-visible,
.sk-product-video__button:focus-visible {
    outline: 4px solid #ffbf47;
    outline-offset: 4px;
}
.sk-product-video {
    margin: 2rem 0;
    max-width: 880px;
}
.sk-product-video__button {
    position: relative;
    display: block;
    width: 100%;
    min-height: 48px;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 18px;
    background: #081528;
    cursor: pointer;
    box-shadow: 0 18px 40px rgba(8, 21, 40, 0.22);
}
.sk-product-video__button img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; }
.sk-product-video__overlay { position: absolute; inset: 0; display: grid; place-items: center; background: rgba(3, 12, 26, 0.2); }
.sk-product-video__play { display: grid; place-items: center; width: 76px; height: 76px; border-radius: 50%; background: rgba(255,255,255,.94); color: #0b3f91; font-size: 2rem; padding-left: .2rem; }
.sk-product-video__label { position: absolute; left: 1rem; bottom: 1rem; padding: .65rem .9rem; border-radius: 999px; background: rgba(3,12,26,.86); color: #fff; font-weight: 700; }
.sk-product-video__privacy { margin: .75rem 0 0; color: #526176; font-size: .92rem; }
.sk-product-video__frame { position: relative; width: 100%; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 18px; background: #000; }
.sk-product-video__frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
@media (prefers-reduced-motion: no-preference) {
    .sk-story-cta a, .sk-product-video__button { transition: transform 90ms ease, box-shadow 90ms ease; }
    .sk-product-video__button:hover { transform: translateY(-2px); box-shadow: 0 22px 46px rgba(8, 21, 40, 0.28); }
}
