:root {
    --cd-teal: #22b99c;
    --cd-teal-deep: #0d7b67;
    --cd-teal-dark: #074238;
    --cd-cream: #fff4df;
    --cd-cream-soft: #fffaf0;
    --cd-maroon: #49172f;
    --cd-ink: #1b1717;
    --cd-muted: #6d625f;
    --cd-line: rgba(73, 23, 47, 0.16);
    --cd-shadow: 0 24px 70px rgba(0, 0, 0, 0.16);
    --cd-radius: 28px;
    --cd-radius-sm: 16px;
    --cd-wrap: 1180px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--cd-ink);
    background: var(--cd-cream-soft);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
}

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

a {
    color: inherit;
}

.cd-wrap {
    width: min(var(--cd-wrap), calc(100% - 40px));
    margin: 0 auto;
}

.screen-reader-text,
.skip-link {
    position: absolute;
    left: -9999px;
}

.skip-link:focus {
    left: 20px;
    top: 20px;
    z-index: 9999;
    background: #fff;
    color: #000;
    padding: 12px 16px;
    border-radius: 10px;
}

.cd-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 250, 240, 0.88);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(73, 23, 47, 0.08);
}

.cd-nav {
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}

.cd-brand {
    text-decoration: none;
    display: grid;
    line-height: 1;
    min-width: 150px;
}

.cd-brand__kicker {
    color: var(--cd-teal-deep);
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-size: 0.72rem;
}

.cd-brand__name {
    color: var(--cd-maroon);
    font-size: clamp(1.55rem, 3vw, 2.15rem);
    font-weight: 950;
    letter-spacing: -0.04em;
    text-transform: uppercase;
}

.custom-logo-link img {
    width: auto;
    max-height: 58px;
}

.cd-menu__list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.cd-menu__list a {
    display: inline-flex;
    padding: 10px 12px;
    border-radius: 999px;
    text-decoration: none;
    color: var(--cd-muted);
    font-size: 0.92rem;
    font-weight: 800;
}

.cd-menu__list a:hover,
.cd-menu__list a:focus {
    color: var(--cd-maroon);
    background: rgba(34, 185, 156, 0.12);
}

.cd-nav-cta,
.cd-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    padding: 13px 20px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 950;
    line-height: 1;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    border: 0;
    cursor: pointer;
}

.cd-nav-cta,
.cd-btn--primary {
    color: var(--cd-cream);
    background: var(--cd-maroon);
    box-shadow: 0 12px 30px rgba(73, 23, 47, 0.22);
}

.cd-nav-cta:hover,
.cd-btn:hover {
    transform: translateY(-2px);
}

.cd-btn--ghost {
    color: var(--cd-maroon);
    background: rgba(255, 255, 255, 0.68);
    border: 1px solid rgba(73, 23, 47, 0.18);
}

.cd-btn--cream {
    color: var(--cd-maroon);
    background: var(--cd-cream);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
}

.cd-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background:
        radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.34), transparent 28%),
        linear-gradient(135deg, #e8fff6 0%, #fef0df 46%, #20b99d 46%, #0d7b67 100%);
}

.cd-hero::before {
    content: "";
    position: absolute;
    inset: 10% auto auto -120px;
    width: 300px;
    height: 300px;
    background: rgba(73, 23, 47, 0.12);
    border-radius: 999px;
    filter: blur(8px);
    z-index: -1;
}

.cd-hero__grid {
    min-height: calc(100vh - 82px);
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
    align-items: center;
    gap: clamp(28px, 5vw, 70px);
    padding: clamp(56px, 7vw, 88px) 0;
}

.cd-eyebrow {
    margin: 0 0 14px;
    color: var(--cd-teal-deep);
    font-weight: 950;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-size: 0.76rem;
}

.cd-hero__copy h1,
.cd-section__intro h2,
.cd-survey__copy h2,
.cd-usage h2,
.cd-content-card h1 {
    margin: 0;
    line-height: 0.96;
    letter-spacing: -0.075em;
    color: var(--cd-maroon);
    font-weight: 950;
}

.cd-hero__copy h1 {
    max-width: 740px;
    font-size: clamp(3.5rem, 8.4vw, 7.9rem);
}

.cd-hero__lead {
    max-width: 620px;
    margin: 24px 0 0;
    font-size: clamp(1.05rem, 1.5vw, 1.28rem);
    color: #463c39;
}

.cd-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.cd-proof-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.cd-proof-row span {
    padding: 9px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid rgba(73, 23, 47, 0.12);
    color: var(--cd-maroon);
    font-weight: 900;
    font-size: 0.82rem;
}

.cd-hero__visual {
    position: relative;
    min-height: 580px;
    display: grid;
    place-items: center;
}

.cd-hero__visual::before {
    content: "";
    position: absolute;
    width: min(95%, 620px);
    height: min(78%, 540px);
    border-radius: 42px;
    background: rgba(255, 244, 223, 0.3);
    transform: rotate(-4deg);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.24);
}

