:root {
    --kernelz-bg: #07040d;
    --kernelz-panel: #20102f;
    --kernelz-panel-soft: #31184a;
    --kernelz-panel-bright: #3a1d5d;
    --kernelz-text: #fff8ed;
    --kernelz-muted: #ead8ff;
    --kernelz-gold: #f6c453;
    --kernelz-pink: #ff3fa4;
    --kernelz-orange: #ff8c3f;
    --kernelz-coral: #ff6b5f;
    --kernelz-peach: #ffd19a;
    --kernelz-purple: #7c3cff;
    --kernelz-violet: #241052;
    --kernelz-navy: #07142a;
    --kernelz-red: #e94f37;
    --kernelz-green: #2dbf85;
    --kernelz-border: rgba(255, 248, 237, 0.16);
    --kernelz-pink-border: rgba(255, 63, 164, 0.42);
    --kernelz-shadow: 0 18px 48px rgba(0, 0, 0, 0.38);
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background:
        radial-gradient(circle at 80% 8%, rgba(255, 107, 95, 0.22), transparent 28%),
        radial-gradient(circle at 66% 26%, rgba(246, 196, 83, 0.12), transparent 30%),
        radial-gradient(circle at 18% 18%, rgba(124, 60, 255, 0.34), transparent 34%),
        radial-gradient(circle at 52% 92%, rgba(255, 140, 63, 0.13), transparent 30%),
        var(--kernelz-bg);
    color: var(--kernelz-text);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.5;
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

body:not(.kernelz-ordering-page-active) {
    background:
        radial-gradient(circle at 82% 8%, rgba(255, 107, 95, 0.16), transparent 32%),
        radial-gradient(circle at 18% 18%, rgba(124, 60, 255, 0.2), transparent 32%),
        var(--kernelz-bg);
    color: var(--kernelz-text);
}

a {
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
}

.kernelz-skip-link {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 1000;
    transform: translateY(-140%);
    background: var(--kernelz-gold);
    color: #120d07;
    padding: 8px 12px;
    border-radius: 6px;
}

.kernelz-skip-link:focus {
    transform: translateY(0);
}

.kernelz-site-header {
    position: relative;
    z-index: 30;
    border-bottom: 1px solid rgba(43, 8, 56, 0.34);
    background:
        radial-gradient(circle at 16% 0%, rgba(246, 196, 83, 0.34), transparent 24%),
        radial-gradient(circle at 82% 100%, rgba(255, 209, 154, 0.24), transparent 32%),
        linear-gradient(90deg, #ff4fa3 0%, #ff6fb5 46%, #ff91c4 100%);
    color: #270737;
    box-shadow: 0 10px 34px rgba(255, 63, 164, 0.18);
}

.kernelz-sticky-nav-enabled .kernelz-site-header {
    position: sticky;
    top: 0;
}

.kernelz-site-header-inner,
.kernelz-site-footer-inner {
    width: min(1160px, calc(100% - 32px));
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.kernelz-site-header-inner {
    min-height: 72px;
    flex-wrap: wrap;
}

.kernelz-site-header-inner > * {
    min-width: 0;
}

.kernelz-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.kernelz-brand-mark {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(246, 196, 83, 0.8);
    border-radius: 8px;
    display: inline-grid;
    place-items: center;
    background:
        radial-gradient(circle at 24% 0%, rgba(255, 63, 164, 0.34), transparent 34%),
        linear-gradient(135deg, #270737, #4b1566);
    color: var(--kernelz-gold);
    font-weight: 900;
}

.kernelz-brand-logo,
.kernelz-site-header .kernelz-brand img,
.kernelz-site-header img.custom-logo {
    display: block;
    width: auto !important;
    height: 46px !important;
    max-width: 170px !important;
    max-height: 46px !important;
    object-fit: contain;
}

.kernelz-brand-logo--footer {
    height: 52px !important;
    max-width: 190px !important;
    max-height: 52px !important;
}

.kernelz-brand strong,
.kernelz-brand small {
    display: block;
}

.kernelz-brand small {
    color: #3b0b50;
    font-size: 12px;
    max-width: 220px;
    line-height: 1.2;
}

.kernelz-brand strong {
    color: #24072f;
}

.kernelz-primary-nav ul {
    display: flex;
    align-items: center;
    gap: clamp(10px, 1.45vw, 18px);
    margin: 0;
    padding: 0;
    list-style: none;
}

.kernelz-primary-nav li {
    min-width: 0;
}

.kernelz-primary-nav a,
.kernelz-cart-link {
    color: #270737 !important;
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
    transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
}

.kernelz-primary-nav a {
    border: 1px solid transparent;
    border-radius: 999px;
    padding: 8px 10px;
    overflow-wrap: anywhere;
    text-shadow: none;
}

.kernelz-primary-nav a:hover,
.kernelz-primary-nav a:focus-visible,
.kernelz-cart-link:hover,
.kernelz-cart-link:focus-visible {
    color: #ffffff !important;
}

.kernelz-primary-nav a:hover,
.kernelz-primary-nav a:focus-visible {
    border-color: rgba(246, 196, 83, 0.72);
    background:
        radial-gradient(circle at 20% 0%, rgba(246, 196, 83, 0.2), transparent 34%),
        linear-gradient(135deg, #c41472, #f43796);
    box-shadow: 0 0 22px rgba(244, 55, 150, 0.32);
    transform: translateY(-1px);
}

.kernelz-cart-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(39, 7, 55, 0.34);
    border-radius: 8px;
    background: rgba(255, 248, 237, 0.42);
    padding: 8px 10px;
}

.kernelz-cart-link:hover,
.kernelz-cart-link:focus-visible {
    border-color: rgba(246, 196, 83, 0.78);
    background: #270737;
}

.kernelz-cart-link strong {
    min-width: 24px;
    height: 24px;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--kernelz-gold), var(--kernelz-orange));
    color: #140d08;
}

.kernelz-content {
    width: min(1120px, calc(100% - 32px));
    margin: 42px auto;
}

.kernelz-content-narrow {
    width: min(820px, calc(100% - 32px));
}

.kernelz-content-story {
    width: min(1080px, calc(100% - 32px));
}

.kernelz-entry {
    min-width: 0;
    border: 1px solid var(--kernelz-border);
    background: linear-gradient(145deg, rgba(22, 16, 31, 0.96), rgba(36, 16, 82, 0.52));
    color: var(--kernelz-text);
    border-radius: 8px;
    padding: 28px;
}

.kernelz-entry-content {
    color: var(--kernelz-muted);
}

.kernelz-entry-content h2,
.kernelz-entry-content h3 {
    color: #ffffff;
}

.kernelz-entry-content a {
    color: var(--kernelz-gold);
    font-weight: 900;
}

.woocommerce-notices-wrapper,
.woocommerce {
    --kernelz-notice-bg: rgba(246, 196, 83, 0.96);
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce .wc-block-components-notice-banner,
.wc-block-components-notice-banner {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 248, 237, 0.28);
    border-radius: 8px;
    margin: 16px 0;
    padding: 16px 18px;
    background:
        radial-gradient(circle at 8% 0%, rgba(255, 63, 164, 0.22), transparent 30%),
        radial-gradient(circle at 94% 18%, rgba(255, 140, 63, 0.28), transparent 34%),
        linear-gradient(135deg, rgba(246, 196, 83, 0.96), rgba(255, 209, 154, 0.96));
    color: #18051f;
    font-weight: 900;
    box-shadow:
        0 16px 42px rgba(246, 196, 83, 0.22),
        0 0 0 1px rgba(255, 63, 164, 0.14);
}

.woocommerce-error {
    background:
        radial-gradient(circle at 8% 0%, rgba(255, 63, 164, 0.28), transparent 30%),
        linear-gradient(135deg, rgba(72, 13, 44, 0.96), rgba(150, 24, 66, 0.9));
    color: #ffffff;
}

.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before,
.woocommerce .wc-block-components-notice-banner::before,
.wc-block-components-notice-banner::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 7px;
    background: linear-gradient(180deg, var(--kernelz-pink), var(--kernelz-orange));
}

.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a {
    color: inherit;
}

.woocommerce-message .button,
.woocommerce-message a.button,
.woocommerce-message a.wc-forward,
.woocommerce a.added_to_cart,
.wc-block-components-notice-banner a.wc-forward,
.wc-block-components-notice-banner .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border: 2px solid rgba(255, 255, 255, 0.68);
    border-radius: 999px;
    margin: 0 10px 0 0;
    padding: 10px 18px;
    background: linear-gradient(135deg, var(--kernelz-pink), #ff2f91 52%, var(--kernelz-coral));
    color: #ffffff;
    font-size: 13px;
    font-weight: 950;
    letter-spacing: 0.06em;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow:
        0 13px 30px rgba(255, 63, 164, 0.42),
        0 0 0 4px rgba(255, 63, 164, 0.16),
        0 0 24px rgba(255, 255, 255, 0.2);
    transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.woocommerce-message .button:hover,
.woocommerce-message .button:focus-visible,
.woocommerce-message a.wc-forward:hover,
.woocommerce-message a.wc-forward:focus-visible,
.woocommerce a.added_to_cart:hover,
.woocommerce a.added_to_cart:focus-visible,
.wc-block-components-notice-banner a.wc-forward:hover,
.wc-block-components-notice-banner a.wc-forward:focus-visible {
    color: #ffffff;
    filter: saturate(1.1);
    transform: translateY(-1px);
    box-shadow:
        0 16px 38px rgba(255, 63, 164, 0.52),
        0 0 0 5px rgba(255, 63, 164, 0.22),
        0 0 32px rgba(255, 209, 154, 0.3);
}

.kernelz-button-warm {
    border-color: rgba(255, 209, 154, 0.5);
    background:
        radial-gradient(circle at 18% 0%, rgba(246, 196, 83, 0.22), transparent 32%),
        linear-gradient(135deg, rgba(7, 20, 42, 0.92), rgba(78, 27, 64, 0.9));
    color: #fff8ed;
}

.kernelz-button-warm:hover,
.kernelz-button-warm:focus-visible {
    border-color: rgba(246, 196, 83, 0.88);
    box-shadow: 0 14px 34px rgba(255, 140, 63, 0.2), 0 0 26px rgba(255, 63, 164, 0.16);
    transform: translateY(-1px);
}

.kernelz-button-pink,
.kernelz-announcement-button,
.kernelz-contact-form-panel .wpcf7-submit {
    border-color: rgba(255, 255, 255, 0.18);
    background: linear-gradient(135deg, var(--kernelz-pink), #ff4f8d 54%, var(--kernelz-coral));
    color: #ffffff;
    box-shadow: 0 14px 34px rgba(255, 63, 164, 0.3), 0 0 0 1px rgba(255, 248, 237, 0.08);
}

.kernelz-button-pink:hover,
.kernelz-button-pink:focus-visible,
.kernelz-announcement-button:hover,
.kernelz-announcement-button:focus-visible,
.kernelz-contact-form-panel .wpcf7-submit:hover,
.kernelz-contact-form-panel .wpcf7-submit:focus-visible {
    border-color: rgba(255, 255, 255, 0.42);
    background: linear-gradient(135deg, #ff168f, var(--kernelz-pink) 48%, var(--kernelz-orange));
    color: #ffffff;
    box-shadow: 0 18px 44px rgba(255, 63, 164, 0.4), 0 0 30px rgba(255, 140, 63, 0.16);
    transform: translateY(-1px);
}

.kernelz-feature-page {
    position: relative;
    overflow: hidden;
}

.kernelz-feature-page::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 88% 0%, rgba(255, 63, 164, 0.16), transparent 34%),
        radial-gradient(circle at 0% 100%, rgba(124, 60, 255, 0.16), transparent 34%);
}

.kernelz-feature-page > * {
    position: relative;
}

.kernelz-story-page,
.kernelz-contact-page {
    display: grid;
    gap: 18px;
    border-color: rgba(246, 196, 83, 0.2);
    background:
        radial-gradient(circle at 8% 0%, rgba(255, 209, 154, 0.14), transparent 26%),
        radial-gradient(circle at 96% 12%, rgba(255, 63, 164, 0.22), transparent 34%),
        radial-gradient(circle at 42% 100%, rgba(255, 140, 63, 0.12), transparent 32%),
        linear-gradient(145deg, rgba(8, 20, 42, 0.94), rgba(42, 14, 64, 0.9) 52%, rgba(67, 25, 44, 0.92));
    box-shadow: 0 28px 80px rgba(255, 63, 164, 0.12);
}

.kernelz-story-page > *,
.kernelz-contact-page > * {
    min-width: 0;
}

.kernelz-story-hero {
    min-height: 360px;
    display: grid;
    align-content: center;
    gap: 16px;
    border: 1px solid rgba(255, 209, 154, 0.22);
    border-radius: 8px;
    padding: clamp(26px, 5vw, 56px);
    background:
        radial-gradient(circle at 8% 12%, rgba(246, 196, 83, 0.16), transparent 26%),
        radial-gradient(circle at 88% 16%, rgba(255, 63, 164, 0.22), transparent 32%),
        radial-gradient(circle at 70% 100%, rgba(255, 140, 63, 0.16), transparent 28%),
        radial-gradient(circle, rgba(255, 255, 255, 0.1) 0 1px, transparent 1.4px) 8px 4px / 38px 38px,
        linear-gradient(135deg, rgba(8, 20, 42, 0.96), rgba(70, 20, 80, 0.84));
}

.kernelz-story-hero h1 {
    max-width: 820px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(38px, 6vw, 70px);
    line-height: 1;
    overflow-wrap: anywhere;
}

.kernelz-story-hero p {
    max-width: 760px;
    margin: 0;
    color: #fff1ff;
    font-size: 18px;
    font-weight: 750;
    overflow-wrap: anywhere;
}

.kernelz-story-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 8px;
}

.kernelz-story-hero--about {
    grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.56fr);
    align-items: center;
}

.kernelz-brand-orbit {
    position: relative;
    min-height: 330px;
}

.kernelz-brand-orbit-photo {
    inset: 22px 18px 32px 18px;
}

.kernelz-brand-orbit-chip {
    position: absolute;
    z-index: 2;
    border: 1px solid rgba(255, 209, 154, 0.32);
    border-radius: 999px;
    background: rgba(8, 20, 42, 0.82);
    color: #ffffff;
    padding: 8px 11px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

.kernelz-brand-orbit-chip--one {
    left: 0;
    top: 18px;
    background: linear-gradient(135deg, var(--kernelz-gold), var(--kernelz-orange));
    color: #160812;
}

.kernelz-brand-orbit-chip--two {
    right: 0;
    top: 42%;
    background: linear-gradient(135deg, var(--kernelz-pink), var(--kernelz-purple));
}

.kernelz-brand-orbit-chip--three {
    left: 16px;
    bottom: 0;
    background: linear-gradient(135deg, var(--kernelz-coral), var(--kernelz-pink));
}

.kernelz-story-grid,
.kernelz-contact-routing {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.kernelz-story-grid--mosaic {
    grid-template-columns: 1.08fr 0.92fr 1fr;
    align-items: stretch;
}

.kernelz-story-grid--mosaic .kernelz-story-card:nth-child(2) {
    transform: translateY(22px);
}

.kernelz-story-grid--mosaic .kernelz-story-card:nth-child(3) {
    transform: translateY(6px);
}

.kernelz-story-card,
.kernelz-contact-card,
.kernelz-story-band,
.kernelz-contact-panel {
    min-width: 0;
    border: 1px solid rgba(255, 248, 237, 0.14);
    border-radius: 8px;
    padding: 20px;
    overflow: hidden;
}

.kernelz-story-card span,
.kernelz-contact-card span {
    display: inline-flex;
    margin-bottom: 20px;
    border-radius: 999px;
    background: rgba(255, 248, 237, 0.1);
    color: var(--kernelz-gold);
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.kernelz-story-card h2,
.kernelz-contact-card h2,
.kernelz-story-band h2,
.kernelz-contact-panel h2 {
    margin: 0 0 10px;
    color: #ffffff;
    line-height: 1.05;
}

.kernelz-story-card p,
.kernelz-contact-card p,
.kernelz-story-band p,
.kernelz-contact-panel li {
    color: var(--kernelz-muted);
    font-weight: 700;
}

.kernelz-story-card--warm,
.kernelz-contact-card--orders {
    background:
        radial-gradient(circle at 6% 0%, rgba(246, 196, 83, 0.32), transparent 34%),
        radial-gradient(circle at 100% 100%, rgba(255, 140, 63, 0.28), transparent 40%),
        linear-gradient(145deg, rgba(63, 41, 42, 0.98), rgba(110, 52, 39, 0.82));
}

.kernelz-story-card--pink,
.kernelz-contact-card--events {
    background:
        radial-gradient(circle at 6% 0%, rgba(255, 63, 164, 0.36), transparent 34%),
        radial-gradient(circle at 100% 100%, rgba(124, 60, 255, 0.28), transparent 40%),
        linear-gradient(145deg, rgba(50, 20, 91, 0.98), rgba(126, 32, 112, 0.84));
}

.kernelz-story-card--navy,
.kernelz-contact-card--wholesale {
    background:
        radial-gradient(circle at 10% 0%, rgba(255, 209, 154, 0.14), transparent 32%),
        radial-gradient(circle at 100% 100%, rgba(255, 63, 164, 0.16), transparent 38%),
        linear-gradient(145deg, rgba(7, 20, 42, 0.98), rgba(43, 30, 88, 0.86));
}

.kernelz-contact-card--collabs {
    background:
        radial-gradient(circle at 8% 0%, rgba(255, 107, 95, 0.34), transparent 34%),
        radial-gradient(circle at 100% 100%, rgba(246, 196, 83, 0.16), transparent 38%),
        linear-gradient(145deg, rgba(62, 20, 74, 0.98), rgba(137, 35, 72, 0.84));
}

.kernelz-story-band,
.kernelz-contact-panel {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
    gap: 20px;
    align-items: start;
    border-color: rgba(246, 196, 83, 0.28);
    background:
        radial-gradient(circle at 0% 0%, rgba(255, 209, 154, 0.18), transparent 30%),
        radial-gradient(circle at 100% 100%, rgba(255, 63, 164, 0.2), transparent 34%),
        linear-gradient(135deg, rgba(10, 28, 59, 0.94), rgba(79, 31, 45, 0.86));
}

.kernelz-contact-routing {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.kernelz-contact-panel ul {
    margin: 0;
    padding-left: 20px;
}

.kernelz-contact-panel li + li {
    margin-top: 8px;
}

.kernelz-owner-section,
.kernelz-contact-form-panel {
    position: relative;
    display: grid;
    grid-template-columns: minmax(260px, 0.52fr) minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    overflow: hidden;
    border: 1px solid rgba(255, 209, 154, 0.22);
    border-radius: 8px;
    padding: clamp(20px, 4vw, 34px);
    background:
        radial-gradient(circle at 12% 0%, rgba(246, 196, 83, 0.16), transparent 30%),
        radial-gradient(circle at 100% 100%, rgba(255, 63, 164, 0.24), transparent 36%),
        linear-gradient(135deg, rgba(7, 20, 42, 0.96), rgba(95, 28, 74, 0.84));
}

.kernelz-owner-section::before {
    inset: 14% 8%;
}

.kernelz-owner-section--about {
    grid-template-columns: minmax(280px, 0.48fr) minmax(0, 1fr);
    border-color: rgba(255, 63, 164, 0.32);
    background:
        radial-gradient(circle at 8% 12%, rgba(255, 63, 164, 0.26), transparent 31%),
        radial-gradient(circle at 78% 0%, rgba(246, 196, 83, 0.2), transparent 28%),
        radial-gradient(circle at 100% 92%, rgba(255, 148, 77, 0.16), transparent 36%),
        linear-gradient(132deg, rgba(7, 20, 42, 0.97), rgba(49, 22, 87, 0.92) 48%, rgba(118, 31, 76, 0.8));
}

.kernelz-owner-section--about .kernelz-owner-photo {
    min-height: 390px;
    box-shadow:
        0 28px 80px rgba(255, 63, 164, 0.3),
        0 0 0 8px rgba(246, 196, 83, 0.05);
}

.kernelz-owner-photo {
    position: relative;
    min-height: 340px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(255, 209, 154, 0.28);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(7, 4, 13, 0.08), rgba(7, 4, 13, 0.56)),
        url("../images/kernelz-nebula-popcorn-hero.webp") center / cover no-repeat;
    clip-path: polygon(0 8%, 100% 0, 92% 100%, 8% 94%);
    box-shadow: 0 26px 70px rgba(255, 63, 164, 0.24);
}

.kernelz-owner-photo img {
    position: absolute;
    inset: 0;
}

.kernelz-owner-photo span {
    position: relative;
    z-index: 1;
    width: 118px;
    height: 118px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: rgba(8, 20, 42, 0.74);
    color: var(--kernelz-gold);
    font-size: 42px;
    font-weight: 900;
    box-shadow: 0 0 34px rgba(246, 196, 83, 0.2);
}

.kernelz-story-band--with-media {
    grid-template-columns: minmax(0, 0.7fr) minmax(0, 1fr) minmax(220px, 0.48fr);
}

.kernelz-story-band-media {
    min-height: 180px;
    overflow: hidden;
    border: 1px solid rgba(255, 209, 154, 0.24);
    border-radius: 8px;
    clip-path: polygon(0 8%, 100% 0, 94% 100%, 8% 94%);
}

/* About page image motion: subtle lift, depth and a branded light sweep. */
.kernelz-story-page .kernelz-brand-orbit-photo,
.kernelz-story-page .kernelz-owner-photo,
.kernelz-story-page .kernelz-story-band-media {
    --kernelz-about-image-rotate: -0.8deg;
    isolation: isolate;
    transition:
        transform 420ms cubic-bezier(0.2, 0.75, 0.2, 1),
        border-color 320ms ease,
        box-shadow 420ms ease;
    will-change: transform;
}

.kernelz-story-page .kernelz-owner-photo {
    --kernelz-about-image-rotate: 0.65deg;
}

.kernelz-story-page .kernelz-story-band-media {
    --kernelz-about-image-rotate: -0.5deg;
    position: relative;
}

.kernelz-story-page .kernelz-brand-orbit-photo::after,
.kernelz-story-page .kernelz-owner-photo::after,
.kernelz-story-page .kernelz-story-band-media::after {
    content: "";
    position: absolute;
    inset: -25%;
    z-index: 2;
    background: linear-gradient(108deg, transparent 34%, rgba(255, 227, 157, 0.08) 43%, rgba(255, 255, 255, 0.34) 50%, rgba(255, 79, 181, 0.12) 57%, transparent 66%);
    transform: translateX(-115%) skewX(-12deg);
    transition: transform 720ms cubic-bezier(0.2, 0.75, 0.2, 1);
    pointer-events: none;
}

.kernelz-story-page .kernelz-brand-orbit-photo img,
.kernelz-story-page .kernelz-owner-photo img,
.kernelz-story-page .kernelz-story-band-media img {
    transition: transform 620ms cubic-bezier(0.2, 0.75, 0.2, 1), filter 420ms ease;
    will-change: transform;
}

.kernelz-story-page .kernelz-brand-orbit-photo:hover,
.kernelz-story-page .kernelz-owner-photo:hover,
.kernelz-story-page .kernelz-story-band-media:hover {
    border-color: rgba(255, 216, 117, 0.72);
    transform: translateY(-7px) rotate(var(--kernelz-about-image-rotate));
    box-shadow:
        0 32px 76px rgba(255, 63, 164, 0.3),
        0 0 34px rgba(246, 196, 83, 0.16);
}

.kernelz-story-page .kernelz-brand-orbit-photo:hover::after,
.kernelz-story-page .kernelz-owner-photo:hover::after,
.kernelz-story-page .kernelz-story-band-media:hover::after {
    transform: translateX(115%) skewX(-12deg);
}

.kernelz-story-page .kernelz-brand-orbit-photo:hover img,
.kernelz-story-page .kernelz-owner-photo:hover img,
.kernelz-story-page .kernelz-story-band-media:hover img {
    filter: saturate(1.12) contrast(1.04) brightness(1.04);
    transform: scale(1.055);
}

.flavor-engineer-card.has-engineer-hover {
    cursor: pointer;
    outline: none;
}

.flavor-engineer-card.has-engineer-hover:focus-visible {
    border-color: rgba(255, 216, 117, 0.82);
    box-shadow:
        0 32px 76px rgba(255, 63, 164, 0.32),
        0 0 0 3px rgba(246, 196, 83, 0.2),
        0 0 36px rgba(246, 196, 83, 0.18);
    transform: translateY(-7px) rotate(var(--kernelz-about-image-rotate));
}

.flavor-engineer-card.has-engineer-hover .engineer-image-base {
    z-index: 1;
}

.flavor-engineer-card.has-engineer-hover .engineer-image-hover {
    z-index: 3;
    opacity: 0;
    filter: saturate(1.16) contrast(1.05) brightness(1.03);
    -webkit-mask-image: linear-gradient(105deg, #000 0%, #000 46%, rgba(0, 0, 0, 0.78) 54%, transparent 66%);
    mask-image: linear-gradient(105deg, #000 0%, #000 46%, rgba(0, 0, 0, 0.78) 54%, transparent 66%);
    -webkit-mask-size: 260% 100%;
    mask-size: 260% 100%;
    -webkit-mask-position: 120% 0;
    mask-position: 120% 0;
    transition:
        opacity 520ms ease,
        filter 520ms ease,
        transform 620ms cubic-bezier(0.2, 0.75, 0.2, 1),
        -webkit-mask-position 620ms cubic-bezier(0.2, 0.75, 0.2, 1),
        mask-position 620ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.flavor-engineer-card.has-engineer-hover::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 4;
    pointer-events: none;
    background:
        linear-gradient(112deg, transparent 0 22%, rgba(255, 255, 255, 0.14) 34%, rgba(246, 196, 83, 0.2) 42%, rgba(255, 63, 164, 0.16) 52%, transparent 66%),
        radial-gradient(circle at 18% 18%, rgba(124, 60, 255, 0.18), transparent 24%),
        radial-gradient(circle at 82% 12%, rgba(246, 196, 83, 0.16), transparent 24%);
    mix-blend-mode: screen;
    opacity: 0;
    transform: translateX(-34%) skewX(-8deg);
    transition: opacity 420ms ease, transform 620ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.flavor-engineer-card.has-engineer-hover::after {
    z-index: 5;
}

.flavor-engineer-card.has-engineer-hover .engineer-holo-sweep {
    position: absolute;
    inset: -24%;
    z-index: 6;
    pointer-events: none;
    background:
        linear-gradient(106deg, transparent 28%, rgba(255, 248, 237, 0.08) 39%, rgba(255, 255, 255, 0.38) 48%, rgba(255, 63, 164, 0.15) 56%, rgba(246, 196, 83, 0.14) 62%, transparent 72%);
    mix-blend-mode: screen;
    opacity: 0;
    transform: translateX(-118%) skewX(-14deg);
    transition: opacity 360ms ease, transform 760ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.flavor-engineer-card.has-engineer-hover:hover .engineer-image-hover,
.flavor-engineer-card.has-engineer-hover:focus-visible .engineer-image-hover {
    opacity: 1;
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
}

.flavor-engineer-card.has-engineer-hover:hover::before,
.flavor-engineer-card.has-engineer-hover:focus-visible::before {
    opacity: 0.86;
    transform: translateX(0) skewX(-8deg);
}

.flavor-engineer-card.has-engineer-hover:hover .engineer-holo-sweep,
.flavor-engineer-card.has-engineer-hover:focus-visible .engineer-holo-sweep {
    opacity: 1;
    transform: translateX(118%) skewX(-14deg);
}

@media (hover: none) {
    .flavor-engineer-card.has-engineer-hover {
        cursor: default;
    }

    .flavor-engineer-card.has-engineer-hover .engineer-image-hover,
    .flavor-engineer-card.has-engineer-hover .engineer-holo-sweep {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .flavor-engineer-card.has-engineer-hover,
    .flavor-engineer-card.has-engineer-hover::before,
    .flavor-engineer-card.has-engineer-hover::after,
    .flavor-engineer-card.has-engineer-hover .engineer-image-base,
    .flavor-engineer-card.has-engineer-hover .engineer-image-hover,
    .flavor-engineer-card.has-engineer-hover .engineer-holo-sweep {
        transition: none;
        transform: none;
        will-change: auto;
    }

    .flavor-engineer-card.has-engineer-hover::before,
    .flavor-engineer-card.has-engineer-hover .engineer-holo-sweep {
        display: none;
    }
}

.kernelz-owner-copy,
.kernelz-contact-form-intro {
    position: relative;
    display: grid;
    gap: 12px;
}

.kernelz-owner-copy h2,
.kernelz-contact-form-intro h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1;
}

.kernelz-owner-copy p,
.kernelz-owner-copy blockquote,
.kernelz-contact-form-intro p,
.kernelz-contact-form-wrap p {
    color: var(--kernelz-muted);
    font-weight: 750;
}

.kernelz-owner-copy blockquote {
    margin: 4px 0;
    border-left: 4px solid var(--kernelz-gold);
    padding-left: 14px;
    color: #ffffff;
    font-size: 20px;
}

.kernelz-founder-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 4px 0;
}

.kernelz-founder-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    border: 1px solid rgba(255, 209, 154, 0.28);
    border-radius: 999px;
    background:
        radial-gradient(circle at 0% 0%, rgba(255, 63, 164, 0.28), transparent 40%),
        rgba(8, 20, 42, 0.7);
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.04em;
    padding: 7px 12px;
    text-transform: uppercase;
}

.kernelz-contact-form-panel {
    grid-template-columns: minmax(0, 0.52fr) minmax(0, 1fr);
    align-items: start;
}

.kernelz-contact-form-wrap {
    position: relative;
    border: 1px solid rgba(255, 209, 154, 0.22);
    border-radius: 8px;
    background:
        radial-gradient(circle at 100% 0%, rgba(255, 63, 164, 0.18), transparent 32%),
        rgba(8, 20, 42, 0.68);
    padding: 18px;
}

.kernelz-contact-form-panel .wpcf7-form {
    display: grid;
    gap: 12px;
}

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

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

.kernelz-contact-form-panel textarea {
    min-height: 150px;
    resize: vertical;
}

.kernelz-contact-form-panel input:focus,
.kernelz-contact-form-panel select:focus,
.kernelz-contact-form-panel textarea:focus {
    outline: none;
    border-color: var(--kernelz-pink);
    box-shadow: 0 0 0 4px rgba(255, 63, 164, 0.18);
}

.kernelz-contact-form-panel .wpcf7-submit {
    min-height: 46px;
    border-radius: 8px;
    padding: 10px 16px;
    font: inherit;
    font-weight: 900;
    cursor: pointer;
}

.kernelz-contact-form-panel .wpcf7-not-valid-tip {
    color: var(--kernelz-peach);
    font-size: 13px;
    font-weight: 800;
}

.kernelz-contact-form-panel .wpcf7-response-output {
    margin: 10px 0 0;
    border-color: rgba(246, 196, 83, 0.48);
    border-radius: 8px;
    color: #ffffff;
}

.kernelz-events-page,
.kernelz-single-announcement {
    display: grid;
    gap: 18px;
    border-color: rgba(255, 63, 164, 0.24);
    background:
        radial-gradient(circle at 0% 0%, rgba(255, 209, 154, 0.16), transparent 28%),
        radial-gradient(circle at 92% 10%, rgba(255, 63, 164, 0.24), transparent 34%),
        radial-gradient(circle at 52% 100%, rgba(255, 140, 63, 0.14), transparent 32%),
        linear-gradient(145deg, rgba(7, 20, 42, 0.96), rgba(57, 16, 72, 0.88) 52%, rgba(73, 24, 42, 0.92));
}

.kernelz-events-hero {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.55fr);
    gap: 28px;
    align-items: center;
    min-height: 410px;
    border: 1px solid rgba(255, 209, 154, 0.22);
    border-radius: 8px;
    padding: clamp(24px, 5vw, 54px);
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 10%, rgba(255, 63, 164, 0.26), transparent 30%),
        radial-gradient(circle at 78% 22%, rgba(246, 196, 83, 0.14), transparent 30%),
        radial-gradient(circle, rgba(255, 255, 255, 0.1) 0 1px, transparent 1.4px) 0 0 / 38px 38px,
        linear-gradient(135deg, rgba(8, 20, 42, 0.96), rgba(91, 22, 76, 0.86));
}

.kernelz-events-hero h1,
.kernelz-single-announcement h1 {
    max-width: 760px;
    margin: 0;
    color: #ffffff;
    line-height: 1;
    overflow-wrap: anywhere;
}

.kernelz-events-hero h1 {
    font-size: clamp(40px, 5.6vw, 66px);
}

.kernelz-single-announcement h1 {
    font-size: clamp(42px, 7vw, 82px);
}

.kernelz-events-hero p {
    max-width: 700px;
    color: #fff1ff;
    font-size: 18px;
    font-weight: 750;
}

.kernelz-events-orbit {
    position: relative;
    min-height: 320px;
}

.kernelz-events-orbit::before,
.kernelz-brand-orbit::before,
.kernelz-owner-section::before {
    content: "";
    position: absolute;
    inset: 12%;
    border: 1px solid rgba(246, 196, 83, 0.24);
    transform: rotate(-12deg);
    pointer-events: none;
}

.kernelz-events-orbit-image,
.kernelz-brand-orbit-photo {
    position: absolute;
    inset: 24px 0 34px 34px;
    display: block;
    overflow: hidden;
    border: 1px solid rgba(255, 209, 154, 0.3);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(7, 4, 13, 0.12), rgba(7, 4, 13, 0.58)),
        url("../images/kernelz-nebula-popcorn-hero.webp") center / cover no-repeat;
    box-shadow: 0 24px 70px rgba(255, 63, 164, 0.24);
    clip-path: polygon(0 0, 100% 9%, 92% 100%, 8% 92%);
}

.kernelz-events-orbit-image img,
.kernelz-brand-orbit-photo img,
.kernelz-owner-photo img,
.kernelz-story-band-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: var(--kernelz-image-focus, center center);
}

.kernelz-events-orbit-badge {
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--kernelz-gold), var(--kernelz-orange));
    color: #160812;
    padding: 10px 14px;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    box-shadow: 0 18px 42px rgba(255, 140, 63, 0.24);
}

