:root {
    --yoked-cream: #e7e3d6;
    --yoked-cream-2: #f2efd9;
    --yoked-black: #0a0a0a;
    --yoked-white: #ffffff;
    --yoked-gray: #555555;
    --yoked-gray-soft: #7b7b7b;
    --yoked-line: #111111;
    --yoked-shadow: 10px 10px 0 rgba(0, 0, 0, 0.22);
    --yoked-shadow-sm: 6px 6px 0 rgba(0, 0, 0, 0.18);
    --yoked-radius: 22px;
    --yoked-radius-sm: 12px;
    --yoked-max: 1320px;
}

.yoked-extend-form {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.yoked-inline-date-input {
    min-height: 54px;
    max-width: 230px;
}

@media (max-width: 767px) {
    .yoked-extend-form {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }

    .yoked-inline-date-input {
        max-width: none;
        width: 100%;
    }
}

.yoked-page-hero .yoked-page-title {
    max-width: 1200px !important;
}

div#footer {
    display: none;
}

span.yoked-badge.active {
    background: #c8ffc8;
}

.tax-release .wp-block-columns.is-not-stacked-on-mobile,
.woocommerce-shop .wp-block-columns.is-not-stacked-on-mobile {
    width: 100%;
}

.tax-release header.wp-block-group.site-header.has-white-background-color.has-background,
.woocommerce-shop header.wp-block-group.site-header.has-white-background-color.has-background {
    background: transparent !important;
    position: relative;
}

.wp-block-columns.is-not-stacked-on-mobile > div.wp-block-column > div.wp-block-group {
    justify-content: right !important;
    padding-right: 0;
}

.yoked-site-header__brand {
    padding: 20px;
    max-width: 1200px !important;
    margin: auto;
}

.yoked-release-status-box {
    min-width: 260px;
}

.yoked-release-status-top {
    margin-bottom: 12px;
}

.yoked-status-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border: 3px solid var(--yoked-line);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.yoked-status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

/* ACTIVE */
.yoked-status-active {
    background: #d9fbe6;
    color: #0f7a3a;
}
.yoked-status-active .yoked-status-dot {
    background: #0f7a3a;
}

/* DRAFT */
.yoked-status-draft {
    background: #fff3d6;
    color: #a56600;
}
.yoked-status-draft .yoked-status-dot {
    background: #a56600;
}

/* ENDED */
.yoked-status-ended {
    background: #e5e5e5;
    color: #555;
}
.yoked-status-ended .yoked-status-dot {
    background: #555;
}

.yoked-release-status-row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 6px;
}

.yoked-status-label {
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--yoked-gray-soft);
}

.yoked-status-value {
    font-size: 16px;
    font-weight: 900;
}

a.custom-logo-link img {
    max-width: 120px;
}

body {
    background: var(--yoked-cream);
    color: var(--yoked-black);
}

.yoked-portal-wrap,
.yoked-release-page {
    max-width: var(--yoked-max);
    margin: 0 auto;
    padding: 36px 20px 60px;
}

.yoked-portal-wrap *,
.yoked-release-page * {
    box-sizing: border-box;
}

.yoked-portal-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 22px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

.yoked-portal-header-main {
    flex: 1;
    min-width: 280px;
}

.yoked-portal-eyebrow,
.yoked-kicker,
.yoked-small-label {
    display: inline-block;
    padding: 10px 16px;
    border: 4px solid var(--yoked-line);
    background: var(--yoked-cream-2);
    font-size: 13px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.yoked-portal-title,
.yoked-release-page-title {
    margin: 18px 0 10px;
    font-size: clamp(48px, 7vw, 92px);
    line-height: 0.9;
    font-weight: 900;
    letter-spacing: -0.04em;
    text-transform: uppercase;
}

.yoked-portal-subtitle,
.yoked-release-page-description {
    max-width: 760px;
    margin: 0;
    font-size: 22px;
    line-height: 1.35;
    color: var(--yoked-black);
}

.yoked-release-card {
    border: 6px solid var(--yoked-line);
    box-shadow: var(--yoked-shadow);
	background: var(--yoked-white);
}

.yoked-portal-user {
    min-width: 280px;
    padding: 18px 20px;
}

.yoked-portal-user-label {
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--yoked-gray-soft);
}