.cd-hero__chews,
.cd-hero__liquid {
    position: absolute;
    filter: drop-shadow(0 28px 38px rgba(0, 0, 0, 0.22));
}

.cd-hero__chews {
    width: min(78%, 580px);
    right: 2%;
    bottom: 2%;
}

.cd-hero__liquid {
    width: min(52%, 390px);
    left: 0;
    top: 8%;
    transform: rotate(-4deg);
}

.cd-section,
.cd-products,
.cd-faq,
.cd-usage,
.cd-survey,
.cd-page {
    padding: clamp(70px, 8vw, 116px) 0;
}

.cd-section__intro {
    max-width: 780px;
    margin-bottom: 32px;
}

.cd-section__intro--center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.cd-section__intro h2,
.cd-survey__copy h2,
.cd-usage h2 {
    font-size: clamp(2.6rem, 5.4vw, 5.8rem);
}

.cd-section__intro p:not(.cd-eyebrow),
.cd-survey__copy p,
.cd-usage p {
    margin: 18px 0 0;
    color: var(--cd-muted);
    font-size: 1.08rem;
}

.cd-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.cd-feature,
.cd-content-card,
.cd-faq details,
.cd-alert,
.cd-shipping-note {
    border: 1px solid var(--cd-line);
    border-radius: var(--cd-radius);
    background: rgba(255, 255, 255, 0.76);
    box-shadow: 0 14px 40px rgba(73, 23, 47, 0.08);
}

.cd-feature {
    padding: 28px;
}

.cd-feature__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 999px;
    background: var(--cd-teal);
    color: white;
    font-weight: 950;
}

.cd-feature h3,
.cd-product-card h3 {
    margin: 18px 0 10px;
    color: var(--cd-maroon);
    line-height: 1;
    letter-spacing: -0.04em;
    font-size: clamp(1.55rem, 2vw, 2rem);
}

.cd-feature p,
.cd-product-card p,
.cd-faq p,
.cd-footer p,
.cd-disclaimer {
    color: var(--cd-muted);
}

.cd-survey {
    background: #fff;
}

.cd-survey__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
    gap: clamp(28px, 5vw, 64px);
    align-items: center;
}

.cd-survey__image img {
    border-radius: 34px;
    box-shadow: var(--cd-shadow);
}

.cd-stat-card {
    margin-top: 26px;
    max-width: 380px;
    padding: 24px;
    border-radius: 24px;
    color: var(--cd-cream);
    background: var(--cd-maroon);
    display: grid;
    gap: 6px;
}

.cd-stat-card strong {
    font-size: 3rem;
    line-height: 1;
}

.cd-stat-card span {
    color: rgba(255, 244, 223, 0.82);
    font-weight: 800;
}

.cd-products {
    background:
        radial-gradient(circle at 12% 20%, rgba(34, 185, 156, 0.16), transparent 24%),
        radial-gradient(circle at 88% 82%, rgba(73, 23, 47, 0.12), transparent 28%),
        #fff7ea;
}

.cd-product-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
}

.cd-product-card {
    overflow: hidden;
    border-radius: 34px;
    background: white;
    border: 1px solid var(--cd-line);
    box-shadow: var(--cd-shadow);
    display: grid;
    grid-template-columns: minmax(210px, 0.9fr) minmax(0, 1.1fr);
}

.cd-product-card--dark {
    background: linear-gradient(135deg, var(--cd-teal-deep), var(--cd-teal-dark));
    color: white;
    border-color: rgba(255, 255, 255, 0.18);
}

.cd-product-card__media {
    min-height: 420px;
    display: grid;
    place-items: center;
    padding: 22px;
    background: linear-gradient(180deg, rgba(34, 185, 156, 0.14), rgba(255, 244, 223, 0.7));
}

.cd-product-card--dark .cd-product-card__media {
    background: rgba(255, 244, 223, 0.12);
}

.cd-product-card__media img {
    max-height: 360px;
    object-fit: contain;
    filter: drop-shadow(0 18px 24px rgba(0,0,0,.2));
}

.cd-product-card__body {
    padding: 34px;
    display: flex;
    flex-direction: column;
}

.cd-product-card--dark h3,
.cd-product-card--dark .cd-card-kicker,
.cd-product-card--dark .cd-price {
    color: var(--cd-cream);
}

.cd-product-card--dark p,
.cd-product-card--dark .cd-checklist li {
    color: rgba(255, 244, 223, 0.83);
}

.cd-card-kicker {
    margin: 0;
    color: var(--cd-teal-deep);
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.75rem;
}

.cd-checklist {
    list-style: none;
    padding: 0;
    margin: 16px 0 24px;
    display: grid;
    gap: 10px;
}

.cd-checklist li {
    position: relative;
    padding-left: 28px;
    color: #554b48;
    font-weight: 750;
}

.cd-checklist li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: -1px;
    color: var(--cd-teal-deep);
    font-weight: 950;
}

.cd-product-card--dark .cd-checklist li::before {
    color: var(--cd-cream);
}