.kernelz-announcement-feature {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 20px;
    align-items: stretch;
    overflow: hidden;
    border: 1px solid rgba(246, 196, 83, 0.32);
    border-radius: 22px;
    padding: 16px;
    background:
        radial-gradient(circle at 0% 0%, rgba(255, 209, 154, 0.16), transparent 26%),
        radial-gradient(circle at 100% 100%, rgba(255, 63, 164, 0.2), transparent 34%),
        linear-gradient(135deg, rgba(11, 25, 55, 0.94), rgba(86, 29, 56, 0.86));
    box-shadow:
        0 28px 80px rgba(255, 63, 164, 0.17),
        inset 0 1px 0 rgba(255, 248, 237, 0.08);
}

.kernelz-announcement-feature::before {
    content: "";
    position: absolute;
    inset: -30%;
    z-index: -1;
    pointer-events: none;
    background:
        radial-gradient(circle at 18% 22%, rgba(246, 196, 83, 0.2), transparent 24%),
        radial-gradient(circle at 84% 60%, rgba(255, 63, 164, 0.24), transparent 32%),
        linear-gradient(115deg, transparent 28%, rgba(255, 248, 237, 0.08) 48%, transparent 68%);
    opacity: 0.8;
}

.kernelz-announcement-feature-media,
.kernelz-announcement-card-media,
.kernelz-single-announcement-media {
    min-height: 260px;
    display: block;
    overflow: hidden;
    border-radius: 8px;
    background: #13091f;
}

.kernelz-announcement-feature-media {
    width: 100%;
    height: clamp(420px, 39vw, 640px);
    min-height: 420px;
    max-height: 640px;
    align-self: stretch;
    border: 1px solid rgba(255, 248, 237, 0.1);
    box-shadow: 0 18px 54px rgba(7, 4, 13, 0.3);
    clip-path: polygon(0 0, 100% 0, 94% 100%, 0 92%);
}

.kernelz-featured-announcement__image {
    width: 100%;
    height: 100%;
    min-height: 0;
    aspect-ratio: 16 / 11;
    object-fit: cover;
    object-position: center;
    display: block;
}

.kernelz-announcement-card-media {
    min-height: 210px;
}

.kernelz-announcement-img,
.kernelz-announcement-fallback {
    width: 100%;
    height: 100%;
    min-height: inherit;
    display: grid;
    place-items: center;
    object-fit: cover;
}

.kernelz-announcement-fallback {
    background:
        radial-gradient(circle at 40% 35%, rgba(246, 196, 83, 0.28), transparent 28%),
        url("../images/kernelz-nebula-popcorn-hero.webp") center / cover no-repeat;
    color: #ffffff;
    text-align: center;
}

.kernelz-announcement-fallback span {
    color: var(--kernelz-gold);
    font-size: 56px;
    font-weight: 900;
}

.kernelz-announcement-fallback strong {
    display: block;
    color: #ffffff;
    text-transform: uppercase;
}

.kernelz-announcement-feature-copy,
.kernelz-announcement-card-copy,
.kernelz-single-announcement-copy {
    display: grid;
    align-content: center;
    gap: 10px;
}

.kernelz-featured-announcement__content {
    padding: clamp(10px, 2.8vw, 30px);
}

.kernelz-featured-announcement__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 14px;
}

.kernelz-announcement-badge {
    width: max-content;
    max-width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 1px solid rgba(255, 209, 154, 0.3);
    border-radius: 999px;
    background: rgba(255, 63, 164, 0.22);
    color: var(--kernelz-gold);
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.kernelz-announcement-badge .kernelz-category-icon {
    width: 22px;
    height: 22px;
    margin: -2px 0;
}

.kernelz-announcement-feature time,
.kernelz-announcement-card time,
.kernelz-single-announcement time {
    color: var(--kernelz-peach);
    font-weight: 900;
}

.kernelz-announcement-feature h2,
.kernelz-announcement-card h2 {
    margin: 0;
    color: #ffffff;
    line-height: 1.04;
}

.kernelz-announcement-feature h2 {
    max-width: 15ch;
    font-size: clamp(2.25rem, 3.5vw, 4rem);
    line-height: .96;
    letter-spacing: -0.045em;
    overflow-wrap: anywhere;
    text-wrap: balance;
}

.kernelz-announcement-card h2 {
    font-size: 24px;
}

.kernelz-announcement-feature a,
.kernelz-announcement-card a,
.kernelz-single-announcement a {
    text-decoration: none;
}

.kernelz-announcement-feature p,
.kernelz-announcement-card p,
.kernelz-single-announcement-content {
    color: var(--kernelz-muted);
    font-weight: 700;
}

.kernelz-featured-announcement__excerpt {
    max-width: 58ch;
    color: #fff2fb;
    font-size: clamp(16px, 1.45vw, 19px);
    line-height: 1.55;
}

.kernelz-event-script-line,
.kernelz-announcement-feature .kernelz-event-script-line,
.kernelz-single-announcement .kernelz-event-script-line {
    margin: 0;
    color: #ff5ab4;
    font-family: "Brush Script MT", "Segoe Script", "Lucida Handwriting", cursive;
    font-size: clamp(1.75rem, 3vw, 2.8rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: .01em;
    text-shadow: 2px 3px 0 rgba(91, 34, 196, .58), 0 0 20px rgba(255, 63, 164, .36);
}

.kernelz-event-subheadline,
.kernelz-announcement-feature .kernelz-event-subheadline,
.kernelz-single-announcement .kernelz-event-subheadline {
    margin: 0;
    max-width: 46ch;
    color: #ffe4f5;
    font-size: clamp(1.05rem, 1.8vw, 1.45rem);
    font-weight: 800;
    line-height: 1.35;
}

.kernelz-announcement-button {
    width: max-content;
    max-width: 100%;
    min-height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 13px;
    font-weight: 900;
}

.kernelz-announcement-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.kernelz-announcement-card {
    position: relative;
    display: grid;
    grid-template-rows: auto 1fr;
    overflow: hidden;
    border: 1px solid rgba(255, 209, 154, 0.18);
    border-radius: 8px;
    background:
        radial-gradient(circle at 0% 0%, rgba(255, 63, 164, 0.18), transparent 30%),
        linear-gradient(145deg, rgba(20, 26, 58, 0.96), rgba(86, 26, 74, 0.82));
}

.kernelz-announcement-card:nth-child(2n) {
    transform: translateY(18px);
}

.kernelz-announcement-card-copy {
    padding: 16px;
}

.kernelz-single-announcement-hero {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
    gap: 22px;
    align-items: stretch;
    overflow: hidden;
}

.kernelz-single-announcement-media {
    height: clamp(430px, 52vw, 650px);
    min-height: 430px;
    max-height: 650px;
    clip-path: polygon(0 0, 100% 6%, 92% 100%, 0 94%);
}

.kernelz-single-announcement-image {
    width: 100%;
    height: 100%;
    min-height: 0;
    aspect-ratio: 16 / 11;
    object-fit: cover;
    object-position: center;
    display: block;
}

.kernelz-single-announcement-copy {
    border: 1px solid rgba(255, 209, 154, 0.2);
    border-radius: 8px;
    padding: clamp(24px, 5vw, 46px);
    background:
        radial-gradient(circle at 100% 0%, rgba(255, 63, 164, 0.22), transparent 34%),
        linear-gradient(145deg, rgba(11, 25, 55, 0.96), rgba(88, 28, 76, 0.84));
}

.kernelz-single-announcement-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 14px;
}

.kernelz-single-announcement-title {
    margin: 4px 0;
    max-width: 14ch;
    color: #fff;
    font-size: clamp(2.5rem, 5vw, 5.25rem);
    line-height: .94;
    letter-spacing: -.045em;
    overflow-wrap: anywhere;
    text-wrap: balance;
}

.kernelz-single-announcement-intro {
    max-width: 58ch;
    margin: 4px 0 10px;
    color: #fff2fb;
    font-size: clamp(1rem, 1.4vw, 1.2rem);
    line-height: 1.55;
}

.kernelz-single-announcement-content {
    border: 1px solid rgba(255, 248, 237, 0.12);
    border-radius: 8px;
    padding: 24px;
    background: rgba(7, 20, 42, 0.72);
}

.kernelz-author-spotlight {
    --kas-pink: #ff4fc3;
    --kas-soft-pink: #ff9ede;
    --kas-gold: #ffd872;
    --kas-deep: #11061f;
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
    align-items: center;
    gap: clamp(1.35rem, 4vw, 3.5rem);
    width: min(100%, 1080px);
    margin: 0 auto clamp(2rem, 4.8vw, 3.75rem);
    padding: clamp(1.15rem, 3vw, 2.4rem);
    overflow: hidden;
    border: 1px solid rgba(255, 216, 114, 0.26);
    border-radius: clamp(28px, 4vw, 44px);
    background:
        radial-gradient(circle at 12% 18%, rgba(255, 79, 195, 0.26), transparent 31%),
        radial-gradient(circle at 82% 8%, rgba(255, 216, 114, 0.16), transparent 28%),
        radial-gradient(circle at 100% 100%, rgba(124, 60, 255, 0.18), transparent 34%),
        linear-gradient(145deg, rgba(9, 5, 22, 0.94), rgba(32, 12, 52, 0.91));
    box-shadow:
        0 28px 86px rgba(0, 0, 0, 0.38),
        0 0 48px rgba(255, 79, 195, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
    color: #fff8ff;
}

.kernelz-author-spotlight::before,
.kernelz-author-spotlight::after {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: -1;
}

.kernelz-author-spotlight::before {
    inset: 0;
    border-radius: inherit;
    background:
        linear-gradient(90deg, rgba(255, 216, 114, 0.38), transparent 18%, transparent 82%, rgba(255, 79, 195, 0.3)),
        linear-gradient(180deg, rgba(255, 255, 255, 0.1), transparent 40%);
    mask: linear-gradient(#000, #000) content-box, linear-gradient(#000, #000);
    -webkit-mask: linear-gradient(#000, #000) content-box, linear-gradient(#000, #000);
    padding: 1px;
    opacity: 0.72;
}

.kernelz-author-spotlight::after {
    right: -18%;
    top: -30%;
    width: 44%;
    aspect-ratio: 1;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(255, 79, 195, 0.28), transparent 68%);
    filter: blur(10px);
}

.kernelz-author-spotlight__console {
    position: absolute;
    inset: clamp(0.7rem, 1.8vw, 1.1rem);
    z-index: -1;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: calc(clamp(28px, 4vw, 44px) - 10px);
    pointer-events: none;
}

.kernelz-author-spotlight__console span {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: var(--kas-gold);
    box-shadow: 0 0 18px rgba(255, 216, 114, 0.72);
}

.kernelz-author-spotlight__console span:nth-child(1) { left: 24px; top: 22px; }
.kernelz-author-spotlight__console span:nth-child(2) { right: 28px; top: 22px; background: var(--kas-soft-pink); }
.kernelz-author-spotlight__console span:nth-child(3) { left: 24px; bottom: 22px; background: var(--kas-soft-pink); }
.kernelz-author-spotlight__console span:nth-child(4) { right: 28px; bottom: 22px; }

.kernelz-author-spotlight__media {
    position: relative;
    display: grid;
    place-items: center;
    min-height: clamp(300px, 38vw, 440px);
}

.kernelz-author-spotlight__orbit {
    position: absolute;
    inset: 5%;
    border-radius: 999px;
    pointer-events: none;
}

.kernelz-author-spotlight__orbit span {
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 216, 114, 0.34);
    border-radius: 50%;
    box-shadow: 0 0 24px rgba(255, 79, 195, 0.18);
}

.kernelz-author-spotlight__orbit span:nth-child(1) { transform: rotate(-18deg) scaleX(1.12); }
.kernelz-author-spotlight__orbit span:nth-child(2) { transform: rotate(24deg) scaleX(0.94); border-color: rgba(255, 79, 195, 0.28); }
.kernelz-author-spotlight__orbit span:nth-child(3) { inset: 11%; transform: rotate(7deg); opacity: 0.62; }

.kernelz-author-spotlight__kernel {
    position: absolute;
    z-index: 1;
    width: min(86%, 390px);
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    transform: rotate(-8deg) translateY(-2%);
    filter: drop-shadow(0 24px 28px rgba(0, 0, 0, 0.34));
}

.kernelz-author-spotlight__kernel-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.kernelz-author-spotlight__kernel-fallback {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    border-radius: 48% 52% 48% 52% / 58% 44% 56% 42%;
    color: rgba(44, 13, 38, 0.72);
    background:
        radial-gradient(circle at 32% 22%, rgba(255, 255, 255, 0.92), transparent 17%),
        radial-gradient(circle at 62% 40%, rgba(255, 230, 156, 0.96), transparent 33%),
        linear-gradient(135deg, #ffd872, #ff9a24 58%, #c75c0d);
    font-size: clamp(5rem, 12vw, 9rem);
    font-weight: 950;
    line-height: 1;
    text-shadow: 0 2px 0 rgba(255, 255, 255, 0.28);
    box-shadow: inset -22px -18px 34px rgba(111, 44, 0, 0.22), 0 0 42px rgba(255, 216, 114, 0.28);
}

.kernelz-author-spotlight__portrait {
    position: relative;
    z-index: 2;
    width: min(78%, 330px);
    align-self: end;
    transform: translateY(2%);
    filter: drop-shadow(0 24px 28px rgba(0, 0, 0, 0.42));
}

.kernelz-author-spotlight__portrait-img {
    width: 100%;
    height: auto;
    max-height: 420px;
    object-fit: contain;
    object-position: bottom center;
    display: block;
}

.kernelz-author-spotlight__portrait-fallback {
    display: grid;
    place-items: center;
    width: 100%;
    aspect-ratio: 4 / 5;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 42% 42% 28% 28%;
    color: #fff7ff;
    background:
        radial-gradient(circle at 45% 22%, rgba(255, 255, 255, 0.14), transparent 27%),
        linear-gradient(145deg, rgba(67, 20, 95, 0.94), rgba(17, 6, 31, 0.98));
    font-size: clamp(2rem, 5vw, 4rem);
    font-weight: 950;
    letter-spacing: -0.04em;
}

.kernelz-author-spotlight__media-chip {
    position: absolute;
    left: clamp(0.5rem, 2vw, 1rem);
    bottom: clamp(0.5rem, 2vw, 1rem);
    z-index: 3;
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0.54rem 0.72rem;
    border: 1px solid rgba(255, 216, 114, 0.58);
    border-radius: 999px;
    color: #250618;
    background: linear-gradient(135deg, #ffd872, #ff8bdc);
    font-size: 0.72rem;
    font-weight: 950;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.28);
}

.kernelz-author-spotlight__copy {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(0.8rem, 1.8vw, 1.2rem);
    min-width: 0;
    padding: clamp(0.5rem, 1.4vw, 1rem) clamp(0.2rem, 1vw, 0.7rem);
}

.kernelz-author-spotlight__eyebrow {
    margin: 0;
    color: var(--kas-soft-pink);
    font-size: clamp(0.72rem, 1.1vw, 0.9rem);
    font-weight: 950;
    letter-spacing: 0.22em;
    line-height: 1.2;
    text-transform: uppercase;
}

.kernelz-author-spotlight__title {
    margin: 0;
    max-width: 10ch;
    color: #fff8ff;
    font-size: clamp(2.35rem, 6vw, 5.35rem);
    font-weight: 950;
    letter-spacing: -0.055em;
    line-height: 0.95;
    text-wrap: balance;
    text-shadow: 0 0 34px rgba(255, 79, 195, 0.16);
}

.kernelz-author-spotlight__intro {
    max-width: 58ch;
    margin: 0;
    color: rgba(255, 248, 255, 0.88);
    font-size: clamp(1rem, 1.35vw, 1.18rem);
    font-weight: 650;
    line-height: 1.72;
}

.kernelz-author-spotlight__signature {
    margin: 0;
    color: var(--kas-soft-pink);
    font-size: clamp(1rem, 1.5vw, 1.24rem);
    font-weight: 900;
    letter-spacing: 0.02em;
}

.kernelz-author-spotlight__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.72rem;
    min-height: 48px;
    margin-top: 0.2rem;
    padding: 0.84rem 1.18rem;
    border: 1px solid rgba(255, 216, 114, 0.64);
    border-radius: 999px;
    color: #21071d;
    background: linear-gradient(135deg, var(--kas-gold), var(--kas-pink) 58%, #ff8bdc);
    font-size: 0.9rem;
    font-weight: 950;
    letter-spacing: 0.08em;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 0 16px 30px rgba(255, 79, 195, 0.24), 0 0 24px rgba(255, 216, 114, 0.12);
}

.kernelz-author-spotlight__button:hover,
.kernelz-author-spotlight__button:focus-visible {
    color: #fff7ff;
    background: linear-gradient(135deg, #4d0c70, #7c2baf 54%, var(--kas-pink));
    outline: 3px solid rgba(255, 216, 114, 0.42);
    outline-offset: 3px;
}

@media (hover: hover) and (pointer: fine) {
    .kernelz-author-spotlight:hover .kernelz-author-spotlight__portrait {
        transform: translateY(-1%);
    }

    .kernelz-author-spotlight:hover .kernelz-author-spotlight__kernel {
        transform: rotate(-5deg) translateY(-4%);
    }
}

@media (prefers-reduced-motion: no-preference) {
    .kernelz-author-spotlight__portrait,
    .kernelz-author-spotlight__kernel {
        transition: transform 260ms ease;
    }

    .kernelz-author-spotlight__orbit span:nth-child(1) {
        animation: kernelz-author-orbit 18s linear infinite;
    }
}

@keyframes kernelz-author-orbit {
    from { transform: rotate(-18deg) scaleX(1.12); }
    to { transform: rotate(342deg) scaleX(1.12); }
}

@media (max-width: 820px) {
    .kernelz-author-spotlight {
        grid-template-columns: minmax(0, 1fr);
        gap: 1rem;
        text-align: left;
    }

    .kernelz-author-spotlight__media {
        min-height: clamp(260px, 70vw, 390px);
    }

    .kernelz-author-spotlight__copy {
        padding: 0;
    }

    .kernelz-author-spotlight__title {
        max-width: 12ch;
    }
}

@media (max-width: 520px) {
    .kernelz-author-spotlight {
        width: 100%;
        padding: 1rem;
        border-radius: 28px;
    }

    .kernelz-author-spotlight__media {
        min-height: 250px;
    }

    .kernelz-author-spotlight__kernel {
        width: min(84%, 270px);
    }

    .kernelz-author-spotlight__portrait {
        width: min(74%, 230px);
    }

    .kernelz-author-spotlight__media-chip {
        max-width: calc(100% - 1.4rem);
        white-space: normal;
    }

    .kernelz-author-spotlight__button {
        width: 100%;
    }
}

.kernelz-story-content,
.ksf-post-content.kernelz-story-content {
    position: relative;
    isolation: isolate;
    width: min(calc(100% - 32px), 980px);
    max-width: 980px;
    margin: clamp(30px, 5vw, 64px) auto;
    overflow: hidden;
    border: 1px solid rgba(255, 105, 194, .26);
    border-radius: 28px;
    padding: clamp(30px, 5.5vw, 64px);
    background:
        radial-gradient(circle at 4% 5%, rgba(255, 63, 164, .16), transparent 28%),
        radial-gradient(circle at 96% 92%, rgba(246, 196, 83, .1), transparent 30%),
        linear-gradient(145deg, rgba(17, 8, 31, .96), rgba(48, 14, 68, .88));
    box-shadow: 0 28px 88px rgba(0, 0, 0, .32), inset 0 1px 0 rgba(255, 255, 255, .06);
    color: #f8edf7;
    font-size: clamp(1.05rem, 1.35vw, 1.24rem);
    font-weight: 520;
    line-height: 1.78;
}

.kernelz-content-story--editorial-page {
    width: min(1480px, calc(100% - 24px));
}

.kernelz-single-announcement--editorial-page {
    display: block;
    overflow: visible;
    border: 0;
    padding: 0;
    background: transparent;
}

.kernelz-single-announcement--editorial-page::before {
    display: none;
}

.kernelz-story-content--editorial-page,
.kernelz-single-announcement-content.kernelz-story-content--editorial-page {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    overflow: visible;
    border: 0;
    border-radius: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.kernelz-story-content--editorial-page::before {
    display: none;
}

.kernelz-story-content--editorial-page > * {
    max-width: none;
}

.kernelz-story-content::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background:
        linear-gradient(115deg, transparent 20%, rgba(255, 255, 255, .025) 48%, transparent 74%),
        radial-gradient(circle, rgba(255, 255, 255, .12) 0 1px, transparent 1.4px) 0 0 / 74px 74px;
    opacity: .45;
}

.kernelz-story-content > * {
    position: relative;
    z-index: 1;
}

.kernelz-story-content p,
.kernelz-story-content li {
    color: #f8edf7;
}

.kernelz-story-content > p,
.kernelz-story-content > .wp-block-group > p {
    max-width: 72ch;
    margin: 0 auto 1.55em;
}

.kernelz-story-content > p:last-child {
    margin-bottom: 0;
}

.kernelz-story-content > p:first-of-type,
.kernelz-story-content .kernelz-story-lead,
.kernelz-story-content .is-style-kernelz-story-lead {
    max-width: 64ch;
    margin-bottom: 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 h2,
.kernelz-story-content h3,
.kernelz-story-content h4 {
    max-width: 24ch;
    margin: 1.55em auto .65em;
    color: #fff;
    line-height: 1.08;
    letter-spacing: -.025em;
    text-wrap: balance;
}

.kernelz-story-content h2 {
    font-size: clamp(2rem, 4vw, 3.45rem);
}

.kernelz-story-content h3 {
    font-size: clamp(1.55rem, 3vw, 2.35rem);
}

.kernelz-story-content ul,
.kernelz-story-content ol {
    max-width: 68ch;
    margin: 0 auto 1.7em;
    padding-left: 1.35em;
}

.kernelz-story-content li + li {
    margin-top: .55em;
}

.kernelz-story-content strong {
    color: #ff77c8;
    font-weight: 900;
}

.kernelz-story-content em {
    color: #ffe095;
    font-weight: 760;
}

.kernelz-story-content a {
    color: #ffd76a;
    font-weight: 850;
    text-decoration-color: rgba(255, 215, 106, .58);
    text-decoration-thickness: 2px;
    text-underline-offset: .18em;
}

.kernelz-story-content .kernelz-story-highlight,
.kernelz-story-content .is-style-kernelz-story-highlight {
    max-width: 64ch;
    margin: 2em auto;
    border-left: 5px solid #ff4fb1;
    border-radius: 0 18px 18px 0;
    padding: 18px 22px;
    background: linear-gradient(90deg, rgba(255, 63, 164, .16), rgba(141, 93, 255, .06));
    color: #fff;
    font-size: clamp(1.22rem, 2vw, 1.55rem);
    font-weight: 780;
    line-height: 1.48;
}

.kernelz-story-content .kernelz-story-punchline,
.kernelz-story-content .is-style-kernelz-story-punchline {
    max-width: 58ch;
    margin: 2em auto;
    color: #ff76c8;
    font-size: clamp(1.45rem, 2.8vw, 2.15rem);
    font-weight: 920;
    line-height: 1.2;
    letter-spacing: -.02em;
    text-wrap: balance;
    text-shadow: 0 0 22px rgba(255, 63, 164, .24);
}

.kernelz-story-content .kernelz-story-whisper,
.kernelz-story-content .is-style-kernelz-story-whisper {
    max-width: 62ch;
    margin: 1.8em auto;
    color: rgba(255, 239, 250, .76);
    font-size: .94em;
    font-style: italic;
    letter-spacing: .035em;
}

.kernelz-story-content .kernelz-story-break,
.kernelz-story-content .is-style-kernelz-story-break {
    width: max-content;
    max-width: 100%;
    margin: 2.25em auto;
    padding: 0 8px 8px;
    color: #ffd76a;
    font-size: clamp(1.35rem, 2.7vw, 2rem);
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
    text-wrap: balance;
}

.kernelz-story-content .kernelz-story-break::after,
.kernelz-story-content .is-style-kernelz-story-break::after {
    content: "";
    display: block;
    width: min(100%, 190px);
    height: 3px;
    margin: 8px auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, #ff4fb1, #ffd76a, transparent);
}

.kernelz-story-content blockquote,
.kernelz-story-content .wp-block-quote,
.kernelz-story-content .wp-block-pullquote,
.kernelz-story-content .kernelz-story-quote,
.kernelz-story-content .is-style-kernelz-story-quote {
    position: relative;
    max-width: 760px;
    margin: clamp(34px, 6vw, 64px) auto;
    border: 1px solid rgba(255, 92, 187, .6);
    border-left: 5px solid #ff4fb1;
    border-radius: 20px;
    padding: clamp(26px, 4vw, 42px);
    background:
        radial-gradient(circle at 100% 0%, rgba(246, 196, 83, .12), transparent 35%),
        rgba(11, 5, 22, .72);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .04), 0 18px 54px rgba(255, 63, 164, .15);
    color: #fff6e4;
    font-size: clamp(1.3rem, 2.5vw, 1.9rem);
    font-style: italic;
    font-weight: 700;
    line-height: 1.48;
}

.kernelz-story-content blockquote::before,
.kernelz-story-content .wp-block-pullquote::before,
.kernelz-story-content .kernelz-story-quote::before,
.kernelz-story-content .is-style-kernelz-story-quote::before {
    content: "\201C";
    position: absolute;
    top: 4px;
    left: 18px;
    color: #ff4fb1;
    font: 900 58px/1 Georgia, serif;
    opacity: .9;
}

.kernelz-story-content blockquote p,
.kernelz-story-content .wp-block-pullquote blockquote {
    margin: 0;
    max-width: none;
    border: 0;
    padding: 0;
    background: none;
    box-shadow: none;
    color: inherit;
    font: inherit;
}

.kernelz-story-content .wp-block-pullquote blockquote::before {
    display: none;
}

.kernelz-story-content blockquote cite,
.kernelz-story-content .wp-block-pullquote cite {
    display: block;
    margin-top: 14px;
    color: #ffd76a;
    font-size: .78em;
    font-style: normal;
    font-weight: 850;
}

.kernelz-story-content .kernelz-accent-pink {
    color: #ff72c5;
    font-weight: 900;
}

.kernelz-story-content .kernelz-accent-gold {
    color: #ffd76a;
    font-weight: 900;
}

.kernelz-story-content .kernelz-accent-script,
.kernelz-story-content .is-style-kernelz-accent-script {
    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);
}

.kernelz-story-content .kernelz-accent-glow,
.kernelz-story-content .is-style-kernelz-accent-glow {
    color: #fff;
    text-shadow: 0 0 12px rgba(255, 87, 185, .82), 0 0 28px rgba(141, 93, 255, .58);
}

.kernelz-story-content .kernelz-accent-outline {
    color: transparent;
    -webkit-text-stroke: 1px #ff83cd;
    text-shadow: 0 0 18px rgba(255, 63, 164, .3);
}

.kernelz-story-content figure {
    max-width: 860px;
    margin: clamp(30px, 5vw, 54px) auto;
}

.kernelz-story-content figure img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 22px 60px rgba(0, 0, 0, .3);
}

.kernelz-story-content figcaption {
    margin-top: 10px;
    color: rgba(255, 239, 250, .68);
    font-size: .82em;
    text-align: center;
}

.kernelz-story-content hr,
.kernelz-story-content .wp-block-separator {
    width: min(100%, 520px);
    height: 1px;
    margin: clamp(34px, 6vw, 58px) auto;
    border: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 87, 185, .72), rgba(246, 196, 83, .7), transparent);
}

