.june1-campaign {
    --june1-ink: #16001e;
    --june1-muted: rgba(22, 0, 30, 0.68);
    --june1-soft: #f3eff5;
    --june1-surface: #ffffff;
    --june1-mint: #e10035;
    --june1-mint-dark: #503d90;
    --june1-coral: #e10035;
    --june1-honey: #503d90;
    --june1-line: rgba(80, 61, 144, 0.18);
    --june1-shadow: 0 18px 48px rgba(22, 0, 30, 0.1);
    background: var(--june1-soft);
    color: var(--june1-ink);
    font-family: inherit;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 100vw;
    overflow: hidden;
    width: 100vw;
}

.june1-campaign *,
.june1-campaign *::before,
.june1-campaign *::after {
    box-sizing: border-box;
}

.june1-shell {
    margin: 0 auto;
    max-width: 1440px;
    padding: 0 clamp(18px, 4vw, 64px) 72px;
}

.june1-eyebrow {
    color: var(--june1-mint-dark);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.june1-hero h1,
.june1-section-heading h2 {
    color: var(--june1-ink);
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1.04;
    margin: 0;
}

.june1-hero h1 {
    font-size: clamp(2.35rem, 4.8rem, 5.4rem);
    max-width: 820px;
}

.june1-products {
    background: #f3eff5;
}

.june1-hero__lead {
    color: var(--june1-muted);
    font-size: 1.18rem;
    line-height: 1.65;
    margin: 22px 0 0;
    max-width: 720px;
}

.june1-benefits {
    display: grid;
    gap: 10px;
    list-style: none;
    margin: 26px 0 0;
    max-width: 740px;
    padding: 0;
}

.june1-benefits li {
    align-items: flex-start;
    color: var(--june1-ink);
    display: grid;
    font-size: 1rem;
    gap: 10px;
    grid-template-columns: 22px 1fr;
    line-height: 1.45;
}

.june1-benefits li::before {
    background: var(--june1-mint);
    border-radius: 50%;
    color: #fff;
    content: "✓";
    display: inline-grid;
    font-size: 0.78rem;
    font-weight: 800;
    height: 22px;
    place-items: center;
    width: 22px;
}

.june1-hero__note {
    background: rgba(225, 0, 53, 0.07);
    border: 1px solid rgba(225, 0, 53, 0.2);
    border-radius: 8px;
    color: var(--june1-mint-dark);
    display: inline-flex;
    font-weight: 700;
    line-height: 1.4;
    margin: 24px 0 0;
    padding: 12px 14px;
}

.june1-hero__visual {
    margin: 0;
    position: relative;
}

.june1-hero__visual img {
    aspect-ratio: 4 / 5;
    background: #fff;
    border: 1px solid var(--june1-line);
    border-radius: 8px;
    box-shadow: var(--june1-shadow);
    display: block;
    height: auto;
    object-fit: contain;
    padding: 24px;
    width: 100%;
}

.june1-hero__visual figcaption {
    align-items: center;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid var(--june1-line);
    border-radius: 8px;
    bottom: 14px;
    box-shadow: 0 10px 30px rgba(22, 0, 30, 0.1);
    display: flex;
    gap: 14px;
    justify-content: space-between;
    left: 14px;
    padding: 12px 14px;
    position: absolute;
    right: 14px;
}

.june1-hero__visual span,
.june1-status__label,
.june1-status__meta,
.june1-countdown__label {
    color: var(--june1-muted);
    font-size: 0.9rem;
}

.june1-hero__visual strong {
    color: var(--june1-coral);
    font-size: 1.25rem;
}

.june1-status {
    background: var(--june1-surface);
    border: 1px solid var(--june1-line);
    border-radius: 8px;
    box-shadow: var(--june1-shadow);
    margin: 0 0 46px;
    padding: 22px;
}

.june1-status__main {
    align-items: flex-start;
    display: flex;
    gap: 18px;
    justify-content: space-between;
}

.june1-status__main strong {
    color: var(--june1-ink);
    display: block;
    font-size: 2rem;
    line-height: 1.15;
    margin-top: 4px;
}

.june1-status__main p {
    color: var(--june1-mint-dark);
    font-weight: 800;
    margin: 4px 0 0;
    text-align: right;
}

.june1-progress {
    background: rgba(80, 61, 144, 0.12);
    border-radius: 999px;
    height: 12px;
    margin: 20px 0 10px;
    overflow: hidden;
}

.june1-progress span {
    background: linear-gradient(90deg, #e10035, #503d90);
    border-radius: inherit;
    display: block;
    height: 100%;
    min-width: 4px;
}

.june1-status__meta {
    display: flex;
    gap: 14px;
    justify-content: space-between;
}

.june1-status__remaining {
    align-items: center;
    background: linear-gradient(135deg, rgba(80, 61, 144, 0.08), rgba(225, 0, 53, 0.05));
    border: 1px solid rgba(80, 61, 144, 0.14);
    border-radius: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin-top: 14px;
    padding: 12px 14px;
}

.june1-status__remaining-label {
    color: var(--june1-muted);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.june1-status__remaining strong {
    color: var(--june1-ink);
    font-size: 1.08rem;
    line-height: 1;
}

.june1-status__remaining small {
    color: var(--june1-coral);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.june1-countdown {
    align-items: center;
    border-top: 1px solid var(--june1-line);
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin-top: 20px;
    padding-top: 18px;
}

.june1-countdown__parts {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(4, minmax(70px, 1fr));
}

.june1-countdown__parts > span {
    background: #ffffff;
    border: 1px solid var(--june1-line);
    border-radius: 8px;
    display: grid;
    min-height: 70px;
    min-width: 70px;
    padding: 10px;
    place-items: center;
}

.june1-countdown strong {
    color: var(--june1-ink);
    font-size: 1.45rem;
    line-height: 1;
}

.june1-countdown small {
    color: var(--june1-muted);
    font-size: 0.78rem;
    margin-top: 4px;
}

.june1-section-heading {
    margin: 0 0 22px;
    max-width: 780px;
}

.june1-section-heading h2 {
    font-size: 2rem;
}

.june1-product-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.june1-card {
    background: var(--june1-surface);
    border: 1px solid var(--june1-line);
    border-radius: 8px;
    box-shadow: 0 14px 36px rgba(22, 0, 30, 0.08);
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
}

.june1-card--free {
    border-color: rgba(225, 0, 53, 0.34);
    box-shadow: 0 18px 46px rgba(80, 61, 144, 0.14);
    display: grid;
    grid-column: 2 / span 2;
    grid-template-columns: minmax(220px, 0.46fr) minmax(0, 1fr);
}

.june1-card--warning {
    padding: 20px;
}

.june1-card__media {
    aspect-ratio: 4 / 5;
    background: #ffffff;
    overflow: hidden;
    padding: 22px 22px 0;
    position: relative;
}

.june1-card__media img {
    display: block;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.june1-card--free .june1-card__media {
    grid-row: 1 / span 2;
    min-height: 300px;
}

.june1-badge {
    border-radius: 999px;
    box-shadow: 0 8px 18px rgba(22, 0, 30, 0.12);
    font-size: 0.78rem;
    font-weight: 850;
    line-height: 1;
    padding: 8px 10px;
    position: absolute;
}

.june1-badge--discount,
.june1-badge--free {
    background: var(--june1-coral);
    color: #fff;
    left: 12px;
    top: 12px;
}

.june1-badge--gift {
    background: #fff;
    color: var(--june1-mint-dark);
    right: 12px;
    top: 12px;
}

.june1-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 12px;
    padding: 18px 18px 0;
}

.june1-card--free .june1-card__body {
    padding: 28px 28px 0;
}

.june1-card h3 {
    color: var(--june1-ink);
    font-size: 1rem;
    line-height: 1.25;
    margin: 0;
}

.june1-card p {
    color: var(--june1-muted);
    font-size: 0.94rem;
    line-height: 1.55;
    margin: 0;
}

.june1-card__promo-label {
    align-self: flex-start;
    background: rgba(80, 61, 144, 0.08);
    border: 1px solid rgba(80, 61, 144, 0.16);
    border-radius: 999px;
    color: var(--june1-mint-dark);
    display: inline-flex;
    font-size: 0.74rem;
    font-weight: 850;
    line-height: 1;
    padding: 8px 10px;
    text-transform: uppercase;
}

.june1-rating {
    align-items: center;
    display: flex;
    gap: 7px;
    min-height: 22px;
}

.june1-stars {
    align-items: center;
    color: #f6b800;
    display: inline-flex;
    font-size: 1rem;
    gap: 2px;
    letter-spacing: 0;
    line-height: 1;
    text-shadow: 0 1px 0 rgba(22, 0, 30, 0.08);
}

.june1-stars .is-empty {
    color: rgba(246, 184, 0, 0.28);
}

.june1-rating__count {
    color: rgba(22, 0, 30, 0.62);
    font-size: 0.88rem;
    font-weight: 800;
    line-height: 1;
}

.june1-free-perks {
    display: grid;
    gap: 8px;
    list-style: none;
    margin: 2px 0 0;
    padding: 0;
}

.june1-free-perks li {
    align-items: center;
    color: var(--june1-ink);
    display: grid;
    font-size: 0.92rem;
    gap: 8px;
    grid-template-columns: 18px 1fr;
    line-height: 1.35;
}

.june1-free-perks li::before {
    background: rgba(225, 0, 53, 0.1);
    border: 1px solid rgba(225, 0, 53, 0.22);
    border-radius: 50%;
    color: var(--june1-coral);
    content: "✓";
    display: inline-grid;
    font-size: 0.68rem;
    font-weight: 900;
    height: 18px;
    place-items: center;
    width: 18px;
}

.june1-price {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.june1-price del {
    color: var(--june1-muted);
    font-size: 0.68rem;
}

.june1-price strong {
    color: var(--june1-coral);
    font-size: 0.92rem;
    line-height: 1.1;
}

.june1-price--free strong {
    color: var(--june1-coral);
}

.june1-card__actions {
    display: grid;
    gap: 10px;
    padding: 18px;
}

.june1-card--free .june1-card__actions {
    align-self: end;
    padding: 18px 28px 28px;
}

.june1-card__shipping-note {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 239, 245, 0.9));
    border: 1px solid rgba(80, 61, 144, 0.12);
    border-radius: 12px;
    margin-top: 4px;
    padding: 12px 14px;
    text-align: left;
}

.june1-card--free .june1-card__shipping-note {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.june1-card__shipping-note strong {
    color: var(--june1-ink);
    display: block;
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1.25;
}

.june1-card__shipping-note span {
    color: var(--june1-mint-dark);
    display: block;
    font-size: 0.74rem;
    line-height: 1.45;
    margin-top: 4px;
}

.june1-button {
    align-items: center;
    background: var(--june1-mint);
    border: 0;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 0.82rem;
    font-weight: 700;
    justify-content: center;
    line-height: 1.2;
    min-height: 40px;
    padding: 10px 12px;
    text-align: center;
    text-decoration: none;
    transition: background 160ms ease, transform 160ms ease, box-shadow 160ms ease;
    width: 100%;
}

.june1-button:hover,
.june1-button:focus {
    background: var(--june1-mint-dark);
    box-shadow: 0 10px 26px rgba(80, 61, 144, 0.24);
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}

.june1-button--disabled,
.june1-button[aria-disabled="true"] {
    background: rgba(80, 61, 144, 0.35);
    box-shadow: none;
    cursor: not-allowed;
    transform: none;
}

.june1-campaign--ended .june1-status__main p {
    color: var(--june1-coral);
}

.june1-recent-notice {
    align-items: center;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--june1-line);
    border-radius: 8px;
    bottom: 20px;
    box-shadow: 0 16px 38px rgba(22, 0, 30, 0.16);
    color: var(--june1-ink);
    display: flex;
    gap: 12px;
    left: 20px;
    max-width: min(360px, calc(100vw - 32px));
    opacity: 0;
    padding: 14px 44px 14px 16px;
    pointer-events: none;
    position: fixed;
    transform: translateY(14px);
    transition: opacity 220ms ease, transform 220ms ease;
    z-index: 50;
}

.june1-recent-notice.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.june1-recent-notice__close {
    align-items: center;
    background: transparent;
    border: 0;
    color: var(--june1-muted);
    cursor: pointer;
    display: inline-flex;
    font-size: 1.35rem;
    height: 34px;
    justify-content: center;
    line-height: 1;
    padding: 0;
    position: absolute;
    right: 7px;
    top: 7px;
    width: 34px;
}

.june1-campaign--notice {
    border: 1px solid #f0c36d;
    border-radius: 8px;
    color: #6b4a16;
    padding: 16px;
}

@media (max-width: 1180px) {
    .june1-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .june1-card--free {
        grid-column: 1 / -1;
    }
}

@media (max-width: 700px) {
    .june1-shell {
        padding: 0 14px 46px;
    }

    .june1-hero h1 {
        font-size: 2.55rem;
    }

    .june1-hero__lead {
        font-size: 1.04rem;
    }

    .june1-status,
    .june1-card {
        border-radius: 8px;
    }

    .june1-status__main,
    .june1-status__meta,
    .june1-status__remaining,
    .june1-countdown {
        align-items: flex-start;
        flex-direction: column;
        text-align: left;
    }

    .june1-status__main p {
        text-align: left;
    }

    .june1-countdown__parts {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        width: 100%;
    }

    .june1-countdown__parts > span {
        min-width: 0;
        padding: 8px 4px;
    }

    .june1-countdown strong {
        font-size: 1.2rem;
    }

    .june1-section-heading h2 {
        font-size: 1.55rem;
    }

    .june1-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .june1-card--free {
        display: flex;
        grid-column: 1 / -1;
    }

    .june1-card--free .june1-card__media {
        grid-row: auto;
        min-height: 0;
    }

    .june1-card--free .june1-card__body {
        padding: 18px 18px 0;
    }

    .june1-card--free .june1-card__actions {
        padding: 18px;
    }

    .june1-button {
        font-size: 0.78rem;
        min-height: 38px;
        padding: 9px 10px;
    }

    .june1-recent-notice {
        bottom: 12px;
        left: 12px;
        right: 12px;
        max-width: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .june1-button,
    .june1-recent-notice {
        transition: none;
    }
}

.june1-info-button {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(80, 61, 144, 0.2);
    border-radius: 8px;
    color: var(--june1-mint-dark);
    cursor: pointer;
    display: inline-flex;
    font-size: 0.8rem;
    font-weight: 800;
    justify-content: center;
    line-height: 1.2;
    min-height: 38px;
    padding: 9px 12px;
    text-align: center;
    transition: border-color 160ms ease, box-shadow 160ms ease, color 160ms ease;
    width: 100%;
}

.june1-info-button:hover,
.june1-info-button:focus {
    border-color: rgba(80, 61, 144, 0.42);
    box-shadow: 0 8px 20px rgba(80, 61, 144, 0.12);
    color: var(--june1-ink);
}

.june1-modal-open {
    overflow: hidden;
}

.june1-product-modal[hidden] {
    display: none;
}

.june1-product-modal {
    align-items: center;
    display: grid;
    inset: 0;
    justify-items: center;
    padding: 18px;
    position: fixed;
    z-index: 9999;
}

.june1-product-modal__backdrop {
    background: rgba(22, 0, 30, 0.56);
    inset: 0;
    opacity: 0;
    position: fixed;
    transition: opacity 180ms ease;
}

.june1-product-modal__dialog {
    background: #fff;
    border: 1px solid rgba(80, 61, 144, 0.18);
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(22, 0, 30, 0.24);
    color: var(--june1-ink);
    max-height: min(760px, calc(100vh - 36px));
    max-width: 760px;
    opacity: 0;
    overflow: auto;
    padding: 28px;
    position: relative;
    transform: translateY(14px) scale(0.98);
    transition: opacity 180ms ease, transform 180ms ease;
    width: min(100%, 760px);
    z-index: 1;
}

.june1-product-modal.is-open .june1-product-modal__backdrop,
.june1-product-modal.is-open .june1-product-modal__dialog {
    opacity: 1;
}

.june1-product-modal.is-open .june1-product-modal__dialog {
    transform: translateY(0) scale(1);
}

.june1-product-modal__close {
    align-items: center;
    background: rgba(80, 61, 144, 0.08);
    border: 1px solid rgba(80, 61, 144, 0.14);
    border-radius: 50%;
    color: var(--june1-mint-dark);
    cursor: pointer;
    display: inline-flex;
    font-size: 1.35rem;
    height: 38px;
    justify-content: center;
    line-height: 1;
    padding: 0;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 38px;
}

.june1-product-modal__eyebrow {
    color: var(--june1-coral);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0;
    margin: 0 48px 8px 0;
    text-transform: uppercase;
}

.june1-product-modal__dialog > h3 {
    color: var(--june1-ink);
    font-size: 1.45rem;
    line-height: 1.18;
    margin: 0 48px 18px 0;
}

.june1-product-modal__content {
    color: rgba(22, 0, 30, 0.78);
    font-size: 1rem;
    line-height: 1.7;
}

.june1-product-modal__content > *:first-child {
    margin-top: 0;
}

.june1-product-modal__content > *:last-child {
    margin-bottom: 0;
}

.june1-product-modal__content h1,
.june1-product-modal__content h2,
.june1-product-modal__content h3,
.june1-product-modal__content h4 {
    color: var(--june1-ink);
    line-height: 1.2;
    margin: 1.2em 0 0.5em;
}

.june1-product-modal__content ul,
.june1-product-modal__content ol {
    margin: 0 0 1em 1.2em;
    padding: 0;
}

.june1-product-modal__content li {
    margin: 0.28em 0;
}

.june1-product-modal__content img {
    border-radius: 8px;
    height: auto;
    max-width: 100%;
}