.cd-card-buy {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.cd-price {
    color: var(--cd-maroon);
    font-size: 1.55rem;
    font-weight: 950;
    letter-spacing: -0.04em;
}

.cd-alert,
.cd-shipping-note {
    padding: 18px 20px;
    margin-bottom: 22px;
    color: var(--cd-maroon);
}

.cd-alert {
    background: #fff;
}

.cd-shipping-note {
    margin: 22px auto 0;
    max-width: 680px;
    text-align: center;
    background: rgba(255,255,255,.7);
}

.cd-usage {
    color: white;
    background: linear-gradient(135deg, var(--cd-maroon), #2a0d1b);
}

.cd-usage h2,
.cd-usage .cd-eyebrow {
    color: var(--cd-cream);
}

.cd-usage__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
    gap: 36px;
    align-items: center;
}

.cd-use-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.cd-use-list span {
    display: inline-flex;
    padding: 14px 18px;
    border-radius: 999px;
    background: rgba(255, 244, 223, 0.12);
    border: 1px solid rgba(255, 244, 223, 0.18);
    color: var(--cd-cream);
    font-weight: 950;
}

.cd-faq {
    background: #fff;
}

.cd-faq__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.cd-faq details {
    padding: 20px 22px;
}

.cd-faq summary {
    cursor: pointer;
    color: var(--cd-maroon);
    font-weight: 950;
    font-size: 1.08rem;
}

.cd-disclaimer {
    max-width: 820px;
    margin: 26px auto 0;
    text-align: center;
    font-size: 0.9rem;
}

.cd-footer {
    background: var(--cd-teal-dark);
    color: var(--cd-cream);
    padding: 48px 0 22px;
}

.cd-footer__grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr;
    gap: 22px;
}

.cd-footer__brand,
.cd-footer__title {
    margin: 0 0 8px;
    color: white;
    font-weight: 950;
    font-size: 1.15rem;
}

.cd-footer p {
    margin: 0;
    color: rgba(255, 244, 223, 0.76);
}

.cd-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 34px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 244, 223, 0.16);
    color: rgba(255, 244, 223, 0.72);
    font-size: 0.9rem;
}

.cd-footer__bottom a {
    color: var(--cd-cream);
    font-weight: 900;
    text-decoration: none;
}

.cd-page {
    min-height: 60vh;
    background: var(--cd-cream-soft);
}

.cd-content-card {
    padding: clamp(28px, 5vw, 54px);
}

.entry-content > *:first-child {
    margin-top: 0;
}

/* WooCommerce cleanup and styling */
.woocommerce div.product .product_meta,
.woocommerce-breadcrumb,
.posted_in,
.tagged_as {
    display: none !important;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button {
    border-radius: 999px !important;
    background: var(--cd-maroon) !important;
    color: var(--cd-cream) !important;
    font-weight: 950 !important;
    padding: 14px 20px !important;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.select2-container .select2-selection--single {
    border-radius: 14px;
    border: 1px solid var(--cd-line);
    min-height: 46px;
    padding: 10px 12px;
}

.woocommerce-checkout .woocommerce,
.woocommerce-cart .woocommerce {
    max-width: 1180px;
    margin: 60px auto;
    width: min(1180px, calc(100% - 40px));
}

@media (max-width: 1080px) {
    .cd-menu {
        display: none;
    }

    .cd-hero__grid,
    .cd-survey__grid,
    .cd-usage__grid {
        grid-template-columns: 1fr;
    }

    .cd-hero__grid {
        min-height: auto;
    }

    .cd-hero__visual {
        min-height: 540px;
    }

    .cd-product-grid,
    .cd-faq__grid,
    .cd-feature-grid {
        grid-template-columns: 1fr;
    }

    .cd-product-card {
        grid-template-columns: 1fr;
    }

    .cd-product-card__media {
        min-height: 360px;
    }

    .cd-footer__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 700px) {
    .cd-wrap {
        width: min(100% - 26px, var(--cd-wrap));
    }

    .cd-nav {
        min-height: 68px;
    }

    .cd-brand__kicker {
        font-size: 0.62rem;
    }

    .cd-brand__name {
        font-size: 1.36rem;
    }

    .cd-nav-cta {
        min-height: 42px;
        padding: 11px 14px;
        font-size: 0.88rem;
    }

    .cd-hero {
        background: linear-gradient(180deg, #e8fff6 0%, #fff3df 47%, #20b99d 47%, #0d7b67 100%);
    }

    .cd-hero__grid {
        padding: 46px 0 22px;
        gap: 18px;
    }

    .cd-hero__copy h1 {
        font-size: clamp(3.05rem, 17vw, 4.5rem);
    }

    .cd-hero__visual {
        min-height: 440px;
        overflow: visible;
    }

    .cd-hero__chews {
        width: 82%;
        right: 0;
        bottom: 0;
    }

    .cd-hero__liquid {
        width: 56%;
        left: -8%;
        top: 8%;
    }

    .cd-card-buy {
        align-items: stretch;
        flex-direction: column;
    }

    .cd-btn {
        width: 100%;
    }

    .cd-product-card__body,
    .cd-feature {
        padding: 24px;
    }

    .cd-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}