@media (max-width: 700px) {
    .kernelz-story-content,
    .ksf-post-content.kernelz-story-content {
        width: min(calc(100% - 20px), 980px);
        margin: 24px auto;
        border-radius: 22px;
        padding: 28px 20px;
        font-size: 1.04rem;
        line-height: 1.72;
    }

    .kernelz-story-content > p,
    .kernelz-story-content > .wp-block-group > p {
        margin-bottom: 1.4em;
    }

    .kernelz-story-content > p:first-of-type,
    .kernelz-story-content .kernelz-story-lead,
    .kernelz-story-content .is-style-kernelz-story-lead {
        font-size: 1.2rem;
    }

    .kernelz-story-content blockquote,
    .kernelz-story-content .wp-block-quote,
    .kernelz-story-content .wp-block-pullquote,
    .kernelz-story-content .kernelz-story-quote,
    .kernelz-story-content .is-style-kernelz-story-quote {
        margin: 34px auto;
        padding: 28px 20px 24px;
        font-size: 1.2rem;
    }
}

.kernelz-photo-nebula-page {
    position: relative;
    overflow: hidden;
    border-color: rgba(255, 63, 164, 0.28);
    background:
        radial-gradient(circle at 12% 6%, rgba(255, 63, 164, 0.24), transparent 30%),
        radial-gradient(circle at 84% 12%, rgba(246, 196, 83, 0.15), transparent 28%),
        radial-gradient(circle at 42% 100%, rgba(95, 36, 196, 0.32), transparent 40%),
        linear-gradient(145deg, rgba(6, 13, 34, 0.98), rgba(54, 16, 83, 0.92) 48%, rgba(91, 22, 72, 0.84));
}

.kernelz-photo-nebula-page::before,
.kernelz-photo-nebula-stars::before,
.kernelz-photo-nebula-stars::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.kernelz-photo-nebula-page::before {
    inset: 0;
    z-index: 0;
    background:
        radial-gradient(circle, rgba(255, 255, 255, 0.2) 0 1px, transparent 1.4px) 0 0 / 42px 42px,
        radial-gradient(circle, rgba(255, 209, 154, 0.18) 0 1px, transparent 1.6px) 18px 24px / 68px 68px;
    opacity: 0.55;
}

.kernelz-photo-nebula-page > * {
    position: relative;
    z-index: 1;
}

.kernelz-photo-nebula-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.46fr);
    gap: clamp(20px, 4vw, 42px);
    align-items: center;
    min-height: 360px;
    overflow: hidden;
    border: 1px solid rgba(255, 209, 154, 0.22);
    border-radius: 8px;
    padding: clamp(26px, 5vw, 58px);
    background:
        linear-gradient(90deg, rgba(7, 4, 13, 0.82), rgba(7, 4, 13, 0.16)),
        url("../images/kernelz-nebula-popcorn-hero.webp") center / cover no-repeat;
}

.kernelz-photo-nebula-hero h1 {
    max-width: 780px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(44px, 7vw, 92px);
    line-height: 0.92;
    text-transform: uppercase;
}

.kernelz-photo-nebula-hero p {
    max-width: 760px;
    color: #fff4ff;
    font-size: 18px;
    font-weight: 780;
}

.kernelz-photo-nebula-orbit {
    position: relative;
    min-height: 300px;
    isolation: isolate;
}

.kernelz-photo-nebula-orbit::before {
    content: "";
    position: absolute;
    inset: 12% 4%;
    border: 1px solid rgba(246, 196, 83, 0.28);
    border-radius: 999px;
    transform: rotate(-15deg);
    box-shadow: 0 0 80px rgba(255, 63, 164, 0.18);
}

.kernelz-photo-nebula-orbit::after {
    content: "";
    position: absolute;
    inset: 20% 14%;
    z-index: 0;
    border-radius: 999px;
    background:
        radial-gradient(circle at 30% 30%, rgba(255, 63, 164, 0.28), transparent 44%),
        radial-gradient(circle at 70% 60%, rgba(246, 196, 83, 0.22), transparent 48%);
    filter: blur(10px);
    opacity: 0.75;
}

.kernelz-photo-nebula-orbit-photo {
    position: absolute;
    z-index: 1;
    display: block;
    width: clamp(118px, 12vw, 168px);
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 248, 237, 0.18);
    border-radius: 8px;
    background: rgba(8, 20, 42, 0.72);
    box-shadow:
        0 18px 50px rgba(0, 0, 0, 0.34),
        0 0 38px rgba(255, 63, 164, 0.28);
    transform: translate3d(0, 0, 0) rotate(var(--nebula-orbit-r, 0deg));
    animation: kernelz-nebula-orbit-float 9s ease-in-out infinite alternate;
    will-change: transform;
}

.kernelz-photo-nebula-orbit-frame {
    position: relative;
    display: block;
    aspect-ratio: 1;
    overflow: hidden;
}

.kernelz-photo-nebula-orbit-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, transparent 50%, rgba(7, 4, 13, 0.82)),
        radial-gradient(circle at 100% 0%, rgba(246, 196, 83, 0.18), transparent 40%);
    pointer-events: none;
}

.kernelz-photo-nebula-orbit-frame img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.kernelz-photo-nebula-orbit-photo figcaption {
    position: absolute;
    right: 8px;
    bottom: 8px;
    left: 8px;
    z-index: 2;
    display: -webkit-box;
    overflow: hidden;
    color: #ffffff;
    font-size: 12px;
    font-weight: 950;
    line-height: 1.15;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.62);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.kernelz-photo-nebula-orbit-photo--1 {
    left: 2%;
    top: 8%;
    z-index: 1;
    width: clamp(128px, 13vw, 178px);
    --nebula-orbit-r: -7deg;
    animation-delay: -1s;
}

.kernelz-photo-nebula-orbit-photo--2 {
    right: 16%;
    top: 22%;
    z-index: 2;
    width: clamp(146px, 14.5vw, 204px);
    --nebula-orbit-r: 6deg;
    animation-delay: -3s;
}

.kernelz-photo-nebula-orbit-photo--3 {
    right: 0;
    bottom: 2%;
    left: auto;
    z-index: 3;
    width: clamp(124px, 12vw, 168px);
    --nebula-orbit-r: -4deg;
    animation-delay: -5s;
}

.kernelz-photo-nebula-hero--single {
    grid-template-columns: minmax(0, 1fr);
}

@keyframes kernelz-nebula-orbit-float {
    0% {
        transform: translate3d(-4px, 2px, 0) rotate(calc(var(--nebula-orbit-r, 0deg) - 1deg));
    }

    100% {
        transform: translate3d(5px, -6px, 0) rotate(calc(var(--nebula-orbit-r, 0deg) + 1deg));
    }
}

.kernelz-photo-nebula {
    position: relative;
    min-height: 620px;
    overflow: hidden;
    border: 1px solid rgba(255, 248, 237, 0.12);
    border-radius: 8px;
    padding: clamp(18px, 4vw, 34px);
    background:
        radial-gradient(circle at 18% 20%, rgba(255, 63, 164, 0.2), transparent 30%),
        radial-gradient(circle at 82% 18%, rgba(93, 85, 255, 0.24), transparent 34%),
        radial-gradient(circle at 50% 82%, rgba(246, 196, 83, 0.12), transparent 30%),
        linear-gradient(135deg, rgba(7, 20, 42, 0.92), rgba(47, 16, 70, 0.88));
}

.kernelz-photo-nebula-stars::before {
    inset: 0;
    background:
        radial-gradient(circle, rgba(255, 255, 255, 0.26) 0 1px, transparent 1.4px) 0 0 / 34px 34px,
        radial-gradient(circle, rgba(246, 196, 83, 0.18) 0 1px, transparent 1.6px) 18px 14px / 78px 78px;
    opacity: 0.5;
}

.kernelz-photo-nebula-stars::after {
    inset: 12% 8% auto;
    height: 420px;
    background:
        radial-gradient(ellipse at 30% 45%, rgba(255, 63, 164, 0.18), transparent 54%),
        radial-gradient(ellipse at 76% 42%, rgba(110, 89, 255, 0.24), transparent 58%);
    filter: blur(8px);
}

.kernelz-photo-nebula-drift {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.kernelz-nebula-drift-tile {
    position: absolute;
    display: block;
    width: clamp(64px, 7vw, 138px);
    aspect-ratio: 1;
    overflow: hidden;
    border: 1px solid rgba(255, 248, 237, 0.18);
    border-radius: 8px;
    opacity: 0.22;
    filter: blur(0.4px);
    box-shadow: 0 0 34px rgba(255, 63, 164, 0.24);
}

.kernelz-nebula-drift-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kernelz-nebula-drift-tile--1 { left: 3%; top: 9%; transform: rotate(-12deg); }
.kernelz-nebula-drift-tile--2 { right: 6%; top: 12%; transform: rotate(10deg); opacity: 0.18; }
.kernelz-nebula-drift-tile--3 { left: 14%; top: 42%; transform: rotate(8deg); }
.kernelz-nebula-drift-tile--4 { right: 16%; top: 48%; transform: rotate(-8deg); opacity: 0.2; }
.kernelz-nebula-drift-tile--5 { left: 4%; bottom: 12%; transform: rotate(14deg); opacity: 0.16; }
.kernelz-nebula-drift-tile--6 { right: 5%; bottom: 16%; transform: rotate(-15deg); }
.kernelz-nebula-drift-tile--7 { left: 46%; top: 6%; transform: rotate(6deg); opacity: 0.14; }

.kernelz-photo-nebula-console,
.kernelz-photo-nebula-filters,
.kernelz-photo-nebula-grid,
.kernelz-photo-nebula-count {
    position: relative;
    z-index: 1;
}

.kernelz-photo-nebula-console {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: end;
    margin-bottom: 18px;
}

.kernelz-photo-nebula-console h2 {
    max-width: 860px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(30px, 4vw, 54px);
    line-height: 0.98;
}

.kernelz-photo-nebula-console p {
    margin: 0;
    color: var(--kernelz-muted);
    font-weight: 800;
}

.kernelz-photo-nebula-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: clamp(18px, 3vw, 30px);
}

.kernelz-photo-nebula-filters button {
    min-height: 38px;
    border: 1px solid rgba(255, 248, 237, 0.18);
    border-radius: 999px;
    background: rgba(8, 20, 42, 0.72);
    color: #fff8ed;
    cursor: pointer;
    font: inherit;
    font-size: 13px;
    font-weight: 950;
    letter-spacing: 0.05em;
    padding: 8px 12px;
    text-transform: uppercase;
    transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.kernelz-photo-nebula-filters button:hover,
.kernelz-photo-nebula-filters button:focus-visible,
.kernelz-photo-nebula-filters button.is-active {
    border-color: rgba(255, 209, 154, 0.7);
    background: linear-gradient(135deg, var(--kernelz-pink), var(--kernelz-orange));
    color: #ffffff;
    box-shadow: 0 12px 34px rgba(255, 63, 164, 0.28);
    transform: translateY(-2px);
}

.kernelz-photo-nebula-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(178px, 1fr));
    grid-auto-flow: dense;
    gap: clamp(12px, 2vw, 18px);
    align-items: stretch;
}

.kernelz-nebula-tile {
    min-width: 0;
    margin: 0;
    transform: translateY(var(--nebula-y, 0)) rotate(var(--nebula-r, 0));
    --nebula-hover-r: 1deg;
}

.kernelz-nebula-tile[hidden] {
    display: none;
}

.kernelz-nebula-tile--2,
.kernelz-nebula-tile--6 {
    grid-row: span 2;
    --nebula-y: 20px;
    --nebula-r: -1.5deg;
}

.kernelz-nebula-tile--3,
.kernelz-nebula-tile--7 {
    --nebula-y: -10px;
    --nebula-r: 1.2deg;
    --nebula-hover-r: -1deg;
}

.kernelz-nebula-tile--4 {
    grid-column: span 2;
    --nebula-r: 0.8deg;
    --nebula-hover-r: 0.7deg;
}

.kernelz-nebula-open {
    width: 100%;
    min-height: 100%;
    display: grid;
    gap: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 248, 237, 0.16);
    border-radius: 8px;
    background:
        radial-gradient(circle at 18% 0%, rgba(255, 63, 164, 0.24), transparent 35%),
        rgba(8, 20, 42, 0.76);
    color: #ffffff;
    cursor: pointer;
    padding: 0;
    text-align: left;
    box-shadow:
        0 18px 44px rgba(0, 0, 0, 0.34),
        0 0 34px rgba(255, 63, 164, 0.18);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.kernelz-nebula-open:hover,
.kernelz-nebula-open:focus-visible {
    border-color: rgba(246, 196, 83, 0.64);
    box-shadow:
        0 22px 58px rgba(0, 0, 0, 0.4),
        0 0 44px rgba(255, 63, 164, 0.34);
    transform: translateY(-5px) rotate(var(--nebula-hover-r, 1deg));
    outline: none;
}

.kernelz-nebula-frame {
    position: relative;
    display: block;
    aspect-ratio: 1 / 0.82;
    overflow: hidden;
    background: rgba(7, 4, 13, 0.5);
}

.kernelz-nebula-tile--2 .kernelz-nebula-frame,
.kernelz-nebula-tile--6 .kernelz-nebula-frame {
    aspect-ratio: 0.82 / 1.2;
}

.kernelz-nebula-tile--4 .kernelz-nebula-frame {
    aspect-ratio: 1.7 / 0.82;
}

.kernelz-nebula-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 220ms ease, filter 220ms ease;
}

.kernelz-nebula-open:hover .kernelz-nebula-img,
.kernelz-nebula-open:focus-visible .kernelz-nebula-img {
    transform: scale(1.04);
    filter: saturate(1.1) contrast(1.04);
}

.kernelz-nebula-caption {
    display: grid;
    gap: 4px;
    min-height: 76px;
    padding: 12px;
    background:
        radial-gradient(circle at 100% 0%, rgba(246, 196, 83, 0.14), transparent 34%),
        rgba(7, 4, 13, 0.72);
}

