.kb-cart-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    padding: 8px 12px;
    background: linear-gradient(135deg, #241052, #1a0b2c);
    color: #fff8ed;
    text-decoration: none;
    font-weight: 800;
}

.kb-cart-count {
    min-width: 24px;
    height: 24px;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    background: linear-gradient(135deg, #f6c453, #ff3fa4);
    color: #130d07;
}

.kernelz-badge-wrap {
    position: absolute;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    padding: 8px;
}

.kernelz-badge {
    border-radius: 999px;
    background: rgba(11, 9, 7, 0.84);
    color: #fff8ed;
    padding: 4px 8px;
    font-size: 11px;
    font-weight: 800;
}

.ksf-section {
    margin: 28px 0;
}

.ksf-section h2 {
    margin: 0 0 8px;
}

.ksf-browser-controls,
.ksf-tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    gap: 10px;
    margin: 14px 0;
}

.ksf-browser-controls label {
    display: grid;
    gap: 4px;
}

.ksf-browser-controls input,
.ksf-browser-controls select,
.ksf-browser-controls button,
.ksf-tab,
.ksf-page-link,
.ksf-carousel-nav,
.ksf-announcement-filter-btn {
    min-height: 38px;
    border: 1px solid rgba(255, 63, 164, 0.28);
    border-radius: 8px;
    background: #24162f;
    color: #fff8ed;
    padding: 8px 12px;
    font: inherit;
    font-weight: 800;
}

.ksf-tab.is-active,
.ksf-page-link.is-active,
.ksf-announcement-filter-btn.active {
    background: linear-gradient(135deg, #f6c453, #ff3fa4);
    color: #130d07;
}

.ksf-products.is-loading {
    opacity: 0.55;
}

.kernelz-shop-results-top {
    display: block;
    height: 0;
    scroll-margin-top: 120px;
}

.ksf-products,
.kb-products-grid,
.woocommerce .products {
    overflow-anchor: none;
}

.ksf-products ul.products,
.kb-products-grid ul.products {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
    align-items: stretch;
    gap: clamp(1.25rem, 2.5vw, 2rem);
    width: 100%;
    max-width: 100%;
    margin: 0;
    overflow: visible;
}

.ksf-products ul.products::before,
.ksf-products ul.products::after,
.kb-products-grid ul.products::before,
.kb-products-grid ul.products::after {
    display: none !important;
}

.ksf-products ul.products li.product,
.kb-products-grid ul.products li.product {
    float: none !important;
    width: auto !important;
    min-width: 0;
    max-width: none;
    height: 100%;
    margin: 0 !important;
    overflow: hidden;
}

.ksf-products ul.products li.product img,
.kb-products-grid ul.products li.product img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
}

.ksf-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.ksf-carousel-wrap {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 8px;
    align-items: center;
}

.ksf-carousel-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(220px, 280px);
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
}

.ksf-carousel-slide {
    scroll-snap-align: start;
}

.ksf-banner,
.ksf-empty {
    border: 1px solid rgba(255, 248, 237, 0.18);
    border-radius: 8px;
    background: #16101f;
    padding: 12px;
}

.ksf-drops {
    display: grid;
    gap: 22px;
    margin: 28px 0;
}

.ksf-drop {
    --ksf-drop-accent: #ff3fa4;
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(180px, 0.7fr);
    gap: 22px;
    align-items: center;
    overflow: hidden;
    border: 1px solid color-mix(in srgb, var(--ksf-drop-accent), white 18%);
    border-radius: 10px;
    padding: clamp(20px, 3vw, 34px);
    background:
        radial-gradient(circle at 18% 18%, color-mix(in srgb, var(--ksf-drop-accent), transparent 48%), transparent 30%),
        radial-gradient(circle at 88% 8%, rgba(246, 196, 83, 0.3), transparent 28%),
        radial-gradient(circle at 72% 82%, rgba(255, 140, 63, 0.2), transparent 34%),
        linear-gradient(135deg, rgba(17, 8, 37, 0.98), rgba(63, 20, 87, 0.88) 58%, rgba(10, 18, 43, 0.96));
    color: #fff8ed;
    box-shadow: 0 22px 64px rgba(255, 63, 164, 0.16);
}

.ksf-drop::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.52;
    background:
        radial-gradient(circle, rgba(255, 255, 255, 0.75) 0 1px, transparent 1.3px) 7px 8px / 42px 42px,
        radial-gradient(circle, rgba(246, 196, 83, 0.7) 0 1px, transparent 1.4px) 26px 18px / 74px 74px;
}

.ksf-drop > * {
    position: relative;
    z-index: 1;
}

.ksf-drop__eyebrow {
    margin: 0 0 10px;
    color: #ffd66f;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 0;
    text-transform: uppercase;
}

.ksf-drop h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(30px, 4.2vw, 58px);
    line-height: 0.95;
}

.ksf-drop__copy > p:not(.ksf-drop__eyebrow) {
    max-width: 680px;
    color: rgba(255, 248, 237, 0.88);
    font-size: 17px;
    line-height: 1.55;
}

.ksf-drop__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin-top: 10px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: linear-gradient(135deg, #ff3fa4, #ff5f7c 52%, #f6c453);
    color: #ffffff;
    padding: 10px 18px;
    text-decoration: none;
    font-weight: 950;
    box-shadow: 0 14px 34px color-mix(in srgb, var(--ksf-drop-accent), transparent 62%);
}

.ksf-drop__cta:hover,
.ksf-drop__cta:focus-visible {
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 18px 42px rgba(255, 63, 164, 0.32);
}

.ksf-drop__media {
    display: block;
    justify-self: end;
    width: min(100%, 360px);
    transform: rotate(2deg);
    text-decoration: none;
}

.kernelz-native-contact-form {
    display: grid;
    gap: 14px;
}

.kernelz-contact-field-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.kernelz-native-contact-form label {
    display: grid;
    gap: 7px;
    color: #ffffff;
    font-weight: 950;
}

.kernelz-native-contact-form input,
.kernelz-native-contact-form select,
.kernelz-native-contact-form textarea {
    width: 100%;
    min-height: 48px;
    border: 2px solid rgba(246, 196, 83, 0.54);
    border-radius: 8px;
    background: #fff8ed;
    color: #170c18;
    padding: 10px 12px;
    font: inherit;
    font-weight: 800;
}

.kernelz-native-contact-form textarea {
    min-height: 156px;
    resize: vertical;
}

.kernelz-native-contact-form input:focus,
.kernelz-native-contact-form select:focus,
.kernelz-native-contact-form textarea:focus {
    outline: none;
    border-color: #ff3fa4;
    box-shadow: 0 0 0 4px rgba(255, 63, 164, 0.22), 0 0 26px rgba(246, 196, 83, 0.12);
}

.kernelz-native-contact-submit {
    justify-self: start;
    min-height: 48px;
    border: 0;
    cursor: pointer;
}

.kernelz-contact-result {
    border: 1px solid rgba(255, 248, 237, 0.2);
    border-radius: 8px;
    padding: 12px 14px;
    color: #ffffff;
    font-weight: 900;
}

.kernelz-contact-result--success {
    background: linear-gradient(135deg, rgba(68, 178, 117, 0.32), rgba(12, 22, 43, 0.86));
}

.kernelz-contact-result--error {
    background: linear-gradient(135deg, rgba(255, 63, 164, 0.36), rgba(71, 15, 46, 0.86));
}

.ksf-testimonials {
    position: relative;
    margin: clamp(36px, 6vw, 78px) 0;
    overflow: hidden;
    border: 1px solid rgba(255, 128, 196, 0.26);
    border-radius: 24px;
    padding: clamp(26px, 5vw, 58px);
    background:
        radial-gradient(circle at 9% 5%, rgba(255, 63, 164, 0.27), transparent 29%),
        radial-gradient(circle at 91% 6%, rgba(246, 196, 83, 0.18), transparent 25%),
        radial-gradient(circle at 70% 100%, rgba(113, 57, 192, 0.24), transparent 34%),
        linear-gradient(135deg, #10071f 0%, #28103d 48%, #090d1c 100%);
    color: #fff8ed;
    box-shadow: 0 32px 90px rgba(8, 3, 20, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.ksf-testimonials::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.28;
    background:
        radial-gradient(circle, rgba(255, 255, 255, 0.7) 0 1px, transparent 1.4px) 0 0 / 56px 56px,
        radial-gradient(circle, rgba(246, 196, 83, 0.58) 0 1px, transparent 1.6px) 26px 18px / 86px 86px;
}

.ksf-testimonials > * {
    position: relative;
    z-index: 1;
}

.ksf-testimonials__header {
    display: flex;
    gap: 24px;
    align-items: end;
    justify-content: space-between;
    margin-bottom: clamp(24px, 4vw, 38px);
}

.ksf-testimonials__heading {
    max-width: 720px;
}

.ksf-testimonials__eyebrow {
    margin: 0 0 8px;
    color: #ffd66f;
    font-size: 12px !important;
    font-weight: 950;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.ksf-testimonials__heading h2 {
    margin: 0;
    font-size: clamp(28px, 4vw, 52px);
    line-height: 1;
    letter-spacing: -0.035em;
}

.ksf-testimonials__intro {
    max-width: 610px;
    margin: 14px 0 0;
    color: rgba(255, 248, 237, 0.7);
    font-size: 16px;
    line-height: 1.55;
}

.ksf-testimonials__arrows {
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    gap: 10px;
}

.ksf-testimonials__arrow,
.ksf-reaction-modal__close {
    display: inline-grid;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255, 248, 237, 0.23);
    border-radius: 50%;
    place-items: center;
    background: rgba(255, 255, 255, 0.07);
    color: #fff8ed;
    font: inherit;
    font-size: 21px;
    cursor: pointer;
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, opacity 180ms ease;
}

.ksf-testimonials__arrow:hover,
.ksf-testimonials__arrow:focus-visible,
.ksf-reaction-modal__close:hover,
.ksf-reaction-modal__close:focus-visible {
    border-color: #ffd66f;
    background: rgba(255, 63, 164, 0.22);
    transform: translateY(-2px);
    outline: none;
}

.ksf-testimonials__arrow:disabled {
    opacity: 0.3;
    cursor: default;
    transform: none;
}

.ksf-testimonials__viewport {
    margin: -8px;
    padding: 8px;
    overflow: hidden;
}

.ksf-testimonials__track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(270px, calc((100% - 32px) / 3));
    gap: 16px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-behavior: smooth;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
}

.ksf-testimonials__track::-webkit-scrollbar {
    display: none;
}

.ksf-testimonial-card {
    position: relative;
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(255, 248, 237, 0.15);
    border-radius: 18px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.025)),
        rgba(10, 7, 22, 0.9);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
    scroll-snap-align: start;
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.ksf-testimonial-card.is-playable:hover,
.ksf-testimonial-card.is-playable:focus-within {
    border-color: rgba(255, 99, 180, 0.65);
    box-shadow: 0 22px 54px rgba(0, 0, 0, 0.36), 0 0 28px rgba(255, 63, 164, 0.12);
    transform: translateY(-5px);
}

.ksf-testimonial-card__action {
    position: absolute;
    z-index: 2;
    inset: 0;
    display: block;
    color: inherit;
    text-decoration: none;
}

.ksf-testimonial-card__action:hover,
.ksf-testimonial-card__action:focus,
.ksf-testimonial-card__action:visited {
    color: inherit;
    text-decoration: none;
}

.ksf-testimonial-card__action:focus-visible {
    outline: 3px solid #ffd66f;
    outline-offset: -3px;
}

.ksf-testimonial-card__media {
    position: relative;
    overflow: hidden;
    background: #130a20;
}

.ksf-testimonial-card__thumbnail,
.ksf-testimonial-card__fallback {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    transition: transform 500ms cubic-bezier(0.2, 0.7, 0.2, 1), filter 300ms ease;
}

.ksf-testimonial-card__fallback {
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at 60% 20%, rgba(246, 196, 83, 0.5), transparent 22%),
        radial-gradient(circle at 30% 70%, rgba(255, 63, 164, 0.65), transparent 32%),
        linear-gradient(145deg, #3c155a, #10071f);
}

.ksf-testimonial-card__fallback span {
    color: rgba(255, 255, 255, 0.84);
    font-size: 72px;
    font-weight: 950;
    line-height: 1;
    text-shadow: 0 8px 30px rgba(0, 0, 0, 0.42);
}

.ksf-testimonial-card.is-playable:hover .ksf-testimonial-card__thumbnail,
.ksf-testimonial-card.is-playable:focus-within .ksf-testimonial-card__thumbnail {
    filter: saturate(1.12) brightness(0.88);
    transform: scale(1.045);
}

.ksf-testimonial-card__play {
    position: absolute;
    top: 50%;
    left: 50%;
    display: grid;
    width: 62px;
    height: 62px;
    border: 1px solid rgba(255, 255, 255, 0.56);
    border-radius: 50%;
    place-items: center;
    background: linear-gradient(145deg, rgba(255, 63, 164, 0.96), rgba(117, 48, 193, 0.94));
    box-shadow: 0 10px 35px rgba(10, 3, 24, 0.5), 0 0 0 8px rgba(255, 255, 255, 0.08);
    transform: translate(-50%, -50%);
    transition: transform 220ms ease, box-shadow 220ms ease;
}

.ksf-testimonial-card__play span {
    width: 0;
    height: 0;
    margin-left: 4px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 13px solid #ffffff;
}

.ksf-testimonial-card.is-playable:hover .ksf-testimonial-card__play,
.ksf-testimonial-card.is-playable:focus-within .ksf-testimonial-card__play {
    box-shadow: 0 12px 38px rgba(10, 3, 24, 0.6), 0 0 0 11px rgba(255, 255, 255, 0.11);
    transform: translate(-50%, -50%) scale(1.07);
}