.yoked-portal-user-name {
    margin: 0 0 4px;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.05;
}

.yoked-portal-user-email {
    margin: 0;
    font-size: 15px;
    color: var(--yoked-gray);
}

.yoked-msg {
    margin-bottom: 20px;
    padding: 16px 18px;
    border: 4px solid var(--yoked-line);
    background: #dff7d8;
    box-shadow: var(--yoked-shadow-sm);
    font-weight: 800;
}

.yoked-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 34px;
}

.yoked-stat-card {
    padding: 22px;
}

.yoked-stat-label {
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--yoked-gray-soft);
}

.yoked-stat-value {
    margin: 12px 0 8px;
    font-size: clamp(34px, 4vw, 54px);
    line-height: 0.95;
    font-weight: 900;
}

.yoked-stat-note {
    font-size: 14px;
    line-height: 1.4;
    color: var(--yoked-gray);
}

.yoked-section {
    margin-top: 38px;
}

.yoked-section-heading {
    margin-bottom: 18px;
}

.yoked-section-heading-tight {
    margin-bottom: 22px;
}

.yoked-section-heading h2 {
    margin: 0 0 6px;
    font-size: clamp(34px, 4vw, 60px);
    line-height: 0.95;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.03em;
}

.yoked-section-heading p {
    margin: 0;
    font-size: 18px;
    line-height: 1.4;
}

.yoked-release-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.yoked-release-stack {
    display: grid;
    gap: 24px;
}

.yoked-release-card {
    padding: 24px;
}

.yoked-release-card-top,
.yoked-release-card-header,
.yoked-release-actions,
.yoked-release-card-actions,
.yoked-orders-header,
.yoked-progress-top,
.yoked-progress-foot,
.yoked-release-page-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.yoked-release-title {
    margin: 18px 0 10px;
    font-size: clamp(28px, 3vw, 48px);
    line-height: 0.95;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.03em;
}

.yoked-release-description {
    margin: 0;
    font-size: 18px;
    line-height: 1.45;
    color: var(--yoked-black);
}

.yoked-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 14px;
    border: 4px solid var(--yoked-line);
    background: var(--yoked-cream-2);
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.yoked-release-meta {
    margin: 18px 0 18px;
}

.yoked-release-meta-item {
    padding: 14px 16px;
    border: 4px solid var(--yoked-line);
    background: var(--yoked-cream);
}

.yoked-release-meta-label {
    display: block;
    margin-bottom: 4px;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--yoked-gray-soft);
}

.yoked-release-meta-value {
    display: block;
    font-size: 18px;
    font-weight: 900;
}

.yoked-launch-form {
    display: flex;
    align-items: end;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 18px;
}

.yoked-form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 240px;
    flex: 1;
}

.yoked-form-group label {
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.yoked-input {
    min-height: 52px;
    width: 100%;
    padding: 12px 14px;
    border: 4px solid var(--yoked-line);
    border-radius: 0;
    background: var(--yoked-white);
    color: var(--yoked-black);
    font-size: 15px;
    font-weight: 700;
}

.yoked-input:focus {
    outline: none;
}

.yoked-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 14px 28px;
    border: 4px solid var(--yoked-line);
    border-radius: 999px;
    background: var(--yoked-black);
    color: var(--yoked-white);
    text-decoration: none;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.01em;
    box-shadow: var(--yoked-shadow-sm);
    cursor: pointer;
    transition: transform 0.14s ease;
}

.yoked-button:hover,
.yoked-button:focus {
    transform: translateY(-2px);
    color: var(--yoked-white);
    text-decoration: none;
}

.yoked-button-secondary {
    background: var(--yoked-cream-2);
    color: var(--yoked-black);
}