.kernelz-nebula-caption span {
    color: var(--kernelz-gold);
    font-size: 11px;
    font-weight: 950;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.kernelz-nebula-caption strong {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.2;
}

.kernelz-photo-nebula-count {
    margin: 18px 0 0;
    color: var(--kernelz-muted);
    font-weight: 850;
}

.kernelz-photo-nebula-empty {
    border: 1px solid rgba(255, 209, 154, 0.28);
    border-radius: 8px;
    padding: clamp(22px, 4vw, 34px);
    background:
        radial-gradient(circle at 20% 0%, rgba(255, 63, 164, 0.22), transparent 34%),
        linear-gradient(145deg, rgba(8, 20, 42, 0.94), rgba(84, 24, 83, 0.78));
}

.kernelz-photo-nebula-empty strong {
    display: block;
    color: #ffffff;
    font-size: 24px;
    font-weight: 950;
}

.kernelz-photo-nebula-empty p {
    margin-bottom: 0;
    color: var(--kernelz-muted);
}

.kernelz-nebula-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    place-items: center;
    padding: 20px;
}

body.kernelz-nebula-lightbox-open {
    overflow: hidden;
}

.kernelz-nebula-lightbox[aria-hidden="true"] {
    display: none;
}

.kernelz-nebula-lightbox-backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background:
        radial-gradient(circle at 50% 20%, rgba(255, 63, 164, 0.28), transparent 32%),
        rgba(4, 3, 11, 0.88);
    cursor: pointer;
}

.kernelz-nebula-lightbox-shell {
    position: relative;
    width: min(980px, 96vw);
    max-height: 92vh;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    border: 1px solid rgba(255, 209, 154, 0.34);
    border-radius: 8px;
    background:
        radial-gradient(circle at 14% 0%, rgba(255, 63, 164, 0.24), transparent 32%),
        linear-gradient(145deg, rgba(7, 20, 42, 0.98), rgba(52, 18, 78, 0.92));
    padding: clamp(12px, 3vw, 22px);
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.58);
}

.kernelz-nebula-lightbox-media {
    display: grid;
    place-items: center;
    min-height: 320px;
    overflow: hidden;
    border-radius: 8px;
    background: rgba(7, 4, 13, 0.72);
}

.kernelz-nebula-lightbox-media img {
    max-width: 100%;
    max-height: min(68vh, 760px);
    display: block;
    object-fit: contain;
}

.kernelz-nebula-lightbox-close,
.kernelz-nebula-lightbox-nav {
    border: 1px solid rgba(255, 209, 154, 0.34);
    border-radius: 999px;
    background: rgba(8, 20, 42, 0.88);
    color: #ffffff;
    cursor: pointer;
    font: inherit;
    font-weight: 950;
}

.kernelz-nebula-lightbox-close {
    position: absolute;
    top: 12px;
    right: 12px;
    min-height: 38px;
    padding: 8px 12px;
}

.kernelz-nebula-lightbox-nav {
    width: 46px;
    height: 46px;
    font-size: 34px;
    line-height: 1;
}

.kernelz-nebula-lightbox-close:hover,
.kernelz-nebula-lightbox-close:focus-visible,
.kernelz-nebula-lightbox-nav:hover,
.kernelz-nebula-lightbox-nav:focus-visible {
    border-color: rgba(255, 255, 255, 0.72);
    background:
        linear-gradient(135deg, rgba(255, 63, 164, 0.92), rgba(246, 196, 83, 0.86));
    color: #ffffff;
    outline: none;
    box-shadow: 0 0 24px rgba(255, 63, 164, 0.42);
}

.kernelz-nebula-lightbox-copy {
    grid-column: 2;
    display: grid;
    gap: 4px;
    margin-top: 10px;
}

.kernelz-nebula-lightbox-copy strong {
    color: #ffffff;
    font-size: 20px;
}

.kernelz-nebula-lightbox-copy p {
    margin: 0;
    color: var(--kernelz-muted);
    font-weight: 780;
}

.kernelz-ordering {
    position: relative;
    width: min(1180px, calc(100% - 28px));
    margin: 0 auto;
    padding: 34px 0 56px;
    overflow-x: clip;
}

.kernelz-ordering::before {
    content: "";
    position: absolute;
    inset: 620px -12vw auto -12vw;
    height: 820px;
    z-index: -1;
    pointer-events: none;
    background:
        radial-gradient(circle at 18% 18%, rgba(246, 196, 83, 0.16), transparent 28%),
        radial-gradient(circle at 78% 24%, rgba(255, 63, 164, 0.2), transparent 32%),
        radial-gradient(circle at 58% 86%, rgba(255, 140, 63, 0.12), transparent 26%);
    filter: blur(2px);
}

.kernelz-ordering,
.kernelz-ordering * {
    min-width: 0;
}

.kernelz-ordering h1,
.kernelz-ordering h2,
.kernelz-ordering p,
.kernelz-ordering li,
.kernelz-ordering strong,
.kernelz-ordering a {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
}

.kernelz-ordering-hero {
    position: relative;
    isolation: isolate;
    min-height: min(760px, calc(100vh - 72px));
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.8fr);
    align-items: center;
    gap: 28px;
    margin-top: 18px;
    padding: clamp(38px, 6vw, 74px);
    overflow: hidden;
    border-radius: 8px;
    background: #10051f;
    box-shadow:
        0 24px 70px rgba(255, 63, 164, 0.14),
        0 0 0 1px rgba(246, 196, 83, 0.08);
}

.kernelz-ordering-hero::before,
.kernelz-ordering-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
}

.kernelz-ordering-hero::before {
    background: linear-gradient(90deg, rgba(7, 4, 13, 0.95) 0%, rgba(32, 8, 52, 0.76) 42%, rgba(7, 4, 13, 0.16) 100%);
}

.kernelz-ordering-hero::after {
    z-index: -1;
    background:
        radial-gradient(circle at 18% 86%, rgba(255, 63, 164, 0.22), transparent 34%),
        radial-gradient(circle at 84% 32%, rgba(246, 196, 83, 0.14), transparent 32%);
}

.kernelz-ordering-hero-copy {
    max-width: 720px;
}

.kernelz-eyebrow {
    margin: 0 0 10px;
    color: var(--kernelz-gold);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.kernelz-ordering h1,
.kernelz-ordering h2 {
    margin: 0;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 0;
}

.kernelz-ordering h1 {
    max-width: 680px;
    font-size: clamp(48px, 8vw, 96px);
}

.kernelz-ordering h2 {
    font-size: clamp(30px, 4vw, 48px);
}

.kernelz-hero-lead,
.kernelz-section-heading p,
.kernelz-shipping-guide p {
    color: var(--kernelz-muted);
    font-size: 18px;
}

.kernelz-hero-lead {
    max-width: 620px;
    margin: 18px 0 0;
    overflow-wrap: break-word;
    color: #fff3ff;
    font-weight: 800;
}

.kernelz-hero-lead strong {
    display: block;
    margin-bottom: 6px;
    color: #ffffff;
    font-size: 1.12em;
}

.kernelz-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.kernelz-button,
.kzm-order,
.kzm-action,
.kzm-clear,
.kzm-filter {
    min-height: 42px;
    border: 1px solid var(--kernelz-border);
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: rgba(36, 22, 47, 0.92);
    color: var(--kernelz-text);
    padding: 10px 14px;
    text-decoration: none;
    font-weight: 900;
    cursor: pointer;
    transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
}

.kernelz-button-primary,
.kzm-order {
    border-color: rgba(246, 196, 83, 0.78);
    background: linear-gradient(135deg, var(--kernelz-gold), var(--kernelz-orange) 46%, var(--kernelz-pink));
    color: #130712;
    box-shadow: 0 0 0 1px rgba(255, 248, 237, 0.18), 0 18px 42px rgba(255, 63, 164, 0.4), 0 0 34px rgba(246, 196, 83, 0.18);
}

.kernelz-button-primary:hover,
.kernelz-button-primary:focus-visible,
.kzm-order:hover,
.kzm-order:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 18px 42px rgba(246, 196, 83, 0.26), 0 14px 34px rgba(255, 63, 164, 0.32);
}

.kernelz-button-cart {
    border-color: rgba(124, 60, 255, 0.82);
    background: linear-gradient(135deg, rgba(39, 19, 72, 0.96), rgba(80, 38, 133, 0.88));
    color: #ffffff;
}

.kernelz-button-nebula {
    border-color: rgba(255, 63, 164, 0.82);
    background:
        radial-gradient(circle at 20% 20%, rgba(255, 63, 164, 0.34), transparent 32%),
        linear-gradient(135deg, rgba(80, 18, 102, 0.95), rgba(26, 13, 58, 0.92));
    color: #fff8ed;
}

.kernelz-button-cart:hover,
.kernelz-button-cart:focus-visible,
.kernelz-button-nebula:hover,
.kernelz-button-nebula:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 12px 30px rgba(124, 60, 255, 0.28);
}

.kernelz-button-pink,
.kernelz-announcement-button,
.kernelz-contact-form-panel .wpcf7-submit {
    border-color: rgba(255, 255, 255, 0.18);
    background: linear-gradient(135deg, var(--kernelz-pink), #ff4f8d 54%, var(--kernelz-coral));
    color: #ffffff;
    box-shadow: 0 14px 34px rgba(255, 63, 164, 0.3), 0 0 0 1px rgba(255, 248, 237, 0.08);
}

.kernelz-button-pink:hover,
.kernelz-button-pink:focus-visible,
.kernelz-announcement-button:hover,
.kernelz-announcement-button:focus-visible,
.kernelz-contact-form-panel .wpcf7-submit:hover,
.kernelz-contact-form-panel .wpcf7-submit:focus-visible {
    border-color: rgba(255, 255, 255, 0.42);
    background: linear-gradient(135deg, #ff168f, var(--kernelz-pink) 48%, var(--kernelz-orange));
    color: #ffffff;
    box-shadow: 0 18px 44px rgba(255, 63, 164, 0.4), 0 0 30px rgba(255, 140, 63, 0.16);
    transform: translateY(-1px);
}

.kernelz-button-warm {
    border-color: rgba(255, 209, 154, 0.5);
    background:
        radial-gradient(circle at 18% 0%, rgba(246, 196, 83, 0.22), transparent 32%),
        linear-gradient(135deg, rgba(7, 20, 42, 0.92), rgba(78, 27, 64, 0.9));
    color: #fff8ed;
}

.kernelz-button-warm:hover,
.kernelz-button-warm:focus-visible {
    border-color: rgba(246, 196, 83, 0.88);
    box-shadow: 0 14px 34px rgba(255, 140, 63, 0.2), 0 0 26px rgba(255, 63, 164, 0.16);
    transform: translateY(-1px);
}

.kernelz-featured-flavor {
    align-self: center;
}

.kernelz-featured-flavor-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(150px, 180px) minmax(0, 1fr);
    gap: 18px;
    min-height: 0;
    border: 1px solid rgba(246, 196, 83, 0.34);
    border-radius: 8px;
    background:
        radial-gradient(circle at 0% 0%, rgba(246, 196, 83, 0.22), transparent 30%),
        radial-gradient(circle at 100% 16%, rgba(255, 63, 164, 0.3), transparent 36%),
        radial-gradient(circle, rgba(255, 255, 255, 0.11) 0 1px, transparent 1.3px) 10px 7px / 34px 34px,
        linear-gradient(145deg, rgba(30, 17, 59, 0.94), rgba(77, 22, 83, 0.74));
    color: #ffffff;
    overflow: hidden;
    padding: 18px;
    text-decoration: none;
    box-shadow: 0 22px 58px rgba(255, 63, 164, 0.18);
    backdrop-filter: blur(12px);
}

.kernelz-featured-flavor-card:hover,
.kernelz-featured-flavor-card:focus-visible {
    border-color: rgba(246, 196, 83, 0.78);
    box-shadow: 0 28px 70px rgba(255, 63, 164, 0.28);
    transform: translateY(-2px);
}

.kernelz-featured-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 1px solid rgba(246, 196, 83, 0.5);
    border-radius: 999px;
    background: rgba(8, 5, 19, 0.78);
    color: var(--kernelz-gold);
    padding: 5px 10px 5px 6px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.kernelz-featured-badge .kernelz-category-icon {
    width: 23px;
    height: 23px;
}

.kernelz-featured-flavor-media {
    aspect-ratio: 1 / 1;
    align-self: center;
    border-radius: 8px;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 45%, rgba(246, 196, 83, 0.24), transparent 30%),
        linear-gradient(145deg, rgba(50, 21, 84, 0.96), rgba(25, 12, 44, 0.96));
}

.kernelz-featured-flavor-image,
.kernelz-featured-flavor-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.kernelz-featured-flavor-fallback {
    width: 100%;
    aspect-ratio: 1 / 1;
    display: grid;
    place-items: center;
    color: var(--kernelz-gold);
    font-size: 64px;
    font-weight: 900;
}

.kernelz-featured-flavor-copy {
    display: grid;
    align-content: center;
    gap: 10px;
    padding-top: 22px;
}

.kernelz-featured-category-badge {
    width: max-content;
    max-width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 1px solid rgba(255, 209, 154, 0.26);
    border-radius: 999px;
    background: rgba(255, 248, 237, 0.08);
    color: #ffffff;
    padding: 5px 10px 5px 6px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.kernelz-featured-category-badge .kernelz-category-icon {
    width: 22px;
    height: 22px;
}

.kernelz-featured-flavor-copy strong {
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.04;
}

.kernelz-featured-flavor-copy p {
    margin: 0;
    color: #f8eaff;
    font-weight: 750;
}

.kernelz-featured-flavor-cta {
    width: max-content;
    max-width: 100%;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--kernelz-gold), #ff8c3f 48%, var(--kernelz-pink));
    color: #160812;
    padding: 9px 12px;
    font-size: 13px;
    font-weight: 900;
}

.kernelz-category-icon,
.kzm-category-icon {
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    display: inline-grid;
    place-items: center;
    border: 1px solid rgba(255, 248, 237, 0.2);
    border-radius: 999px;
    background:
        radial-gradient(circle at 30% 15%, rgba(255, 255, 255, 0.28), transparent 30%),
        linear-gradient(135deg, rgba(255, 63, 164, 0.5), rgba(124, 60, 255, 0.42));
    color: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(255, 248, 237, 0.06), 0 8px 18px rgba(0, 0, 0, 0.18);
}

.kernelz-category-icon svg,
.kzm-category-icon svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.kernelz-category-icon--fan-favorites,
.kzm-category-icon--fan-favorites {
    background: linear-gradient(135deg, var(--kernelz-gold), var(--kernelz-orange));
    color: #230717;
}

.kernelz-category-icon--frozen,
.kzm-category-icon--frozen {
    background: linear-gradient(135deg, #baf6ff, #5fd4ff 48%, #7c3cff);
    color: #07142a;
}

.kernelz-category-icon--sweet-dessert,
.kzm-category-icon--sweet-dessert {
    background: linear-gradient(135deg, #ff8bc8, var(--kernelz-pink) 48%, var(--kernelz-purple));
    color: #ffffff;
}

.kernelz-category-icon--cheesy-savory,
.kzm-category-icon--cheesy-savory {
    background: linear-gradient(135deg, #ffe27a, var(--kernelz-gold) 48%, #d88f24);
    color: #231303;
}

.kernelz-category-icon--spicy-hot,
.kzm-category-icon--spicy-hot {
    background: linear-gradient(135deg, #ffcf57, var(--kernelz-orange) 45%, #e62f36);
    color: #240707;
}

.kernelz-category-icon--applez,
.kzm-category-icon--applez {
    background: linear-gradient(135deg, #ff4f6c, #ff1f5f 50%, #8fdc4f);
    color: #ffffff;
}

.kernelz-category-icon--deals-limited-drops,
.kzm-category-icon--deals-limited-drops {
    background: linear-gradient(135deg, var(--kernelz-gold), var(--kernelz-pink) 52%, var(--kernelz-purple));
    color: #160812;
}

.kernelz-category-icon--announcement,
.kzm-category-icon--announcement {
    background: linear-gradient(135deg, #fff8ed, var(--kernelz-gold) 50%, var(--kernelz-pink));
    color: #1a0824;
}

.kernelz-single-product {
    position: relative;
    overflow: hidden;
    padding: clamp(24px, 4vw, 54px) 0 72px;
}

.kernelz-single-product::before,
.kernelz-single-product::after {
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: 999px;
    filter: blur(44px);
    opacity: 0.46;
    pointer-events: none;
}

.kernelz-single-product::before {
    top: 96px;
    right: -90px;
    width: 280px;
    height: 280px;
    background: rgba(255, 63, 164, 0.52);
}

.kernelz-single-product::after {
    top: 540px;
    left: -120px;
    width: 330px;
    height: 330px;
    background: rgba(246, 196, 83, 0.24);
}

.kernelz-product-spotlight,
.kernelz-product-commerce-grid,
.kernelz-product-deep-dive,
.kernelz-related-products {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.kernelz-product-spotlight {
    position: relative;
    display: grid;
    grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1fr);
    align-items: center;
    gap: clamp(24px, 4vw, 54px);
    min-height: clamp(560px, 72vh, 760px);
    border: 1px solid rgba(255, 248, 237, 0.18);
    border-radius: 18px;
    background:
        radial-gradient(circle at 7% 12%, rgba(255, 209, 154, 0.28), transparent 29%),
        radial-gradient(circle at 72% 4%, rgba(255, 63, 164, 0.34), transparent 32%),
        radial-gradient(circle at 96% 74%, rgba(246, 196, 83, 0.22), transparent 26%),
        radial-gradient(circle at 38% 86%, rgba(124, 60, 255, 0.36), transparent 34%),
        radial-gradient(circle, rgba(255, 255, 255, 0.13) 0 1px, transparent 1.4px) 0 0 / 46px 46px,
        linear-gradient(135deg, rgba(15, 7, 34, 0.96), rgba(54, 14, 79, 0.92) 50%, rgba(19, 22, 54, 0.94));
    padding: clamp(18px, 3vw, 38px);
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.44), inset 0 1px 0 rgba(255, 248, 237, 0.08);
}

.kernelz-product-spotlight-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    border-radius: inherit;
    pointer-events: none;
}

.kernelz-product-spotlight-bg::before,
.kernelz-product-spotlight-bg::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    filter: blur(18px);
    opacity: 0.54;
}

.kernelz-product-spotlight-bg::before {
    width: 180px;
    height: 180px;
    left: 5%;
    top: 10%;
    background: rgba(255, 140, 63, 0.42);
}

.kernelz-product-spotlight-bg::after {
    width: 240px;
    height: 240px;
    right: 7%;
    bottom: 4%;
    background: rgba(255, 63, 164, 0.34);
}

.kernelz-product-gallery-panel {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 420px;
}

.kernelz-product-gallery-panel::before {
    content: "";
    position: absolute;
    inset: 5% 0;
    border: 1px solid rgba(246, 196, 83, 0.42);
    border-radius: 999px;
    background:
        radial-gradient(circle at 50% 50%, rgba(246, 196, 83, 0.18), transparent 35%),
        radial-gradient(circle at 18% 18%, rgba(255, 63, 164, 0.28), transparent 24%),
        rgba(255, 248, 237, 0.04);
    transform: rotate(-10deg);
}

.kernelz-product-orbit-badge {
    position: absolute;
    top: 4px;
    left: 6px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border: 1px solid rgba(246, 196, 83, 0.72);
    border-radius: 999px;
    background: rgba(8, 5, 19, 0.8);
    color: var(--kernelz-gold);
    padding: 8px 12px 8px 8px;
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(12px);
}

.kernelz-product-main-image {
    position: relative;
    z-index: 2;
    width: min(100%, 520px);
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 248, 237, 0.14);
    border-radius: 28px;
    background:
        radial-gradient(circle at 20% 18%, rgba(255, 209, 154, 0.34), transparent 32%),
        radial-gradient(circle at 86% 10%, rgba(255, 63, 164, 0.22), transparent 32%),
        linear-gradient(145deg, rgba(255, 248, 237, 0.08), rgba(255, 248, 237, 0.02));
    overflow: hidden;
    box-shadow: 0 32px 90px rgba(0, 0, 0, 0.42);
}

.kernelz-product-main-image img,
.kernelz-product-hero-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.kernelz-product-image-fallback {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    color: var(--kernelz-gold);
    font-size: clamp(84px, 15vw, 156px);
    font-weight: 950;
    background:
        radial-gradient(circle at 44% 28%, rgba(255, 63, 164, 0.24), transparent 34%),
        linear-gradient(135deg, rgba(36, 16, 82, 0.96), rgba(16, 8, 36, 0.96));
}

.kernelz-product-thumb-orbit {
    position: absolute;
    z-index: 5;
    right: 0;
    bottom: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 9px;
    max-width: 72%;
}

.kernelz-product-thumb {
    width: 70px;
    height: 70px;
    border: 2px solid rgba(246, 196, 83, 0.78);
    border-radius: 18px;
    background: rgba(8, 5, 19, 0.72);
    overflow: hidden;
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.32);
}

.kernelz-product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kernelz-product-hero-copy {
    position: relative;
    z-index: 3;
    display: grid;
    align-content: center;
    gap: 16px;
}

.kernelz-product-badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.kernelz-product-badge {
    border-color: rgba(255, 248, 237, 0.2);
    background: rgba(255, 248, 237, 0.08);
    color: #fff;
}

.kernelz-product-kicker {
    width: max-content;
    max-width: 100%;
    margin: 8px 0 0;
    border: 1px solid rgba(246, 196, 83, 0.36);
    border-radius: 999px;
    background: rgba(246, 196, 83, 0.12);
    color: var(--kernelz-gold);
    padding: 6px 11px;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.kernelz-product-title {
    max-width: 880px;
    margin: 0;
    color: #fff;
    font-size: clamp(46px, 7vw, 96px);
    line-height: 0.92;
    text-transform: uppercase;
    text-shadow: 0 5px 26px rgba(0, 0, 0, 0.42);
}

.kernelz-product-price-signal {
    width: max-content;
    max-width: 100%;
    margin: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--kernelz-gold), var(--kernelz-orange) 48%, var(--kernelz-pink));
    color: #1c0717;
    padding: 9px 16px;
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 950;
    box-shadow: 0 18px 42px rgba(255, 63, 164, 0.25);
}

.kernelz-product-pitch {
    max-width: 680px;
    margin: 0;
    color: #fff3fb;
    font-size: clamp(18px, 2.15vw, 25px);
    font-weight: 800;
    line-height: 1.38;
}

.kernelz-product-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 4px;
}

.kernelz-product-primary-cta {
    box-shadow: 0 20px 44px rgba(255, 63, 164, 0.34);
}

.kernelz-product-quick-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 6px;
}

.kernelz-product-quick-facts span {
    border: 1px solid rgba(255, 248, 237, 0.18);
    border-radius: 999px;
    background: rgba(9, 20, 42, 0.62);
    color: #ffe8f6;
    padding: 7px 11px;
    font-size: 13px;
    font-weight: 850;
}

.kernelz-product-commerce-grid {
    display: grid;
    grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
    gap: 18px;
    margin-top: 22px;
    align-items: start;
}

.kernelz-product-story-panel,
.kernelz-product-order-panel,
.kernelz-product-deep-dive,
.kernelz-related-products {
    border: 1px solid rgba(255, 248, 237, 0.16);
    border-radius: 18px;
    background:
        radial-gradient(circle at 0% 0%, rgba(246, 196, 83, 0.16), transparent 28%),
        radial-gradient(circle at 92% 10%, rgba(255, 63, 164, 0.18), transparent 32%),
        radial-gradient(circle, rgba(255, 255, 255, 0.1) 0 1px, transparent 1.35px) 0 0 / 38px 38px,
        linear-gradient(145deg, rgba(26, 13, 56, 0.95), rgba(55, 20, 78, 0.86));
    padding: clamp(18px, 2.6vw, 30px);
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.26);
}

.kernelz-product-story-panel {
    position: sticky;
    top: 18px;
    display: grid;
    gap: 18px;
}

.kernelz-product-story-panel h2,
.kernelz-product-order-panel h2,
.kernelz-product-deep-dive h2,
.kernelz-related-products h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(28px, 3.4vw, 44px);
    line-height: 1;
}

.kernelz-flavor-note-list {
    display: grid;
    gap: 10px;
}

.kernelz-flavor-note-list span,
.kernelz-product-size-preview span,
.kernelz-product-addon-preview li {
    border: 1px solid rgba(255, 248, 237, 0.14);
    border-radius: 14px;
    background: rgba(255, 248, 237, 0.08);
}

.kernelz-flavor-note-list span {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    color: #fff;
    font-weight: 850;
}

.kernelz-product-size-preview,
.kernelz-product-addon-preview {
    display: grid;
    gap: 10px;
}

.kernelz-product-size-preview strong,
.kernelz-product-addon-preview strong {
    color: var(--kernelz-gold);
    text-transform: uppercase;
    letter-spacing: 0.07em;
}

.kernelz-product-size-preview div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.kernelz-product-size-preview span {
    padding: 7px 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
}

.kernelz-product-addon-preview ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.kernelz-product-addon-preview li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    color: #fff;
    font-weight: 850;
}

.kernelz-product-addon-preview em {
    color: var(--kernelz-gold);
    font-style: normal;
    font-weight: 950;
}

.kernelz-product-order-panel {
    position: relative;
    overflow: hidden;
    border-color: rgba(255, 63, 164, 0.36);
    background:
        radial-gradient(circle at 8% 0%, rgba(255, 63, 164, 0.32), transparent 30%),
        radial-gradient(circle at 88% 8%, rgba(246, 196, 83, 0.2), transparent 26%),
        radial-gradient(circle at 60% 100%, rgba(255, 140, 63, 0.16), transparent 32%),
        linear-gradient(145deg, rgba(28, 13, 60, 0.98), rgba(76, 20, 88, 0.94));
}