.ksf-testimonial-card__duration {
    position: absolute;
    right: 12px;
    bottom: 12px;
    max-width: calc(100% - 24px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    padding: 5px 9px;
    background: rgba(8, 5, 17, 0.76);
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    backdrop-filter: blur(8px);
}

.ksf-testimonial-card__body {
    display: flex;
    min-height: 180px;
    flex: 1;
    flex-direction: column;
    padding: 20px;
}

.ksf-testimonial-card__tag {
    align-self: flex-start;
    margin-bottom: 12px;
    border: 1px solid rgba(246, 196, 83, 0.35);
    border-radius: 999px;
    padding: 5px 9px;
    background: rgba(246, 196, 83, 0.1);
    color: #ffd66f;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-transform: uppercase;
}

.ksf-testimonial-card h3 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(20px, 2vw, 25px);
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.ksf-testimonial-card blockquote {
    margin: 0;
    border: 0;
    padding: 14px 0 0;
    color: rgba(255, 248, 237, 0.72);
    font-size: 14px;
    font-style: normal;
    line-height: 1.52;
}

.ksf-testimonial-card__footer {
    display: flex;
    width: 100%;
    align-items: stretch;
    margin-top: auto;
    padding-top: 24px;
}

.ksf-testimonial-card__footer cite {
    color: rgba(255, 248, 237, 0.68);
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
}

.ksf-testimonial-card__footer-actions {
    position: relative;
    z-index: 3;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    pointer-events: none;
}

.ksf-testimonial-card__product-link {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 1px solid rgba(246, 196, 83, 0.55);
    border-radius: 999px;
    padding: 8px 12px;
    background: linear-gradient(135deg, rgba(246, 196, 83, 0.2), rgba(255, 63, 164, 0.18));
    color: #ffe29a;
    font-size: 12px;
    font-weight: 950;
    line-height: 1.1;
    text-decoration: none;
    white-space: nowrap;
    pointer-events: auto;
    transition: border-color 180ms ease, background 180ms ease, color 180ms ease, transform 180ms ease;
}

.ksf-testimonial-card__product-link:hover,
.ksf-testimonial-card__product-link:focus-visible,
.ksf-testimonial-card__product-link:visited {
    border-color: #ffd66f;
    background: linear-gradient(135deg, rgba(246, 196, 83, 0.34), rgba(255, 63, 164, 0.3));
    color: #fff3c9;
    text-decoration: none;
}

.ksf-testimonial-card__product-link:hover {
    transform: translateY(-1px);
}

.ksf-testimonial-card__cta {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid rgba(255, 99, 180, 0.5);
    border-radius: 999px;
    padding: 8px 12px;
    background: linear-gradient(135deg, rgba(255, 63, 164, 0.24), rgba(117, 48, 193, 0.22));
    color: #ff91ca;
    font-size: 12px;
    font-weight: 950;
    line-height: 1.1;
    white-space: nowrap;
}

.ksf-testimonial-card__play-mark {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid currentColor;
}

.ksf-testimonials__dots {
    display: flex;
    min-height: 11px;
    gap: 7px;
    justify-content: center;
    margin-top: 24px;
}

.ksf-testimonials__dot {
    width: 8px;
    height: 8px;
    border: 0;
    border-radius: 999px;
    padding: 0;
    background: rgba(255, 248, 237, 0.28);
    cursor: pointer;
    transition: width 180ms ease, background 180ms ease;
}

.ksf-testimonials__dot.is-active {
    width: 26px;
    background: linear-gradient(90deg, #ff3fa4, #ffd66f);
}

body.ksf-reaction-modal-open {
    overflow: hidden;
}

.ksf-reaction-modal[hidden] {
    display: none;
}

.ksf-reaction-modal {
    position: fixed;
    z-index: 100000;
    inset: 0;
    display: grid;
    place-items: center;
    padding: clamp(16px, 4vw, 48px);
}

.ksf-reaction-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(5, 2, 12, 0.9);
    backdrop-filter: blur(14px);
}

.ksf-reaction-modal__dialog {
    position: relative;
    width: min(1080px, 100%);
    max-height: calc(100vh - 32px);
    overflow: auto;
    border: 1px solid rgba(255, 114, 190, 0.3);
    border-radius: 20px;
    background: linear-gradient(145deg, #1b0b2c, #080b16);
    box-shadow: 0 42px 120px rgba(0, 0, 0, 0.72), 0 0 60px rgba(255, 63, 164, 0.12);
    color: #fff8ed;
}

.ksf-reaction-modal__bar {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    padding: 17px 20px;
}

.ksf-reaction-modal__bar span {
    display: block;
    margin-bottom: 2px;
    color: #ffd66f;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.ksf-reaction-modal__bar h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(17px, 2vw, 24px);
    line-height: 1.15;
}

.ksf-reaction-modal__close {
    flex: 0 0 auto;
    font-size: 30px;
    font-weight: 300;
    line-height: 1;
}

.ksf-reaction-modal__player {
    display: grid;
    width: 100%;
    overflow: hidden;
    place-items: center;
    border-radius: 0 0 19px 19px;
    background: #030305;
}

.reaction-video-stage {
    position: relative;
    width: min(100%, var(--reaction-max-width, 1080px));
    height: min(var(--reaction-max-height, 80vh), calc(100vh - 140px));
    min-height: 0;
    overflow: hidden;
    isolation: isolate;
    background: var(--reaction-background-color, #08050f);
}

.reaction-video-stage__background,
.reaction-video-stage__dim {
    position: absolute;
    pointer-events: none;
}

.reaction-video-stage__background {
    z-index: 0;
    inset: -36px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(var(--reaction-background-blur, 0)) saturate(1.16);
    transform: scale(1.08);
}

.reaction-video-stage--bg-none .reaction-video-stage__background,
.reaction-video-stage--bg-solid .reaction-video-stage__background {
    display: none;
}

.reaction-video-stage--bg-solid {
    background: var(--reaction-background-color, #160a28);
}

.reaction-video-stage--bg-none {
    background: #000;
}

.reaction-video-stage--bg-gradient .reaction-video-stage__background {
    background:
        radial-gradient(circle at 12% 18%, rgba(255, 63, 164, 0.82), transparent 32%),
        radial-gradient(circle at 86% 14%, rgba(246, 196, 83, 0.68), transparent 28%),
        linear-gradient(135deg, #35134f, #090611 72%);
}

.reaction-video-stage--bg-galaxy .reaction-video-stage__background,
.reaction-video-stage--bg-blurred_thumbnail .reaction-video-stage__background,
.reaction-video-stage--bg-blurred_video .reaction-video-stage__background:empty {
    background-image:
        var(--reaction-thumbnail, none),
        radial-gradient(circle at 16% 20%, rgba(255, 63, 164, 0.88), transparent 27%),
        radial-gradient(circle at 82% 15%, rgba(246, 196, 83, 0.72), transparent 23%),
        radial-gradient(circle at 62% 88%, rgba(105, 57, 190, 0.86), transparent 34%),
        radial-gradient(circle, rgba(255, 255, 255, 0.72) 0 1px, transparent 1.4px),
        linear-gradient(145deg, #311149, #08050f 70%);
    background-position: center, center, center, center, 0 0, center;
    background-size: cover, cover, cover, cover, 56px 56px, cover;
}

.reaction-video-stage--bg-galaxy .reaction-video-stage__background {
    background-image:
        radial-gradient(circle at 16% 20%, rgba(255, 63, 164, 0.88), transparent 27%),
        radial-gradient(circle at 82% 15%, rgba(246, 196, 83, 0.72), transparent 23%),
        radial-gradient(circle at 62% 88%, rgba(105, 57, 190, 0.86), transparent 34%),
        radial-gradient(circle, rgba(255, 255, 255, 0.72) 0 1px, transparent 1.4px),
        linear-gradient(145deg, #311149, #08050f 70%);
}

.reaction-video-stage__background-video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reaction-video-stage__dim {
    z-index: 1;
    inset: 0;
    background: #050209;
    opacity: var(--reaction-background-dim, 0.35);
}

.reaction-video-frame {
    position: absolute;
    z-index: 2;
    overflow: hidden;
    background: #000;
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.48);
}

.reaction-video-frame iframe,
.reaction-video-frame video,
.reaction-video-frame .wp-video,
.reaction-video-frame .mejs-container,
.reaction-video-frame > div,
.reaction-video-frame > p {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    margin: 0 !important;
    border: 0;
}

.reaction-video-frame--cover {
    overflow: hidden;
}

.reaction-video-frame--fallback {
    display: grid;
    padding: 32px;
    place-content: center;
    color: #fff8ed;
    text-align: center;
}

.reaction-video-frame--fallback a {
    display: inline-flex;
    margin-top: 14px;
    border-radius: 999px;
    padding: 10px 16px;
    justify-content: center;
    background: #ff3fa4;
    color: #fff;
    font-weight: 900;
    text-decoration: none;
}

.reaction-video-stage__close,
.ksf-reaction-expansion__bar button {
    display: grid;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 50%;
    place-items: center;
    background: rgba(7, 4, 13, 0.82);
    color: #fff;
    font-size: 25px;
    line-height: 1;
    cursor: pointer;
}

.reaction-video-stage__close {
    position: absolute;
    z-index: 5;
    top: 8px;
    right: 8px;
}

.reaction-video-stage__shop {
    position: absolute;
    z-index: 6;
    top: 12px;
    left: 12px;
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    gap: 7px;
    border: 1px solid rgba(255, 222, 133, 0.72);
    border-radius: 999px;
    padding: 8px 13px;
    background: linear-gradient(135deg, rgba(59, 19, 68, 0.94), rgba(114, 27, 83, 0.94));
    box-shadow: 0 9px 28px rgba(0, 0, 0, 0.42);
    color: #ffe29a;
    font-size: 12px;
    font-weight: 950;
    line-height: 1;
    text-decoration: none;
    backdrop-filter: blur(10px);
}

.reaction-video-stage__shop:hover,
.reaction-video-stage__shop:focus-visible,
.reaction-video-stage__shop:visited {
    border-color: #ffd66f;
    background: linear-gradient(135deg, rgba(93, 30, 103, 0.98), rgba(166, 39, 112, 0.98));
    color: #fff3c9;
    text-decoration: none;
}

.ksf-testimonial-card__inline-player {
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: #050209;
}

.ksf-testimonial-card__inline-player[hidden] {
    display: none;
}

.ksf-testimonial-card__inline-player .reaction-video-stage {
    width: 100%;
    height: 100%;
    min-height: 0;
    max-width: none;
    max-height: none;
}

.ksf-reaction-expansion[hidden] {
    display: none;
}

.ksf-reaction-expansion {
    overflow: hidden;
    margin-top: 24px;
    border: 1px solid rgba(255, 128, 196, 0.3);
    border-radius: 18px;
    background: rgba(5, 3, 12, 0.86);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
}

.ksf-reaction-expansion__bar {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
}

.ksf-reaction-expansion__bar h3 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 20px;
}

.ksf-reaction-expansion__player {
    display: grid;
    width: 100%;
    overflow: hidden;
    place-items: center;
    background: #030305;
}

@media (max-width: 980px) {
    .ksf-testimonials__track {
        grid-auto-columns: minmax(270px, calc((100% - 16px) / 2));
    }
}

@media (max-width: 782px) {
    .kernelz-contact-field-grid {
        grid-template-columns: 1fr;
    }

    .ksf-testimonials {
        border-radius: 18px;
    }

    .ksf-testimonials__header {
        align-items: center;
    }

    .ksf-testimonials__intro {
        font-size: 14px;
    }

    .ksf-testimonials__arrows {
        display: none;
    }

    .ksf-testimonials__track {
        grid-auto-columns: minmax(0, 88%);
        gap: 12px;
    }

    .ksf-testimonial-card__body {
        min-height: 170px;
    }

    .ksf-reaction-modal {
        padding: 10px;
    }

    .ksf-reaction-modal__dialog {
        border-radius: 14px;
    }

    .ksf-reaction-modal__bar {
        padding: 13px 14px;
    }

    .ksf-reaction-modal__player {
        border-radius: 0 0 13px 13px;
    }

    .reaction-video-stage:not(.reaction-video-stage--inline) {
        width: min(100%, var(--reaction-max-width, 100vw));
        height: min(var(--reaction-max-height, 75vh), calc(100dvh - 110px));
        min-height: 0;
    }

    .ksf-reaction-expansion {
        border-radius: 13px;
    }

    .ksf-testimonial-card.is-playable:hover,
    .ksf-testimonial-card.is-playable:focus-within {
        transform: none;
    }
}

@media (max-width: 640px) {
    .ksf-testimonials__track {
        grid-auto-columns: 100%;
    }

    .ksf-testimonial-card__footer-actions {
        grid-template-columns: 1fr;
    }
}

.ksf-drop__image {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    border: 4px solid rgba(255, 248, 237, 0.86);
    border-radius: 10px;
    object-fit: cover;
    box-shadow: 0 20px 54px rgba(0, 0, 0, 0.34), 0 0 32px color-mix(in srgb, var(--ksf-drop-accent), transparent 52%);
}

.ksf-drop__products {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 12px;
}

.ksf-drop-product {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    border: 1px solid rgba(255, 248, 237, 0.14);
    border-radius: 8px;
    background: rgba(8, 6, 24, 0.72);
    color: #ffffff;
    padding: 10px;
    text-decoration: none;
    transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.ksf-drop-product:hover,
.ksf-drop-product:focus-visible {
    border-color: color-mix(in srgb, var(--ksf-drop-accent), white 18%);
    background: rgba(18, 10, 42, 0.9);
    color: #ffffff;
    transform: translateY(-2px);
}

.ksf-drop-product__media {
    overflow: hidden;
    border-radius: 8px;
    aspect-ratio: 1 / 1;
    background: rgba(255, 248, 237, 0.08);
}

.ksf-drop-product__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ksf-drop-product__body {
    display: grid;
    gap: 4px;
}

.ksf-drop-product__body strong {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.15;
}

.ksf-drop-product__body span {
    color: #ffd66f;
    font-size: 13px;
    font-weight: 900;
}

.ksf-drop-product__body em {
    color: #ff8bbf;
    font-size: 12px;
    font-style: normal;
    font-weight: 950;
    text-transform: uppercase;
}

.ksf-drops--secondary_drop .ksf-drop,
.ksf-drops--collection_showcase .ksf-drop {
    grid-template-columns: 1fr;
}

.ksf-drops--secondary_drop .ksf-drop__media,
.ksf-drops--collection_showcase .ksf-drop__media {
    justify-self: start;
    width: min(100%, 520px);
}

.ksf-drops--mini_drop .ksf-drop {
    grid-template-columns: minmax(0, 1fr);
    padding: 20px;
}

@supports not (color: color-mix(in srgb, #fff, #000)) {
    .ksf-drop {
        border-color: rgba(255, 63, 164, 0.45);
    }

    .ksf-drop__cta,
    .ksf-drop__image {
        box-shadow: 0 18px 42px rgba(255, 63, 164, 0.2);
    }
}

.ksf-announcement-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}

.ksf-announcement-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 14px;
}

.ksf-announcement-card {
    border: 1px solid rgba(255, 248, 237, 0.18);
    border-radius: 8px;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(22, 16, 31, 0.96), rgba(36, 16, 82, 0.48));
}

.ksf-announcement-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}

.ksf-announcement-content {
    padding: 14px;
}

.ksf-announcement-meta {
    margin: 0 0 6px;
    color: #f6c453;
    font-size: 13px;
    font-weight: 800;
}

.ksf-announcement-content h2 {
    font-size: 20px;
}

.ksf-announcement-button {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    border-radius: 8px;
    background: linear-gradient(135deg, #f6c453, #ff3fa4);
    color: #130d07;
    padding: 8px 12px;
    text-decoration: none;
    font-weight: 900;
}

@media (max-width: 760px) {
    .ksf-drop {
        grid-template-columns: 1fr;
        padding: 18px;
    }

    .ksf-drop__media {
        justify-self: start;
        width: min(100%, 280px);
    }

    .ksf-drop__products {
        grid-template-columns: 1fr;
    }
}

.ksf-enhanced-post {
    --ksf-post-accent: #ff3fa4;
    position: relative;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 16% 10%, color-mix(in srgb, var(--ksf-post-accent), transparent 58%), transparent 30%),
        radial-gradient(circle at 86% 18%, rgba(246, 196, 83, .22), transparent 28%),
        linear-gradient(145deg, #07030d, #220833 58%, #08030e);
    border-radius: 0 0 34px 34px;
}

.ksf-enhanced-post-bg--plain {
    background: #08040d;
}

.ksf-enhanced-post-bg--gradient {
    background: linear-gradient(135deg, #220833, #10061f 52%, #3b124e);
}

.ksf-post-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
    gap: clamp(22px, 4vw, 52px);
    align-items: center;
    min-height: min(760px, 82vh);
    padding: clamp(34px, 6vw, 86px);
}

.ksf-post-hero.has-stars::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .42;
    background-image:
        radial-gradient(circle, rgba(255,255,255,.74) 0 1px, transparent 1.5px),
        radial-gradient(circle, rgba(246,196,83,.55) 0 1px, transparent 1.4px);
    background-size: 82px 82px, 127px 127px;
}

.ksf-post-hero__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: .34;
}

.ksf-post-hero__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(6,2,11,.78), rgba(6,2,11,.44), rgba(6,2,11,.84));
}

.ksf-post-hero__media img,
.ksf-post-hero__media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(1.12) contrast(1.08);
}

.ksf-post-hero__copy,
.ksf-post-hero__product {
    position: relative;
    z-index: 1;
}

.ksf-post-kicker,
.ksf-post-section__heading p,
.ksf-post-product-card__eyebrow,
.ksf-post-final-cta p {
    color: #ffd76a;
    font-weight: 950;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.ksf-post-hero h1 {
    max-width: 860px;
    margin: .15em 0;
    color: #fff;
    font-size: clamp(44px, 8vw, 112px);
    line-height: .9;
    letter-spacing: -.06em;
    text-shadow: 0 12px 44px rgba(0,0,0,.52);
}

.ksf-post-hero--event-announcement {
    min-height: min(680px, 78vh);
    overflow: hidden;
}

.ksf-post-hero--event-announcement .ksf-post-hero__copy {
    max-width: 800px;
}

.ksf-post-hero--event-announcement h1 {
    max-width: 14ch;
    font-size: clamp(2.75rem, 4.6vw, 4.75rem);
    line-height: .94;
    letter-spacing: -.045em;
    overflow-wrap: anywhere;
    text-wrap: balance;
}

.ksf-post-event-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 14px;
    color: #ffd99a;
    font-weight: 900;
}

.ksf-post-event-badge {
    border: 1px solid rgba(255,215,106,.48);
    border-radius: 999px;
    padding: 7px 12px;
    background: rgba(255,63,164,.24);
    color: #ffd76a;
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ksf-post-event-script {
    margin: 10px 0 0;
    color: #ff5ab4;
    font-family: "Brush Script MT", "Segoe Script", "Lucida Handwriting", cursive;
    font-size: clamp(1.85rem, 3.3vw, 3rem);
    font-weight: 700;
    line-height: 1;
    text-shadow: 2px 3px 0 rgba(91,34,196,.58), 0 0 20px rgba(255,63,164,.36);
}

.ksf-post-event-intro {
    max-width: 58ch;
    color: rgba(255,255,255,.88);
    font-size: clamp(1rem, 1.45vw, 1.2rem);
    line-height: 1.55;
}

.ksf-post-subtitle {
    max-width: 700px;
    color: rgba(255,255,255,.86);
    font-size: clamp(18px, 2vw, 25px);
    line-height: 1.45;
}

.ksf-post-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-top: 24px;
}

.ksf-post-button,
.ksf-post-flavor-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    border-radius: 999px;
    padding: 12px 18px;
    font-weight: 950;
    text-decoration: none;
}