.yoked-button-secondary:hover,
.yoked-button-secondary:focus {
    color: var(--yoked-black);
}

.yoked-progress-block,
.yoked-status-card {
    padding: 20px;
    background: var(--yoked-white);
}

.yoked-progress-block {
    margin: 24px 0 0;
    border: 4px solid var(--yoked-line);
}

.yoked-progress-label,
.yoked-progress-numbers,
.yoked-status-label {
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.yoked-progress-numbers {
    font-size: 16px;
}

.yoked-status-label {
    color: var(--yoked-gray-soft);
}

.yoked-status-main {
    margin: 12px 0 14px;
    font-size: clamp(30px, 3vw, 52px);
    line-height: 0.95;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.03em;
}

.yoked-status-sub,
.yoked-status-note,
.yoked-progress-foot span {
    font-size: 15px;
    line-height: 1.45;
    color: var(--yoked-gray);
}

.yoked-status-note {
    margin-top: 14px;
}

.yoked-progress-bar {
    width: 100%;
    height: 18px;
    margin: 12px 0 8px;
    border: 3px solid var(--yoked-line);
    background: var(--yoked-white);
}

.yoked-progress-bar-large {
    height: 22px;
}

.yoked-progress-bar-fill {
    height: 100%;
    background: var(--yoked-black);
}

.yoked-orders-section {
    margin-top: 24px;
}

.yoked-orders-header h4 {
    margin: 0;
    font-size: 26px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
}

.yoked-orders-header p {
    margin: 0;
    font-size: 16px;
}

.yoked-table-wrap {
    margin-top: 14px;
    overflow-x: auto;
    border: 4px solid var(--yoked-line);
    background: var(--yoked-white);
}

.yoked-table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
}

.yoked-table th,
.yoked-table td {
    padding: 14px 14px;
    border-bottom: 2px solid #d8d8d8;
    text-align: left;
    vertical-align: top;
    font-size: 14px;
}

.yoked-table th {
    background: var(--yoked-cream);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.yoked-table tbody tr:last-child td {
    border-bottom: none;
}

.yoked-empty-state {
    padding: 34px 26px;
    text-align: center;
}

.yoked-empty-state-small {
    margin-top: 14px;
}

.yoked-empty-state h2,
.yoked-empty-state h3 {
    margin: 0 0 8px;
    font-size: 28px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
}

.yoked-empty-state p {
    margin: 0;
    font-size: 16px;
    line-height: 1.45;
}

.yoked-release-hero {
    margin-bottom: 34px;
}

.yoked-release-hero-panel {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 28px;
    align-items: stretch;
}

.yoked-release-hero-copy {
    padding: 34px 30px;
    border: 6px solid var(--yoked-line);
    background: var(--yoked-cream);
    box-shadow: var(--yoked-shadow);
}

.yoked-release-hero-status {
    display: flex;
}

/*.yoked-status-card {
    width: 100%;
    border: 6px solid var(--yoked-line);
    box-shadow: var(--yoked-shadow);
}*/

.yoked-release-meta-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 22px;
}

.yoked-info-chip {
    min-width: 180px;
    padding: 14px 16px;
    border: 4px solid var(--yoked-line);
    background: var(--yoked-white);
}

.yoked-info-chip-label {
    display: block;
    margin-bottom: 4px;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--yoked-gray-soft);
}

.yoked-info-chip-value {
    display: block;
    font-size: 16px;
    font-weight: 900;
}

.yoked-release-page-actions {
    margin-top: 22px;
    justify-content: flex-start;
}

.yoked-release-products-wrap {
    margin-top: 28px;
}

.yoked-products-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.yoked-product-card-brand {
    display: flex;
    flex-direction: column;
    padding: 18px;
    background: var(--yoked-white);
}

.yoked-product-card-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.yoked-product-card-link:hover {
    color: inherit;
    text-decoration: none;
}

.yoked-product-card-image-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 280px;
    padding: 16px;
    margin-bottom: 16px;
}