.kernelz-order-panel-head {
    margin-bottom: 18px;
}

.kernelz-order-panel-head p:not(.kernelz-eyebrow) {
    max-width: 620px;
    margin: 8px 0 0;
    color: #f7ddff;
    font-weight: 760;
}

.kernelz-product-order-form form.cart,
.kernelz-product-order-form .variations_form {
    display: grid;
    gap: 16px;
}

.kernelz-product-order-form table.variations {
    width: 100%;
    margin: 0;
    border-collapse: separate;
    border-spacing: 0 10px;
}

.kernelz-product-order-form table.variations th,
.kernelz-product-order-form table.variations td {
    display: block;
    padding: 0;
    text-align: left;
}

.kernelz-product-order-form table.variations label,
.kernelz-product-order-form .quantity label {
    color: var(--kernelz-gold);
    font-weight: 950;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.kernelz-product-order-form table.variations select,
.kernelz-product-order-form .quantity input.qty {
    width: 100%;
    min-height: 52px;
    border: 1px solid rgba(246, 196, 83, 0.72);
    border-radius: 14px;
    background: #fff8ed;
    color: #18051e;
    padding: 0 14px;
    font-size: 16px;
    font-weight: 900;
    box-shadow: inset 0 0 0 1px rgba(255, 63, 164, 0.12);
}

.kernelz-product-order-form .reset_variations {
    display: inline-block;
    margin-top: 8px;
    color: #ffd19a;
    font-weight: 850;
}

.kernelz-product-order-form .single_variation_wrap {
    display: grid;
    gap: 14px;
}

.kernelz-product-order-form .woocommerce-variation-price .price,
.kernelz-product-order-form .single_variation .price,
.kernelz-product-order-form p.price {
    display: inline-flex;
    width: max-content;
    max-width: 100%;
    border-radius: 999px;
    background: rgba(246, 196, 83, 0.14);
    color: var(--kernelz-gold);
    padding: 8px 12px;
    font-size: 20px;
    font-weight: 950;
}

.kernelz-product-order-form .woocommerce-variation-description {
    color: #f7ddff;
}

.kernelz-product-order-form .woocommerce-variation-add-to-cart,
.kernelz-product-order-form form.cart:not(.variations_form) {
    display: grid;
    grid-template-columns: minmax(92px, 0.2fr) minmax(0, 1fr);
    gap: 12px;
    align-items: end;
}

.kernelz-product-order-form .woocommerce-variation-add-to-cart > .kernelz-product-addins,
.kernelz-product-order-form form.cart:not(.variations_form) > .kernelz-product-addins {
    grid-column: 1 / -1;
    width: min(100%, 820px);
    justify-self: center;
}

.kernelz-product-order-form .woocommerce-variation-add-to-cart > .quantity,
.kernelz-product-order-form form.cart:not(.variations_form) > .quantity {
    grid-column: 1;
}

.kernelz-product-order-form .woocommerce-variation-add-to-cart > .single_add_to_cart_button,
.kernelz-product-order-form form.cart:not(.variations_form) > .single_add_to_cart_button {
    grid-column: 2;
}

.kernelz-product-order-form .quantity {
    display: grid;
    gap: 6px;
}

.kernelz-product-order-form .single_add_to_cart_button,
.kernelz-product-order-form button.single_add_to_cart_button {
    min-height: 54px;
    border: 0;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--kernelz-pink), var(--kernelz-orange) 52%, var(--kernelz-gold));
    color: #18051e;
    padding: 13px 18px;
    font-size: 16px;
    font-weight: 950;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    box-shadow: 0 18px 42px rgba(255, 63, 164, 0.34);
    cursor: pointer;
}

.kernelz-product-order-form .single_add_to_cart_button:hover,
.kernelz-product-order-form button.single_add_to_cart_button:hover {
    transform: translateY(-1px);
    filter: brightness(1.08);
}

.kernelz-product-order-form .stock {
    color: #b8ffd7;
    font-weight: 900;
}

.kernelz-product-order-form .out-of-stock {
    color: #ffd19a;
}

.kernelz-product-order-form .product_meta {
    color: #f7ddff;
}

.kernelz-product-order-form .kernelz-product-addins {
    margin: 4px 0 0;
    border-color: rgba(246, 196, 83, 0.42);
    background:
        radial-gradient(circle at 8% 8%, rgba(246, 196, 83, 0.22), transparent 28%),
        radial-gradient(circle at 92% 0%, rgba(255, 63, 164, 0.18), transparent 32%),
        linear-gradient(135deg, rgba(13, 10, 35, 0.84), rgba(69, 18, 83, 0.76));
}

.kernelz-product-order-form .kernelz-product-addins .kernelz-addins-heading {
    text-align: center;
}

.kernelz-product-order-form .kernelz-product-addins .kernelz-addin-group {
    display: grid;
    gap: 10px;
}

.kernelz-product-order-form .kernelz-product-addins .kernelz-addin-group legend,
.kernelz-product-order-form .kernelz-product-addins .kernelz-addin-help {
    text-align: center;
}

.kernelz-product-order-form .kernelz-product-addins .kernelz-addin-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
    gap: 10px;
    width: 100%;
}

.kernelz-product-order-form .kernelz-product-addins .kernelz-addin-option {
    min-width: 0;
    min-height: 78px;
}

.kernelz-product-order-form .kernelz-product-addins .kernelz-addin-option span {
    min-width: 0;
}

.kernelz-product-order-form .kernelz-product-addins .kernelz-addin-option strong {
    overflow-wrap: anywhere;
}

.kernelz-product-order-form .kernelz-product-addins .kernelz-live-total {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    text-align: center;
}

.kernelz-product-deep-dive {
    display: grid;
    grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
    gap: 22px;
    margin-top: 22px;
}

.kernelz-product-description-copy {
    color: #fff2fb;
    font-size: 17px;
    font-weight: 650;
}

.kernelz-product-description-copy > :first-child {
    margin-top: 0;
}

.kernelz-product-description-copy > :last-child {
    margin-bottom: 0;
}

.kernelz-related-products {
    margin-top: 22px;
}

.kernelz-related-heading {
    margin-bottom: 18px;
}

.kernelz-related-product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
    gap: 14px;
}

.kernelz-related-product-card {
    display: grid;
    gap: 12px;
    border: 1px solid rgba(255, 248, 237, 0.14);
    border-radius: 16px;
    background:
        radial-gradient(circle at 12% 0%, rgba(255, 63, 164, 0.2), transparent 34%),
        linear-gradient(145deg, rgba(255, 248, 237, 0.08), rgba(255, 248, 237, 0.03));
    color: #fff;
    padding: 12px;
    text-decoration: none;
    transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.kernelz-related-product-card:hover,
.kernelz-related-product-card:focus-visible {
    border-color: rgba(246, 196, 83, 0.72);
    box-shadow: 0 20px 44px rgba(255, 63, 164, 0.18);
    transform: translateY(-2px);
}

.kernelz-related-product-media {
    aspect-ratio: 1.05;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: rgba(8, 5, 19, 0.5);
    overflow: hidden;
}

.kernelz-related-product-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kernelz-related-product-media span {
    color: var(--kernelz-gold);
    font-size: 52px;
    font-weight: 950;
}

.kernelz-related-product-card strong,
.kernelz-related-product-card span {
    display: block;
}

.kernelz-related-product-card strong {
    margin-top: 8px;
    font-size: 18px;
    line-height: 1.1;
}

.kernelz-related-product-card > div:last-child > span:last-child {
    margin-top: 5px;
    color: var(--kernelz-gold);
    font-weight: 950;
}

/* Events & Announcements: visual next-story flow after both normal and enhanced posts. */
.kernelz-related-posts {
    width: min(100%, 1320px);
    margin: clamp(3rem, 6vw, 6rem) auto 0;
    padding: clamp(1.25rem, 3vw, 2.5rem);
    border: 1px solid rgba(255, 114, 197, 0.22);
    border-radius: 30px;
    background:
        radial-gradient(circle at 12% 0%, rgba(255, 63, 164, 0.2), transparent 34%),
        radial-gradient(circle at 90% 100%, rgba(246, 196, 83, 0.12), transparent 28%),
        linear-gradient(145deg, rgba(38, 17, 58, 0.94), rgba(12, 7, 25, 0.96));
    box-shadow: 0 28px 80px rgba(10, 4, 20, 0.32);
    overflow: hidden;
}

.kernelz-related-posts__header {
    margin-bottom: clamp(1.25rem, 3vw, 2rem);
    text-align: left;
}

.kernelz-related-posts__header h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1;
}

.kernelz-related-posts__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
    gap: clamp(1rem, 2.5vw, 1.75rem);
}

.kernelz-related-post-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 248, 237, 0.14);
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    background: linear-gradient(155deg, rgba(72, 28, 86, 0.96), rgba(18, 9, 32, 0.98));
    box-shadow: 0 18px 44px rgba(8, 3, 18, 0.28);
}

.kernelz-related-post-card__media {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: rgba(8, 5, 19, 0.7);
}

.kernelz-related-post-card__image,
.kernelz-related-post-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 180ms ease;
}

.kernelz-related-post-card:hover .kernelz-related-post-card__media img {
    transform: scale(1.025);
}

.kernelz-related-post-card__content {
    min-width: 0;
    padding: clamp(1rem, 2vw, 1.5rem);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    flex: 1;
}

.kernelz-related-post-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.kernelz-related-post-card__badge {
    color: var(--kernelz-gold);
    font-size: 0.75rem;
    font-weight: 950;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.kernelz-related-post-card__date {
    color: rgba(255, 244, 252, 0.72);
    font-size: 0.82rem;
    font-weight: 750;
}

.kernelz-related-post-card__title {
    margin: 0;
    font-size: clamp(1.25rem, 2vw, 1.65rem);
    line-height: 1.08;
    overflow-wrap: anywhere;
}

.kernelz-related-post-card__title a,
.kernelz-related-post-card__link {
    color: #fff;
    text-decoration: none;
}

.kernelz-related-post-card__excerpt {
    margin: 0;
    color: #f8eefa;
    line-height: 1.55;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.kernelz-related-post-card__link {
    width: fit-content;
    margin-top: auto;
    color: var(--kernelz-gold);
    font-weight: 950;
}

.kernelz-nebula-lightbox-copy[hidden],
.kernelz-nebula-lightbox-copy > [hidden] {
    display: none !important;
}

.kernelz-hero-effects {
    position: absolute !important;
    inset: 0;
    z-index: 0 !important;
    overflow: hidden;
    border-radius: inherit;
    pointer-events: none;
}

.kernelz-hero-effects::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 3;
    background:
        radial-gradient(circle at 18% 26%, rgba(255, 63, 164, 0.16), transparent 28%),
        radial-gradient(circle at 82% 20%, rgba(246, 196, 83, 0.12), transparent 24%),
        linear-gradient(90deg, rgba(7, 4, 13, 0.38), rgba(7, 4, 13, 0.08) 44%, rgba(7, 4, 13, 0.34));
}

.kernelz-hero-poster {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0.72;
    filter: saturate(1.18) contrast(1.05);
}

/* Skip below-the-fold layout/paint work until it approaches the viewport. */
.kernelz-ordering-menu,
.kernelz-shipping-guide,
.kernelz-fulfillment-summary {
    content-visibility: auto;
    contain-intrinsic-size: auto 900px;
}

.kernelz-hero-video {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.42;
    filter: saturate(1.24) contrast(1.08);
}

.kernelz-hero-starfield {
    position: absolute;
    inset: -24%;
    z-index: 2;
    display: block;
    background-repeat: repeat;
    transform: translate3d(0, 0, 0) scale(1.02);
    will-change: transform, opacity;
}

.kernelz-hero-starfield--dust {
    inset: -18%;
    z-index: 1;
    opacity: 0.34;
    mix-blend-mode: screen;
    background:
        radial-gradient(circle at 16% 24%, rgba(255, 63, 164, 0.22), transparent 20%),
        radial-gradient(circle at 78% 18%, rgba(246, 196, 83, 0.2), transparent 18%),
        radial-gradient(circle at 68% 76%, rgba(157, 91, 255, 0.2), transparent 22%),
        radial-gradient(circle at 30% 82%, rgba(255, 137, 77, 0.15), transparent 18%);
    animation: kernelz-starfield-drift-dust 96s ease-in-out infinite alternate;
}

.kernelz-hero-starfield--far {
    opacity: 0.38;
    background:
        radial-gradient(circle, rgba(255, 255, 255, 0.74) 0 1px, transparent 1.6px) 0 0 / 92px 92px,
        radial-gradient(circle, rgba(246, 196, 83, 0.62) 0 1px, transparent 1.8px) 44px 32px / 146px 146px,
        radial-gradient(circle, rgba(234, 216, 255, 0.58) 0 1.2px, transparent 2px) 18px 70px / 188px 188px;
    animation: kernelz-starfield-drift-far 72s linear infinite;
}

.kernelz-hero-starfield--near {
    opacity: 0.56;
    background:
        radial-gradient(circle, rgba(255, 255, 255, 0.92) 0 1.2px, transparent 2px) 10px 20px / 118px 118px,
        radial-gradient(circle, rgba(255, 63, 164, 0.62) 0 1px, transparent 1.9px) 64px 52px / 154px 154px,
        radial-gradient(circle, rgba(246, 196, 83, 0.78) 0 1.3px, transparent 2.2px) 28px 76px / 232px 232px;
    animation: kernelz-starfield-drift-near 46s linear infinite;
}

.kernelz-ordering-hero > :not(.kernelz-hero-effects),
.kernelz-story-hero > :not(.kernelz-hero-effects),
.kernelz-events-hero > :not(.kernelz-hero-effects),
.kernelz-photo-nebula-hero > :not(.kernelz-hero-effects),
.kernelz-product-spotlight > :not(.kernelz-hero-effects):not(.kernelz-product-spotlight-bg) {
    position: relative;
    z-index: 2;
}

.kernelz-product-spotlight-bg {
    position: absolute;
    z-index: 1;
}

@keyframes kernelz-starfield-drift-far {
    0% {
        transform: translate3d(-1.6%, -1.2%, 0) scale(1.02);
    }

    100% {
        transform: translate3d(2.1%, 2.4%, 0) scale(1.02);
    }
}

@keyframes kernelz-starfield-drift-dust {
    0% {
        transform: translate3d(-1.2%, -0.8%, 0) scale(1.01);
        opacity: 0.26;
    }

    50% {
        transform: translate3d(1.4%, 1%, 0) scale(1.045);
        opacity: 0.4;
    }

    100% {
        transform: translate3d(0.4%, -1.1%, 0) scale(1.025);
        opacity: 0.32;
    }
}

@keyframes kernelz-starfield-drift-near {
    0% {
        transform: translate3d(1.8%, -2.2%, 0) scale(1.04);
    }

    100% {
        transform: translate3d(-2.4%, 2.2%, 0) scale(1.04);
    }
}

@keyframes kernelz-living-nebula {
    0% {
        opacity: 0.34;
        transform: translate3d(-1.4%, -1%, 0) scale(1.02) rotate(-0.2deg);
    }

    50% {
        opacity: 0.48;
        transform: translate3d(1.2%, 0.8%, 0) scale(1.055) rotate(0.18deg);
    }

    100% {
        opacity: 0.4;
        transform: translate3d(0.4%, -0.7%, 0) scale(1.035) rotate(0.08deg);
    }
}

.kernelz-story-page,
.kernelz-contact-page,
.kernelz-events-page,
.kernelz-photo-nebula-page,
.kernelz-ordering-menu,
.kernelz-shipping-guide,
.kernelz-fulfillment-summary,
.kernelz-story-hero,
.kernelz-contact-form-panel,
.kernelz-events-hero,
.kernelz-photo-nebula-hero,
.kernelz-product-order-panel,
.kernelz-product-deep-dive {
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

.kernelz-story-page::after,
.kernelz-contact-page::after,
.kernelz-events-page::after,
.kernelz-photo-nebula-page::after,
.kernelz-ordering-menu::after,
.kernelz-shipping-guide::after,
.kernelz-fulfillment-summary::after,
.kernelz-story-hero::after,
.kernelz-contact-form-panel::after,
.kernelz-events-hero::after,
.kernelz-photo-nebula-hero::after,
.kernelz-product-order-panel::after,
.kernelz-product-deep-dive::after {
    content: "";
    position: absolute;
    inset: -18%;
    z-index: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 12% 22%, rgba(255, 63, 164, 0.34), transparent 28%),
        radial-gradient(circle at 84% 12%, rgba(246, 196, 83, 0.24), transparent 26%),
        radial-gradient(circle at 72% 78%, rgba(255, 140, 63, 0.22), transparent 30%),
        radial-gradient(circle at 24% 82%, rgba(63, 125, 255, 0.18), transparent 34%),
        linear-gradient(120deg, transparent 18%, rgba(255, 248, 237, 0.055) 42%, transparent 66%);
    opacity: 0.4;
    transform: translate3d(0, 0, 0) scale(1.03);
    animation: kernelz-living-nebula 32s ease-in-out infinite alternate;
    will-change: transform, opacity;
}

.kernelz-ordering-menu > *,
.kernelz-shipping-guide > *,
.kernelz-fulfillment-summary > *,
.kernelz-story-hero > *,
.kernelz-contact-form-panel > *,
.kernelz-events-hero > *,
.kernelz-photo-nebula-hero > *,
.kernelz-product-order-panel > *,
.kernelz-product-deep-dive > *,
.kernelz-story-page > *,
.kernelz-contact-page > *,
.kernelz-events-page > *,
.kernelz-photo-nebula-page > * {
    position: relative;
    z-index: 1;
}

.kernelz-feature-page::before {
    z-index: 0;
}

.kernelz-ordering-hero::after {
    background:
        radial-gradient(circle at 18% 86%, rgba(255, 63, 164, 0.3), transparent 34%),
        radial-gradient(circle at 84% 32%, rgba(246, 196, 83, 0.2), transparent 30%),
        radial-gradient(circle at 54% 18%, rgba(255, 140, 63, 0.18), transparent 32%),
        radial-gradient(circle at 72% 76%, rgba(82, 122, 255, 0.18), transparent 34%);
    animation: kernelz-living-nebula 36s ease-in-out infinite alternate;
    will-change: transform, opacity;
}

.kernelz-product-spotlight-bg::before {
    animation: kernelz-living-nebula 34s ease-in-out infinite alternate;
}

.kernelz-product-spotlight-bg::after {
    animation: kernelz-living-nebula 38s ease-in-out infinite alternate-reverse;
}

@media (prefers-reduced-motion: reduce) {
    .kernelz-story-page::after,
    .kernelz-contact-page::after,
    .kernelz-events-page::after,
    .kernelz-photo-nebula-page::after,
    .kernelz-ordering-menu::after,
    .kernelz-shipping-guide::after,
    .kernelz-fulfillment-summary::after,
    .kernelz-story-hero::after,
    .kernelz-contact-form-panel::after,
    .kernelz-events-hero::after,
    .kernelz-photo-nebula-hero::after,
    .kernelz-product-order-panel::after,
    .kernelz-product-deep-dive::after,
    .kernelz-ordering-hero::after,
    .kernelz-product-spotlight-bg::before,
    .kernelz-product-spotlight-bg::after,
    .kernelz-hero-starfield,
    .kernelz-photo-nebula-orbit-photo {
        animation: none;
        transform: none;
        will-change: auto;
    }

    .kernelz-hero-video {
        display: none;
    }

    .kernelz-nebula-open,
    .kernelz-nebula-open:hover,
    .kernelz-nebula-open:focus-visible,
    .kernelz-nebula-img,
    .kernelz-nebula-open:hover .kernelz-nebula-img,
    .kernelz-nebula-open:focus-visible .kernelz-nebula-img {
        transform: none;
        transition: none;
    }

    .kernelz-story-page .kernelz-brand-orbit-photo,
    .kernelz-story-page .kernelz-owner-photo,
    .kernelz-story-page .kernelz-story-band-media,
    .kernelz-story-page .kernelz-brand-orbit-photo:hover,
    .kernelz-story-page .kernelz-owner-photo:hover,
    .kernelz-story-page .kernelz-story-band-media:hover,
    .kernelz-story-page .kernelz-brand-orbit-photo img,
    .kernelz-story-page .kernelz-owner-photo img,
    .kernelz-story-page .kernelz-story-band-media img,
    .kernelz-story-page .kernelz-brand-orbit-photo:hover img,
    .kernelz-story-page .kernelz-owner-photo:hover img,
    .kernelz-story-page .kernelz-story-band-media:hover img {
        transform: none;
        transition: none;
        will-change: auto;
    }

    .kernelz-story-page .kernelz-brand-orbit-photo::after,
    .kernelz-story-page .kernelz-owner-photo::after,
    .kernelz-story-page .kernelz-story-band-media::after {
        display: none;
    }
}

@media (max-width: 782px) {
    .kernelz-photo-nebula--mobile-reduced .kernelz-photo-nebula-drift {
        display: none;
    }

    .kernelz-photo-nebula--mobile-reduced .kernelz-nebula-tile,
    .kernelz-photo-nebula--mobile-reduced .kernelz-nebula-img {
        animation: none;
        transition: none;
    }

    .kernelz-hero-video {
        display: none;
    }

    .kernelz-hero-poster {
        opacity: 0.58;
    }

    .kernelz-hero-starfield--far {
        display: none;
    }

    .kernelz-hero-starfield--dust {
        inset: -12%;
        opacity: 0.22;
        animation-duration: 120s;
    }

    .kernelz-hero-starfield--near {
        inset: -16%;
        opacity: 0.32;
        animation-duration: 68s;
    }

    .kernelz-hero-effects::after {
        background:
            radial-gradient(circle at 18% 20%, rgba(255, 63, 164, 0.12), transparent 30%),
            radial-gradient(circle at 78% 10%, rgba(246, 196, 83, 0.1), transparent 28%),
            linear-gradient(180deg, rgba(7, 4, 13, 0.44), rgba(7, 4, 13, 0.18) 52%, rgba(7, 4, 13, 0.5));
    }
}

@media (max-width: 899px) {
    body.single-product.kzm-mobile-menu-back-active:not(.kzm-mobile-menu-back-checkout) {
        padding-bottom: 0 !important;
    }

    body.single-product .kzm-mobile-menu-back-bottom {
        top: calc(132px + env(safe-area-inset-top, 0px)) !important;
        right: 12px !important;
        bottom: auto !important;
        left: auto !important;
        width: min(190px, calc(100vw - 24px)) !important;
        min-height: 42px !important;
        border-radius: 999px !important;
        padding: 8px 11px !important;
        font-size: 12px !important;
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.34) !important;
    }
}

.kernelz-fulfillment-summary,
.kernelz-shipping-guide {
    display: grid;
    gap: 14px;
    margin-top: 18px;
}

.kernelz-fulfillment-summary {
    grid-template-columns: minmax(200px, 0.3fr) minmax(0, 1fr);
    align-items: center;
    border: 1px solid rgba(255, 248, 237, 0.13);
    border-radius: 8px;
    background:
        radial-gradient(circle at 0% 12%, rgba(255, 63, 164, 0.22), transparent 28%),
        radial-gradient(circle at 92% 0%, rgba(246, 196, 83, 0.14), transparent 28%),
        radial-gradient(circle at 48% 100%, rgba(255, 140, 63, 0.12), transparent 30%),
        radial-gradient(circle, rgba(255, 255, 255, 0.1) 0 1px, transparent 1.4px) 0 0 / 42px 42px,
        linear-gradient(135deg, rgba(9, 22, 47, 0.9), rgba(49, 18, 72, 0.84));
    padding: 12px;
    box-shadow: inset 0 1px 0 rgba(255, 248, 237, 0.06);
}

.kernelz-fulfillment-summary article,
.kernelz-shipping-guide,
.kernelz-empty-state {
    border: 1px solid var(--kernelz-border);
    border-radius: 8px;
    background:
        radial-gradient(circle at 8% 0%, rgba(246, 196, 83, 0.14), transparent 30%),
        radial-gradient(circle at 92% 10%, rgba(255, 63, 164, 0.18), transparent 34%),
        radial-gradient(circle, rgba(255, 255, 255, 0.11) 0 1px, transparent 1.4px) 0 0 / 38px 38px,
        linear-gradient(145deg, rgba(28, 18, 62, 0.98), rgba(74, 28, 91, 0.7));
    padding: 18px;
}

.kernelz-fulfillment-summary article {
    padding: 12px;
}

.kernelz-fulfillment-summary-heading h2 {
    font-size: clamp(22px, 2.7vw, 30px);
}

.kernelz-fulfillment-summary-heading .kernelz-eyebrow {
    margin-bottom: 6px;
}

.kernelz-fulfillment-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.kernelz-fulfillment-card {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 12px;
    align-items: center;
    min-height: 0;
    cursor: default;
}

.kernelz-fulfillment-card::after {
    content: "";
    position: absolute;
    inset: auto -14% -52% 42%;
    height: 92px;
    border-radius: 999px;
    filter: blur(24px);
    opacity: 0.38;
    pointer-events: none;
}