.ksf-post-button--pink {
    background: linear-gradient(135deg, var(--ksf-post-accent), #f6c453);
    color: #180714;
    box-shadow: 0 16px 42px color-mix(in srgb, var(--ksf-post-accent), transparent 68%);
}

.ksf-post-button--gold {
    background: linear-gradient(135deg, #f6c453, #ffe8a6);
    color: #231005;
}

.ksf-post-button--simple {
    border: 1px solid rgba(255, 255, 255, .22);
    background: rgba(255, 255, 255, .08);
    color: #fff;
}

.ksf-post-button--pink_purple,
.ksf-post-button--pink {
    background: linear-gradient(135deg, var(--ksf-post-accent, #ff3fa4), #8d5dff);
    color: #fff;
}

.ksf-post-flavor-pill {
    border: 1px solid rgba(255,255,255,.22);
    color: #fff;
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(12px);
}

.ksf-post-section,
.ksf-post-products,
.ksf-post-final-cta {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(34px, 6vw, 74px) clamp(18px, 4vw, 34px);
}

.ksf-post-content {
    color: rgba(255,255,255,.9);
    font-size: clamp(18px, 2vw, 21px);
    line-height: 1.75;
}

.ksf-post-content a {
    color: #ffd76a;
}

.ksf-post-section__heading {
    max-width: 760px;
    margin-bottom: 22px;
}

.ksf-post-section__heading h2,
.ksf-post-final-cta h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(32px, 5vw, 62px);
    line-height: .96;
    letter-spacing: -.04em;
}

.ksf-post-product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 18px;
}

.ksf-post-products,
.ksf-block-product-card-shell {
    container-type: inline-size;
}

.ksf-post-product-card {
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    min-width: 0;
    border: 1px solid color-mix(in srgb, var(--ksf-post-accent), transparent 45%);
    border-radius: 28px;
    background: linear-gradient(145deg, rgba(16,7,26,.94), rgba(42,13,65,.82));
    box-shadow: 0 24px 80px rgba(0,0,0,.34);
}

.ksf-post-product-card--featured {
    grid-template-columns: minmax(180px, .86fr) minmax(0, 1fr);
}

.ksf-post-product-card__media {
    min-height: 100%;
    background: rgba(255,255,255,.08);
}

.ksf-post-product-card__media img,
.ksf-post-product-card__image {
    width: 100%;
    height: 100%;
    min-height: 220px;
    object-fit: cover;
    display: block;
}

.ksf-post-product-card__body {
    display: grid;
    align-content: center;
    gap: 9px;
    min-width: 0;
    max-width: 100%;
    padding: 24px;
}

.ksf-post-product-card__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.ksf-post-product-card__badges span {
    border: 1px solid rgba(255,215,106,.42);
    border-radius: 999px;
    color: #ffe39a;
    padding: 5px 9px;
    font-size: 12px;
    font-weight: 900;
}

.ksf-post-product-card h3 {
    margin: 0;
    max-width: 100%;
    font-size: clamp(1.25rem, 4vw, 2rem);
    line-height: 1.08;
    overflow-wrap: anywhere;
    word-break: normal;
}

.ksf-post-product-card h3 a {
    color: #fff;
    text-decoration: none;
}

.ksf-post-product-card__price {
    color: #ffd76a;
    font-weight: 950;
    font-size: 18px;
}

.ksf-post-product-card__description {
    color: rgba(255,255,255,.78);
    max-width: 68ch;
    font-size: clamp(.95rem, 2.5vw, 1.05rem);
    line-height: 1.5;
    overflow-wrap: anywhere;
}

.ksf-post-product-card--compact,
.ksf-post-product-card--mini {
    grid-template-columns: 112px minmax(0, 1fr);
    border-radius: 18px;
}

.ksf-post-product-card--compact .ksf-post-product-card__media img,
.ksf-post-product-card--mini .ksf-post-product-card__media img {
    min-height: 142px;
}

.ksf-post-product-card--mini .ksf-post-product-card__body {
    padding: 14px 14px 14px 0;
}

.ksf-post-product-card--mini .ksf-post-product-card__description,
.ksf-post-product-card--mini .ksf-post-product-card__badges {
    display: none;
}

.ksf-post-product-card--mini h3 {
    font-size: 20px;
}

.ksf-post-product-card--horizontal {
    grid-template-columns: 220px minmax(0, 1fr);
}

.ksf-post-product-card--no-image {
    grid-template-columns: 1fr;
}

.ksf-post-product-card--no-image .ksf-post-product-card__body {
    padding: 24px;
}

.kernelz-single-product-rail {
    position: relative;
    width: 100%;
    max-width: 280px;
    justify-self: end;
}

.kernelz-post-product-card--rail {
    width: 100%;
    max-width: 280px;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    padding: 12px;
    border-radius: 24px;
}

.kernelz-post-product-card--rail .kernelz-post-product-card__image-wrap {
    width: 100%;
    min-height: 0;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 18px;
    background: rgba(255,255,255,.06);
}

.kernelz-post-product-card--rail .kernelz-post-product-card__image {
    width: 100%;
    height: 100%;
    min-height: 0;
    max-height: none;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
    display: block;
}

.kernelz-post-product-card--rail .ksf-post-product-card__body {
    gap: 7px;
    padding: 16px 6px 6px;
}

.kernelz-post-product-card--rail h3 {
    font-size: clamp(1.2rem, 2.2vw, 1.55rem);
    line-height: 1.08;
}

.kernelz-post-product-card--rail .ksf-post-product-card__price {
    margin: 0;
    font-size: 16px;
}

.kernelz-post-product-card--rail .kernelz-post-product-card__excerpt {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    font-size: .92rem;
    line-height: 1.42;
}

.kernelz-post-product-card--rail .ksf-post-button {
    width: 100%;
    margin-top: 4px;
    text-align: center;
}

.kernelz-post-product-card__close {
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 3;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 50%;
    display: grid;
    place-items: center;
    padding: 0;
    background: #180820;
    color: #fff;
    font: 900 24px/1 sans-serif;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(0,0,0,.38);
}

.kernelz-post-product-card__close:hover,
.kernelz-post-product-card__close:focus-visible {
    border-color: #ffd76a;
    color: #ffd76a;
    outline: none;
}

.kernelz-single-product-rail[hidden] {
    display: none !important;
}

@container (max-width: 700px) {
    .ksf-post-product-card,
    .ksf-post-product-card--featured,
    .ksf-post-product-card--horizontal,
    .ksf-post-product-card--compact,
    .ksf-post-product-card--mini {
        grid-template-columns: minmax(0, 1fr);
    }

    .ksf-post-product-card__media img,
    .ksf-post-product-card__image {
        width: 100%;
        height: auto;
        min-height: 0;
        max-height: 520px;
        aspect-ratio: 4 / 3;
        object-fit: cover;
    }

    .ksf-post-product-card__body {
        padding: 22px;
    }
}

.ksf-post-photo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 14px;
}

.ksf-post-photos--collage .ksf-post-photo-grid,
.ksf-post-photos--featured_break .ksf-post-photo-grid {
    grid-template-columns: repeat(6, 1fr);
}

.ksf-post-photo {
    overflow: hidden;
    min-height: 180px;
    margin: 0;
    border-radius: 24px;
    background: rgba(255,255,255,.08);
    box-shadow: 0 18px 48px rgba(0,0,0,.28);
}

.ksf-post-photo:nth-child(1) {
    grid-column: span 2;
    grid-row: span 2;
}

.ksf-post-photo img {
    width: 100%;
    height: 100%;
    min-height: 180px;
    object-fit: cover;
    display: block;
    transition: transform .28s ease;
}

.ksf-post-photo:hover img {
    transform: scale(1.045);
}

.ksf-post-photo figcaption {
    padding: 10px 12px;
    color: rgba(255,255,255,.8);
    font-size: 13px;
}

.ksf-post-photos.kernelz-photo-nebula--single {
    max-width: 760px;
}

.ksf-post-photos.kernelz-photo-nebula--single .ksf-post-section__heading {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.ksf-post-photos.kernelz-photo-nebula--single .ksf-post-photo-grid {
    grid-template-columns: minmax(0, 1fr);
    width: min(100%, 640px);
    margin-right: auto;
    margin-left: auto;
}

.ksf-post-photos.kernelz-photo-nebula--single .ksf-post-photo,
.ksf-post-photos.kernelz-photo-nebula--single .ksf-post-photo:nth-child(1) {
    grid-column: auto;
    grid-row: auto;
    min-height: 0;
}

.ksf-post-photos.kernelz-photo-nebula--single .ksf-post-photo img {
    width: 100%;
    height: auto;
    max-height: 680px;
    min-height: 0;
    object-fit: contain;
}

.ksf-post-photos.kernelz-photo-nebula--few .ksf-post-photo-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    max-width: 920px;
    margin-right: auto;
    margin-left: auto;
}

.ksf-post-photos.kernelz-photo-nebula--few .ksf-post-photo:nth-child(1) {
    grid-column: auto;
    grid-row: auto;
}

.ksf-post-final-cta {
    margin-bottom: 34px;
    border: 1px solid color-mix(in srgb, var(--ksf-post-accent), transparent 45%);
    border-radius: 34px;
    background: radial-gradient(circle at 18% 15%, color-mix(in srgb, var(--ksf-post-accent), transparent 45%), transparent 34%), rgba(13,5,22,.92);
    text-align: center;
}

.ksf-block-cta--simple {
    background: rgba(255, 255, 255, .06);
}

.ksf-block-cta--gold_glow {
    border-color: rgba(246, 196, 83, .48);
    background: radial-gradient(circle at 50% 0%, rgba(246,196,83,.26), transparent 38%), rgba(13,5,22,.92);
}

.ksf-block-cta__text {
    max-width: 680px;
    margin: 12px auto 20px;
    color: rgba(255,255,255,.82);
    font-size: 18px;
    line-height: 1.55;
}

.ksf-block-visual-section {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    border: 1px solid color-mix(in srgb, var(--ksf-post-accent), transparent 62%);
    border-radius: 30px;
    background:
        radial-gradient(circle at 18% 14%, color-mix(in srgb, var(--ksf-post-accent), transparent 78%), transparent 34%),
        rgba(13,5,22,.74);
}

.ksf-block-visual-section--text_left_media_right,
.ksf-block-visual-section--media_left_text_right {
    grid-template-columns: minmax(0, 1fr) minmax(260px, .75fr);
    align-items: center;
}

.ksf-block-visual-section--media_left_text_right .ksf-block-visual-section__media {
    order: -1;
}

.ksf-block-visual-section--quote {
    text-align: center;
    font-size: clamp(22px, 3vw, 34px);
}

.ksf-block-visual-section-bg--plain {
    background: rgba(255,255,255,.045);
}

.ksf-block-visual-section-bg--gold_glow {
    background: radial-gradient(circle at 15% 10%, rgba(246,196,83,.24), transparent 38%), rgba(13,5,22,.74);
}

.ksf-block-visual-section__media {
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 0 18px 54px rgba(0,0,0,.32);
}

.ksf-block-visual-section__media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 260px;
    object-fit: cover;
}

.ksf-block-visual-section__content {
    color: rgba(255,255,255,.88);
    font-size: 18px;
    line-height: 1.7;
}

.ksf-post-sticky-cta {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 100;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--ksf-post-accent), #f6c453);
    color: #160714;
    padding: 13px 18px;
    font-weight: 950;
    text-decoration: none;
    box-shadow: 0 16px 42px rgba(0,0,0,.38);
}

