.single-product .ca-product-short {
    margin: 1.25rem 0 1.4rem;
    color: #26362e;
}

.single-product .ca-product-short > span,
.ca-product-eyebrow {
    display: inline-block;
    margin-bottom: .55rem;
    color: #287248;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.single-product .ca-product-short p {
    margin: 0;
    color: #34473d;
    font-size: 1.04rem;
    line-height: 1.72;
}

.single-product .ca-product-short ul {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin: 1rem 0 0;
    padding: 0;
    list-style: none;
}

.single-product .ca-product-short li {
    padding: .42rem .7rem;
    border: 1px solid #d8e5dc;
    border-radius: 999px;
    background: #f6faf7;
    color: #385044;
    font-size: .78rem;
    font-weight: 700;
}

.ca-product-sales {
    --ca-green: #245f3e;
    --ca-green-bright: #2f7d50;
    --ca-ink: #17231c;
    --ca-muted: #53645a;
    --ca-line: #dfe8e2;
    --ca-cream: #f7f6ef;
    color: var(--ca-ink);
    font-size: 1rem;
    line-height: 1.75;
}

.single-product .ca-product-description-wrap {
    display: block;
    flex: 0 0 100%;
    clear: both;
    width: 100%;
    min-width: 0;
    max-width: none;
    margin: clamp(2.25rem, 5vw, 4.5rem) 0 2rem;
}

.single-product .ca-product-description-wrap + .woocommerce-tabs,
.single-product .ca-product-description-wrap ~ .related,
.single-product .ca-product-description-wrap ~ .upsells {
    clear: both;
}

.ca-product-sales * {
    box-sizing: border-box;
}

.ca-product-sales h2,
.ca-product-sales h3,
.ca-product-sales p,
.ca-product-sales ul {
    margin-top: 0;
}

.ca-product-sales h2 {
    max-width: 950px;
    margin-bottom: 1.1rem;
    color: var(--ca-ink);
    font-size: clamp(1.9rem, 4vw, 3rem);
    line-height: 1.13;
    letter-spacing: -.035em;
}

.ca-product-sales h3 {
    color: var(--ca-ink);
    font-size: clamp(1.35rem, 2.4vw, 1.85rem);
    line-height: 1.25;
}

.ca-product-lead {
    padding: clamp(2rem, 5vw, 4rem);
    border-radius: 22px;
    background:
        radial-gradient(circle at 92% 10%, rgba(102, 167, 120, .22), transparent 30%),
        linear-gradient(145deg, #eff7f1, #fff 64%);
    box-shadow: inset 0 0 0 1px var(--ca-line);
}

.ca-product-lead > p {
    max-width: 880px;
    color: var(--ca-muted);
    font-size: 1.08rem;
}

.ca-product-facts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .75rem;
    margin: 2rem 0 0;
    padding: 0;
    list-style: none;
}

.ca-product-facts li {
    min-height: 90px;
    padding: 1rem;
    border: 1px solid var(--ca-line);
    border-radius: 14px;
    background: rgba(255, 255, 255, .82);
    font-size: .88rem;
    font-weight: 750;
    line-height: 1.4;
}

.ca-product-facts span {
    display: block;
    color: var(--ca-green-bright);
    font-size: 1.1rem;
}

.ca-product-grid,
.ca-product-audience {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.ca-product-grid > div,
.ca-product-audience > div,
.ca-product-completion,
.ca-product-note {
    padding: clamp(1.5rem, 3.5vw, 2.5rem);
    border: 1px solid var(--ca-line);
    border-radius: 18px;
    background: #fff;
}

.ca-product-grid > *,
.ca-product-audience > *,
.ca-product-completion > * {
    float: none;
    min-width: 0;
    max-width: none;
}

.ca-product-grid .ca-product-benefit-card {
    background: var(--ca-cream);
}

.ca-product-index {
    display: block;
    margin-bottom: 1rem;
    color: #88a694;
    font-size: .75rem;
    font-weight: 900;
    letter-spacing: .14em;
}

.ca-product-checklist {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

.ca-product-checklist li {
    position: relative;
    margin: .65rem 0;
    padding-left: 1.7rem;
    color: #36483e;
}

.ca-product-checklist li::before {
    position: absolute;
    top: .12rem;
    left: 0;
    color: var(--ca-green-bright);
    content: "✓";
    font-weight: 900;
}

.ca-product-audience > div:first-child {
    background: var(--ca-green);
    color: #fff;
}

.ca-product-audience > div:first-child h3,
.ca-product-audience > div:first-child .ca-product-index {
    color: #fff;
}

.ca-product-audience strong {
    color: var(--ca-green);
    font-size: 1.1rem;
}

.ca-product-completion {
    display: grid;
    grid-template-columns: minmax(210px, .65fr) minmax(0, 1.35fr);
    gap: 1.25rem;
    align-items: start;
    margin-top: 1rem;
}

.ca-product-completion .ca-product-index {
    grid-column: 1 / -1;
    margin: 0;
}

.ca-product-completion > h3,
.ca-product-completion > div {
    position: static;
    width: auto;
    margin-right: 0;
    margin-left: 0;
    writing-mode: horizontal-tb;
    overflow-wrap: anywhere;
}

.ca-product-completion > div p {
    width: auto;
    max-width: 760px;
}

.ca-product-completion h3,
.ca-product-completion p:last-child {
    margin-bottom: 0;
}

.ca-product-note {
    margin-top: 1rem;
    border-color: #eadfbd;
    background: #fffaf0;
}

.ca-product-note strong {
    color: #735c1e;
}

.ca-product-note p {
    margin: .35rem 0 0;
    color: #5f553a;
}

.ca-product-cta {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
    padding: clamp(1.7rem, 4vw, 3rem);
    border-radius: 18px;
    background: #16271d;
    color: #fff;
}

.ca-product-cta span,
.ca-product-cta h3 {
    color: #fff;
}

.ca-product-cta > div > span {
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.ca-product-cta h3 {
    margin: .4rem 0;
}

.ca-product-cta p {
    margin-bottom: 0;
    color: #d8e2dc;
}

.ca-product-cta > a {
    flex: 0 0 auto;
    padding: .9rem 1.25rem;
    border-radius: 999px;
    background: #d4b96d;
    color: #17231c;
    font-weight: 850;
    text-decoration: none;
    transition: transform .2s ease, background .2s ease;
}

.ca-product-cta > a:hover,
.ca-product-cta > a:focus-visible {
    background: #ead58f;
    color: #17231c;
    transform: translateY(-2px);
}

@media (max-width: 820px) {
    .ca-product-facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ca-product-grid,
    .ca-product-audience,
    .ca-product-completion {
        grid-template-columns: 1fr;
    }

    .ca-product-completion .ca-product-index {
        margin-bottom: 0;
    }

    .ca-product-cta {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .ca-product-lead,
    .ca-product-grid > div,
    .ca-product-audience > div,
    .ca-product-completion,
    .ca-product-note,
    .ca-product-cta {
        padding: 1.3rem;
        border-radius: 14px;
    }

    .ca-product-facts {
        grid-template-columns: 1fr;
    }

    .ca-product-facts li {
        min-height: 0;
    }
}