.kernelz-fulfillment-card--ship {
    border-color: rgba(246, 196, 83, 0.58);
    background:
        radial-gradient(circle at 12% 0%, rgba(246, 196, 83, 0.48), transparent 34%),
        radial-gradient(circle at 100% 100%, rgba(255, 140, 63, 0.42), transparent 38%),
        linear-gradient(90deg, rgba(246, 196, 83, 0.24), transparent 38%),
        radial-gradient(circle, rgba(255, 255, 255, 0.11) 0 1px, transparent 1.4px) 0 0 / 38px 38px,
        linear-gradient(145deg, rgba(64, 42, 42, 0.98), rgba(125, 59, 36, 0.86));
    box-shadow: inset 0 0 0 1px rgba(246, 196, 83, 0.1);
}

.kernelz-fulfillment-card--ship::after {
    background: rgba(255, 140, 63, 0.62);
}

.kernelz-fulfillment-card--pickup {
    border-color: rgba(255, 63, 164, 0.52);
    background:
        radial-gradient(circle at 10% 0%, rgba(255, 63, 164, 0.42), transparent 34%),
        radial-gradient(circle at 100% 100%, rgba(124, 60, 255, 0.34), transparent 38%),
        linear-gradient(90deg, rgba(255, 63, 164, 0.18), transparent 42%),
        radial-gradient(circle, rgba(255, 255, 255, 0.11) 0 1px, transparent 1.4px) 0 0 / 38px 38px,
        linear-gradient(145deg, rgba(48, 20, 92, 0.98), rgba(126, 32, 124, 0.86));
    box-shadow: inset 0 0 0 1px rgba(255, 63, 164, 0.1);
}

.kernelz-fulfillment-card--pickup::after {
    background: rgba(255, 63, 164, 0.58);
}

.kernelz-fulfillment-card--delivery {
    border-color: rgba(255, 107, 95, 0.58);
    background:
        radial-gradient(circle at 10% 0%, rgba(255, 107, 95, 0.44), transparent 34%),
        radial-gradient(circle at 100% 100%, rgba(255, 63, 164, 0.34), transparent 38%),
        linear-gradient(90deg, rgba(246, 196, 83, 0.16), transparent 42%),
        radial-gradient(circle, rgba(255, 255, 255, 0.11) 0 1px, transparent 1.4px) 0 0 / 38px 38px,
        linear-gradient(145deg, rgba(61, 21, 72, 0.98), rgba(137, 35, 72, 0.88));
    box-shadow: inset 0 0 0 1px rgba(255, 107, 95, 0.12);
}

.kernelz-fulfillment-card--delivery::after {
    background: rgba(255, 107, 95, 0.62);
}

.kernelz-fulfillment-icon {
    grid-row: 1 / span 2;
    width: 42px;
    height: 42px;
    display: inline-grid;
    place-items: center;
    margin: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(246, 196, 83, 0.36), rgba(255, 63, 164, 0.24));
    color: var(--kernelz-gold);
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.22), inset 0 0 0 1px rgba(255, 248, 237, 0.14);
}

.kernelz-fulfillment-card--ship .kernelz-fulfillment-icon {
    background: linear-gradient(135deg, var(--kernelz-gold), var(--kernelz-orange));
    color: #160812;
}

.kernelz-fulfillment-card--pickup .kernelz-fulfillment-icon {
    background: linear-gradient(135deg, var(--kernelz-pink), var(--kernelz-purple));
    color: #ffffff;
}

.kernelz-fulfillment-card--delivery .kernelz-fulfillment-icon {
    background: linear-gradient(135deg, var(--kernelz-coral), var(--kernelz-pink));
    color: #ffffff;
}

.kernelz-fulfillment-icon svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.kernelz-trademark {
    display: inline-block;
    margin-left: 2px;
    color: var(--kernelz-gold);
    font-size: 10px;
    vertical-align: super;
}

.kernelz-fulfillment-summary strong {
    display: block;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.1;
}

.kernelz-fulfillment-card p {
    margin: 3px 0 0;
    color: var(--kernelz-muted);
    font-size: 14px;
    line-height: 1.35;
}

.kernelz-shipping-guide {
    grid-template-columns: minmax(0, 0.72fr) minmax(360px, 1fr);
    align-items: center;
    margin-top: 24px;
    padding: 16px;
    border-color: rgba(246, 196, 83, 0.48);
    background:
        radial-gradient(circle at 8% 0%, rgba(255, 209, 154, 0.2), transparent 28%),
        radial-gradient(circle at 96% 8%, rgba(255, 63, 164, 0.2), transparent 34%),
        radial-gradient(circle at 50% 100%, rgba(255, 140, 63, 0.18), transparent 34%),
        radial-gradient(circle, rgba(255, 255, 255, 0.12) 0 1px, transparent 1.4px) 0 0 / 38px 38px,
        linear-gradient(135deg, rgba(34, 18, 58, 0.96), rgba(68, 24, 64, 0.8) 54%, rgba(79, 37, 35, 0.9));
    box-shadow:
        inset 0 1px 0 rgba(255, 248, 237, 0.08),
        0 16px 42px rgba(255, 140, 63, 0.1);
}

.kernelz-shipping-guide h2 {
    font-size: clamp(22px, 2.6vw, 30px);
}

.kernelz-shipping-guide p {
    margin: 8px 0 0;
    font-size: 16px;
    line-height: 1.45;
}

.kernelz-shipping-guide ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.kernelz-shipping-guide li {
    border: 1px solid rgba(246, 196, 83, 0.34);
    border-radius: 999px;
    background:
        radial-gradient(circle at 100% 50%, rgba(255, 63, 164, 0.16), transparent 38%),
        linear-gradient(90deg, rgba(255, 140, 63, 0.22), rgba(18, 20, 46, 0.88));
    color: #fff8ed;
    padding: 7px 11px;
    font-size: 13px;
    font-weight: 900;
}

.kernelz-ordering-menu {
    position: relative;
    margin-top: 34px;
    padding: 28px 18px 24px;
    scroll-margin-top: 98px;
    border: 1px solid rgba(255, 63, 164, 0.26);
    border-radius: 8px;
    background:
        radial-gradient(circle at 8% 0%, rgba(255, 209, 154, 0.22), transparent 26%),
        radial-gradient(circle at 96% 12%, rgba(255, 63, 164, 0.26), transparent 32%),
        radial-gradient(circle at 46% 102%, rgba(255, 140, 63, 0.18), transparent 30%),
        linear-gradient(145deg, rgba(10, 28, 59, 0.92), rgba(88, 22, 86, 0.78) 50%, rgba(77, 31, 45, 0.94));
    box-shadow:
        inset 0 1px 0 rgba(255, 248, 237, 0.08),
        0 28px 80px rgba(255, 63, 164, 0.12);
}

.kernelz-section-heading {
    max-width: 760px;
    margin-bottom: 18px;
}

.kernelz-shop-filter-panel {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 0 0 16px;
    border: 1px solid rgba(246, 196, 83, 0.34);
    border-radius: 8px;
    background:
        radial-gradient(circle at 0% 0%, rgba(255, 209, 154, 0.25), transparent 32%),
        radial-gradient(circle at 100% 12%, rgba(255, 63, 164, 0.34), transparent 36%),
        radial-gradient(circle, rgba(255, 255, 255, 0.1) 0 1px, transparent 1.3px) 8px 5px / 34px 34px,
        linear-gradient(135deg, rgba(84, 28, 95, 0.96), rgba(26, 20, 54, 0.94));
    padding: 14px;
    box-shadow: 0 18px 48px rgba(255, 63, 164, 0.16);
}

.kernelz-shop-filter {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 1px solid rgba(255, 209, 154, 0.34);
    border-radius: 999px;
    background: rgba(8, 20, 42, 0.72);
    color: #ffffff;
    padding: 7px 12px 7px 8px;
    font: inherit;
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: inset 0 0 0 1px rgba(255, 248, 237, 0.04);
    transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
}

.kernelz-shop-filter:hover,
.kernelz-shop-filter:focus-visible {
    border-color: rgba(246, 196, 83, 0.78);
    background: rgba(255, 63, 164, 0.28);
    box-shadow: 0 0 22px rgba(255, 63, 164, 0.18);
}

.kernelz-shop-filter.is-active {
    border-color: rgba(246, 196, 83, 0.95);
    background: linear-gradient(135deg, var(--kernelz-gold), var(--kernelz-orange) 48%, var(--kernelz-pink));
    color: #130712;
    box-shadow:
        0 0 0 3px rgba(255, 63, 164, 0.16),
        0 12px 30px rgba(255, 63, 164, 0.34);
    transform: translateY(-1px);
}

.kernelz-shop-filter.is-active .kernelz-category-icon {
    border-color: rgba(19, 7, 18, 0.22);
    background: rgba(19, 7, 18, 0.14);
    color: #130712;
    box-shadow: inset 0 0 0 1px rgba(19, 7, 18, 0.08);
}

.kernelz-shop-filter-label {
    display: inline-flex;
    align-items: center;
    gap: 2px;
}

.kernelz-empty-state {
    color: var(--kernelz-muted);
}

.kernelz-empty-state strong,
.kernelz-empty-state span {
    display: block;
}

.kernelz-empty-state strong {
    color: #ffffff;
}

.kernelz-ordering .kzm-page,
.kernelz-ordering .kzm-page * {
    box-sizing: border-box;
}

.kernelz-ordering .kzm-page--embedded {
    width: 100%;
    margin: 0;
    padding: 0;
    color: var(--kernelz-text);
    background: transparent;
    font-family: inherit;
}

.kernelz-ordering .kzm-toolbar {
    position: sticky;
    top: 82px;
    z-index: 10;
    border: 1px solid rgba(255, 209, 154, 0.3);
    border-radius: 8px;
    background:
        radial-gradient(circle at 8% 0%, rgba(255, 209, 154, 0.16), transparent 28%),
        radial-gradient(circle at 100% 18%, rgba(255, 63, 164, 0.22), transparent 34%),
        linear-gradient(135deg, rgba(16, 27, 56, 0.97), rgba(55, 18, 65, 0.92));
    padding: 14px;
    backdrop-filter: blur(12px);
    box-shadow: 0 18px 52px rgba(255, 63, 164, 0.12);
}

.kernelz-ordering .kzm-search {
    width: 100%;
    min-height: 46px;
    border: 2px solid rgba(246, 196, 83, 0.72);
    border-radius: 8px;
    background: #fff8ed;
    color: #1b140f;
    padding: 10px 12px;
    font: inherit;
    box-shadow: 0 0 0 3px rgba(255, 63, 164, 0.12), 0 12px 24px rgba(255, 140, 63, 0.08);
}

.kernelz-ordering .kzm-search:focus {
    outline: none;
    border-color: var(--kernelz-pink);
    box-shadow: 0 0 0 4px rgba(255, 63, 164, 0.22), 0 0 28px rgba(246, 196, 83, 0.18);
}

.kernelz-ordering .kzm-filters {
    display: none;
    gap: 8px;
    overflow-x: auto;
    padding: 10px 0 2px;
}

.kernelz-ordering .kzm-filter {
    flex: 0 0 auto;
    min-height: 36px;
    padding: 8px 11px;
    font-size: 13px;
    white-space: nowrap;
}

.kernelz-ordering .kzm-filter.is-active {
    background: linear-gradient(135deg, var(--kernelz-gold), var(--kernelz-orange) 48%, var(--kernelz-pink));
    color: #130712;
    border-color: rgba(246, 196, 83, 0.8);
}

.kernelz-ordering .kzm-filter span {
    min-width: 20px;
    height: 20px;
    border-radius: 999px;
    display: inline-grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.16);
    padding: 0 5px;
}

.kernelz-ordering .kzm-count {
    margin: 10px 0 0;
    color: var(--kernelz-muted);
    font-weight: 800;
}

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

.kernelz-shop-grid,
.kernelz-product-grid,
.kb-products-grid,
.ksf-products,
.kzm-grid,
.woocommerce .products {
    overflow-anchor: none;
}

/* Full-size shop cards: 21 products create more rows, never smaller tiles. */
body.woocommerce-shop .woocommerce ul.products,
body.post-type-archive-product .woocommerce ul.products,
body.tax-product_cat .woocommerce ul.products,
body.tax-product_tag .woocommerce ul.products,
.kb-products-grid ul.products,
.ksf-products 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;
}

body.woocommerce-shop .woocommerce ul.products::before,
body.woocommerce-shop .woocommerce ul.products::after,
body.post-type-archive-product .woocommerce ul.products::before,
body.post-type-archive-product .woocommerce ul.products::after,
body.tax-product_cat .woocommerce ul.products::before,
body.tax-product_cat .woocommerce ul.products::after,
body.tax-product_tag .woocommerce ul.products::before,
body.tax-product_tag .woocommerce ul.products::after,
.kb-products-grid ul.products::before,
.kb-products-grid ul.products::after,
.ksf-products ul.products::before,
.ksf-products ul.products::after {
    display: none !important;
}

body.woocommerce-shop .woocommerce ul.products li.product,
body.post-type-archive-product .woocommerce ul.products li.product,
body.tax-product_cat .woocommerce ul.products li.product,
body.tax-product_tag .woocommerce ul.products li.product,
.kb-products-grid ul.products li.product,
.ksf-products ul.products li.product {
    position: relative;
    display: flex;
    flex-direction: column;
    float: none !important;
    width: auto !important;
    min-width: 0;
    max-width: none;
    height: 100%;
    padding: clamp(0.78rem, 1.8vw, 1.15rem) !important;
    border: 1px solid rgba(255, 63, 164, 0.28);
    border-radius: clamp(22px, 2.8vw, 32px);
    background:
        radial-gradient(circle at 18% 0%, rgba(255, 63, 164, 0.17), transparent 34%),
        radial-gradient(circle at 95% 12%, rgba(255, 216, 114, 0.14), transparent 28%),
        linear-gradient(145deg, rgba(28, 7, 45, 0.98), rgba(12, 6, 28, 0.98));
    box-shadow: 0 20px 52px rgba(5, 0, 16, 0.32), inset 0 0 0 1px rgba(255, 255, 255, 0.045);
    margin: 0 !important;
    overflow: hidden;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

body.woocommerce-shop .woocommerce ul.products li.product::before,
body.post-type-archive-product .woocommerce ul.products li.product::before,
body.tax-product_cat .woocommerce ul.products li.product::before,
body.tax-product_tag .woocommerce ul.products li.product::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 28%, rgba(255, 63, 164, 0.08));
    opacity: 0.72;
}

body.woocommerce-shop .woocommerce ul.products li.product > *,
body.post-type-archive-product .woocommerce ul.products li.product > *,
body.tax-product_cat .woocommerce ul.products li.product > *,
body.tax-product_tag .woocommerce ul.products li.product > * {
    position: relative;
    z-index: 1;
}

@media (hover: hover) and (pointer: fine) {
    body.woocommerce-shop .woocommerce ul.products li.product:hover,
    body.post-type-archive-product .woocommerce ul.products li.product:hover,
    body.tax-product_cat .woocommerce ul.products li.product:hover,
    body.tax-product_tag .woocommerce ul.products li.product:hover {
        transform: translateY(-6px);
        border-color: rgba(255, 216, 114, 0.55);
        box-shadow: 0 28px 68px rgba(5, 0, 16, 0.42), 0 0 34px rgba(255, 63, 164, 0.22);
    }
}

body.woocommerce-shop .woocommerce ul.products li.product a.woocommerce-LoopProduct-link,
body.post-type-archive-product .woocommerce ul.products li.product a.woocommerce-LoopProduct-link,
body.tax-product_cat .woocommerce ul.products li.product a.woocommerce-LoopProduct-link,
body.tax-product_tag .woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 0.72rem;
    color: inherit;
    text-decoration: none;
}

body.woocommerce-shop .woocommerce ul.products li.product img,
body.post-type-archive-product .woocommerce ul.products li.product img,
body.tax-product_cat .woocommerce ul.products li.product img,
body.tax-product_tag .woocommerce ul.products li.product img,
.kb-products-grid ul.products li.product img,
.ksf-products ul.products li.product img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: clamp(18px, 2.5vw, 26px);
    background: #140620;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28);
}

body.woocommerce-shop .woocommerce ul.products li.product .woocommerce-loop-product__title,
body.post-type-archive-product .woocommerce ul.products li.product .woocommerce-loop-product__title,
body.tax-product_cat .woocommerce ul.products li.product .woocommerce-loop-product__title,
body.tax-product_tag .woocommerce ul.products li.product .woocommerce-loop-product__title {
    margin: 0.18rem 0 0 !important;
    padding: 0 !important;
    color: #fff7ff;
    font-size: clamp(1rem, 1.75vw, 1.24rem);
    font-weight: 950;
    line-height: 1.12;
    letter-spacing: -0.02em;
    overflow-wrap: anywhere;
}

body.woocommerce-shop .woocommerce ul.products li.product .price,
body.post-type-archive-product .woocommerce ul.products li.product .price,
body.tax-product_cat .woocommerce ul.products li.product .price,
body.tax-product_tag .woocommerce ul.products li.product .price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
    min-height: 1.35rem;
    margin: 0.1rem 0 0.35rem !important;
    color: #ffd872 !important;
    font-size: clamp(0.95rem, 1.5vw, 1.08rem) !important;
    font-weight: 950;
}

body.woocommerce-shop .woocommerce ul.products li.product .price del,
body.post-type-archive-product .woocommerce ul.products li.product .price del,
body.tax-product_cat .woocommerce ul.products li.product .price del,
body.tax-product_tag .woocommerce ul.products li.product .price del {
    color: rgba(255, 247, 255, 0.54);
}

body.woocommerce-shop .woocommerce ul.products li.product .button,
body.post-type-archive-product .woocommerce ul.products li.product .button,
body.tax-product_cat .woocommerce ul.products li.product .button,
body.tax-product_tag .woocommerce ul.products li.product .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    margin-top: auto !important;
    padding: 0.78rem 1rem !important;
    border: 1px solid rgba(255, 216, 114, 0.58) !important;
    border-radius: 999px !important;
    color: #1a071f !important;
    background: linear-gradient(135deg, #ffd872, #ff4fc3 56%, #ff8bdc) !important;
    font-weight: 950 !important;
    line-height: 1 !important;
    text-align: center;
    text-decoration: none !important;
    box-shadow: 0 12px 26px rgba(255, 63, 164, 0.24);
}

body.woocommerce-shop .woocommerce ul.products li.product .button:hover,
body.woocommerce-shop .woocommerce ul.products li.product .button:focus-visible,
body.post-type-archive-product .woocommerce ul.products li.product .button:hover,
body.post-type-archive-product .woocommerce ul.products li.product .button:focus-visible,
body.tax-product_cat .woocommerce ul.products li.product .button:hover,
body.tax-product_cat .woocommerce ul.products li.product .button:focus-visible,
body.tax-product_tag .woocommerce ul.products li.product .button:hover,
body.tax-product_tag .woocommerce ul.products li.product .button:focus-visible {
    color: #fff7ff !important;
    background: linear-gradient(135deg, #5a137d, #ff3fa4 64%, #ffd872) !important;
    outline: 3px solid rgba(255, 216, 114, 0.35);
    outline-offset: 3px;
}

body.woocommerce-shop .woocommerce ul.products li.product .kernelz-badge-wrap,
body.post-type-archive-product .woocommerce ul.products li.product .kernelz-badge-wrap,
body.tax-product_cat .woocommerce ul.products li.product .kernelz-badge-wrap,
body.tax-product_tag .woocommerce ul.products li.product .kernelz-badge-wrap {
    position: absolute;
    top: clamp(1rem, 2vw, 1.25rem);
    left: clamp(1rem, 2vw, 1.25rem);
    right: clamp(1rem, 2vw, 1.25rem);
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    gap: 0.38rem;
    margin: 0;
    pointer-events: none;
}

body.woocommerce-shop .woocommerce ul.products li.product .kernelz-badge,
body.post-type-archive-product .woocommerce ul.products li.product .kernelz-badge,
body.tax-product_cat .woocommerce ul.products li.product .kernelz-badge,
body.tax-product_tag .woocommerce ul.products li.product .kernelz-badge {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    min-height: 28px;
    padding: 0.34rem 0.52rem;
    border: 1px solid rgba(255, 216, 114, 0.5);
    border-radius: 999px;
    color: #fff7ff;
    background: rgba(38, 8, 58, 0.82);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.24), 0 0 18px rgba(255, 63, 164, 0.22);
    font-size: 0.68rem;
    font-weight: 950;
    letter-spacing: 0.04em;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

body.woocommerce-shop .woocommerce ul.products li.product .kernelz-badge:nth-child(n+4),
body.post-type-archive-product .woocommerce ul.products li.product .kernelz-badge:nth-child(n+4),
body.tax-product_cat .woocommerce ul.products li.product .kernelz-badge:nth-child(n+4),
body.tax-product_tag .woocommerce ul.products li.product .kernelz-badge:nth-child(n+4) {
    display: none !important;
}

.kernelz-product-archive {
    width: min(1240px, calc(100% - 32px));
    margin: 0 auto clamp(3rem, 6vw, 5.5rem);
}

.kernelz-product-category-landing {
    --kpc-accent-rgb: 255, 63, 164;
    --kpc-secondary-rgb: 124, 60, 255;
    --kpc-gold-rgb: 255, 216, 114;
    --kpc-deep-rgb: 47, 9, 69;
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
    align-items: center;
    gap: clamp(1.5rem, 4vw, 4rem);
    margin: clamp(1.5rem, 4vw, 3.5rem) 0 clamp(2rem, 5vw, 4rem);
    padding: clamp(1.5rem, 4.5vw, 4.2rem);
    overflow: hidden;
    min-height: clamp(440px, 52vw, 620px);
    border: 1px solid rgba(255, 211, 116, 0.34);
    border-radius: clamp(30px, 5vw, 56px);
    background:
        linear-gradient(115deg, rgba(255, 255, 255, 0.09), transparent 24%, rgba(var(--kpc-accent-rgb), 0.13) 58%, transparent 78%),
        radial-gradient(circle at 12% 8%, rgba(var(--kpc-accent-rgb), 0.38), transparent 30%),
        radial-gradient(circle at 92% 14%, rgba(var(--kpc-gold-rgb), 0.3), transparent 30%),
        radial-gradient(circle at 62% 105%, rgba(var(--kpc-secondary-rgb), 0.3), transparent 36%),
        linear-gradient(135deg, rgba(47, 9, 69, 0.99), rgba(25, 8, 48, 0.98) 48%, rgba(7, 7, 28, 0.99));
    box-shadow:
        0 34px 98px rgba(0, 0, 0, 0.46),
        0 0 80px rgba(255, 63, 164, 0.12),
        inset 0 0 0 1px rgba(255, 255, 255, 0.07);
}

.kernelz-product-category-landing--cheesy,
.kernelz-product-category-landing--cheesy-savory,
.kernelz-product-category-landing--classic {
    --kpc-accent-rgb: 255, 177, 63;
    --kpc-secondary-rgb: 255, 76, 158;
    --kpc-gold-rgb: 255, 224, 128;
}

.kernelz-product-category-landing--fan-favorites,
.kernelz-product-category-landing--premium {
    --kpc-accent-rgb: 255, 63, 164;
    --kpc-secondary-rgb: 246, 196, 83;
}

.kernelz-product-category-landing--frozen {
    --kpc-accent-rgb: 112, 218, 255;
    --kpc-secondary-rgb: 190, 123, 255;
    --kpc-gold-rgb: 238, 249, 255;
}

.kernelz-product-category-landing--dessert,
.kernelz-product-category-landing--sweet-dessert,
.kernelz-product-category-landing--sour {
    --kpc-accent-rgb: 255, 111, 181;
    --kpc-secondary-rgb: 255, 216, 114;
}

.kernelz-product-category-landing--spicy,
.kernelz-product-category-landing--spicy-hot,
.kernelz-product-category-landing--deals-limited-drops {
    --kpc-accent-rgb: 255, 103, 58;
    --kpc-secondary-rgb: 255, 63, 164;
}

.kernelz-product-category-landing--specialty,
.kernelz-product-category-landing--boozy {
    --kpc-accent-rgb: 187, 112, 255;
    --kpc-secondary-rgb: 255, 176, 86;
}

.kernelz-product-category-landing::before,
.kernelz-product-category-landing::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}

.kernelz-product-category-landing::before {
    inset: auto auto -120px -90px;
    width: 340px;
    height: 340px;
    background: radial-gradient(circle, rgba(var(--kpc-accent-rgb), 0.38), transparent 66%);
}

.kernelz-product-category-landing::after {
    top: 8%;
    right: 7%;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(var(--kpc-gold-rgb), 0.36), transparent 70%);
}

.kernelz-product-category-landing__stars {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0.9;
}

.kernelz-product-category-landing__stars span {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #fff6d7;
    box-shadow: 0 0 16px rgba(255, 216, 114, 0.86), 0 0 34px rgba(255, 63, 164, 0.38);
}

.kernelz-product-category-landing__stars span:nth-child(1) {
    top: 13%;
    left: 48%;
}

.kernelz-product-category-landing__stars span:nth-child(2) {
    top: 29%;
    left: 7%;
    width: 5px;
    height: 5px;
}

.kernelz-product-category-landing__stars span:nth-child(3) {
    right: 33%;
    bottom: 18%;
    width: 6px;
    height: 6px;
}

.kernelz-product-category-landing__stars span:nth-child(4) {
    right: 12%;
    bottom: 35%;
    width: 11px;
    height: 11px;
}

.kernelz-product-category-landing__stars span:nth-child(5) {
    left: 42%;
    bottom: 9%;
    width: 4px;
    height: 4px;
}

.kernelz-product-category-landing__content,
.kernelz-product-category-landing__media {
    position: relative;
    z-index: 1;
    min-width: 0;
}