.ksf-testimonials--layout-video_wall .ksf-testimonials__track {
    grid-auto-columns: minmax(260px, 1fr);
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.ksf-testimonials--layout-featured .ksf-testimonials__track {
    grid-auto-columns: min(100%, 720px);
}

@media (max-width: 900px) {
    .ksf-post-hero {
        grid-template-columns: 1fr;
        min-height: auto;
        padding: 42px 18px;
    }

    .ksf-post-hero--event-announcement {
        min-height: auto;
    }

    .ksf-post-hero--event-announcement h1 {
        max-width: 100%;
        font-size: clamp(2.35rem, 11vw, 3.6rem);
    }

    .ksf-post-hero__product {
        display: none;
    }

    .ksf-post-hero__product.kernelz-single-product-rail {
        display: block;
        width: 100%;
        max-width: 520px;
        justify-self: start;
        margin-top: 8px;
    }

    .ksf-post-product-card,
    .ksf-post-product-card--featured,
    .ksf-post-product-card--horizontal,
    .ksf-post-product-card--compact,
    .ksf-post-product-card--mini {
        grid-template-columns: 1fr;
    }

    .ksf-post-product-card__body {
        padding: 22px;
    }

    .ksf-post-product-card__media img,
    .ksf-post-product-card__image {
        width: 100%;
        height: auto;
        min-height: 0;
        max-height: 520px;
        aspect-ratio: 4 / 3;
        object-fit: cover;
    }

    .kernelz-post-product-card--rail {
        max-width: 520px;
        grid-template-columns: 120px minmax(0, 1fr);
        align-items: center;
        padding: 10px;
    }

    .kernelz-post-product-card--rail .kernelz-post-product-card__image-wrap,
    .kernelz-post-product-card--rail .kernelz-post-product-card__image {
        width: 100%;
        height: auto;
        min-height: 0;
        max-height: none;
        aspect-ratio: 1 / 1;
    }

    .kernelz-post-product-card--rail .ksf-post-product-card__body {
        padding: 8px 12px;
    }

    .kernelz-post-product-card--rail .kernelz-post-product-card__excerpt {
        -webkit-line-clamp: 3;
        line-clamp: 3;
    }

    .ksf-post-product-card .ksf-button,
    .ksf-post-product-card .button {
        width: 100%;
        max-width: 100%;
        white-space: normal;
        text-align: center;
    }

    .ksf-post-photos--collage .ksf-post-photo-grid,
    .ksf-post-photos--featured_break .ksf-post-photo-grid {
        grid-template-columns: 1fr 1fr;
    }

    .ksf-post-photo:nth-child(1) {
        grid-column: span 2;
    }
}

@media (max-width: 640px) {
    .ksf-post-sticky-cta {
        right: 10px;
        left: 10px;
        text-align: center;
    }

    .ksf-post-photos--collage .ksf-post-photo-grid,
    .ksf-post-photos--featured_break .ksf-post-photo-grid {
        grid-template-columns: 1fr;
    }

    .ksf-post-photo:nth-child(1) {
        grid-column: auto;
        grid-row: auto;
    }

    .kernelz-post-product-card--rail .ksf-post-product-card__badges,
    .kernelz-post-product-card--rail .kernelz-post-product-card__excerpt {
        display: none;
    }

    .kernelz-post-product-card--rail h3 {
        font-size: 1.1rem;
    }

    .kernelz-post-product-card--rail .ksf-post-button {
        min-height: 38px;
        padding: 9px 12px;
        font-size: .86rem;
    }
}

/* Kernelz Editorial Story Effects */
.kz-story-icon,
.kz-story-beat__icon {
    width: 1.65em;
    height: 1.65em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    line-height: 1;
}

.kz-story-icon__image,
.kz-story-icon img,
.kz-story-icon--custom img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.kz-story-icon--emoji,
.kz-story-icon--custom {
    filter: drop-shadow(0 0 10px rgba(255, 91, 189, .45));
}

.kernelz-story-content .kz-story-lead,
.kz-story-lead {
    max-width: 64ch;
    margin: 0 auto 1.8em;
    color: #fff9ff;
    font-size: clamp(1.22rem, 2vw, 1.52rem);
    font-weight: 720;
    line-height: 1.62;
    letter-spacing: -.012em;
}

.kernelz-story-content .kz-story-beat,
.kz-story-beat {
    position: relative;
    width: max-content;
    max-width: 100%;
    margin: clamp(30px, 5vw, 52px) auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 0 10px 12px;
    color: #ff72c5;
    font-size: clamp(1.38rem, 2.8vw, 2.1rem);
    font-weight: 920;
    line-height: 1.18;
    text-align: center;
    text-wrap: balance;
    text-shadow: 0 0 22px rgba(255, 63, 164, .22);
}

.kz-story-beat::after {
    content: "";
    position: absolute;
    right: 8%;
    bottom: 0;
    left: 8%;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, currentColor, #ffd76a, transparent);
    opacity: .82;
}

.kz-story-beat--gold { color: #ffd76a; }
.kz-story-beat--purple { color: #b994ff; }
.kz-story-beat--white { color: #fff; }

.kernelz-story-content .kz-story-quote,
.kz-story-quote {
    position: relative;
    max-width: 760px;
    margin: clamp(34px, 6vw, 64px) auto;
    overflow: hidden;
    border: 1px solid rgba(255, 92, 187, .62);
    border-left: 5px solid #ff4fb1;
    border-radius: 20px;
    padding: clamp(28px, 4vw, 44px);
    background:
        radial-gradient(circle at 100% 0%, rgba(246, 196, 83, .12), transparent 35%),
        rgba(11, 5, 22, .76);
    box-shadow: 0 0 0 1px rgba(255,255,255,.04), 0 18px 54px rgba(255,63,164,.18);
    color: #fff6e4;
    font-size: clamp(1.28rem, 2.45vw, 1.88rem);
    font-style: italic;
    font-weight: 720;
    line-height: 1.48;
}

.kz-story-quote__icon {
    position: absolute;
    top: 13px;
    left: 15px;
    font-style: normal;
}

.kernelz-story-content .kz-story-quote::before {
    display: none;
}

.kz-story-quote__text {
    position: relative;
    z-index: 1;
}

.kz-story-quote__text > :first-child { margin-top: 0; }
.kz-story-quote__text > :last-child { margin-bottom: 0; }

.kz-story-quote--soft {
    border-color: rgba(255,255,255,.2);
    border-left-color: #b994ff;
    background: rgba(255,255,255,.07);
    box-shadow: 0 16px 46px rgba(0,0,0,.18);
}

.kz-story-quote--dramatic {
    border-color: #ffd76a;
    border-left-color: #ffd76a;
    background: linear-gradient(135deg, rgba(39,7,49,.96), rgba(11,4,22,.94));
    box-shadow: 0 0 30px rgba(246,196,83,.2), 0 24px 70px rgba(0,0,0,.34);
}

.kz-story-quote--cute {
    border-color: #ff80cb;
    border-radius: 30px;
    background: linear-gradient(145deg, rgba(255,63,164,.15), rgba(141,93,255,.12));
}

.kz-story-accent {
    font-weight: 900;
}

.kz-story-accent--pink { color: #ff72c5; }
.kz-story-accent--gold { color: #ffd76a; }
.kz-story-accent--purple { color: #b994ff; }
.kz-story-accent--cream { color: #fff0cf; }

.kernelz-story-content .kz-story-script,
.kz-story-script {
    position: relative;
    display: inline-block;
    padding: 0 .08em .18em;
    color: #ff73c7;
    font-family: "Brush Script MT", "Segoe Script", "Lucida Handwriting", cursive;
    font-size: 1.42em;
    font-weight: 700;
    line-height: 1.05;
    text-shadow: 2px 2px 0 rgba(91,34,196,.5), 0 0 18px rgba(255,63,164,.28);
}

.kz-story-script::after {
    content: "";
    position: absolute;
    right: 2%;
    bottom: 0;
    left: 2%;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, #ff4fb1, #b994ff, transparent);
}

.kernelz-story-content .kz-story-box,
.kz-story-box {
    max-width: 780px;
    margin: clamp(32px, 5vw, 58px) auto;
    border: 1px solid rgba(185,148,255,.44);
    border-radius: 22px;
    padding: clamp(24px, 4vw, 38px);
    background:
        radial-gradient(circle at 0 0, rgba(255,63,164,.13), transparent 34%),
        linear-gradient(145deg, rgba(22,8,37,.94), rgba(51,15,71,.82));
    box-shadow: 0 22px 68px rgba(0,0,0,.26), inset 0 1px rgba(255,255,255,.06);
    color: #fff4fc;
}

.kz-story-box__heading {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 14px;
    color: #ffd76a;
    font-size: clamp(1.2rem, 2vw, 1.55rem);
}

.kz-story-box__heading strong {
    color: inherit;
}

.kz-story-box__content > :first-child { margin-top: 0; }
.kz-story-box__content > :last-child { margin-bottom: 0; }

.kernelz-story-content .kz-story-break,
.kz-story-break {
    width: min(100%, 440px);
    margin: clamp(32px, 5vw, 54px) auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.kz-story-break__line {
    height: 2px;
    flex: 1 1 auto;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, rgba(255,93,190,.78));
}

.kz-story-break__line:last-child {
    background: linear-gradient(90deg, rgba(246,196,83,.78), transparent);
}

.kz-story-break--dots .kz-story-break__line {
    height: 5px;
    background: radial-gradient(circle, #ff72c5 0 2px, transparent 2.5px) center / 14px 5px repeat-x;
}

.kz-story-break--soft { opacity: .58; }
.kz-story-break--stars .kz-story-icon { transform: scale(1.16); }
.kz-story-break--popcorn .kz-story-break__line {
    background: linear-gradient(90deg, transparent, #ffd76a, rgba(255,114,197,.72));
}

.kz-story-break--hearts .kz-story-break__line {
    background: radial-gradient(circle, #ff72c5 0 2px, transparent 2.5px) center / 20px 5px repeat-x;
}

.kz-story-break--neon-line .kz-story-break__line {
    height: 3px;
    background: linear-gradient(90deg, transparent, #ff4fb1, #b994ff, #ffd76a, transparent);
    box-shadow: 0 0 18px rgba(255,79,177,.42);
}

.kz-story-break--soft-fade {
    width: min(100%, 620px);
    opacity: .72;
}

.kz-story-break--soft-fade .kz-story-break__line {
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.34), transparent);
}

.kze-scene,
.kze-moment,
.kze-note,
.kze-split {
    --kze-pink: #ff72c5;
    --kze-hot-pink: #ff3fa4;
    --kze-purple: #b994ff;
    --kze-gold: #ffd76a;
    --kze-cream: #fff4dc;
    --kze-panel: rgba(18, 7, 31, .82);
    --kze-border: rgba(255, 114, 197, .32);
    position: relative;
    isolation: isolate;
}

.kze-scene {
    max-width: 1040px;
    margin: clamp(38px, 7vw, 86px) auto;
    overflow: hidden;
    border: 1px solid var(--kze-border);
    border-radius: clamp(24px, 4vw, 38px);
    padding: clamp(26px, 5vw, 58px);
    background:
        radial-gradient(circle at 8% 0%, rgba(255, 63, 164, .2), transparent 34%),
        radial-gradient(circle at 100% 16%, rgba(246, 196, 83, .12), transparent 28%),
        linear-gradient(145deg, rgba(17, 7, 33, .94), rgba(47, 14, 66, .82));
    box-shadow: 0 24px 84px rgba(0,0,0,.28), inset 0 1px rgba(255,255,255,.06);
    color: #fff6ff;
}

.kze-scene::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(circle at 14% 24%, rgba(255,255,255,.16) 0 1px, transparent 1.5px),
        radial-gradient(circle at 78% 12%, rgba(255,215,106,.2) 0 1px, transparent 1.5px),
        radial-gradient(circle at 88% 74%, rgba(255,114,197,.16) 0 1px, transparent 1.5px);
    background-size: 72px 72px, 92px 92px, 118px 118px;
    opacity: .52;
    pointer-events: none;
}

.kze-scene__heading,
.kze-moment__heading,
.kze-note__label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    color: var(--kze-gold);
}

.kze-scene__heading h3,
.kze-moment__heading h3 {
    margin: 0;
    color: inherit;
    font-size: clamp(1.1rem, 2vw, 1.55rem);
    line-height: 1.08;
}

.kze-scene__content > :first-child,
.kze-moment__content > :first-child,
.kze-note__content > :first-child,
.kze-split__content > :first-child {
    margin-top: 0;
}

.kze-scene__content > :last-child,
.kze-moment__content > :last-child,
.kze-note__content > :last-child,
.kze-split__content > :last-child {
    margin-bottom: 0;
}

.kze-scene--soft,
.kze-scene--dreamy {
    background:
        radial-gradient(circle at 18% 0%, rgba(185,148,255,.18), transparent 34%),
        linear-gradient(145deg, rgba(26,11,43,.86), rgba(52,20,70,.72));
}

.kze-scene--cosmic,
.kze-scene--glow {
    box-shadow: 0 26px 90px rgba(255,63,164,.16), 0 20px 70px rgba(0,0,0,.3), inset 0 1px rgba(255,255,255,.08);
}

.kze-scene--dramatic,
.kze-scene--neon {
    border-color: rgba(255,79,177,.58);
    background:
        linear-gradient(135deg, rgba(13,5,28,.96), rgba(70,12,77,.82)),
        radial-gradient(circle at 100% 0%, rgba(255,215,106,.18), transparent 38%);
}

.kze-scene--warm {
    border-color: rgba(255,215,106,.42);
    background: linear-gradient(145deg, rgba(52,24,23,.9), rgba(78,22,72,.74));
}

.kze-scene--frosty {
    border-color: rgba(185,218,255,.42);
    background: linear-gradient(145deg, rgba(12,17,42,.92), rgba(52,18,78,.74));
}

.kze-scene--split,
.kze-scene--image-left,
.kze-scene--image-right {
    display: grid;
    gap: clamp(22px, 4vw, 42px);
}

.kze-scene--card {
    max-width: 820px;
}

.kze-scene--spotlight {
    max-width: 900px;
    text-align: center;
}

.kze-scene--diagonal {
    transform: skewY(-1deg);
}

.kze-scene--diagonal > * {
    transform: skewY(1deg);
}

.kze-scene--timeline .kze-scene__content {
    border-left: 2px solid rgba(255,114,197,.42);
    padding-left: clamp(18px, 4vw, 34px);
}

.kze-scene--collage {
    background:
        radial-gradient(circle at 12% 14%, rgba(255,114,197,.22), transparent 18%),
        radial-gradient(circle at 80% 20%, rgba(255,215,106,.14), transparent 16%),
        radial-gradient(circle at 50% 100%, rgba(185,148,255,.18), transparent 28%),
        linear-gradient(145deg, rgba(17,7,33,.94), rgba(47,14,66,.82));
}

.kze-scene--quote-heavy .kz-story-quote,
.kze-scene--quote-heavy .kze-quote {
    max-width: 880px;
    font-size: clamp(1.45rem, 3vw, 2.2rem);
}

.kze-moment {
    max-width: 720px;
    margin: clamp(30px, 5vw, 56px) auto;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 26px;
    padding: clamp(22px, 4vw, 36px);
    background:
        radial-gradient(circle at 100% 0%, rgba(255,114,197,.15), transparent 32%),
        rgba(255,255,255,.065);
    box-shadow: 0 18px 54px rgba(0,0,0,.22);
    color: #fff8ff;
}

.kze-moment--playful,
.kze-moment--cute {
    border-color: rgba(255,114,197,.48);
}

.kze-moment--dramatic {
    border-color: rgba(255,215,106,.52);
    background: linear-gradient(145deg, rgba(28,7,38,.92), rgba(78,18,59,.76));
}

.kze-caption {
    width: fit-content;
    max-width: min(100%, 780px);
    margin: clamp(18px, 4vw, 38px) auto;
    color: var(--kze-pink, #ff72c5);
    font-weight: 850;
    line-height: 1.12;
    text-wrap: balance;
}

.kze-caption--script {
    font-family: "Brush Script MT", "Segoe Script", "Lucida Handwriting", cursive;
    font-size: clamp(2rem, 6vw, 4.7rem);
    font-weight: 700;
    text-shadow: 2px 2px 0 rgba(91,34,196,.58), 0 0 26px rgba(255,63,164,.34);
}

.kze-caption--sticker,
.kze-caption--label,
.kze-caption--bubble {
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 999px;
    padding: .5em .85em;
    background: linear-gradient(135deg, rgba(255,79,177,.24), rgba(255,215,106,.14));
    box-shadow: 0 12px 34px rgba(0,0,0,.18);
}

.kze-caption--neon {
    font-size: clamp(1.6rem, 4vw, 3.4rem);
    color: #fff;
    text-shadow: 0 0 8px #ff4fb1, 0 0 24px rgba(255,79,177,.62);
}

.kze-caption--whisper {
    color: rgba(255,244,252,.75);
    font-style: italic;
    font-size: clamp(1.05rem, 2vw, 1.32rem);
}

.kze-caption--loud {
    font-size: clamp(2rem, 6vw, 5rem);
    font-weight: 950;
    letter-spacing: -.055em;
    text-transform: uppercase;
}

.kze-caption--underline::after,
.kze-caption--script::after {
    content: "";
    display: block;
    height: 3px;
    margin-top: .08em;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, currentColor, var(--kze-gold, #ffd76a), transparent);
}

.kze-caption--left { margin-left: 0; }
.kze-caption--right { margin-right: 0; }
.kze-caption--center { text-align: center; }
.kze-caption--float,
.kze-caption--overlap,
.kze-caption--image {
    position: relative;
    z-index: 2;
}

.kze-caption--pink { color: var(--kze-pink, #ff72c5); }
.kze-caption--gold { color: var(--kze-gold, #ffd76a); }
.kze-caption--purple { color: var(--kze-purple, #b994ff); }
.kze-caption--cream { color: var(--kze-cream, #fff4dc); }

.kze-stickers {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    max-width: 420px;
    margin: clamp(18px, 4vw, 34px) auto;
    pointer-events: none;
}

.kze-stickers .kze-stickers__icon {
    width: 2.05em;
    height: 2.05em;
    transform: rotate(var(--kze-rot, -6deg));
}

.kze-stickers .kze-stickers__icon:nth-child(even) {
    --kze-rot: 8deg;
}

.kze-stickers--corner {
    justify-content: flex-end;
}

.kze-stickers--trail {
    justify-content: flex-start;
}

.kze-stickers--orbit {
    width: 220px;
    height: 120px;
    position: relative;
}

.kze-stickers--orbit .kze-stickers__icon {
    position: absolute;
}

.kze-stickers--orbit .kze-stickers__icon:nth-child(1) { top: 0; left: 50%; }
.kze-stickers--orbit .kze-stickers__icon:nth-child(2) { top: 40%; right: 0; }
.kze-stickers--orbit .kze-stickers__icon:nth-child(3) { bottom: 0; left: 22%; }

.kze-stickers--underline {
    border-bottom: 2px solid rgba(255,114,197,.58);
    padding-bottom: 8px;
}

.kze-stickers--border {
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 999px;
    padding: 10px 14px;
}

.kze-path {
    max-width: 720px;
    margin: clamp(30px, 6vw, 58px) auto;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 14px;
}

.kze-path li {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    min-width: 0;
    color: #fff5ff;
    font-size: clamp(1.2rem, 2.4vw, 1.8rem);
    font-weight: 850;
}

.kze-path li span:last-child {
    min-width: 0;
}

.kze-path__icon {
    color: #ff72c5;
}

.kze-path--gold .kze-path__icon,
.kze-path--gold li {
    color: #ffd76a;
}

.kze-path--purple .kze-path__icon,
.kze-path--purple li {
    color: #b994ff;
}

.kze-path--timeline {
    border-left: 2px solid rgba(255,114,197,.5);
    padding-left: 18px;
}

.kze-path--dotted li {
    border-bottom: 1px dotted rgba(255,255,255,.26);
    padding-bottom: 12px;
}

.kze-path--neon li {
    text-shadow: 0 0 18px rgba(255,79,177,.34);
}

.kze-path--handwritten li {
    font-family: "Segoe Script", "Lucida Handwriting", cursive;
    color: #ff9bd8;
}

.kze-bigline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    max-width: 900px;
    margin: clamp(34px, 7vw, 70px) auto;
    color: #ff72c5;
    font-size: clamp(2rem, 7vw, 5.4rem);
    font-weight: 950;
    line-height: .98;
    letter-spacing: -.055em;
    text-align: center;
    text-wrap: balance;
    text-shadow: 0 0 28px rgba(255,63,164,.26);
}

.kze-bigline--gold { color: #ffd76a; }
.kze-bigline--purple { color: #b994ff; }
.kze-bigline--white { color: #fff; }

.kze-bigline__icon {
    width: .95em;
    height: .95em;
}

.kze-note {
    max-width: 680px;
    margin: clamp(28px, 5vw, 52px) auto;
    border: 1px solid rgba(255,215,106,.32);
    border-radius: 22px;
    padding: clamp(20px, 4vw, 32px);
    background:
        radial-gradient(circle at 0 0, rgba(255,215,106,.14), transparent 32%),
        rgba(255,255,255,.07);
    color: #fff7ea;
}

.kze-note__label strong {
    color: #ffd76a;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: .88rem;
}

.kze-split {
    max-width: 1040px;
    margin: clamp(38px, 7vw, 78px) auto;
    display: grid;
    grid-template-columns: minmax(240px, .9fr) minmax(0, 1.1fr);
    gap: clamp(22px, 5vw, 54px);
    align-items: center;
    border: 1px solid rgba(255,114,197,.3);
    border-radius: 30px;
    padding: clamp(16px, 3vw, 28px);
    background: linear-gradient(145deg, rgba(16,7,31,.88), rgba(47,14,66,.68));
}

.kze-split--right {
    grid-template-columns: minmax(0, 1.1fr) minmax(240px, .9fr);
}

.kze-split--right .kze-split__media {
    order: 2;
}

.kze-split__media {
    margin: 0;
    overflow: hidden;
    border-radius: 22px;
    background: rgba(255,255,255,.07);
    box-shadow: 0 16px 46px rgba(0,0,0,.24);
}

.kze-split__image {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    height: clamp(240px, 34vw, 440px);
    object-fit: cover;
}

.kze-split__content {
    min-width: 0;
}

.kze-split--luxe {
    border-color: rgba(255,215,106,.36);
}

/* Kernelz Editorial Story Effects: desktop rendering polish */
.kernelz-story-content,
.kze-story-content {
    --kze-space-xs: .5rem;
    --kze-space-sm: 1rem;
    --kze-space-md: 1.75rem;
    --kze-space-lg: 3rem;
    --kze-space-xl: 5rem;
}

.kernelz-story-content > * + *,
.kze-story-content > * + * {
    margin-top: var(--kze-space-md);
}

.kernelz-story-content *,
.kze-story-content *,
.kze-scene *,
.kze-moment *,
.kze-note *,
.kze-split *,
.kz-story-quote *,
.kz-story-box * {
    box-sizing: border-box;
    max-width: 100%;
}

.kze-scene,
.kz-scene {
    margin-block: clamp(2.5rem, 5vw, 5rem);
    padding: clamp(1.5rem, 3.6vw, 3.75rem);
    overflow: hidden;
}

.kze-scene__content {
    position: relative;
    z-index: 1;
}

.kze-scene__decor-icon,
.kz-scene-icon {
    position: absolute;
    top: clamp(1rem, 2vw, 1.35rem);
    left: clamp(1rem, 2vw, 1.35rem);
    z-index: 0;
    opacity: .42;
    pointer-events: none;
    transform: rotate(-8deg) scale(1.08);
}

.kze-scene__heading .kze-scene__icon {
    position: static;
    opacity: 1;
    transform: none;
}

.kze-scene--stacked,
.kz-scene--stacked,
.kze-scene--spotlight,
.kz-scene--spotlight {
    text-align: center;
}

.kze-scene--stacked .kze-scene__content,
.kz-scene--stacked .kz-scene__content,
.kze-scene--spotlight .kze-scene__content,
.kz-scene--spotlight .kz-scene__content {
    display: grid;
    justify-items: center;
}

.kze-scene--stacked .kze-split,
.kze-scene--spotlight .kze-split,
.kz-scene--stacked .kz-split,
.kz-scene--spotlight .kz-split,
.kze-split--stacked,
.kz-split--stacked,
.kze-split--editorial,
.kz-split--editorial {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
}

.kze-scene--stacked .kze-split__media,
.kze-scene--spotlight .kze-split__media,
.kze-split--stacked .kze-split__media,
.kze-split--editorial .kze-split__media {
    order: 0;
}

.kze-split,
.kz-split {
    grid-template-columns: minmax(280px, .95fr) minmax(320px, 1.05fr);
    align-items: center;
    gap: clamp(2rem, 5vw, 5rem);
    padding: clamp(1.25rem, 3vw, 2.5rem);
    overflow: hidden;
}

.kze-split--right,
.kz-split--right {
    grid-template-columns: minmax(320px, 1.05fr) minmax(280px, .95fr);
}

.kze-split__media,
.kz-split-image {
    justify-self: center;
    width: min(100%, 560px);
}

.kze-split__media img,
.kze-split__image,
.kz-split-image img {
    width: 100%;
    max-width: 560px;
    height: auto;
    min-height: clamp(260px, 28vw, 420px);
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
    border-radius: 24px;
    display: block;
}

.kze-split__content,
.kz-split-content {
    max-width: 560px;
    min-width: 0;
    align-self: center;
}

.kze-bigline,
.kz-bigline {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: .75rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
    width: fit-content;
}

.kze-bigline > span:last-child,
.kze-bigline__text,
.kz-bigline-text {
    max-width: 850px;
    margin-inline: auto;
    min-width: 0;
    overflow-wrap: anywhere;
}

.kze-bigline__icon,
.kz-bigline-icon {
    flex: 0 0 auto;
}

.kz-story-quote,
.kze-quote,
.kz-quote {
    max-width: 820px;
    margin-inline: auto;
    text-align: center;
}

.kz-story-quote__text,
.kze-quote__text,
.kz-quote-text {
    max-width: 64ch;
    margin-inline: auto;
}

.kz-story-quote__icon,
.kze-quote__icon,
.kz-quote-icon {
    opacity: .7;
}

.kze-quote--large,
.kz-story-quote--large,
.kz-quote--large {
    max-width: 920px;
}

.kze-quote--hero,
.kz-story-quote--hero,
.kz-quote--hero {
    max-width: 980px;
}

.kze-moment,
.kz-moment,
.kze-note,
.kz-note,
.kz-story-box {
    overflow: hidden;
}

.kze-stickers {
    position: relative;
    z-index: 1;
}

.kze-stickers--corner,
.kze-stickers--orbit {
    pointer-events: none;
}

.kze-path li span:last-child,
.kz-story-beat__text,
.kze-note__content,
.kze-moment__content,
.kz-story-box__content {
    overflow-wrap: anywhere;
}

.kze-align-left {
    text-align: left;
}

.kze-align-center {
    text-align: center;
}

.kze-align-right {
    text-align: right;
}

.kze-align-left .kze-scene__content,
.kze-align-left .kze-moment__content,
.kze-align-left .kze-note__content,
.kze-align-left .kze-split__content,
.kze-align-left .kz-story-box__content,
.kze-align-left .kze-col__content {
    text-align: left;
    justify-items: start;
}

.kze-align-center .kze-scene__content,
.kze-align-center .kze-moment__content,
.kze-align-center .kze-note__content,
.kze-align-center .kze-split__content,
.kze-align-center .kz-story-box__content,
.kze-align-center .kze-col__content {
    text-align: center;
    justify-items: center;
}

.kze-align-right .kze-scene__content,
.kze-align-right .kze-moment__content,
.kze-align-right .kze-note__content,
.kze-align-right .kze-split__content,
.kze-align-right .kz-story-box__content,
.kze-align-right .kze-col__content {
    text-align: right;
    justify-items: end;
}

.kze-align-left .kze-scene__heading,
.kze-align-left .kze-moment__heading,
.kze-align-left .kze-note__label,
.kze-align-left .kz-story-box__heading,
.kze-align-left .kze-col__heading {
    justify-content: flex-start;
    text-align: left;
}

.kze-align-center .kze-scene__heading,
.kze-align-center .kze-moment__heading,
.kze-align-center .kze-note__label,
.kze-align-center .kz-story-box__heading,
.kze-align-center .kze-col__heading {
    justify-content: center;
    text-align: center;
}

.kze-align-right .kze-scene__heading,
.kze-align-right .kze-moment__heading,
.kze-align-right .kze-note__label,
.kze-align-right .kz-story-box__heading,
.kze-align-right .kze-col__heading {
    justify-content: flex-end;
    text-align: right;
}

.kz-story-beat.kze-align-left,
.kze-bigline.kze-align-left,
.kze-path.kze-align-left {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: auto;
}

.kz-story-beat.kze-align-center,
.kze-bigline.kze-align-center,
.kze-path.kze-align-center {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.kz-story-beat.kze-align-right,
.kze-bigline.kze-align-right,
.kze-path.kze-align-right {
    justify-content: flex-end;
    margin-left: auto;
    margin-right: 0;
}

.kze-path.kze-align-center {
    justify-items: center;
}

.kze-path.kze-align-right {
    justify-items: end;
}

.kze-path.kze-align-right li {
    justify-content: flex-end;
}

.kze-quote.kze-align-left,
.kz-story-quote.kze-align-left {
    text-align: left;
}

.kze-quote.kze-align-center,
.kz-story-quote.kze-align-center {
    text-align: center;
}

.kze-quote.kze-align-right,
.kz-story-quote.kze-align-right {
    text-align: right;
}

.kze-quote.kze-align-left .kz-story-quote__text,
.kz-story-quote.kze-align-left .kz-story-quote__text {
    margin-left: 0;
    margin-right: auto;
}

.kze-quote.kze-align-center .kz-story-quote__text,
.kz-story-quote.kze-align-center .kz-story-quote__text {
    margin-left: auto;
    margin-right: auto;
}

.kze-quote.kze-align-right .kz-story-quote__text,
.kz-story-quote.kze-align-right .kz-story-quote__text {
    margin-left: auto;
    margin-right: 0;
}

.kze-scene.kze-align-left .kze-scene__content,
.kze-moment.kze-align-left .kze-moment__content,
.kze-note.kze-align-left .kze-note__content,
.kze-split.kze-align-left .kze-split__content,
.kz-story-box.kze-align-left .kz-story-box__content,
.kze-col.kze-align-left .kze-col__content {
    text-align: left;
    justify-items: start;
}

.kze-scene.kze-align-center .kze-scene__content,
.kze-moment.kze-align-center .kze-moment__content,
.kze-note.kze-align-center .kze-note__content,
.kze-split.kze-align-center .kze-split__content,
.kz-story-box.kze-align-center .kz-story-box__content,
.kze-col.kze-align-center .kze-col__content {
    text-align: center;
    justify-items: center;
}

.kze-scene.kze-align-right .kze-scene__content,
.kze-moment.kze-align-right .kze-moment__content,
.kze-note.kze-align-right .kze-note__content,
.kze-split.kze-align-right .kze-split__content,
.kz-story-box.kze-align-right .kz-story-box__content,
.kze-col.kze-align-right .kze-col__content {
    text-align: right;
    justify-items: end;
}

.kze-scene.kze-align-left .kze-scene__heading,
.kze-moment.kze-align-left .kze-moment__heading,
.kze-note.kze-align-left .kze-note__label,
.kz-story-box.kze-align-left .kz-story-box__heading,
.kze-col.kze-align-left .kze-col__heading {
    justify-content: flex-start;
    text-align: left;
}

.kze-scene.kze-align-center .kze-scene__heading,
.kze-moment.kze-align-center .kze-moment__heading,
.kze-note.kze-align-center .kze-note__label,
.kz-story-box.kze-align-center .kz-story-box__heading,
.kze-col.kze-align-center .kze-col__heading {
    justify-content: center;
    text-align: center;
}

.kze-scene.kze-align-right .kze-scene__heading,
.kze-moment.kze-align-right .kze-moment__heading,
.kze-note.kze-align-right .kze-note__label,
.kz-story-box.kze-align-right .kz-story-box__heading,
.kze-col.kze-align-right .kze-col__heading {
    justify-content: flex-end;
    text-align: right;
}

.kz-columns,
.kze-columns {
    --kz-grid-columns: var(--kze-grid-columns, 4);
    --kze-columns-gap: 1.5rem;
    --kz-grid-gap: var(--kze-columns-gap);
    display: grid;
    grid-template-columns: repeat(var(--kz-grid-columns), minmax(0, 1fr));
    gap: var(--kz-grid-gap);
    grid-auto-flow: row;
    max-width: 1100px;
    margin: clamp(1.75rem, 4vw, 3rem) auto;
    min-width: 0;
    width: 100%;
    overflow: visible;
}

.kz-columns *,
.kze-columns *,
.kz-col *,
.kze-col * {
    box-sizing: border-box;
    max-width: 100%;
}

.kz-columns--2,
.kze-columns--2 {
    --kz-grid-columns: 2;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.kz-columns--3,
.kze-columns--3 {
    --kz-grid-columns: 3;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.kz-columns--4,
.kze-columns--4 {
    --kz-grid-columns: 4;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.kz-columns--6,
.kze-columns--6 {
    --kz-grid-columns: 6;
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.kz-columns--12,
.kze-columns--12 {
    --kz-grid-columns: 12;
    grid-template-columns: repeat(12, minmax(0, 1fr));
}

.kze-columns--gap-tight {
    --kze-columns-gap: 1rem;
}

.kze-columns--gap-normal {
    --kze-columns-gap: 1.5rem;
}

.kze-columns--gap-wide {
    --kze-columns-gap: clamp(2rem, 4vw, 3.5rem);
}

.kze-columns--valign-start,
.kze-columns--align-start {
    align-items: start;
}

.kze-columns--valign-center,
.kze-columns--align-center {
    align-items: center;
}

.kze-columns--valign-stretch,
.kze-columns--align-stretch {
    align-items: stretch;
}

.kze-columns--equal-height .kze-col {
    height: 100%;
}

.kz-col,
.kze-col {
    --kz-col-span: var(--kze-col-span, 1);
    min-width: 0;
    color: #fff7ef;
    overflow: visible;
    overflow-wrap: anywhere;
}

.kz-columns > .kz-col,
.kz-columns > .kze-col,
.kze-columns > .kz-col,
.kze-columns > .kze-col {
    grid-column: span var(--kz-col-span);
    min-width: 0;
    max-width: 100%;
}

.kz-col--span-2,
.kze-col--span-2 {
    --kz-col-span: 2;
    grid-column: span 2;
}

.kz-col--span-3,
.kze-col--span-3 {
    --kz-col-span: 3;
    grid-column: span 3;
}

.kz-col--span-4,
.kze-col--span-4 {
    --kz-col-span: 4;
    grid-column: span 4;
}

.kz-col--span-5,
.kze-col--span-5 { --kz-col-span: 5; grid-column: span 5; }
.kz-col--span-6,
.kze-col--span-6 { --kz-col-span: 6; grid-column: span 6; }
.kz-col--span-7,
.kze-col--span-7 { --kz-col-span: 7; grid-column: span 7; }
.kz-col--span-8,
.kze-col--span-8 { --kz-col-span: 8; grid-column: span 8; }
.kz-col--span-9,
.kze-col--span-9 { --kz-col-span: 9; grid-column: span 9; }
.kz-col--span-10,
.kze-col--span-10 { --kz-col-span: 10; grid-column: span 10; }
.kz-col--span-11,
.kze-col--span-11 { --kz-col-span: 11; grid-column: span 11; }
.kz-col--span-12,
.kze-col--span-12 { --kz-col-span: 12; grid-column: 1 / -1; }

.kz-columns--2 > .kz-col--span-2,
.kz-columns--2 > .kz-col--span-3,
.kz-columns--2 > .kz-col--span-4,
.kze-columns--2 > .kze-col--span-2,
.kze-columns--2 > .kze-col--span-3,
.kze-columns--2 > .kze-col--span-4,
.kz-columns--3 > .kz-col--span-3,
.kz-columns--3 > .kz-col--span-4,
.kze-columns--3 > .kze-col--span-3,
.kze-columns--3 > .kze-col--span-4 {
    grid-column: 1 / -1;
}

.kz-columns--3 > .kz-col--span-2,
.kz-columns--4 > .kz-col--span-2,
.kze-columns--3 > .kze-col--span-2,
.kze-columns--4 > .kze-col--span-2 {
    grid-column: span 2;
}

.kz-columns--4 > .kz-col--span-3,
.kze-columns--4 > .kze-col--span-3 {
    grid-column: span 3;
}

.kze-col--standalone {
    max-width: 680px;
    margin: clamp(1.5rem, 4vw, 2.5rem) auto;
}

.kze-columns--style-cards .kze-col,
.kze-columns--style-glow .kze-col,
.kze-columns--style-glass .kze-col,
.kze-columns--style-outline .kze-col,
.kze-columns--style-notes .kze-col,
.kze-columns--style-feature .kze-col,
.kze-col--standalone {
    border-radius: 24px;
    padding: clamp(1.1rem, 2.5vw, 1.75rem);
}

.kze-columns--style-plain .kze-col {
    padding: 0;
}

.kze-columns--style-cards .kze-col,
.kze-col--standalone {
    border: 1px solid rgba(255, 114, 197, .26);
    background:
        radial-gradient(circle at 0 0, rgba(255, 79, 177, .13), transparent 34%),
        linear-gradient(145deg, rgba(23, 10, 41, .92), rgba(63, 19, 79, .62));
    box-shadow: 0 20px 55px rgba(0, 0, 0, .22);
}

.kze-columns--style-glow .kze-col {
    border: 1px solid rgba(255, 114, 197, .4);
    background:
        radial-gradient(circle at 8% 0, rgba(255, 79, 177, .22), transparent 36%),
        radial-gradient(circle at 100% 100%, rgba(255, 215, 106, .12), transparent 34%),
        rgba(23, 10, 41, .88);
    box-shadow: 0 0 36px rgba(255, 79, 177, .13), 0 24px 58px rgba(0, 0, 0, .24);
}

.kze-columns--style-glass .kze-col {
    border: 1px solid rgba(255, 255, 255, .16);
    background: rgba(255, 255, 255, .075);
    backdrop-filter: blur(14px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 18px 46px rgba(0, 0, 0, .2);
}

.kze-columns--style-outline .kze-col {
    border: 1px solid rgba(255, 215, 106, .38);
    background: rgba(11, 4, 24, .38);
}

.kze-columns--style-notes .kze-col {
    border: 1px solid rgba(255, 215, 106, .3);
    background:
        linear-gradient(180deg, rgba(255, 215, 106, .12), rgba(255, 114, 197, .055)),
        rgba(255, 255, 255, .055);
}

.kze-columns--style-feature .kze-col {
    border: 1px solid rgba(255, 114, 197, .34);
    background:
        radial-gradient(circle at 50% -10%, rgba(255, 114, 197, .2), transparent 42%),
        linear-gradient(145deg, rgba(25, 9, 46, .94), rgba(78, 24, 91, .66));
    box-shadow: 0 26px 70px rgba(255, 79, 177, .12), 0 24px 60px rgba(0, 0, 0, .24);
}

.kze-col__heading {
    display: flex;
    align-items: center;
    gap: .7rem;
    margin-bottom: .85rem;
}

.kze-col__heading h3 {
    margin: 0;
    color: #ffd76a;
    font-size: clamp(1.04rem, 2.2vw, 1.35rem);
    line-height: 1.08;
    letter-spacing: -.025em;
}

.kze-col__icon {
    width: 1.65em;
    height: 1.65em;
    flex: 0 0 auto;
    filter: drop-shadow(0 0 12px rgba(255, 91, 189, .42));
}

.kze-col__content {
    min-width: 0;
    color: rgba(255, 247, 239, .9);
    font-size: clamp(.98rem, 1.5vw, 1.08rem);
    line-height: 1.58;
}

.kze-col__content > :first-child {
    margin-top: 0;
}

.kze-col__content > :last-child {
    margin-bottom: 0;
}

.kze-col__content .kze-note,
.kze-col__content .kze-moment,
.kze-col__content .kz-story-box,
.kze-col__content .kz-story-quote,
.kze-col__content .kze-quote {
    margin: 1rem auto;
}

.kze-col__content .kernelz-founder-spotlight,
.kze-col__content .kernelz-founder-spotlight--sidebar,
.kze-col__content .kernelz-founder-spotlight--inline-card,
.kze-col__content .kernelz-founder-spotlight--compact,
.kze-col__content .kernelz-founder-spotlight--mini,
.kze-col__content .kernelz-founder-spotlight--wide {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.kze-editorial-page,
.kze-story-hero,
.kze-media-card,
.kze-detail-panel,
.kze-cta-strip,
.kze-moodboard,
.kze-closing-note {
    --kze-pink: #ff72c5;
    --kze-hot-pink: #ff3fa4;
    --kze-purple: #b994ff;
    --kze-gold: #ffd76a;
    --kze-cream: #fff4dc;
    --kze-ink: #12071f;
    --kze-panel: rgba(18, 7, 31, .86);
    --kze-border: rgba(255, 114, 197, .32);
    box-sizing: border-box;
    min-width: 0;
    max-width: 100%;
}

.kze-editorial-page *,
.kze-story-hero *,
.kze-media-card *,
.kze-detail-panel *,
.kze-cta-strip *,
.kze-moodboard *,
.kze-closing-note * {
    box-sizing: border-box;
    max-width: 100%;
}

.kze-editorial-page {
    position: relative;
    isolation: isolate;
    width: min(100%, 1360px);
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid rgba(255, 114, 197, .2);
    border-radius: clamp(24px, 4vw, 44px);
    padding: clamp(1rem, 3vw, 3rem);
    background:
        radial-gradient(circle at 8% 0, rgba(255, 63, 164, .18), transparent 30%),
        radial-gradient(circle at 94% 16%, rgba(255, 215, 106, .12), transparent 28%),
        linear-gradient(145deg, rgba(9, 4, 23, .98), rgba(38, 10, 58, .96) 54%, rgba(55, 18, 58, .94));
    box-shadow: 0 32px 110px rgba(0, 0, 0, .36);
    color: #fff7ff;
}

.kze-editorial-page::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background:
        radial-gradient(circle, rgba(255, 255, 255, .13) 0 1px, transparent 1.4px) 0 0 / 82px 82px,
        linear-gradient(115deg, transparent 22%, rgba(255, 255, 255, .025) 48%, transparent 72%);
    opacity: .45;
}

.kze-editorial-page > * + * {
    margin-top: clamp(2rem, 5vw, 5rem);
}

.kze-editorial-page--density-light {
    padding: clamp(.8rem, 2vw, 1.75rem);
}

.kze-editorial-page--density-light > * + * {
    margin-top: clamp(1.5rem, 3vw, 3rem);
}

.kze-editorial-page--density-full {
    padding: clamp(1.25rem, 4vw, 4.25rem);
}

.kze-editorial-page--density-full > * + * {
    margin-top: clamp(3rem, 7vw, 7rem);
}

.kze-editorial-page--dreamy,
.kze-editorial-page--soft {
    background:
        radial-gradient(circle at 12% 0, rgba(185, 148, 255, .2), transparent 32%),
        linear-gradient(145deg, rgba(17, 8, 31, .97), rgba(54, 22, 73, .9));
}

.kze-editorial-page--warm {
    background:
        radial-gradient(circle at 90% 0, rgba(255, 215, 106, .16), transparent 28%),
        linear-gradient(145deg, rgba(34, 12, 31, .98), rgba(79, 27, 54, .9));
}

.kze-editorial-page--frosty {
    background:
        radial-gradient(circle at 10% 0, rgba(185, 218, 255, .18), transparent 30%),
        linear-gradient(145deg, rgba(8, 13, 36, .98), rgba(43, 20, 72, .92));
}

.kze-editorial-page--magazine {
    border-color: rgba(255, 215, 106, .28);
}

.kze-editorial-page--landing,
.kze-editorial-page--feature {
    width: min(100%, 1420px);
}

.kze-story-hero {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(320px, .96fr) minmax(0, 1.04fr);
    align-items: center;
    gap: clamp(1.5rem, 5vw, 5rem);
    min-height: clamp(520px, 62vw, 720px);
    overflow: hidden;
    border: 1px solid rgba(255, 114, 197, .34);
    border-radius: clamp(24px, 4vw, 42px);
    padding: clamp(1rem, 3.5vw, 3.75rem);
    background:
        radial-gradient(circle at 100% 0, rgba(255, 114, 197, .18), transparent 34%),
        linear-gradient(145deg, rgba(18, 7, 31, .96), rgba(61, 17, 75, .86));
    box-shadow: 0 28px 90px rgba(0, 0, 0, .3);
}

.kze-story-hero--right {
    grid-template-columns: minmax(0, 1.04fr) minmax(320px, .96fr);
}

.kze-story-hero--right .kze-story-hero__media {
    order: 2;
}

.kze-story-hero--background {
    display: grid;
    grid-template-columns: 1fr;
}

.kze-story-hero--background .kze-story-hero__media {
    position: absolute;
    inset: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    opacity: .38;
}

.kze-story-hero--background .kze-story-hero__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(13, 4, 27, .92), rgba(37, 7, 48, .58));
}

.kze-story-hero--background .kze-story-hero__content {
    max-width: 780px;
}

.kze-story-hero__media {
    position: relative;
    width: 100%;
    min-height: clamp(360px, 48vw, 620px);
    overflow: hidden;
    border-radius: 30px;
    background: rgba(255, 255, 255, .055);
    box-shadow: 0 22px 68px rgba(0, 0, 0, .34);
}

.kze-story-hero__image,
.kze-story-hero__media > .kze-media-placeholder {
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
    object-position: center;
    display: block;
}

.kze-story-hero--shape-arched-left .kze-story-hero__media {
    border-radius: 48% 24px 24px 48% / 30% 24px 24px 70%;
}

.kze-story-hero--shape-arched-right .kze-story-hero__media {
    border-radius: 24px 48% 48% 24px / 24px 30% 70% 24px;
}

.kze-story-hero--shape-circle .kze-story-hero__media {
    aspect-ratio: 1;
    min-height: 0;
    border-radius: 50%;
}

.kze-story-hero--shape-blob .kze-story-hero__media {
    border-radius: 42% 58% 48% 52% / 56% 42% 58% 44%;
}

.kze-story-hero--shape-diagonal .kze-story-hero__media {
    clip-path: polygon(0 5%, 100% 0, 92% 100%, 0 94%);
}

.kze-story-hero--shape-frame .kze-story-hero__media {
    border: 8px solid rgba(255, 215, 106, .7);
    box-shadow: 0 0 0 2px rgba(255, 114, 197, .54), 0 22px 68px rgba(0, 0, 0, .34);
}

.kze-story-hero--shape-none .kze-story-hero__media {
    border-radius: 0;
}

.kze-story-hero__content {
    position: relative;
    z-index: 2;
    min-width: 0;
}

.kze-story-hero__meta {
    display: flex;
    align-items: center;
    gap: .85rem;
    flex-wrap: wrap;
    margin-bottom: 1.2rem;
    color: var(--kze-gold);
    font-weight: 850;
}

.kze-story-hero__badge {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    border: 1px solid rgba(255, 114, 197, .54);
    border-radius: 999px;
    padding: .45rem .85rem;
    background: rgba(255, 79, 177, .1);
    text-transform: uppercase;
    letter-spacing: .07em;
    font-size: .82rem;
}

.kze-story-hero__headline {
    max-width: 12ch;
    margin: 0;
    color: #fff;
    font-size: clamp(3rem, 7.2vw, 7.4rem);
    font-weight: 950;
    line-height: .92;
    letter-spacing: -.075em;
    text-wrap: balance;
    overflow-wrap: anywhere;
}

.kze-story-hero__subheadline {
    max-width: 58ch;
    margin: clamp(1rem, 2vw, 1.5rem) 0 0;
    color: #fff4e8;
    font-size: clamp(1.08rem, 1.8vw, 1.4rem);
    font-weight: 650;
    line-height: 1.55;
}

.kze-story-hero__script {
    width: fit-content;
    max-width: 100%;
    margin: clamp(1rem, 2.8vw, 2rem) 0 0;
    color: var(--kze-pink);
    font-family: "Brush Script MT", "Segoe Script", "Lucida Handwriting", cursive;
    font-size: clamp(2rem, 5vw, 4.5rem);
    line-height: 1;
    text-shadow: 2px 2px 0 rgba(91, 34, 196, .58), 0 0 26px rgba(255, 63, 164, .34);
}

.kze-story-hero__cta,
.kze-cta-strip__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .7rem;
    min-height: 52px;
    margin-top: clamp(1.2rem, 2.5vw, 2rem);
    border-radius: 14px;
    padding: .78rem 1.25rem;
    background: linear-gradient(135deg, #ff3fa4, #ff756c 62%, #ffb23e);
    color: #fff !important;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 15px 38px rgba(255, 63, 164, .28);
}

.kze-story-hero__cta:hover,
.kze-story-hero__cta:focus-visible,
.kze-cta-strip__button:hover,
.kze-cta-strip__button:focus-visible {
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 18px 44px rgba(255, 63, 164, .4);
}

.kze-story-hero--dreamy,
.kze-story-hero--luxe {
    border-color: rgba(255, 215, 106, .34);
    background:
        radial-gradient(circle at 100% 0, rgba(255, 215, 106, .12), transparent 32%),
        linear-gradient(145deg, rgba(20, 8, 35, .97), rgba(67, 26, 72, .88));
}

.kze-story-hero--warm {
    background: linear-gradient(145deg, rgba(47, 16, 31, .97), rgba(94, 31, 50, .88));
}

.kze-story-hero--frosty {
    background: linear-gradient(145deg, rgba(8, 16, 42, .97), rgba(47, 24, 84, .88));
}

.kze-media-placeholder {
    position: relative;
    isolation: isolate;
    display: grid;
    place-items: center;
    align-content: center;
    gap: .65rem;
    min-height: 280px;
    overflow: hidden;
    border: 1px dashed rgba(255, 215, 106, .44);
    border-radius: inherit;
    padding: 2rem;
    background:
        radial-gradient(circle at 16% 20%, rgba(255, 114, 197, .24), transparent 26%),
        radial-gradient(circle at 84% 80%, rgba(255, 215, 106, .18), transparent 28%),
        linear-gradient(145deg, rgba(22, 8, 42, .96), rgba(75, 22, 87, .82));
    color: #fff4dc;
    text-align: center;
}

.kze-media-placeholder::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: radial-gradient(circle, rgba(255, 255, 255, .18) 0 1px, transparent 1.5px) 0 0 / 58px 58px;
    opacity: .5;
}

.kze-media-placeholder__icon {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 2.4rem;
    filter: drop-shadow(0 0 18px rgba(255, 114, 197, .52));
}

.kze-media-placeholder__label {
    color: #fff;
    font-size: clamp(1.1rem, 2vw, 1.4rem);
    font-weight: 900;
}

.kze-media-placeholder__admin {
    color: var(--kze-gold);
    font-size: .78rem;
    letter-spacing: .04em;
}

.kze-media-card {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(280px, .95fr) minmax(0, 1.05fr);
    align-items: center;
    gap: clamp(1.5rem, 4vw, 4rem);
    width: min(100%, 1120px);
    margin-inline: auto;
    overflow: hidden;
    border: 1px solid rgba(255, 114, 197, .3);
    border-radius: clamp(24px, 4vw, 36px);
    padding: clamp(1rem, 3vw, 2.5rem);
    background: linear-gradient(145deg, rgba(18, 7, 31, .93), rgba(63, 18, 78, .74));
    box-shadow: 0 24px 75px rgba(0, 0, 0, .26);
}

.kze-media-card--image-right {
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
}

.kze-media-card--image-right .kze-media-card__media {
    order: 2;
}

.kze-media-card--stacked,
.kze-media-card--magazine {
    grid-template-columns: 1fr;
}

.kze-media-card--magazine .kze-media-card__content {
    width: min(100%, 820px);
    margin: -5rem auto 0;
    z-index: 2;
    border: 1px solid rgba(255, 114, 197, .3);
    border-radius: 24px;
    padding: clamp(1.25rem, 3vw, 2.5rem);
    background: rgba(18, 7, 31, .94);
    box-shadow: 0 20px 60px rgba(0, 0, 0, .32);
}

.kze-media-card--overlay {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 520px;
}

.kze-media-card--overlay .kze-media-card__media {
    position: absolute;
    inset: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: .46;
}

.kze-media-card--overlay .kze-media-card__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(15, 5, 28, .96), rgba(44, 10, 60, .5));
}

.kze-media-card--overlay .kze-media-card__content {
    align-self: end;
    width: min(100%, 700px);
    padding: clamp(1rem, 4vw, 3rem);
}

.kze-media-card__media {
    position: relative;
    width: 100%;
    min-height: 340px;
    overflow: hidden;
    border-radius: 24px;
    background: rgba(255, 255, 255, .055);
}

.kze-media-card__image,
.kze-media-card__media > .kze-media-placeholder {
    width: 100%;
    height: 100%;
    min-height: inherit;
    max-height: 620px;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
    display: block;
}

.kze-media-card__content {
    position: relative;
    min-width: 0;
}

.kze-media-card__title {
    margin: 0;
    color: #fff;
    font-size: clamp(2rem, 4vw, 4.2rem);
    line-height: .98;
    letter-spacing: -.055em;
    text-wrap: balance;
}

.kze-media-card__caption {
    margin: .85rem 0 1.25rem;
    color: var(--kze-gold);
    font-size: .94rem;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.kze-media-card__body {
    color: #fff3fa;
    line-height: 1.68;
}

.kze-media-card--glow {
    box-shadow: 0 0 42px rgba(255, 79, 177, .13), 0 24px 75px rgba(0, 0, 0, .26);
}

.kze-detail-panel {
    position: relative;
    width: min(100%, 900px);
    margin-inline: auto;
    overflow: hidden;
    border: 1px solid rgba(255, 215, 106, .34);
    border-radius: 26px;
    padding: clamp(1.25rem, 3vw, 2.5rem);
    background: rgba(255, 255, 255, .065);
    color: #fff8ef;
}

.kze-detail-panel__heading {
    display: flex;
    align-items: center;
    gap: .75rem;
    margin-bottom: 1rem;
}

.kze-detail-panel__heading h3 {
    margin: 0;
    color: var(--kze-gold);
    font-size: clamp(1.25rem, 2.5vw, 1.8rem);
}

.kze-detail-panel__icon {
    width: 1.8em;
    height: 1.8em;
}

.kze-detail-panel__content > :first-child {
    margin-top: 0;
}

.kze-detail-panel__content > :last-child {
    margin-bottom: 0;
}

.kze-detail-panel--cream {
    border-color: rgba(255, 244, 220, .68);
    background: linear-gradient(145deg, rgba(255, 244, 220, .95), rgba(255, 226, 194, .88));
    color: #32142f;
}

.kze-detail-panel--cream .kze-detail-panel__heading h3,
.kze-detail-panel--cream .kze-detail-panel__content,
.kze-detail-panel--cream .kze-detail-panel__content p {
    color: #32142f;
}

.kze-detail-panel--glow,
.kze-detail-panel--pink {
    border-color: rgba(255, 114, 197, .52);
    background: linear-gradient(145deg, rgba(69, 13, 68, .86), rgba(34, 9, 48, .92));
    box-shadow: 0 0 40px rgba(255, 79, 177, .16);
}

.kze-detail-panel--glass {
    border-color: rgba(255, 255, 255, .18);
    background: rgba(255, 255, 255, .075);
    backdrop-filter: blur(14px);
}

.kze-detail-panel--outline {
    background: transparent;
}

.kze-detail-panel--gold {
    border-color: rgba(255, 215, 106, .6);
    background: linear-gradient(145deg, rgba(74, 45, 15, .46), rgba(53, 16, 58, .82));
}

.kze-cta-strip {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(1rem, 3vw, 2.25rem);
    width: min(100%, 1180px);
    margin-inline: auto;
    overflow: hidden;
    border: 1px solid rgba(255, 114, 197, .42);
    border-radius: clamp(22px, 3vw, 32px);
    padding: clamp(1.25rem, 3vw, 2.5rem);
    background:
        radial-gradient(circle at 0 50%, rgba(255, 215, 106, .16), transparent 28%),
        linear-gradient(135deg, rgba(44, 10, 64, .96), rgba(99, 22, 78, .86));
    box-shadow: 0 24px 70px rgba(0, 0, 0, .26), 0 0 38px rgba(255, 79, 177, .12);
}

.kze-cta-strip__icon {
    width: 2.8rem;
    height: 2.8rem;
    font-size: 2rem;
}

.kze-cta-strip__headline {
    margin: 0;
    color: #fff;
    font-size: clamp(1.8rem, 4vw, 3.5rem);
    line-height: 1;
    letter-spacing: -.05em;
}

.kze-cta-strip__text {
    margin: .65rem 0 0;
    color: #fff3fa;
    line-height: 1.55;
}

.kze-cta-strip__button {
    margin-top: 0;
    white-space: nowrap;
}

.kze-moodboard {
    position: relative;
    isolation: isolate;
    display: grid;
    place-items: center;
    width: min(100%, 1050px);
    min-height: 420px;
    margin-inline: auto;
    overflow: hidden;
    border: 1px solid rgba(255, 114, 197, .26);
    border-radius: clamp(24px, 4vw, 38px);
    padding: clamp(1.25rem, 4vw, 3.5rem);
    background:
        radial-gradient(circle at 20% 20%, rgba(255, 114, 197, .18), transparent 26%),
        linear-gradient(145deg, rgba(16, 6, 31, .94), rgba(57, 17, 72, .78));
}

.kze-moodboard__media {
    width: min(100%, 700px);
    overflow: hidden;
    border-radius: 26px;
    transform: rotate(-1deg);
    box-shadow: 0 24px 70px rgba(0, 0, 0, .3);
}

.kze-moodboard__image,
.kze-moodboard__media > .kze-media-placeholder {
    width: 100%;
    min-height: 330px;
    max-height: 600px;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    display: block;
}

.kze-moodboard__icons {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}

.kze-moodboard__icons .kze-moodboard__icon {
    position: absolute;
    width: clamp(2rem, 5vw, 4.8rem);
    height: clamp(2rem, 5vw, 4.8rem);
    font-size: clamp(1.7rem, 4vw, 3.7rem);
    filter: drop-shadow(0 0 15px rgba(255, 114, 197, .52));
}

.kze-moodboard__icons .kze-moodboard__icon:nth-child(1) { top: 8%; left: 7%; transform: rotate(-12deg); }
.kze-moodboard__icons .kze-moodboard__icon:nth-child(2) { top: 11%; right: 8%; transform: rotate(9deg); }
.kze-moodboard__icons .kze-moodboard__icon:nth-child(3) { bottom: 9%; left: 10%; transform: rotate(8deg); }
.kze-moodboard__icons .kze-moodboard__icon:nth-child(4) { right: 9%; bottom: 11%; transform: rotate(-8deg); }
.kze-moodboard__icons .kze-moodboard__icon:nth-child(5) { top: 45%; left: 2%; }
.kze-moodboard__icons .kze-moodboard__icon:nth-child(6) { top: 42%; right: 2%; }

.kze-moodboard__content {
    position: relative;
    z-index: 3;
    width: min(100%, 720px);
    margin-top: 1.5rem;
    color: #fff;
}

.kze-moodboard--grid {
    grid-template-columns: minmax(260px, 1fr) minmax(260px, 1fr);
    gap: 2rem;
}

.kze-moodboard--grid .kze-moodboard__content {
    margin-top: 0;
}

.kze-moodboard--collage .kze-moodboard__media {
    width: min(88%, 760px);
    transform: rotate(1.5deg);
}

.kze-moodboard--soft {
    background: linear-gradient(145deg, rgba(38, 18, 53, .82), rgba(73, 34, 77, .62));
}

.kze-closing-note {
    position: relative;
    width: min(100%, 940px);
    margin-inline: auto;
    overflow: hidden;
    border: 1px solid rgba(255, 114, 197, .28);
    border-radius: 28px;
    padding: clamp(1.5rem, 4vw, 3.5rem);
    background:
        radial-gradient(circle at 50% 0, rgba(255, 114, 197, .15), transparent 36%),
        rgba(255, 255, 255, .055);
}

.kze-closing-note__script {
    width: fit-content;
    max-width: 100%;
    margin: 0 auto 1rem;
    color: var(--kze-pink);
    font-family: "Brush Script MT", "Segoe Script", "Lucida Handwriting", cursive;
    font-size: clamp(2rem, 5vw, 4rem);
    line-height: 1;
    text-shadow: 2px 2px 0 rgba(91, 34, 196, .5), 0 0 24px rgba(255, 63, 164, .3);
}

.kze-closing-note__content {
    color: #fff5fb;
    font-size: clamp(1.05rem, 1.8vw, 1.3rem);
    line-height: 1.68;
}

.kze-closing-note__content > :first-child {
    margin-top: 0;
}

.kze-closing-note__content > :last-child {
    margin-bottom: 0;
}

.kze-align-left .kze-story-hero__meta,
.kze-align-left .kze-detail-panel__heading {
    justify-content: flex-start;
}

.kze-align-center .kze-story-hero__meta,
.kze-align-center .kze-detail-panel__heading {
    justify-content: center;
}

.kze-align-right .kze-story-hero__meta,
.kze-align-right .kze-detail-panel__heading {
    justify-content: flex-end;
}

.kze-align-center .kze-story-hero__headline,
.kze-align-center .kze-story-hero__subheadline,
.kze-align-center .kze-story-hero__script {
    margin-left: auto;
    margin-right: auto;
}

.kze-align-right .kze-story-hero__headline,
.kze-align-right .kze-story-hero__subheadline,
.kze-align-right .kze-story-hero__script {
    margin-left: auto;
    margin-right: 0;
}

@media (max-width: 900px) {
    .kze-story-hero,
    .kze-story-hero--right,
    .kze-media-card,
    .kze-media-card--image-right,
    .kze-moodboard--grid {
        grid-template-columns: 1fr;
    }

    .kze-story-hero--right .kze-story-hero__media,
    .kze-media-card--image-right .kze-media-card__media {
        order: 0;
    }

    .kze-story-hero {
        min-height: 0;
    }

    .kze-story-hero__media {
        min-height: clamp(300px, 72vw, 520px);
    }

    .kze-story-hero__headline {
        max-width: 14ch;
        font-size: clamp(2.7rem, 11vw, 5.4rem);
    }

    .kze-story-hero--background {
        min-height: 620px;
    }

    .kze-media-card--magazine .kze-media-card__content {
        width: calc(100% - 1.5rem);
        margin-top: -2.5rem;
    }

    .kze-cta-strip {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .kze-cta-strip__button {
        white-space: normal;
    }
}

@media (max-width: 720px) {
    .kz-columns--3,
    .kz-columns--4,
    .kz-columns--6,
    .kz-columns--12,
    .kze-columns--3,
    .kze-columns--4,
    .kze-columns--6,
    .kze-columns--12 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .kz-col--span-3,
    .kz-col--span-4,
    .kz-col--span-5,
    .kz-col--span-6,
    .kz-col--span-7,
    .kz-col--span-8,
    .kz-col--span-9,
    .kz-col--span-10,
    .kz-col--span-11,
    .kz-col--span-12,
    .kze-col--span-3,
    .kze-col--span-4,
    .kze-col--span-5,
    .kze-col--span-6,
    .kze-col--span-7,
    .kze-col--span-8,
    .kze-col--span-9,
    .kze-col--span-10,
    .kze-col--span-11,
    .kze-col--span-12 {
        grid-column: 1 / -1 !important;
    }
}

@media (max-width: 680px) {
    .kz-columns,
    .kze-columns,
    .kz-columns--2,
    .kz-columns--3,
    .kz-columns--4,
    .kz-columns--6,
    .kz-columns--12,
    .kze-columns--2,
    .kze-columns--3,
    .kze-columns--4,
    .kze-columns--6,
    .kze-columns--12 {
        grid-template-columns: 1fr !important;
    }

    .kz-columns--mobile-scroll,
    .kze-columns--mobile-scroll {
        grid-template-columns: none !important;
        grid-auto-flow: column;
        grid-auto-columns: minmax(240px, 82vw);
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scroll-snap-type: x proximity;
        padding-bottom: .5rem;
    }

    .kz-columns--mobile-scroll .kz-col,
    .kz-columns--mobile-scroll .kze-col,
    .kze-columns--mobile-scroll .kz-col,
    .kze-columns--mobile-scroll .kze-col {
        scroll-snap-align: start;
    }

    .kz-col,
    .kz-col--span-2,
    .kz-col--span-3,
    .kz-col--span-4,
    .kz-col--span-5,
    .kz-col--span-6,
    .kz-col--span-7,
    .kz-col--span-8,
    .kz-col--span-9,
    .kz-col--span-10,
    .kz-col--span-11,
    .kz-col--span-12,
    .kze-col,
    .kze-col--span-2,
    .kze-col--span-3,
    .kze-col--span-4,
    .kze-col--span-5,
    .kze-col--span-6,
    .kze-col--span-7,
    .kze-col--span-8,
    .kze-col--span-9,
    .kze-col--span-10,
    .kze-col--span-11,
    .kze-col--span-12 {
        grid-column: 1 / -1 !important;
    }

    .kze-col__heading {
        align-items: flex-start;
    }
}

@media (max-width: 700px) {
    .kernelz-story-content .kz-story-beat,
    .kz-story-beat {
        gap: 8px;
        font-size: 1.45rem;
    }

    .kernelz-story-content .kz-story-quote,
    .kz-story-quote {
        margin: 34px auto;
        padding: 30px 20px 24px;
        font-size: 1.18rem;
    }

    .kernelz-story-content .kz-story-box,
    .kz-story-box {
        margin: 30px auto;
        padding: 22px 18px;
    }

    .kze-scene,
    .kze-moment,
    .kze-note,
    .kze-split {
        margin: 32px auto;
        border-radius: 22px;
        padding: 20px 16px;
    }

    .kze-scene--diagonal,
    .kze-scene--diagonal > * {
        transform: none;
    }

    .kze-caption--script,
    .kze-caption--loud,
    .kze-bigline {
        letter-spacing: -.035em;
    }

    .kze-caption--float,
    .kze-caption--overlap,
    .kze-caption--image {
        margin-left: auto;
        margin-right: auto;
    }

    .kze-stickers {
        max-width: 100%;
    }

    .kze-path li {
        font-size: 1.15rem;
    }

    .kze-bigline {
        display: grid;
        gap: 8px;
        font-size: clamp(2rem, 13vw, 3.8rem);
    }

    .kze-split,
    .kze-split--right {
        grid-template-columns: 1fr;
    }

    .kze-split--right .kze-split__media {
        order: 0;
    }

    .kze-scene__decor-icon,
    .kz-scene-icon {
        top: .85rem;
        left: .85rem;
        opacity: .28;
        transform: rotate(-8deg) scale(.9);
    }

    .kze-split__media,
    .kz-split-image {
        width: 100%;
    }

    .kze-split__media img,
    .kze-split__image,
    .kz-split-image img {
        max-width: none;
        min-height: 0;
        height: auto;
    }

    .kze-editorial-page {
        width: 100%;
        border-radius: 22px;
        padding: 10px;
    }

    .kze-editorial-page > * + * {
        margin-top: 2rem;
    }

    .kze-story-hero,
    .kze-media-card,
    .kze-detail-panel,
    .kze-cta-strip,
    .kze-moodboard,
    .kze-closing-note {
        border-radius: 22px;
        padding: 16px;
    }

    .kze-story-hero__media,
    .kze-media-card__media,
    .kze-moodboard__media {
        min-height: 260px;
        border-radius: 18px;
    }

    .kze-story-hero--shape-arched-left .kze-story-hero__media,
    .kze-story-hero--shape-arched-right .kze-story-hero__media,
    .kze-story-hero--shape-blob .kze-story-hero__media {
        border-radius: 24px;
    }

    .kze-story-hero--shape-diagonal .kze-story-hero__media {
        clip-path: none;
    }

    .kze-story-hero__headline {
        font-size: clamp(2.45rem, 13vw, 4.4rem);
    }

    .kze-story-hero__script {
        font-size: clamp(2rem, 11vw, 3.5rem);
    }

    .kze-story-hero--background {
        min-height: 560px;
    }

    .kze-media-card--overlay {
        min-height: 480px;
    }

    .kze-media-card--magazine .kze-media-card__content {
        width: calc(100% - .5rem);
        margin-top: -1.5rem;
        border-radius: 18px;
        padding: 1.1rem;
    }

    .kze-moodboard {
        min-height: 340px;
    }

    .kze-moodboard__icons .kze-moodboard__icon:nth-child(n+5) {
        display: none;
    }

    .kze-media-placeholder {
        min-height: 250px;
        padding: 1.25rem;
    }
}

/* Post product roles: keep the primary flavor structurally separate from related cards. */
.kernelz-post-products {
    width: min(100%, 1180px);
    max-width: 100%;
    overflow: visible;
}

.kernelz-post-featured-flavor-wrap {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow: visible;
}

.kernelz-post-featured-flavor {
    position: relative;
    display: grid;
    grid-template-columns: minmax(220px, .9fr) minmax(280px, 1.1fr);
    align-items: center;
    gap: clamp(1.5rem, 4vw, 3rem);
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0;
    overflow: hidden;
    border-radius: 28px;
    text-align: left;
    transform: none;
}

.kernelz-post-featured-flavor__media {
    width: 100%;
    min-width: 0;
    min-height: 0;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.kernelz-post-featured-flavor__media .kernelz-post-featured-flavor__image {
    width: 100%;
    height: 100%;
    min-height: 0;
    max-height: none;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
    display: block;
}

.kernelz-post-featured-flavor__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: .85rem;
    min-width: 0;
    max-width: 100%;
    padding: clamp(1.25rem, 3vw, 2.25rem);
    text-align: left;
}

.kernelz-post-featured-flavor__title,
.kernelz-post-featured-flavor__excerpt {
    max-width: 100%;
    overflow-wrap: anywhere;
}

.kernelz-post-featured-flavor__button {
    max-width: 100%;
    white-space: normal;
    text-align: center;
}

.kernelz-post-products--related,
.kernelz-editorial-related-products {
    max-width: min(1180px, 100%);
}

.kernelz-post-products--related .ksf-post-section__heading,
.kernelz-editorial-related-products .ksf-post-section__heading {
    margin-bottom: clamp(0.9rem, 2vw, 1.35rem);
}

.kernelz-post-related-products-grid,
.kernelz-editorial-related-products__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
    justify-content: stretch;
    gap: clamp(0.85rem, 1.6vw, 1.25rem);
    width: 100%;
    max-width: 100%;
    overflow: visible;
}

.kernelz-post-related-product-card,
.kernelz-editorial-related-product-card {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: none;
    min-width: 0;
    height: 100%;
    margin: 0;
    overflow: hidden;
    border-radius: 1.25rem;
    text-align: left;
    transform: none;
}

.kernelz-post-related-product-card__media,
.kernelz-editorial-related-product-card__media {
    flex: 0 0 auto;
    width: 100%;
    min-width: 0;
    min-height: 0;
    aspect-ratio: 4 / 3;
    max-height: 150px;
    overflow: hidden;
}

.kernelz-post-related-product-card__media .kernelz-post-related-product-card__image,
.kernelz-editorial-related-product-card__media .kernelz-editorial-related-product-card__image {
    width: 100%;
    height: 100%;
    min-height: 0;
    max-height: none;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
    display: block;
}

.kernelz-post-related-product-card__content,
.kernelz-editorial-related-product-card__content {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.55rem;
    min-width: 0;
    max-width: 100%;
    padding: clamp(0.9rem, 1.5vw, 1.15rem);
    text-align: left;
}

.kernelz-post-related-product-card__title,
.kernelz-post-related-product-card__title a,
.kernelz-editorial-related-product-card__title,
.kernelz-editorial-related-product-card__title a {
    max-width: 100%;
    font-size: clamp(1.05rem, 1.6vw, 1.35rem);
    line-height: 1.05;
    overflow-wrap: normal;
    word-break: normal;
}

.kernelz-post-related-product-card__excerpt,
.kernelz-editorial-related-product-card__excerpt {
    display: -webkit-box;
    max-width: 100%;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    font-size: 0.9rem;
    line-height: 1.35;
    overflow-wrap: normal;
    word-break: normal;
}

.kernelz-post-related-product-card .ksf-post-product-card__badges span,
.kernelz-editorial-related-product-card .ksf-post-product-card__badges span {
    padding: 0.28rem 0.45rem;
    font-size: 0.68rem;
}

.kernelz-post-related-product-card__button,
.kernelz-editorial-related-product-card__button {
    width: auto;
    max-width: 100%;
    margin-top: auto;
    padding: 0.65rem 0.9rem;
    font-size: 0.85rem;
    white-space: normal;
    text-align: center;
}

@container (max-width: 760px) {
    .kernelz-post-featured-flavor {
        grid-template-columns: minmax(0, 1fr);
    }

    .kernelz-post-featured-flavor__media .kernelz-post-featured-flavor__image {
        height: auto;
    }
}

@media (max-width: 780px) {
    .kernelz-post-featured-flavor {
        grid-template-columns: minmax(0, 1fr);
    }

    .kernelz-post-featured-flavor__media .kernelz-post-featured-flavor__image {
        height: auto;
    }
}

@media (max-width: 1100px) {
    .kernelz-post-related-products-grid,
    .kernelz-editorial-related-products__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .kernelz-post-related-products-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .kernelz-editorial-related-products__grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .kernelz-post-related-product-card,
    .kernelz-editorial-related-product-card {
        max-width: 100%;
    }

    .kernelz-post-featured-flavor__button,
    .kernelz-post-related-product-card__button,
    .kernelz-editorial-related-product-card__button {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .kze-story-content *,
    .kernelz-story-content *,
    .kze-scene,
    .kze-scene > *,
    .kze-stickers .kze-stickers__icon,
    .kz-story-beat,
    .kz-story-quote,
    .kze-bigline,
    .kze-caption,
    .kze-split,
    .kze-columns,
    .kze-col,
    .kze-editorial-page,
    .kze-story-hero,
    .kze-media-card,
    .kze-detail-panel,
    .kze-cta-strip,
    .kze-moodboard,
    .kze-closing-note {
        animation: none !important;
        transition: none !important;
        transform: none !important;
    }
}

/* Free product preparation choices: intentionally distinct from paid add-ins. */
.kernelz-prep-options {
    width: min(100%, 820px);
    margin: 4px auto 2px;
    padding: clamp(14px, 2.5vw, 18px);
    border: 1px solid rgba(246, 196, 83, 0.48);
    border-radius: 18px;
    background:
        radial-gradient(circle at 10% 0%, rgba(246, 196, 83, 0.13), transparent 38%),
        linear-gradient(145deg, rgba(32, 17, 58, 0.88), rgba(19, 10, 36, 0.94));
    color: #fff;
    box-shadow: 0 14px 34px rgba(16, 5, 30, 0.2);
}

.kernelz-product-order-form .woocommerce-variation-add-to-cart > .kernelz-prep-options,
.kernelz-product-order-form form.cart:not(.variations_form) > .kernelz-prep-options {
    grid-column: 1 / -1;
    justify-self: center;
}

.kernelz-prep-options__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin-bottom: 12px;
}

.kernelz-prep-options__title {
    margin: 0;
    color: #fff;
    font-size: clamp(1rem, 2vw, 1.2rem);
    line-height: 1.2;
}

.kernelz-prep-option__badge {
    order: 2;
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    border: 1px solid rgba(246, 196, 83, 0.52);
    border-radius: 999px;
    background: rgba(246, 196, 83, 0.12);
    color: #f6c453;
    padding: 4px 10px;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.kernelz-prep-option {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 11px;
    margin: 0;
    cursor: pointer;
}

.kernelz-prep-option__checkbox {
    width: 22px;
    height: 22px;
    margin: 2px 0 0;
    accent-color: #f6c453;
}

.kernelz-prep-option__copy {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.kernelz-prep-option__label {
    color: #fff;
    font-size: 1rem;
    line-height: 1.3;
}

.kernelz-prep-option__help {
    color: rgba(255, 244, 252, 0.78);
    font-size: 0.88rem;
    line-height: 1.45;
}

@media (max-width: 520px) {
    .kernelz-prep-options__heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .kernelz-prep-option__badge {
        order: initial;
    }
}

/* Kernelz Founder Spotlight: compact editorial companion card. */
.kernelz-founder-spotlight {
    --kfs-pink: #ff4fc3;
    --kfs-purple: #5a137d;
    --kfs-gold: #ffd872;
    --kfs-deep: #130719;
    --kfs-portrait-fit: contain;
    --kfs-portrait-position-x: center;
    --kfs-portrait-position-y: top;
    --kfs-portrait-scale: 1;
    --kfs-portrait-offset-x: 0px;
    --kfs-portrait-offset-y: 0px;
    position: relative;
    z-index: 1;
    width: min(100%, 740px);
    margin: clamp(1.1rem, 3vw, 1.8rem) auto;
    color: #fff8ff;
    clear: none;
}

.kernelz-founder-spotlight--sidebar {
    float: right;
    width: min(36vw, 360px);
    margin: 0.25rem 0 1.35rem clamp(1rem, 3vw, 1.75rem);
}

.kernelz-founder-spotlight--compact,
.kernelz-founder-spotlight--mini {
    width: min(100%, 380px);
}

.kernelz-founder-spotlight--wide {
    width: min(100%, 760px);
}

.kernelz-founder-spotlight--floating-bottom {
    position: fixed;
    right: max(16px, env(safe-area-inset-right));
    bottom: max(18px, env(safe-area-inset-bottom));
    z-index: 80;
    width: min(360px, calc(100vw - 32px));
    margin: 0;
}

.kernelz-founder-spotlight[hidden] {
    display: none !important;
}

.kernelz-founder-spotlight__inner {
    position: relative;
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr);
    align-items: center;
    gap: 1rem;
    overflow: visible;
    border: 1px solid rgba(255, 216, 114, 0.26);
    border-radius: 24px;
    padding: 1rem;
    background:
        radial-gradient(circle at 12% 8%, rgba(255, 79, 195, 0.22), transparent 34%),
        radial-gradient(circle at 100% 0%, rgba(255, 216, 114, 0.16), transparent 30%),
        linear-gradient(145deg, rgba(18, 7, 32, 0.96), rgba(46, 14, 67, 0.92));
    box-shadow: 0 20px 46px rgba(0, 0, 0, 0.28), 0 0 28px rgba(255, 79, 195, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.kernelz-founder-spotlight--mini .kernelz-founder-spotlight__inner,
.kernelz-founder-spotlight--compact .kernelz-founder-spotlight__inner,
.kernelz-founder-spotlight--sidebar .kernelz-founder-spotlight__inner,
.kernelz-founder-spotlight--floating-bottom .kernelz-founder-spotlight__inner {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 0.82rem;
    border-radius: 22px;
    padding: 0.86rem;
}

.kernelz-founder-spotlight__inner::before {
    content: "";
    position: absolute;
    inset: 8px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 18px;
    pointer-events: none;
}

.kernelz-founder-spotlight__media {
    position: relative;
    display: grid;
    place-items: center;
    overflow: visible;
    padding-top: clamp(1.4rem, 5cqi, 2.3rem);
    min-height: 150px;
}

.kernelz-founder-spotlight__portrait-wrap {
    position: relative;
    display: grid;
    place-items: end center;
    width: 132px;
    height: 142px;
    overflow: visible;
}

.kernelz-founder-spotlight--mini .kernelz-founder-spotlight__portrait-wrap,
.kernelz-founder-spotlight--compact .kernelz-founder-spotlight__portrait-wrap,
.kernelz-founder-spotlight--sidebar .kernelz-founder-spotlight__portrait-wrap,
.kernelz-founder-spotlight--floating-bottom .kernelz-founder-spotlight__portrait-wrap {
    width: 112px;
    height: 124px;
}

.kernelz-founder-spotlight__background-shape {
    position: absolute;
    inset: 10px 0 0;
    z-index: 0;
    display: grid;
    place-items: center;
    filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.26));
    transform: rotate(-8deg);
}

.kernelz-founder-spotlight__background-shape img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.kernelz-founder-spotlight__background-shape span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 48% 52% 43% 57% / 58% 42% 58% 42%;
    background:
        radial-gradient(circle at 34% 20%, rgba(255, 255, 255, 0.9), transparent 18%),
        radial-gradient(circle at 61% 43%, rgba(255, 238, 166, 0.92), transparent 30%),
        linear-gradient(135deg, #ffd872, #ff9e2d 58%, #b95608);
    box-shadow: inset -13px -10px 22px rgba(94, 42, 0, 0.2), 0 0 24px rgba(255, 216, 114, 0.22);
}

.kernelz-founder-spotlight__portrait {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: var(--kfs-portrait-fit);
    object-position: var(--kfs-portrait-position-x) var(--kfs-portrait-position-y);
    display: block;
    transform: translate(var(--kfs-portrait-offset-x), var(--kfs-portrait-offset-y)) scale(var(--kfs-portrait-scale));
    transform-origin: center bottom;
    filter: drop-shadow(0 14px 18px rgba(0, 0, 0, 0.38));
}

.kernelz-founder-spotlight__portrait--fallback {
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 42% 42% 30% 30%;
    background: linear-gradient(145deg, rgba(76, 25, 101, 0.94), rgba(20, 6, 35, 0.98));
    color: #fff7ff;
    font-size: 2.4rem;
    font-weight: 950;
}

.kernelz-founder-spotlight__bubble {
    position: absolute;
    top: 0;
    left: 50%;
    right: auto;
    z-index: 5;
    width: max-content;
    min-width: min(128px, 92%);
    max-width: min(240px, 96%);
    padding: 0.52rem 0.68rem;
    border: 1px solid rgba(255, 158, 222, 0.78);
    border-radius: 999px 999px 999px 24px;
    background: rgba(31, 9, 48, 0.92);
    color: #ffb8e6;
    box-shadow: 0 0 18px rgba(255, 79, 195, 0.36), inset 0 0 16px rgba(255, 79, 195, 0.08);
    font-size: 0.82rem;
    font-weight: 950;
    line-height: 1.12;
    text-align: center;
    white-space: normal;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
    transform: translate(-50%, -35%) rotate(-4deg);
}

.kernelz-founder-spotlight__bubble-text {
    display: block;
    line-height: 1.1;
    white-space: normal;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
}

.kernelz-founder-spotlight__bubble::after {
    content: "";
    position: absolute;
    left: 22px;
    bottom: -9px;
    width: 18px;
    height: 18px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    background: inherit;
    transform: rotate(38deg);
}

.kernelz-founder-spotlight__bubble--neon-thought,
.kernelz-founder-spotlight--bubble-neon-thought .kernelz-founder-spotlight__bubble,
.kernelz-founder-spotlight--bubble-thought .kernelz-founder-spotlight__bubble {
    border-radius: 999px;
}

.kernelz-founder-spotlight__bubble--neon-thought::after,
.kernelz-founder-spotlight--bubble-neon-thought .kernelz-founder-spotlight__bubble::after,
.kernelz-founder-spotlight--bubble-thought .kernelz-founder-spotlight__bubble::after {
    width: 10px;
    height: 10px;
    border: 1px solid currentColor;
    border-radius: 999px;
    transform: none;
    bottom: -13px;
    background: rgba(31, 9, 48, 0.92);
}

.kernelz-founder-spotlight--bubble-above-left .kernelz-founder-spotlight__bubble { left: clamp(0.35rem, 8%, 1rem); transform: translateY(-35%) rotate(-4deg); }
.kernelz-founder-spotlight--bubble-above-center .kernelz-founder-spotlight__bubble { left: 50%; transform: translate(-50%, -35%) rotate(-2deg); }
.kernelz-founder-spotlight--bubble-above-right .kernelz-founder-spotlight__bubble { right: clamp(0.35rem, 8%, 1rem); left: auto; transform: translateY(-35%) rotate(4deg); }

.kernelz-founder-spotlight--bubble-theme-gold .kernelz-founder-spotlight__bubble {
    color: #2b0a1f;
    border-color: rgba(255, 216, 114, 0.86);
    background: #ffd872;
    box-shadow: 0 0 18px rgba(255, 216, 114, 0.36);
}

.kernelz-founder-spotlight--bubble-theme-pink .kernelz-founder-spotlight__bubble {
    color: #fff8ff;
    border-color: rgba(255, 79, 195, 0.9);
    background: rgba(167, 23, 116, 0.94);
}

.kernelz-founder-spotlight--bubble-theme-purple .kernelz-founder-spotlight__bubble {
    color: #f6ddff;
    border-color: rgba(177, 115, 255, 0.85);
    background: rgba(55, 15, 88, 0.94);
}

.kernelz-founder-spotlight__content {
    position: relative;
    z-index: 2;
    min-width: 0;
}

.kernelz-founder-spotlight__eyebrow {
    margin: 0 0 0.26rem;
    color: #ffd872;
    font-size: 0.68rem;
    font-weight: 950;
    letter-spacing: 0.15em;
    line-height: 1.1;
    text-transform: uppercase;
}

.kernelz-founder-spotlight__title {
    margin: 0;
    color: #fff7ff;
    font-size: clamp(1.35rem, 2.8vw, 1.8rem);
    font-weight: 950;
    letter-spacing: -0.045em;
    line-height: 0.98;
}

.kernelz-founder-spotlight__blurb {
    margin: 0.52rem 0 0;
    color: rgba(255, 248, 255, 0.84);
    font-size: 0.92rem;
    font-weight: 650;
    line-height: 1.48;
}

.kernelz-founder-spotlight__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    margin-top: 0.72rem;
    padding: 0.58rem 0.82rem;
    border: 1px solid rgba(255, 216, 114, 0.58);
    border-radius: 999px;
    color: #1b071c;
    background: linear-gradient(135deg, #ffd872, #ff4fc3);
    font-size: 0.78rem;
    font-weight: 950;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.07em;
}

.kernelz-founder-spotlight__button:hover,
.kernelz-founder-spotlight__button:focus-visible,
.kernelz-founder-spotlight__dismiss:focus-visible {
    outline: 3px solid rgba(255, 216, 114, 0.38);
    outline-offset: 3px;
}

.kernelz-founder-spotlight__dismiss {
    position: absolute;
    right: 0.62rem;
    top: 0.58rem;
    z-index: 6;
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(12, 5, 24, 0.78);
    color: #fff7ff;
    cursor: pointer;
}

@media (prefers-reduced-motion: no-preference) {
    .kernelz-founder-spotlight__portrait,
    .kernelz-founder-spotlight__background-shape {
        transition: transform 220ms ease;
    }

    .kernelz-founder-spotlight:hover .kernelz-founder-spotlight__background-shape {
        transform: rotate(-5deg) translateY(-3px);
    }
}

@media (max-width: 900px) {
    .kernelz-founder-spotlight,
    .kernelz-founder-spotlight--sidebar,
    .kernelz-founder-spotlight--floating-bottom {
        float: none;
        position: relative;
        right: auto;
        bottom: auto;
        width: min(100%, 520px);
        margin: 1.15rem auto;
    }
}

@media (max-width: 520px) {
    .kernelz-founder-spotlight__inner {
        grid-template-columns: 104px minmax(0, 1fr);
        gap: 0.72rem;
        padding: 0.75rem;
        border-radius: 20px;
    }

    .kernelz-founder-spotlight__portrait-wrap {
        width: 104px;
        height: 118px;
    }

    .kernelz-founder-spotlight__bubble {
        max-width: 128px;
        font-size: 0.72rem;
    }

    .kernelz-founder-spotlight__title {
        font-size: 1.24rem;
    }

    .kernelz-founder-spotlight__blurb {
        font-size: 0.86rem;
    }
}

/* Container-aware Founder Spotlight sizing refinements. */
.kernelz-founder-spotlight,
.kernelz-founder-spotlight * {
    box-sizing: border-box;
}

.kernelz-founder-spotlight {
    --kfs-card-max-width: 360px;
    --kfs-media-size: clamp(96px, 34%, 132px);
    container-type: inline-size;
    width: min(100%, var(--kfs-card-max-width));
    max-width: 100%;
    min-width: 0;
    overflow: visible;
}

.kernelz-founder-spotlight--sidebar,
.kernelz-founder-spotlight--compact {
    --kfs-card-max-width: 360px;
    --kfs-media-size: clamp(92px, 32%, 118px);
    width: min(100%, var(--kfs-card-max-width));
    max-width: 100%;
}

.kernelz-founder-spotlight--mini {
    --kfs-card-max-width: 300px;
    --kfs-media-size: clamp(84px, 30%, 104px);
    width: min(100%, var(--kfs-card-max-width));
    max-width: 100%;
}

.kernelz-founder-spotlight--inline-card,
.kernelz-founder-spotlight--after-intro,
.kernelz-founder-spotlight--after-content,
.kernelz-founder-spotlight--wide {
    --kfs-card-max-width: 760px;
    --kfs-media-size: clamp(112px, 24%, 150px);
    width: min(100%, var(--kfs-card-max-width));
    max-width: 100%;
}

.kernelz-founder-spotlight--floating-bottom {
    --kfs-card-max-width: 360px;
    --kfs-media-size: clamp(92px, 32%, 112px);
    width: min(var(--kfs-card-max-width), calc(100vw - 32px));
    max-width: calc(100vw - 32px);
}

.kernelz-founder-spotlight__inner {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    grid-template-columns: minmax(84px, var(--kfs-media-size)) minmax(0, 1fr);
    gap: clamp(0.68rem, 3.5%, 1rem);
}

.kernelz-founder-spotlight__media,
.kernelz-founder-spotlight__content {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.kernelz-founder-spotlight__media {
    min-height: calc(var(--kfs-media-size) + 24px);
    overflow: visible;
    padding-top: clamp(1.25rem, 5cqi, 2.1rem);
}

.kernelz-founder-spotlight__portrait-wrap,
.kernelz-founder-spotlight--mini .kernelz-founder-spotlight__portrait-wrap,
.kernelz-founder-spotlight--compact .kernelz-founder-spotlight__portrait-wrap,
.kernelz-founder-spotlight--sidebar .kernelz-founder-spotlight__portrait-wrap,
.kernelz-founder-spotlight--floating-bottom .kernelz-founder-spotlight__portrait-wrap {
    width: min(100%, var(--kfs-media-size));
    max-width: 100%;
    height: auto;
    aspect-ratio: 1 / 1.08;
}

.kernelz-founder-spotlight__bubble {
    top: 0;
    left: 50%;
    right: auto;
    width: max-content;
    min-width: min(128px, 92%);
    max-width: min(240px, 96%);
    white-space: normal;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
    font-size: clamp(0.68rem, 0.62rem + 0.35vw, 0.84rem);
    transform: translate(-50%, -35%) rotate(-3deg);
}

.kernelz-founder-spotlight--bubble-above-left .kernelz-founder-spotlight__bubble {
    left: clamp(0.35rem, 8%, 1rem);
    transform: translateY(-35%) rotate(-4deg);
}

.kernelz-founder-spotlight--bubble-above-right .kernelz-founder-spotlight__bubble {
    right: clamp(0.35rem, 8%, 1rem);
    left: auto;
    transform: translateY(-35%) rotate(4deg);
}

.kernelz-founder-spotlight--mini .kernelz-founder-spotlight__bubble,
.kernelz-founder-spotlight--compact .kernelz-founder-spotlight__bubble,
.kernelz-founder-spotlight--sidebar .kernelz-founder-spotlight__bubble {
    min-width: min(118px, 94%);
    max-width: min(190px, 96%);
    font-size: clamp(0.7rem, 0.64rem + 0.25vw, 0.82rem);
}

.kernelz-founder-spotlight__bubble-text {
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
}

.kernelz-founder-spotlight__eyebrow,
.kernelz-founder-spotlight__title,
.kernelz-founder-spotlight__blurb,
.kernelz-founder-spotlight__button {
    max-width: 100%;
    overflow-wrap: anywhere;
}

.kernelz-founder-spotlight__button {
    white-space: normal;
    text-align: center;
}

@container (max-width: 430px) {
    .kernelz-founder-spotlight__inner {
        grid-template-columns: minmax(0, 1fr);
        justify-items: center;
        text-align: center;
    }

    .kernelz-founder-spotlight__media {
        max-width: 220px;
        margin-inline: auto;
    }

    .kernelz-founder-spotlight__portrait-wrap {
        width: min(68%, 140px);
    }

    .kernelz-founder-spotlight__bubble {
        top: 0;
        left: 50% !important;
        right: auto !important;
        min-width: min(120px, 94%);
        max-width: min(190px, 96%);
        transform: translate(-50%, -30%) rotate(-2deg);
    }

    .kernelz-founder-spotlight__content {
        text-align: center;
    }
}

@media (max-width: 520px) {
    .kernelz-founder-spotlight,
    .kernelz-founder-spotlight--sidebar,
    .kernelz-founder-spotlight--inline-card,
    .kernelz-founder-spotlight--after-intro,
    .kernelz-founder-spotlight--after-content,
    .kernelz-founder-spotlight--wide,
    .kernelz-founder-spotlight--floating-bottom {
        width: 100%;
        max-width: 100%;
    }

    .kernelz-founder-spotlight__inner {
        grid-template-columns: minmax(0, 1fr);
        justify-items: center;
        text-align: center;
    }

    .kernelz-founder-spotlight__media {
        max-width: 220px;
        margin-inline: auto;
    }

    .kernelz-founder-spotlight__portrait-wrap {
        width: min(68%, 136px);
        height: auto;
    }

    .kernelz-founder-spotlight__bubble {
        left: 50% !important;
        right: auto !important;
        min-width: min(120px, 94%);
        max-width: min(190px, 96%);
        transform: translate(-50%, -30%) rotate(-2deg);
    }
}

/* Structured Founder Spotlight internal layouts. Placement controls where the card appears; layout controls these internal regions. */
.kernelz-founder-spotlight__top,
.kernelz-founder-spotlight__headline,
.kernelz-founder-spotlight__body {
    position: relative;
    z-index: 2;
    min-width: 0;
    max-width: 100%;
}

.kernelz-founder-spotlight__top {
    display: grid;
    grid-template-columns: minmax(136px, 0.9fr) minmax(0, 1.4fr);
    align-items: center;
    gap: clamp(0.9rem, 2vw, 1.4rem);
    width: 100%;
    overflow: visible;
}

.kernelz-founder-spotlight__headline {
    align-self: center;
}

.kernelz-founder-spotlight__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-top: clamp(0.85rem, 2vw, 1.25rem);
}

.kernelz-founder-spotlight__body .kernelz-founder-spotlight__blurb {
    margin: 0;
}

.kernelz-founder-spotlight--layout-split-intro .kernelz-founder-spotlight__inner,
.kernelz-founder-spotlight--layout-stacked .kernelz-founder-spotlight__inner {
    display: block;
}

.kernelz-founder-spotlight--layout-split-intro .kernelz-founder-spotlight__body {
    grid-column: 1 / -1;
}

.kernelz-founder-spotlight--layout-media-left .kernelz-founder-spotlight__inner,
.kernelz-founder-spotlight--layout-media-right .kernelz-founder-spotlight__inner {
    display: grid;
    grid-template-columns: minmax(120px, var(--kfs-media-size)) minmax(0, 1fr);
    align-items: center;
    gap: clamp(0.75rem, 2vw, 1.1rem);
}

.kernelz-founder-spotlight--layout-media-left .kernelz-founder-spotlight__top,
.kernelz-founder-spotlight--layout-media-right .kernelz-founder-spotlight__top,
.kernelz-founder-spotlight--layout-compact .kernelz-founder-spotlight__top,
.kernelz-founder-spotlight--layout-mini .kernelz-founder-spotlight__top {
    display: contents;
}

.kernelz-founder-spotlight--layout-media-left .kernelz-founder-spotlight__media {
    grid-column: 1;
    grid-row: 1 / span 2;
}

.kernelz-founder-spotlight--layout-media-left .kernelz-founder-spotlight__headline,
.kernelz-founder-spotlight--layout-media-left .kernelz-founder-spotlight__body {
    grid-column: 2;
}

.kernelz-founder-spotlight--layout-media-right .kernelz-founder-spotlight__inner {
    grid-template-columns: minmax(0, 1fr) minmax(120px, var(--kfs-media-size));
}

.kernelz-founder-spotlight--layout-media-right .kernelz-founder-spotlight__media {
    grid-column: 2;
    grid-row: 1 / span 2;
}

.kernelz-founder-spotlight--layout-media-right .kernelz-founder-spotlight__headline,
.kernelz-founder-spotlight--layout-media-right .kernelz-founder-spotlight__body {
    grid-column: 1;
}

.kernelz-founder-spotlight--layout-media-left .kernelz-founder-spotlight__body,
.kernelz-founder-spotlight--layout-media-right .kernelz-founder-spotlight__body,
.kernelz-founder-spotlight--layout-compact .kernelz-founder-spotlight__body,
.kernelz-founder-spotlight--layout-mini .kernelz-founder-spotlight__body {
    margin-top: 0.5rem;
}

.kernelz-founder-spotlight--layout-stacked .kernelz-founder-spotlight__top {
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    text-align: center;
}

.kernelz-founder-spotlight--layout-stacked .kernelz-founder-spotlight__media {
    max-width: 230px;
    margin-inline: auto;
}

.kernelz-founder-spotlight--layout-stacked .kernelz-founder-spotlight__body {
    align-items: center;
    text-align: center;
}

.kernelz-founder-spotlight--layout-compact .kernelz-founder-spotlight__inner,
.kernelz-founder-spotlight--layout-mini .kernelz-founder-spotlight__inner {
    display: grid;
    align-items: center;
    gap: 0.72rem;
}

.kernelz-founder-spotlight--layout-compact .kernelz-founder-spotlight__inner {
    grid-template-columns: minmax(96px, var(--kfs-media-size)) minmax(0, 1fr);
}

.kernelz-founder-spotlight--layout-mini .kernelz-founder-spotlight__inner {
    grid-template-columns: minmax(80px, var(--kfs-media-size)) minmax(0, 1fr);
}

.kernelz-founder-spotlight--layout-compact .kernelz-founder-spotlight__media,
.kernelz-founder-spotlight--layout-mini .kernelz-founder-spotlight__media {
    grid-column: 1;
    grid-row: 1 / span 2;
}

.kernelz-founder-spotlight--layout-compact .kernelz-founder-spotlight__headline,
.kernelz-founder-spotlight--layout-compact .kernelz-founder-spotlight__body,
.kernelz-founder-spotlight--layout-mini .kernelz-founder-spotlight__headline,
.kernelz-founder-spotlight--layout-mini .kernelz-founder-spotlight__body {
    grid-column: 2;
}

.kernelz-founder-spotlight--layout-compact .kernelz-founder-spotlight__title {
    font-size: clamp(1.18rem, 4cqi, 1.52rem);
}

.kernelz-founder-spotlight--layout-compact .kernelz-founder-spotlight__blurb {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.kernelz-founder-spotlight--layout-mini .kernelz-founder-spotlight__eyebrow {
    font-size: 0.6rem;
}

.kernelz-founder-spotlight--layout-mini .kernelz-founder-spotlight__title {
    font-size: clamp(1.02rem, 4.6cqi, 1.28rem);
}

.kernelz-founder-spotlight--layout-mini .kernelz-founder-spotlight__blurb {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    font-size: 0.82rem;
}

.kernelz-founder-spotlight--layout-mini .kernelz-founder-spotlight__button {
    min-height: 32px;
    padding: 0.48rem 0.66rem;
    font-size: 0.68rem;
}

@container (max-width: 430px) {
    .kernelz-founder-spotlight__inner,
    .kernelz-founder-spotlight--layout-media-left .kernelz-founder-spotlight__inner,
    .kernelz-founder-spotlight--layout-media-right .kernelz-founder-spotlight__inner,
    .kernelz-founder-spotlight--layout-compact .kernelz-founder-spotlight__inner,
    .kernelz-founder-spotlight--layout-mini .kernelz-founder-spotlight__inner {
        display: block;
    }

    .kernelz-founder-spotlight__top,
    .kernelz-founder-spotlight--layout-media-left .kernelz-founder-spotlight__top,
    .kernelz-founder-spotlight--layout-media-right .kernelz-founder-spotlight__top,
    .kernelz-founder-spotlight--layout-compact .kernelz-founder-spotlight__top,
    .kernelz-founder-spotlight--layout-mini .kernelz-founder-spotlight__top {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        justify-items: center;
        text-align: center;
    }

    .kernelz-founder-spotlight__headline,
    .kernelz-founder-spotlight__body {
        text-align: center;
    }

    .kernelz-founder-spotlight__body {
        align-items: center;
        margin-top: 0.82rem;
    }
}

@media (max-width: 520px) {
    .kernelz-founder-spotlight__inner,
    .kernelz-founder-spotlight--layout-media-left .kernelz-founder-spotlight__inner,
    .kernelz-founder-spotlight--layout-media-right .kernelz-founder-spotlight__inner,
    .kernelz-founder-spotlight--layout-compact .kernelz-founder-spotlight__inner,
    .kernelz-founder-spotlight--layout-mini .kernelz-founder-spotlight__inner {
        display: block;
    }

    .kernelz-founder-spotlight__top,
    .kernelz-founder-spotlight--layout-media-left .kernelz-founder-spotlight__top,
    .kernelz-founder-spotlight--layout-media-right .kernelz-founder-spotlight__top,
    .kernelz-founder-spotlight--layout-compact .kernelz-founder-spotlight__top,
    .kernelz-founder-spotlight--layout-mini .kernelz-founder-spotlight__top {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        justify-items: center;
        text-align: center;
    }

    .kernelz-founder-spotlight__headline,
    .kernelz-founder-spotlight__body {
        text-align: center;
    }

    .kernelz-founder-spotlight__body {
        align-items: center;
        margin-top: 0.82rem;
    }
}