.yoked-product-card-image-brand img {
    display: block;
    max-width: 100%;
    height: auto;
}

.yoked-product-card-body {
    margin-bottom: 14px;
}

.yoked-product-card-title {
    margin: 12px 0 8px;
    font-size: 28px;
    line-height: 0.98;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.03em;
}

.yoked-product-card-price {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
}

.yoked-product-card-brand .yoked-button {
    margin-top: auto;
}

.yoked-portal-wrap img,
.yoked-release-page img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 1100px) {
    .yoked-stats-grid,
    .yoked-products-grid,
    .yoked-release-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .yoked-release-hero-panel {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .yoked-portal-wrap,
    .yoked-release-page {
        padding: 24px 14px 40px;
    }

    .yoked-stats-grid,
    .yoked-products-grid,
    .yoked-release-grid {
        grid-template-columns: 1fr;
    }

    .yoked-launch-form {
        flex-direction: column;
        align-items: stretch;
    }

    .yoked-form-group {
        min-width: 100%;
    }

    .yoked-portal-title,
    .yoked-release-page-title {
        font-size: 46px;
    }

    .yoked-portal-subtitle,
    .yoked-release-page-description {
        font-size: 18px;
    }

    .yoked-product-card-image-brand {
        min-height: 220px;
    }
}



/* Product inactive notice */
.yoked-product-inactive-note {
    margin: 18px 0 0 !important;
    border: 4px solid var(--yoked-line) !important;
    background: var(--yoked-cream-2) !important;
    color: var(--yoked-black) !important;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.4;
    box-shadow: var(--yoked-shadow-sm);
}

/* Disabled/inactive buttons on product grids or loops */
.yoked-disabled-button,
.button.disabled.yoked-disabled-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 14px 28px;
    border: 4px solid var(--yoked-line);
    border-radius: 999px;
    background: #d9d4c7;
    color: #5f5a52;
    text-decoration: none;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.01em;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 1;
}

/* Small label fallback used in past launches / secondary states */
.yoked-small-label {
    display: inline-block;
    padding: 9px 14px;
    border: 4px solid var(--yoked-line);
    background: #e3ded1;
    color: var(--yoked-black);
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

/* Launch report page stat cards with longer values */
.yoked-stat-value-small {
    font-size: clamp(22px, 2.2vw, 34px);
    line-height: 1.05;
    letter-spacing: -0.02em;
}

/* Release status box on release template */
.yoked-release-status-box {
    width: 100%;
    padding: 20px;
    border: 6px solid var(--yoked-line);
    box-shadow: var(--yoked-shadow);
}

.yoked-release-status-top {
    margin-bottom: 14px;
}

.yoked-status-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border: 3px solid var(--yoked-line);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.yoked-status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex: 0 0 8px;
}

.yoked-status-active {
    background: #d9fbe6;
    color: #0f7a3a;
}

.yoked-status-active .yoked-status-dot {
    background: #0f7a3a;
}

.yoked-status-inactive {
    background: #fff3d6;
    color: #a56600;
}

.yoked-status-inactive .yoked-status-dot {
    background: #a56600;
}

.yoked-release-status-row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 8px;
}

.yoked-release-status-row .yoked-status-label {
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--yoked-gray-soft);
}

.yoked-release-status-row .yoked-status-value {
    font-size: 16px;
    font-weight: 900;
    color: var(--yoked-black);
}

/* Make the inline deactivate form sit nicely beside buttons */
.yoked-release-actions form {
    margin: 0;
}

/* Better spacing when release image appears inside dashboard cards */
.yoked-release-card .yoked-shop-release-image {
    margin: 14px 0 16px;
}

/* Past launches / report tables on smaller screens */
@media (max-width: 767px) {
    .yoked-release-status-box {
        box-shadow: var(--yoked-shadow-sm);
    }

    .yoked-release-actions form {
        width: 100%;
    }

    .yoked-release-actions form .yoked-button {
        width: 100%;
    }
}