.kernelz-product-category-landing__content::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: -1.2rem -1rem -1.2rem -1.2rem;
    border-radius: 34px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 36%),
        rgba(8, 5, 21, 0.22);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.045);
}

.kernelz-product-category-landing__eyebrow,
.kernelz-product-category-seo__eyebrow {
    margin: 0;
    color: #ffd872;
    font-size: 0.78rem;
    font-weight: 950;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.kernelz-product-category-landing__badge-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.72rem;
    margin-bottom: 0.78rem;
}

.kernelz-product-category-landing__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0.45rem 0.75rem;
    border: 1px solid rgba(255, 216, 114, 0.36);
    border-radius: 999px;
    background: rgba(255, 216, 114, 0.1);
    box-shadow: 0 0 28px rgba(246, 196, 83, 0.12);
}

.kernelz-product-category-landing__micro-badge {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0.45rem 0.75rem;
    border: 1px solid rgba(var(--kpc-accent-rgb), 0.54);
    border-radius: 999px;
    color: #ffe9fb;
    background: rgba(var(--kpc-accent-rgb), 0.14);
    font-size: 0.78rem;
    font-weight: 900;
}

.kernelz-product-category-landing__title {
    max-width: 760px;
    margin: 0;
    color: #fff7ff;
    background: linear-gradient(95deg, #fff7ff 0%, #ffd872 32%, #ff8fcb 64%, #ffffff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: clamp(2.3rem, 7vw, 5.7rem);
    line-height: 0.92;
    letter-spacing: -0.055em;
    text-shadow: 0 0 34px rgba(255, 63, 164, 0.34);
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
    .kernelz-product-category-landing__title {
        color: transparent;
    }
}

.kernelz-product-category-landing__description {
    max-width: 720px;
    margin-top: clamp(1rem, 2vw, 1.35rem);
    padding: clamp(1rem, 2.2vw, 1.35rem);
    border: 1px solid rgba(var(--kpc-accent-rgb), 0.24);
    border-left: 5px solid rgba(var(--kpc-accent-rgb), 0.82);
    border-radius: 24px;
    color: rgba(255, 248, 252, 0.92);
    background:
        radial-gradient(circle at 0% 0%, rgba(var(--kpc-gold-rgb), 0.14), transparent 42%),
        rgba(255, 255, 255, 0.07);
    font-size: clamp(1.02rem, 1.8vw, 1.2rem);
    line-height: 1.7;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025);
}

.kernelz-product-category-landing__description > *:last-child {
    margin-bottom: 0;
}

.kernelz-product-category-landing__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
    margin-top: clamp(1.2rem, 2.5vw, 1.8rem);
}

.kernelz-product-category-landing__feature-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.72rem;
    max-width: 760px;
    margin-top: clamp(1rem, 2.4vw, 1.55rem);
}

.kernelz-product-category-landing__feature-row span {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.48rem;
    min-width: 0;
    padding: 0.75rem 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    color: #fff8ed;
    background:
        radial-gradient(circle at 12% 10%, rgba(255, 216, 114, 0.18), transparent 34%),
        rgba(255, 255, 255, 0.08);
    font-size: 0.88rem;
    font-weight: 900;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.035);
}

.kernelz-product-category-landing__feature-row span::before {
    content: "✦";
    flex: 0 0 auto;
    color: rgb(var(--kpc-gold-rgb));
    text-shadow: 0 0 14px rgba(var(--kpc-accent-rgb), 0.52);
}

.kernelz-product-category-landing__count,
.kernelz-product-category-landing__cta,
.kernelz-product-category-landing__plain-link,
.kernelz-category-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border-radius: 999px;
    font-weight: 950;
    text-decoration: none;
}

.kernelz-product-category-landing__count {
    padding: 0.78rem 1.05rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #ffe9fb;
    background:
        radial-gradient(circle at 10% 10%, rgba(255, 216, 114, 0.15), transparent 40%),
        rgba(255, 255, 255, 0.1);
}

.kernelz-product-category-landing__cta {
    padding: 0.84rem 1.25rem;
    border: 1px solid rgba(255, 216, 114, 0.68);
    color: #21071d;
    background: linear-gradient(135deg, rgb(var(--kpc-gold-rgb)), rgba(var(--kpc-accent-rgb), 0.96) 54%, rgba(var(--kpc-secondary-rgb), 0.96));
    box-shadow: 0 16px 38px rgba(255, 63, 164, 0.32), 0 0 26px rgba(246, 196, 83, 0.14);
}

.kernelz-product-category-landing__plain-link,
.kernelz-category-pill {
    padding: 0.72rem 1rem;
    border: 1px solid rgba(255, 63, 164, 0.48);
    color: #fff6ff;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent),
        rgba(47, 14, 68, 0.84);
}

.kernelz-product-category-landing__cta:hover,
.kernelz-product-category-landing__cta:focus-visible,
.kernelz-product-category-landing__plain-link:hover,
.kernelz-product-category-landing__plain-link:focus-visible,
.kernelz-category-pill:hover,
.kernelz-category-pill:focus-visible {
    color: #ffffff;
    background: linear-gradient(135deg, #4d0c70, #7c2baf 54%, #ff3fa4);
    border-color: #ffd872;
    outline: 3px solid rgba(255, 216, 114, 0.46);
    outline-offset: 3px;
}

.kernelz-category-pill-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: clamp(1.1rem, 2.4vw, 1.7rem);
    padding-top: clamp(0.95rem, 2vw, 1.25rem);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.kernelz-category-pill::before {
    content: "✦";
    margin-right: 0.45rem;
    color: #ffd872;
    font-size: 0.85em;
}

.kernelz-product-category-landing__media {
    justify-self: center;
    width: min(100%, 460px);
}

.kernelz-product-category-landing__media-frame {
    position: relative;
    padding: clamp(0.65rem, 1.7vw, 1.05rem);
    border: 1px solid rgba(255, 216, 114, 0.24);
    border-radius: clamp(30px, 5vw, 52px);
    background:
        linear-gradient(135deg, rgba(var(--kpc-gold-rgb), 0.13), rgba(var(--kpc-accent-rgb), 0.16)),
        rgba(255, 255, 255, 0.06);
    box-shadow: 0 26px 78px rgba(0, 0, 0, 0.36), inset 0 0 0 1px rgba(255, 255, 255, 0.05);
    transform: rotate(1.35deg);
}

.kernelz-product-category-landing__media-frame::before,
.kernelz-product-category-landing__media-frame::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}

.kernelz-product-category-landing__media-frame::before {
    inset: -18px;
    border: 1px dashed rgba(255, 216, 114, 0.28);
    transform: rotate(-7deg);
}

.kernelz-product-category-landing__media-frame::after {
    right: -18px;
    bottom: 18%;
    width: 72px;
    height: 72px;
    background: radial-gradient(circle, rgba(var(--kpc-accent-rgb), 0.54), transparent 66%);
}

.kernelz-product-category-landing__image,
.kernelz-product-category-landing__orb {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: clamp(26px, 4vw, 42px);
    border: 1px solid rgba(255, 216, 114, 0.34);
    box-shadow: 0 22px 58px rgba(0, 0, 0, 0.34), 0 0 52px rgba(255, 63, 164, 0.24);
}

.kernelz-product-category-landing__image {
    display: block;
    object-fit: cover;
}

.kernelz-product-category-landing__orb {
    position: relative;
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at 34% 30%, rgba(var(--kpc-gold-rgb), 0.78), transparent 18%),
        radial-gradient(circle at 60% 70%, rgba(var(--kpc-accent-rgb), 0.7), transparent 28%),
        radial-gradient(circle at 50% 50%, rgba(var(--kpc-secondary-rgb), 0.44), transparent 48%),
        linear-gradient(135deg, rgba(93, 31, 135, 0.94), rgba(17, 12, 42, 0.99));
    overflow: hidden;
}

.kernelz-product-category-landing__orb::before {
    content: "";
    position: absolute;
    width: 74%;
    height: 74%;
    border: 1px solid rgba(255, 216, 114, 0.28);
    border-radius: 999px;
    transform: rotate(-18deg) scaleX(1.25);
}

.kernelz-product-category-landing__orb::after {
    content: "";
    position: absolute;
    inset: 18%;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.08), transparent 68%);
}

.kernelz-product-category-landing__orb span {
    position: relative;
    z-index: 1;
    color: #fff7ff;
    font-size: clamp(5rem, 12vw, 8rem);
    font-weight: 950;
    line-height: 1;
    text-shadow: 0 0 32px rgba(255, 63, 164, 0.5);
}

.kernelz-product-category-landing__media-badge {
    position: absolute;
    right: clamp(0.7rem, 2vw, 1rem);
    bottom: clamp(0.7rem, 2vw, 1rem);
    z-index: 2;
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0.68rem 0.9rem;
    border: 1px solid rgba(255, 216, 114, 0.72);
    border-radius: 999px;
    color: #250618;
    background: linear-gradient(135deg, #fff0a8, rgb(var(--kpc-gold-rgb)) 42%, rgba(var(--kpc-accent-rgb), 0.95));
    font-size: 0.85rem;
    font-weight: 950;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.28);
    transform: rotate(-2.5deg);
}

.kernelz-product-category-grid-anchor {
    scroll-margin-top: 120px;
}

.kernelz-product-category-grid-anchor .woocommerce-result-count,
.kernelz-product-category-grid-anchor .woocommerce-ordering {
    color: #fff6ff;
}

.kernelz-product-category-grid-anchor .woocommerce-result-count {
    float: left !important;
    display: inline-flex;
    align-items: center;
    min-height: 48px;
    margin: 0 0 clamp(1rem, 2vw, 1.35rem) !important;
    padding: 0.65rem 0.95rem;
    border: 1px solid rgba(255, 216, 114, 0.28);
    border-radius: 999px;
    color: #fff7ff;
    background: rgba(255, 255, 255, 0.08);
    font-weight: 950;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.kernelz-product-category-grid-anchor .woocommerce-ordering {
    float: right !important;
    margin: 0 0 clamp(1rem, 2vw, 1.35rem) !important;
}

.kernelz-product-category-grid-anchor .woocommerce-ordering select {
    min-height: 48px;
    max-width: 100%;
    padding: 0.65rem 2.6rem 0.65rem 0.95rem;
    border: 1px solid rgba(255, 216, 114, 0.4);
    border-radius: 999px;
    color: #fff7ff;
    background-color: #250a38;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
    font-weight: 900;
}

.kernelz-product-category-grid-anchor .products {
    clear: both;
}

.kernelz-product-category-seo {
    margin-top: clamp(2.5rem, 5vw, 4.5rem);
    padding: clamp(1.35rem, 3.5vw, 2.8rem);
    border: 1px solid rgba(255, 216, 114, 0.26);
    border-radius: clamp(28px, 4vw, 42px);
    background:
        radial-gradient(circle at 8% 18%, rgba(246, 196, 83, 0.18), transparent 30%),
        radial-gradient(circle at 90% 0%, rgba(255, 63, 164, 0.22), transparent 34%),
        linear-gradient(135deg, rgba(31, 14, 52, 0.95), rgba(14, 10, 33, 0.94));
    color: rgba(255, 248, 252, 0.9);
    box-shadow: 0 18px 54px rgba(0, 0, 0, 0.24);
}

.kernelz-product-category-seo h2 {
    margin: 0 0 clamp(1rem, 2vw, 1.4rem);
    color: #fff7ff;
    font-size: clamp(1.7rem, 4vw, 3rem);
    line-height: 1.05;
}

.kernelz-product-category-seo__lead {
    max-width: 760px;
    margin: 0 0 clamp(1.2rem, 2.5vw, 1.8rem);
    color: rgba(255, 248, 252, 0.86);
    font-size: clamp(1rem, 1.8vw, 1.14rem);
    line-height: 1.7;
}

.kernelz-category-faq-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(0.9rem, 2vw, 1.3rem);
}

.kernelz-category-faq-grid article {
    min-width: 0;
    padding: clamp(1.05rem, 2.2vw, 1.55rem);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 26px;
    background:
        radial-gradient(circle at 100% 0%, rgba(255, 63, 164, 0.13), transparent 36%),
        rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.035);
}

.kernelz-category-faq-grid h3 {
    margin: 0 0 0.55rem;
    color: #ffd872;
    font-size: 1rem;
}

.kernelz-category-faq-grid p {
    margin: 0;
    line-height: 1.65;
}

.kernelz-category-mini-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.kernelz-category-mini-links a,
.kernelz-category-faq-grid p a {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0.5rem 0.72rem;
    border: 1px solid rgba(255, 216, 114, 0.38);
    border-radius: 999px;
    color: #fff7ff;
    background: rgba(255, 216, 114, 0.1);
    font-weight: 900;
    text-decoration: none;
}

.kernelz-category-mini-links a:hover,
.kernelz-category-mini-links a:focus-visible,
.kernelz-category-faq-grid p a:hover,
.kernelz-category-faq-grid p a:focus-visible {
    color: #1c071d;
    background: #ffd872;
    outline: 3px solid rgba(255, 63, 164, 0.34);
    outline-offset: 2px;
}

@media (max-width: 860px) {
    .kernelz-product-category-landing {
        grid-template-columns: minmax(0, 1fr);
        text-align: left;
        min-height: 0;
    }

    .kernelz-product-category-landing__media {
        width: min(100%, 340px);
        justify-self: start;
        opacity: 0.86;
    }

    .kernelz-product-category-landing__feature-row {
        grid-template-columns: minmax(0, 1fr);
    }

    .kernelz-category-faq-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 680px) {
    body.woocommerce-shop .woocommerce ul.products,
    body.post-type-archive-product .woocommerce ul.products,
    body.tax-product_cat .woocommerce ul.products,
    body.tax-product_tag .woocommerce ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.9rem;
    }

    body.woocommerce-shop .woocommerce ul.products li.product,
    body.post-type-archive-product .woocommerce ul.products li.product,
    body.tax-product_cat .woocommerce ul.products li.product,
    body.tax-product_tag .woocommerce ul.products li.product {
        padding: 0.65rem !important;
        border-radius: 22px;
    }

    body.woocommerce-shop .woocommerce ul.products li.product .woocommerce-loop-product__title,
    body.post-type-archive-product .woocommerce ul.products li.product .woocommerce-loop-product__title,
    body.tax-product_cat .woocommerce ul.products li.product .woocommerce-loop-product__title,
    body.tax-product_tag .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 0.96rem;
        line-height: 1.13;
    }

    body.woocommerce-shop .woocommerce ul.products li.product .price,
    body.post-type-archive-product .woocommerce ul.products li.product .price,
    body.tax-product_cat .woocommerce ul.products li.product .price,
    body.tax-product_tag .woocommerce ul.products li.product .price {
        font-size: 0.88rem !important;
    }

    body.woocommerce-shop .woocommerce ul.products li.product .button,
    body.post-type-archive-product .woocommerce ul.products li.product .button,
    body.tax-product_cat .woocommerce ul.products li.product .button,
    body.tax-product_tag .woocommerce ul.products li.product .button {
        min-height: 42px;
        padding: 0.68rem 0.72rem !important;
        font-size: 0.82rem !important;
    }

    body.woocommerce-shop .woocommerce ul.products li.product .kernelz-badge-wrap,
    body.post-type-archive-product .woocommerce ul.products li.product .kernelz-badge-wrap,
    body.tax-product_cat .woocommerce ul.products li.product .kernelz-badge-wrap,
    body.tax-product_tag .woocommerce ul.products li.product .kernelz-badge-wrap {
        top: 0.88rem;
        left: 0.88rem;
        right: 0.88rem;
    }

    body.woocommerce-shop .woocommerce ul.products li.product .kernelz-badge,
    body.post-type-archive-product .woocommerce ul.products li.product .kernelz-badge,
    body.tax-product_cat .woocommerce ul.products li.product .kernelz-badge,
    body.tax-product_tag .woocommerce ul.products li.product .kernelz-badge {
        max-width: 100%;
        min-height: 24px;
        padding: 0.28rem 0.42rem;
        font-size: 0.58rem;
    }

    .kernelz-product-category-grid-anchor .woocommerce-result-count,
    .kernelz-product-category-grid-anchor .woocommerce-ordering {
        float: none !important;
        width: 100%;
    }

    .kernelz-product-category-grid-anchor .woocommerce-result-count {
        justify-content: center;
        text-align: center;
    }

    .kernelz-product-category-grid-anchor .woocommerce-ordering select {
        width: 100%;
    }
}

@media (max-width: 420px) {
    body.woocommerce-shop .woocommerce ul.products,
    body.post-type-archive-product .woocommerce ul.products,
    body.tax-product_cat .woocommerce ul.products,
    body.tax-product_tag .woocommerce ul.products {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 560px) {
    .kernelz-product-archive {
        width: min(100%, calc(100% - 20px));
    }

    .kernelz-product-category-landing {
        border-radius: 28px;
    }

    .kernelz-product-category-landing__media-frame {
        transform: none;
    }

    .kernelz-product-category-landing__media {
        width: min(100%, 240px);
    }

    .kernelz-product-category-landing__meta,
    .kernelz-category-pill-list {
        align-items: stretch;
        flex-direction: column;
    }

    .kernelz-product-category-landing__count,
    .kernelz-product-category-landing__cta,
    .kernelz-product-category-landing__plain-link,
    .kernelz-category-pill {
        width: 100%;
    }
}

.kernelz-ordering .kzm-clear {
    margin-top: 10px;
    min-height: 34px;
    border-color: rgba(255, 63, 164, 0.84);
    background: linear-gradient(135deg, var(--kernelz-pink), var(--kernelz-coral) 48%, var(--kernelz-orange));
    color: #ffffff;
    box-shadow: 0 12px 28px rgba(255, 63, 164, 0.28), 0 0 26px rgba(255, 140, 63, 0.14);
}

.kernelz-ordering .kzm-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
    gap: clamp(1.25rem, 2.5vw, 2rem);
    margin-top: 18px;
}

.kernelz-ordering-menu {
    container-name: kernelz-flavor-menu;
    container-type: inline-size;
}

.kernelz-ordering .kzm-grid[aria-busy="true"] {
    opacity: 0.55;
    transition: opacity 160ms ease;
}

.kernelz-ordering .kzm-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 26px;
}

.kernelz-ordering .kzm-pagination button {
    min-width: 44px;
    min-height: 44px;
    border: 1px solid rgba(246, 196, 83, 0.52);
    border-radius: 999px;
    background: rgba(33, 18, 51, 0.92);
    color: #ffffff;
    padding: 9px 14px;
    font: inherit;
    font-weight: 900;
    cursor: pointer;
}

.kernelz-ordering .kzm-pagination button:hover,
.kernelz-ordering .kzm-pagination button:focus-visible,
.kernelz-ordering .kzm-pagination button.is-active {
    border-color: var(--kernelz-gold);
    background: linear-gradient(135deg, var(--kernelz-pink), #7c3cff);
    outline: none;
}

.kernelz-ordering .kzm-pagination button:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.kernelz-ordering .kzm-pagination .kzm-load-more {
    min-width: min(100%, 260px);
    border-color: rgba(246, 196, 83, 0.76);
    background: linear-gradient(135deg, #4b203f, #6f2dbd 54%, #ff3fa4);
    box-shadow: 0 14px 34px rgba(255, 63, 164, 0.2);
    color: #fff4d1;
}

.kernelz-ordering .kzm-pagination > span {
    color: var(--kernelz-muted);
    font-weight: 800;
}

.kernelz-ordering .kzm-card {
    position: relative;
    min-width: 0;
    border: 1px solid rgba(255, 209, 154, 0.2);
    border-radius: 8px;
    background:
        radial-gradient(circle at 100% 0%, rgba(255, 209, 154, 0.24), transparent 32%),
        radial-gradient(circle at 8% 94%, rgba(255, 63, 164, 0.24), transparent 36%),
        linear-gradient(145deg, rgba(79, 43, 102, 0.98), rgba(19, 29, 58, 0.96));
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto 1fr;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(255, 63, 164, 0.04);
    transform: translateZ(0);
    transition:
        transform 220ms ease,
        border-color 220ms ease,
        box-shadow 220ms ease,
        background-color 220ms ease;
    will-change: transform;
}

@container kernelz-flavor-menu (max-width: 560px) {
    .kernelz-ordering .kzm-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .kernelz-ordering .kzm-card {
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: auto 1fr;
    }

    .kernelz-ordering .kzm-media {
        width: 100%;
        min-height: 0;
        aspect-ratio: 4 / 3;
    }

    .kernelz-ordering .kzm-card-heading {
        align-items: flex-start;
        flex-direction: column;
    }
}

.kernelz-ordering .kzm-card::before {
    content: "";
    position: absolute;
    inset: -60% -40%;
    z-index: 2;
    pointer-events: none;
    background:
        linear-gradient(
            115deg,
            transparent 32%,
            rgba(255, 248, 237, 0.03) 42%,
            rgba(246, 196, 83, 0.2) 48%,
            rgba(255, 63, 164, 0.16) 54%,
            transparent 66%
        );
    opacity: 0;
    transform: translateX(-58%) rotate(8deg);
    transition: opacity 220ms ease, transform 520ms ease;
}

.kernelz-ordering .kzm-media {
    position: relative;
    aspect-ratio: 4 / 3;
    background:
        radial-gradient(circle at 50% 45%, rgba(246, 196, 83, 0.28), transparent 30%),
        radial-gradient(circle at 80% 20%, rgba(255, 63, 164, 0.16), transparent 28%),
        #241538;
    overflow: hidden;
}

.kernelz-ordering .kzm-media img,
.kernelz-ordering .kzm-product-image,
.kernelz-ordering .kzm-image-fallback {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.kernelz-ordering .kzm-media img,
.kernelz-ordering .kzm-product-image {
    transform: scale(1);
    transition: transform 240ms ease, filter 240ms ease;
    will-change: transform;
}

.kernelz-ordering .kzm-image-fallback {
    min-height: 180px;
    display: grid;
    place-items: center;
    color: var(--kernelz-gold);
    font-size: 42px;
    font-weight: 900;
}

.kernelz-ordering .kzm-card-body {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 14px;
}

.kernelz-ordering .kzm-card:focus-visible {
    outline: 2px solid rgba(246, 196, 83, 0.9);
    outline-offset: 3px;
}

@media (hover: hover) and (pointer: fine) {
    .kernelz-ordering .kzm-card:hover,
    .kernelz-ordering .kzm-card:focus-visible,
    .kernelz-ordering .kzm-card:focus-within {
        border-color: rgba(246, 196, 83, 0.6);
        box-shadow:
            0 22px 52px rgba(0, 0, 0, 0.36),
            0 0 0 1px rgba(255, 63, 164, 0.2),
            0 0 34px rgba(255, 63, 164, 0.2),
            0 0 46px rgba(246, 196, 83, 0.12);
        transform: translateY(-4px) scale(1.01);
    }

    .kernelz-ordering .kzm-card:hover::before,
    .kernelz-ordering .kzm-card:focus-visible::before,
    .kernelz-ordering .kzm-card:focus-within::before {
        opacity: 1;
        transform: translateX(58%) rotate(8deg);
    }

    .kernelz-ordering .kzm-card:hover .kzm-media img,
    .kernelz-ordering .kzm-card:focus-visible .kzm-media img,
    .kernelz-ordering .kzm-card:focus-within .kzm-media img,
    .kernelz-ordering .kzm-card:hover .kzm-product-image,
    .kernelz-ordering .kzm-card:focus-visible .kzm-product-image,
    .kernelz-ordering .kzm-card:focus-within .kzm-product-image {
        filter: saturate(1.08) contrast(1.04);
        transform: scale(1.04);
    }

    .kernelz-ordering .kzm-card:hover .kzm-order,
    .kernelz-ordering .kzm-card:focus-visible .kzm-order,
    .kernelz-ordering .kzm-card:focus-within .kzm-order {
        border-color: rgba(255, 248, 237, 0.52);
        filter: brightness(1.08) saturate(1.08);
        box-shadow:
            0 0 0 1px rgba(255, 248, 237, 0.2),
            0 16px 36px rgba(255, 63, 164, 0.34),
            0 0 30px rgba(246, 196, 83, 0.24);
    }
}

@media (hover: none) {
    .kernelz-ordering .kzm-card:active {
        border-color: rgba(246, 196, 83, 0.46);
        box-shadow:
            0 16px 38px rgba(0, 0, 0, 0.3),
            0 0 0 1px rgba(255, 63, 164, 0.14);
    }
}

@media (prefers-reduced-motion: reduce) {
    .kernelz-ordering .kzm-card,
    .kernelz-ordering .kzm-card::before,
    .kernelz-ordering .kzm-media img,
    .kernelz-ordering .kzm-product-image,
    .kernelz-ordering .kzm-order {
        transition: none;
        transform: none;
        will-change: auto;
    }

    .kernelz-ordering .kzm-card:hover,
    .kernelz-ordering .kzm-card:focus-visible,
    .kernelz-ordering .kzm-card:focus-within,
    .kernelz-ordering .kzm-card:active,
    .kernelz-ordering .kzm-card:hover .kzm-media img,
    .kernelz-ordering .kzm-card:focus-visible .kzm-media img,
    .kernelz-ordering .kzm-card:focus-within .kzm-media img,
    .kernelz-ordering .kzm-card:hover .kzm-product-image,
    .kernelz-ordering .kzm-card:focus-visible .kzm-product-image,
    .kernelz-ordering .kzm-card:focus-within .kzm-product-image {
        transform: none;
    }

    .kernelz-ordering .kzm-card::before {
        display: none;
    }
}

.kernelz-ordering .kzm-card-heading h2 {
    margin: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.12;
}

.kernelz-ordering .kzm-price {
    color: var(--kernelz-gold);
    font-weight: 900;
    margin-top: 6px;
}

.kernelz-ordering .kzm-price-prefix {
    color: #ffe7ff;
    font-size: 0.82em;
    text-transform: uppercase;
}

.kernelz-ordering .kzm-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.kernelz-ordering .kzm-badges > span,
.kernelz-ordering .kzm-category-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(255, 63, 164, 0.5), rgba(124, 60, 255, 0.34));
    color: #ffffff;
    border: 1px solid rgba(255, 209, 154, 0.2);
    padding: 4px 8px 4px 5px;
    font-size: 12px;
    font-weight: 800;
}

.kernelz-ordering .kzm-badges .kzm-category-icon {
    width: 20px;
    height: 20px;
    padding: 0;
}

.kernelz-ordering .kzm-badges .kzm-category-icon svg {
    width: 13px;
    height: 13px;
}

.kernelz-ordering .kzm-description {
    margin: 0;
    color: var(--kernelz-muted);
    font-size: 14px;
}

.kernelz-ordering .kzm-order {
    width: 100%;
    margin-top: auto;
}

.kernelz-ordering .kzm-state {
    border: 1px solid var(--kernelz-border);
    border-radius: 8px;
    background: var(--kernelz-panel);
    color: var(--kernelz-muted);
    padding: 18px;
}

.kernelz-site-footer {
    border-top: 1px solid rgba(246, 196, 83, 0.22);
    background:
        radial-gradient(circle at 84% 0%, rgba(246, 196, 83, 0.16), transparent 32%),
        radial-gradient(circle at 12% 100%, rgba(255, 63, 164, 0.2), transparent 34%),
        linear-gradient(90deg, #061326, #170725 52%, #30113a);
    color: var(--kernelz-muted);
    padding: 24px 0;
    box-shadow: inset 0 1px 0 rgba(255, 248, 237, 0.06);
}

.kernelz-site-footer strong,
.kernelz-site-footer span {
    display: block;
}

.kernelz-footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.kernelz-site-footer a {
    color: var(--kernelz-text);
    text-decoration: none;
    font-weight: 900;
}

.kernelz-footer-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px 14px;
}

@media (max-width: 900px) {
    .kernelz-product-spotlight,
    .kernelz-product-commerce-grid,
    .kernelz-product-deep-dive {
        grid-template-columns: 1fr;
    }

    .kernelz-product-spotlight {
        min-height: auto;
    }

    .kernelz-product-gallery-panel {
        min-height: 340px;
    }

    .kernelz-product-main-image {
        width: min(100%, 420px);
    }

    .kernelz-product-title {
        font-size: clamp(42px, 10vw, 72px);
    }

    .kernelz-product-story-panel {
        position: relative;
        top: auto;
    }

    .kernelz-related-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .kernelz-related-posts__grid {
        grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
    }

    .kernelz-primary-nav {
        order: 3;
        width: 100%;
    }

    .kernelz-primary-nav ul {
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 8px 12px;
    }

    .kernelz-primary-nav a {
        white-space: nowrap;
        font-size: 12px;
    }

    .kernelz-brand-logo,
    .kernelz-site-header .kernelz-brand img,
    .kernelz-site-header img.custom-logo {
        height: 38px !important;
        max-height: 38px !important;
        max-width: 140px !important;
    }

    .kernelz-ordering {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 20px 16px 56px;
    }

    .kernelz-story-grid,
    .kernelz-contact-routing,
    .kernelz-story-band,
    .kernelz-contact-panel,
    .kernelz-story-hero--about,
    .kernelz-photo-nebula-hero,
    .kernelz-photo-nebula-console,
    .kernelz-events-hero,
    .kernelz-announcement-feature,
    .kernelz-single-announcement-hero,
    .kernelz-owner-section,
    .kernelz-contact-form-panel {
        grid-template-columns: 1fr;
    }

    .kernelz-story-grid--mosaic .kernelz-story-card:nth-child(2),
    .kernelz-story-grid--mosaic .kernelz-story-card:nth-child(3),
    .kernelz-announcement-card:nth-child(2n) {
        transform: none;
    }

    .kernelz-announcement-grid {
        grid-template-columns: 1fr;
    }

    .kernelz-announcement-feature {
        border-radius: 18px;
        padding: 12px;
    }

    .kernelz-announcement-feature-media {
        height: clamp(260px, 62vw, 420px);
        min-height: 260px;
        max-height: 420px;
        clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
    }

    .kernelz-featured-announcement__content {
        padding: 8px 4px 10px;
    }

    .kernelz-announcement-feature h2 {
        max-width: 100%;
        font-size: clamp(2rem, 9vw, 3rem);
        letter-spacing: -0.045em;
    }

    .kernelz-single-announcement-media {
        height: clamp(260px, 68vw, 420px);
        min-height: 260px;
        max-height: 420px;
    }

    .kernelz-single-announcement-title {
        max-width: 100%;
        font-size: clamp(2.25rem, 11vw, 3.75rem);
    }

    .kernelz-events-orbit,
    .kernelz-brand-orbit,
    .kernelz-photo-nebula-orbit {
        min-height: 260px;
    }

    .kernelz-photo-nebula-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }

    .kernelz-nebula-tile--4 {
        grid-column: span 1;
    }

    .kernelz-nebula-lightbox-shell {
        grid-template-columns: 1fr;
    }

    .kernelz-nebula-lightbox-nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
    }

    .kernelz-nebula-lightbox-nav--prev {
        left: 10px;
    }

    .kernelz-nebula-lightbox-nav--next {
        right: 10px;
    }

    .kernelz-nebula-lightbox-copy {
        grid-column: 1;
    }

    .kernelz-single-announcement-media,
    .kernelz-owner-photo {
        min-height: 280px;
    }

    .kernelz-ordering-hero {
        min-height: auto;
        grid-template-columns: 1fr;
        padding: 28px 18px;
    }

    .kernelz-ordering-hero::before {
        background:
            linear-gradient(90deg, rgba(7, 4, 13, 0.98), rgba(7, 4, 13, 0.66)),
            url("../images/kernelz-nebula-popcorn-hero.webp") 58% center / cover no-repeat;
    }

    .kernelz-ordering-hero-copy,
    .kernelz-hero-lead {
        max-width: 100%;
    }

    .kernelz-ordering h1 {
        font-size: 40px;
    }

    .kernelz-featured-flavor-card {
        grid-template-columns: minmax(140px, 180px) minmax(0, 1fr);
        min-height: auto;
    }

    .kernelz-fulfillment-summary,
    .kernelz-shipping-guide {
        grid-template-columns: 1fr;
    }

    .kernelz-fulfillment-cards {
        grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    }

    .kernelz-shipping-guide ul {
        justify-content: flex-start;
    }

    .kernelz-fulfillment-summary article,
    .kernelz-shipping-guide {
        padding: 16px;
        overflow: hidden;
    }

    .kernelz-fulfillment-card p {
        font-size: 15px;
        line-height: 1.45;
    }

    .kernelz-ordering .kzm-toolbar {
        top: 74px;
    }

    .kernelz-ordering .kzm-grid {
        grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
    }

    .kernelz-ordering .kzm-card {
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: auto 1fr;
    }

    .kernelz-ordering .kzm-media {
        aspect-ratio: 4 / 3;
        min-height: 0;
    }

    .kernelz-ordering .kzm-card-heading h2 {
        font-size: 17px;
    }
}

@media (max-width: 520px) {
    .kernelz-related-posts__grid {
        grid-template-columns: 1fr;
    }

    .kernelz-related-posts {
        padding: 16px;
        border-radius: 22px;
    }

    .kernelz-single-product {
        padding-top: 14px;
    }

    .kernelz-product-spotlight,
    .kernelz-product-commerce-grid,
    .kernelz-product-deep-dive,
    .kernelz-related-products {
        width: min(100% - 20px, 420px);
    }

    .kernelz-product-spotlight,
    .kernelz-product-story-panel,
    .kernelz-product-order-panel,
    .kernelz-product-deep-dive,
    .kernelz-related-products {
        border-radius: 14px;
        padding: 14px;
    }

    .kernelz-product-gallery-panel {
        min-height: 270px;
    }

    .kernelz-product-main-image {
        border-radius: 18px;
    }

    .kernelz-product-orbit-badge {
        top: -2px;
        left: -2px;
        font-size: 11px;
    }

    .kernelz-product-thumb-orbit {
        right: 4px;
        bottom: 4px;
        max-width: 92%;
    }

    .kernelz-product-thumb {
        width: 54px;
        height: 54px;
        border-radius: 13px;
    }

    .kernelz-product-title {
        font-size: clamp(36px, 14vw, 54px);
        line-height: 0.95;
    }

    .kernelz-product-pitch {
        font-size: 16px;
    }

    .kernelz-product-price-signal {
        font-size: 17px;
    }

    .kernelz-product-hero-actions,
    .kernelz-product-order-form .woocommerce-variation-add-to-cart,
    .kernelz-product-order-form form.cart:not(.variations_form) {
        display: grid;
        grid-template-columns: 1fr;
    }

    .kernelz-product-order-form .woocommerce-variation-add-to-cart > .kernelz-product-addins,
    .kernelz-product-order-form form.cart:not(.variations_form) > .kernelz-product-addins,
    .kernelz-product-order-form .woocommerce-variation-add-to-cart > .quantity,
    .kernelz-product-order-form form.cart:not(.variations_form) > .quantity,
    .kernelz-product-order-form .woocommerce-variation-add-to-cart > .single_add_to_cart_button,
    .kernelz-product-order-form form.cart:not(.variations_form) > .single_add_to_cart_button {
        grid-column: 1 / -1;
        width: 100%;
        justify-self: stretch;
    }

    .kernelz-product-order-form .kernelz-product-addins {
        padding: 14px;
    }

    .kernelz-product-order-form .kernelz-product-addins .kernelz-addin-options {
        grid-template-columns: 1fr;
    }

    .kernelz-product-order-form .kernelz-product-addins .kernelz-addin-option {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 10px;
    }

    .kernelz-product-order-form .kernelz-product-addins .kernelz-addin-group-checkbox .kernelz-addin-option {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .kernelz-product-order-form .kernelz-product-addins .kernelz-addin-option input[type="number"] {
        width: 76px;
    }

    .kernelz-product-order-form .single_add_to_cart_button,
    .kernelz-product-order-form button.single_add_to_cart_button {
        width: 100%;
    }

    .kernelz-product-quick-facts span {
        width: 100%;
        border-radius: 12px;
    }

    .kernelz-related-product-grid {
        grid-template-columns: 1fr;
    }

    .kernelz-site-header-inner,
    .kernelz-site-footer-inner {
        width: min(360px, calc(100vw - 20px));
        max-width: calc(100vw - 20px);
    }

    .kernelz-site-footer-inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .kernelz-footer-nav {
        align-items: flex-start;
        flex-direction: column;
        justify-content: flex-start;
    }

    .kernelz-brand small {
        display: none;
    }

    .kernelz-content-story {
        width: min(330px, calc(100vw - 48px));
        margin-left: auto;
        margin-right: auto;
    }

    .kernelz-photo-nebula-main {
        width: min(calc(100vw - 20px), 370px);
        margin-left: 10px;
        margin-right: auto;
    }

    .kernelz-fulfillment-cards {
        grid-template-columns: 1fr;
    }

    .kernelz-shipping-guide li {
        width: 100%;
        border-radius: 8px;
    }

    .kernelz-photo-nebula-page {
        padding: 10px;
    }

    .kernelz-story-page,
    .kernelz-contact-page {
        padding: 14px;
    }

    .kernelz-cart-link span {
        display: none;
    }

    .kernelz-cart-link {
        position: absolute;
        top: 8px;
        right: 10px;
        z-index: 2;
        display: inline-flex;
        border-color: rgba(246, 196, 83, 0.72);
        background: #270737;
        padding: 6px;
    }

    .kernelz-cart-link strong {
        min-width: 22px;
        height: 22px;
        font-size: 12px;
    }

    .kernelz-primary-nav {
        min-width: 0;
        width: min(360px, calc(100vw - 20px));
        max-width: calc(100vw - 20px);
    }

    .kernelz-primary-nav ul {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 6px;
        width: 100%;
        max-width: 100%;
    }

    .kernelz-primary-nav li:nth-child(2) {
        grid-column: span 2;
    }

    .kernelz-primary-nav a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-width: 0;
        font-size: 11px;
        color: #270737 !important;
        border-color: rgba(39, 7, 55, 0.16);
        background: rgba(255, 248, 237, 0.24);
        padding: 6px 8px;
        text-align: center;
        overflow-wrap: anywhere;
        white-space: normal;
    }

    .kernelz-primary-nav a:hover,
    .kernelz-primary-nav a:focus-visible {
        color: #ffffff !important;
        background:
            radial-gradient(circle at 20% 0%, rgba(246, 196, 83, 0.2), transparent 34%),
            linear-gradient(135deg, #c41472, #f43796);
    }

    .kernelz-hero-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .kernelz-hero-lead,
    .kernelz-section-heading p,
    .kernelz-shipping-guide p {
        font-size: 16px;
        line-height: 1.45;
    }

    .kernelz-ordering {
        width: calc(100vw - 32px);
        max-width: 358px;
        margin-left: 10px;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
    }

    .kernelz-ordering h1 {
        font-size: 36px;
    }

    .kernelz-story-hero {
        min-height: auto;
        padding: 22px 16px;
    }

    .kernelz-story-hero h1 {
        font-size: 28px;
        line-height: 1.04;
    }

    .kernelz-events-hero h1,
    .kernelz-single-announcement h1 {
        font-size: 28px;
        line-height: 1.05;
        overflow-wrap: normal;
        word-break: normal;
    }

    .kernelz-events-hero,
    .kernelz-contact-form-panel,
    .kernelz-owner-section {
        padding: 18px 14px;
    }

    .kernelz-photo-nebula-hero,
    .kernelz-photo-nebula {
        width: 100%;
        max-width: 100%;
        padding: 18px 14px;
    }

    .kernelz-photo-nebula-hero,
    .kernelz-photo-nebula-console {
        display: block;
    }

    .kernelz-photo-nebula-hero > *,
    .kernelz-photo-nebula-console > * {
        min-width: 0;
    }

    .kernelz-events-orbit,
    .kernelz-brand-orbit,
    .kernelz-photo-nebula-orbit {
        min-height: 220px;
    }

    .kernelz-photo-nebula-hero h1 {
        font-size: 30px;
        line-height: 1;
        overflow-wrap: anywhere;
    }

    .kernelz-photo-nebula-hero p,
    .kernelz-photo-nebula-console h2,
    .kernelz-photo-nebula-console p {
        max-width: 100%;
        overflow-wrap: anywhere;
    }

    .kernelz-photo-nebula-hero p {
        font-size: 15px;
        line-height: 1.35;
    }

    .kernelz-photo-nebula-orbit {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
        min-height: auto;
        margin-top: 16px;
    }

    .kernelz-photo-nebula-orbit::before,
    .kernelz-photo-nebula-orbit::after {
        display: none;
    }

    .kernelz-photo-nebula-orbit-photo,
    .kernelz-photo-nebula-orbit-photo--1,
    .kernelz-photo-nebula-orbit-photo--2,
    .kernelz-photo-nebula-orbit-photo--3 {
        position: relative;
        inset: auto;
        width: auto;
        animation: none;
        transform: none;
    }

    .kernelz-photo-nebula-orbit-photo figcaption {
        right: 6px;
        bottom: 6px;
        left: 6px;
        font-size: 10px;
    }

    .kernelz-photo-nebula-drift {
        opacity: 0.55;
    }

    .kernelz-photo-nebula-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .kernelz-photo-nebula-console h2 {
        font-size: 26px;
        line-height: 1;
    }

    .kernelz-nebula-tile {
        grid-column: span 1;
        grid-row: span 1;
        transform: none;
    }

    .kernelz-nebula-frame,
    .kernelz-nebula-tile--2 .kernelz-nebula-frame,
    .kernelz-nebula-tile--4 .kernelz-nebula-frame,
    .kernelz-nebula-tile--6 .kernelz-nebula-frame {
        aspect-ratio: 1;
    }

    .kernelz-nebula-caption {
        min-height: 68px;
        padding: 10px;
    }

    .kernelz-nebula-lightbox {
        padding: 10px;
    }

    .kernelz-nebula-lightbox-media {
        min-height: 240px;
    }

    .kernelz-announcement-feature-media,
    .kernelz-announcement-card-media,
    .kernelz-single-announcement-media,
    .kernelz-owner-photo {
        min-height: 220px;
    }

    .kernelz-story-card h2,
    .kernelz-contact-card h2,
    .kernelz-story-band h2,
    .kernelz-contact-panel h2,
    .kernelz-story-card p,
    .kernelz-contact-card p,
    .kernelz-story-band p,
    .kernelz-contact-panel li {
        overflow-wrap: anywhere;
    }

    .kernelz-story-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .kernelz-featured-flavor-card {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .kernelz-featured-flavor-copy {
        padding-top: 0;
    }

    .kernelz-featured-flavor-media,
    .kernelz-featured-flavor-image,
    .kernelz-featured-flavor-media img,
    .kernelz-featured-flavor-fallback {
        max-width: 240px;
        width: 100%;
        justify-self: center;
    }

    .kernelz-ordering .kzm-card {
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: auto 1fr;
    }

    .kernelz-ordering .kzm-card-body {
        padding: 12px;
    }

    .kernelz-ordering .kzm-description {
        display: block;
    }
}

/* Count-aware PhotoNebula layouts keep one image intentional instead of oversized. */
.kernelz-photo-nebula--single {
    width: min(100%, 720px);
    margin-right: auto;
    margin-left: auto;
}

.kernelz-photo-nebula--single .kernelz-photo-nebula-drift,
.kernelz-photo-nebula--single .kernelz-photo-nebula-filters {
    display: none;
}

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

.kernelz-photo-nebula--single .kernelz-nebula-tile,
.kernelz-photo-nebula--single .kernelz-nebula-frame {
    grid-column: auto;
    grid-row: auto;
    transform: none;
}

.kernelz-photo-nebula--single .kernelz-nebula-frame {
    max-height: 680px;
    aspect-ratio: auto;
}

.kernelz-photo-nebula--single .kernelz-nebula-img,
.kernelz-photo-nebula--single .kernelz-nebula-frame img {
    max-height: 680px;
    object-fit: contain;
}

.kernelz-photo-nebula--few .kernelz-photo-nebula-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

@media (max-width: 768px) {
    .kernelz-featured-flavor-card,
    .kernelz-ordering .kzm-card {
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: auto 1fr;
    }

    .kernelz-ordering .kzm-media {
        width: 100%;
        min-height: 0;
        aspect-ratio: 4 / 3;
    }

    .kernelz-ordering .kzm-card-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .woocommerce ul.products li.product,
    .kernelz-related-product-card {
        min-width: 0;
        overflow-wrap: anywhere;
    }
}

/* Full-width homepage hero: keep the shopping content constrained, but let the nebula hero span the viewport. */
.kernelz-ordering {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 0 56px;
    overflow-x: hidden;
}

.kernelz-ordering-hero {
    width: 100%;
    margin-top: 0;
    border-radius: 0;
    padding-right: max(28px, calc((100vw - 1180px) / 2 + 32px));
    padding-left: max(28px, calc((100vw - 1180px) / 2 + 32px));
}

.kernelz-ordering-menu,
.kernelz-shipping-guide,
.kernelz-fulfillment-summary {
    width: min(1180px, calc(100% - 28px));
    margin-right: auto;
    margin-left: auto;
}

.kernelz-ordering-menu {
    margin-top: 0;
}

@media (max-width: 899px) {
    .kernelz-ordering {
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 0 0 48px;
    }

    .kernelz-ordering-hero {
        width: 100%;
        border-radius: 0;
        padding-right: max(18px, calc((100vw - 620px) / 2 + 18px));
        padding-left: max(18px, calc((100vw - 620px) / 2 + 18px));
    }

    .kernelz-ordering-menu,
    .kernelz-shipping-guide,
    .kernelz-fulfillment-summary {
        width: min(620px, calc(100% - 20px));
    }
}

@media (max-width: 520px) {
    .kernelz-ordering {
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 0 0 42px;
    }

    .kernelz-ordering-hero {
        padding: 24px 16px;
    }

    .kernelz-ordering-menu,
    .kernelz-shipping-guide,
    .kernelz-fulfillment-summary {
        width: calc(100% - 20px);
    }
}

/* Header contrast override: pink nav bar, dark-purple normal text, pink hover pill. */
.kernelz-site-header .kernelz-brand strong,
.kernelz-site-header .kernelz-brand small,
.kernelz-site-header .kernelz-primary-nav a {
    color: #270737 !important;
    text-shadow: none !important;
}

.kernelz-site-header .kernelz-primary-nav a:hover,
.kernelz-site-header .kernelz-primary-nav a:focus-visible {
    color: #ffffff !important;
    border-color: rgba(246, 196, 83, 0.72);
    background:
        radial-gradient(circle at 20% 0%, rgba(246, 196, 83, 0.22), transparent 34%),
        linear-gradient(135deg, #b40f66, #ef2f8f);
    box-shadow: 0 0 22px rgba(244, 55, 150, 0.34);
}

/* Single product pages use the standard header, but product heroes need more first-screen room. */
body.single-product .kernelz-site-header .kernelz-brand-logo,
body.single-product .kernelz-site-header .kernelz-brand img,
body.single-product .kernelz-site-header img.custom-logo {
    height: 34px !important;
    max-height: 34px !important;
    max-width: 118px !important;
}

body.single-product .kernelz-site-header-inner {
    min-height: 62px;
}

body.single-product .kernelz-site-header .kernelz-brand {
    gap: 8px;
}

body.single-product .kernelz-site-header .kernelz-brand strong {
    font-size: 16px;
}

body.single-product .kernelz-site-header .kernelz-brand small {
    font-size: 11px;
    max-width: 190px;
}

body.single-product .kernelz-site-header .kernelz-primary-nav a,
body.single-product .kernelz-site-header .kernelz-primary-nav a:link,
body.single-product .kernelz-site-header .kernelz-primary-nav a:visited {
    color: #270737 !important;
    -webkit-text-fill-color: #270737;
}

body.single-product .kernelz-site-header .kernelz-primary-nav a:hover,
body.single-product .kernelz-site-header .kernelz-primary-nav a:focus-visible {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff;
    background:
        radial-gradient(circle at 20% 0%, rgba(246, 196, 83, 0.22), transparent 34%),
        linear-gradient(135deg, #b40f66, #ef2f8f);
}

@media (max-width: 900px) {
    body.single-product .kernelz-site-header .kernelz-brand-logo,
    body.single-product .kernelz-site-header .kernelz-brand img,
    body.single-product .kernelz-site-header img.custom-logo {
        height: 30px !important;
        max-height: 30px !important;
        max-width: 104px !important;
    }

    body.single-product .kernelz-site-header-inner {
        min-height: 58px;
    }
}

/* High-contrast primary navigation. Kept header-scoped so product and CTA buttons are unaffected. */
.kernelz-site-header .kernelz-primary-nav a,
.kernelz-site-header .kernelz-primary-nav a:link,
.kernelz-site-header .kernelz-primary-nav a:visited,
body.single-product .kernelz-site-header .kernelz-primary-nav a,
body.single-product .kernelz-site-header .kernelz-primary-nav a:link,
body.single-product .kernelz-site-header .kernelz-primary-nav a:visited,
.kernelz-site-header .kernelz-cart-link {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff;
    background: linear-gradient(145deg, #321047, #240632);
    border: 1px solid rgba(255, 139, 216, 0.58);
    box-shadow: 0 7px 18px rgba(39, 7, 55, 0.24);
    text-shadow: none !important;
}

.kernelz-site-header .kernelz-primary-nav a:hover,
.kernelz-site-header .kernelz-primary-nav a:focus-visible,
body.single-product .kernelz-site-header .kernelz-primary-nav a:hover,
body.single-product .kernelz-site-header .kernelz-primary-nav a:focus-visible,
.kernelz-site-header .kernelz-cart-link:hover,
.kernelz-site-header .kernelz-cart-link:focus-visible {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff;
    background: linear-gradient(145deg, #64166f, #431052);
    border-color: #ffd166;
    box-shadow: 0 0 0 3px rgba(255, 209, 102, 0.34), 0 8px 22px rgba(39, 7, 55, 0.32);
    outline: 3px solid transparent;
}

.kernelz-site-header .kernelz-primary-nav li.is-current a,
.kernelz-site-header .kernelz-primary-nav a[aria-current="page"] {
    color: #ffd166 !important;
    -webkit-text-fill-color: #ffd166;
    background: linear-gradient(145deg, #45115d, #2b083b);
    border-color: #ffd166;
    box-shadow: inset 0 -3px 0 #f43796, 0 7px 18px rgba(39, 7, 55, 0.28);
}

@media (max-width: 900px) {
    .kernelz-site-header .kernelz-primary-nav a,
    .kernelz-site-header .kernelz-cart-link {
        min-height: 44px;
    }

    .kernelz-site-header .kernelz-primary-nav a {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 12px;
    }
}
