/* Editorial sales pages: certification bundle + high-ticket course */
.ep-page [x-cloak] {
    display: none !important;
}

.ep-page {
    --ep-ink: #111;
    --ep-muted: rgba(17, 17, 17, 0.68);
    --ep-cream: #fffbf5;
    --ep-accent: #f6d24a;
    --ep-radius: 28px;
    --ep-line: color-mix(in srgb, #111 7%, transparent);
    --ep-paper: color-mix(in srgb, var(--ep-wash) 70%, var(--ep-cream));
    --ep-band: linear-gradient(
        118deg,
        color-mix(in srgb, #faf1d9 58%, #fff) 0%,
        color-mix(in srgb, var(--home-soft-cream, #f7e5c8) 62%, #fff) 48%,
        color-mix(in srgb, var(--home-soft-pink, #e7acbe) 36%, #fff) 100%
    );
    background:
        radial-gradient(980px 560px at 6% -8%, color-mix(in srgb, var(--ep-media) 52%, transparent), transparent 64%),
        radial-gradient(860px 520px at 100% 6%, color-mix(in srgb, var(--home-soft-pink, #e7acbe) 34%, transparent), transparent 60%),
        radial-gradient(720px 480px at 8% 42%, color-mix(in srgb, var(--home-soft-cream, #f7e5c8) 48%, transparent), transparent 62%),
        radial-gradient(900px 520px at 96% 68%, color-mix(in srgb, var(--home-soft-pink, #e7acbe) 26%, transparent), transparent 58%),
        radial-gradient(780px 440px at 18% 100%, color-mix(in srgb, var(--home-soft-yellow, #f6d24a) 24%, transparent), transparent 60%),
        linear-gradient(180deg, #fffbf5 0%, #fff7ee 38%, #fff6f1 72%, #fffbf5 100%);
    color: var(--ep-ink);
    padding: 8px 0 64px;
    text-align: left;
}

.ep-page--yellow {
    --ep-wash: color-mix(in srgb, #faf1d9 62%, #fffbf5);
    --ep-media: #f2d58c;
}

.ep-page--journey {
    --ep-wash: color-mix(in srgb, var(--home-soft-cream, #f7e5c8) 52%, #fffbf5);
    --ep-media: color-mix(in srgb, var(--home-soft-pink, #e7acbe) 42%, #fff);
    --ep-band: linear-gradient(
        118deg,
        color-mix(in srgb, var(--home-soft-cream, #f7e5c8) 48%, #fff) 0%,
        color-mix(in srgb, var(--home-soft-cream, #f7e5c8) 36%, #fff) 42%,
        color-mix(in srgb, var(--home-soft-pink, #e7acbe) 42%, #fff) 100%
    );
}

html:has(.ep-page),
.am-bodywrap:has(.ep-page),
.am-main:has(.ep-page) {
    background: #fffbf5 !important;
}

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

.ep-hero {
    display: grid;
    grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
    gap: 0;
    margin: 16px auto 72px;
    border-radius: var(--ep-radius);
    overflow: hidden;
    min-height: 540px;
    background: var(--ep-paper);
}

.ep-hero__media {
    position: relative;
    min-height: 540px;
    min-width: 0;
    background: var(--ep-media);
    overflow: hidden;
}

.ep-hero__photo,
.ep-hero__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.ep-hero__video {
    z-index: 1;
}

.ep-hero__media .cr-editorial-card__wave {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -1px;
    left: auto;
    width: 88px;
    height: 100%;
    margin: 0;
    z-index: 2;
    pointer-events: none;
}

.ep-hero__media .cr-editorial-card__wave path {
    fill: var(--ep-paper);
}

.ep-listen {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    grid-template-areas:
        "play meta"
        "track track";
    gap: 10px 14px;
    padding: 40px 22px 20px;
    background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.78) 62%);
    color: #fff;
}

.ep-listen audio {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    pointer-events: none;
}

.ep-listen__play {
    grid-area: play;
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    background: var(--site-accent-gradient, linear-gradient(135deg, #f6d24a 0%, #f0a66f 48%, #e15a9a 100%));
    color: #111;
    cursor: pointer;
}

.ep-listen__play:hover,
.ep-listen__play:focus-visible {
    filter: saturate(1.05);
    outline: 2px solid #fff;
    outline-offset: 2px;
}

.ep-listen__meta {
    grid-area: meta;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-width: 0;
}

.ep-listen__label {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

.ep-listen__time {
    flex: none;
    font-size: 12px;
    font-variant-numeric: tabular-nums;
    color: rgba(255, 255, 255, 0.78);
}

.ep-listen__track {
    grid-area: track;
    position: relative;
    height: 4px;
    border-radius: 99px;
    background: rgba(255, 255, 255, 0.32);
    cursor: pointer;
}

.ep-listen__fill {
    display: block;
    height: 100%;
    width: 0;
    border-radius: inherit;
    background: #fff;
}

.ep-hero__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 44px 40px 40px;
    background: var(--ep-paper);
}

.ep-kicker {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 14px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(17, 17, 17, 0.55);
}

.ep-kicker:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--site-accent-gradient, linear-gradient(135deg, #f6d24a 0%, #f0a66f 48%, #e15a9a 100%));
}

.ep-title {
    margin: 0;
    color: #000;
    font-family: "Playfair Display", serif;
    font-size: 44px;
    font-weight: 600;
    line-height: 1.14;
    overflow: visible;
    letter-spacing: -0.03em;
    overflow-wrap: anywhere;
}

.ep-promise {
    margin: 16px 0 0;
    max-width: 34rem;
    color: var(--ep-muted);
    font-size: 1.12rem;
    line-height: 1.55;
}

.ep-stars {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
}

.ep-stars i {
    font-size: 14px;
    color: #FDB022;
}

.ep-stars i.is-on,
.ep-stars i.is-on:before {
    color: #FDB022;
}

.ep-stars i.is-off,
.ep-stars i.is-off:before {
    color: rgba(17, 17, 17, 0.18);
}

.ep-stars__score {
    font-weight: 700;
}

.ep-stars__count {
    color: var(--ep-muted);
    font-size: 14px;
}

.ep-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 28px;
    margin-top: 22px;
}

.ep-stat {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.ep-stat strong {
    color: #000;
    font-family: "Playfair Display", serif;
    font-size: 1.55rem;
    font-weight: 600;
    line-height: 1;
}

.ep-stat span {
    color: var(--ep-muted);
    font-size: 13px;
}

.ep-human {
    margin: 16px 0 0;
    max-width: none;
    color: var(--ep-muted);
    font-size: 1rem;
    font-style: italic;
    line-height: 1.5;
}

.ep-hero__buy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-top: 26px;
    min-width: 0;
}

.ep-price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 10px;
}

.ep-price__now {
    color: #000;
    font-family: "Playfair Display", serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
}

.ep-price__was {
    color: rgba(17, 17, 17, 0.45);
    text-decoration: line-through;
    font-size: 1rem;
}

.ep-price__save {
    color: #111;
    font-size: 13px;
    font-weight: 700;
}

.ep-cta,
.ep-page .ep-cta.am-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: none;
    min-height: 52px;
    padding: 12px 28px;
    border: 0;
    border-radius: 999px;
    background: var(--site-accent-gradient, linear-gradient(135deg, #f6d24a 0%, #f0a66f 48%, #e15a9a 100%));
    color: #111 !important;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    box-shadow: var(--site-accent-glow, 0 10px 28px rgba(225, 90, 154, 0.26));
}

.ep-cta:hover,
.ep-cta:focus-visible,
.ep-page .ep-cta.am-btn:hover {
    color: #111 !important;
    transform: translateY(-1px);
    filter: saturate(1.05);
}

.ep-section {
    margin: 0 auto 88px;
}

.ep-story {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(260px, 0.82fr);
    gap: 40px 56px;
    align-items: start;
}

.ep-story__copy .ep-prose {
    max-width: none;
}

.ep-aside {
    position: sticky;
    top: 96px;
}

.ep-aside__panel {
    display: flex;
    flex-direction: column;
    gap: 0;
    overflow: hidden;
    border-radius: 22px;
    background: var(--ep-band);
}

.ep-aside__path,
.ep-aside__quote {
    padding: 24px 26px;
}

.ep-aside__quote {
    margin: 0;
}

.ep-aside__path + .ep-aside__quote {
    border-top: 1px solid var(--ep-line);
}

.ep-aside__label {
    margin: 0 0 6px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(17, 17, 17, 0.5);
}

.ep-aside__note {
    margin: 0 0 16px;
    color: var(--ep-muted);
    font-size: 14px;
    font-style: italic;
}

.ep-aside__path ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ep-aside__path li {
    display: grid;
    grid-template-columns: 2.2em minmax(0, 1fr);
    gap: 10px;
    padding: 10px 0;
    border-top: 1px solid var(--ep-line);
    color: #111;
    font-size: 0.98rem;
    line-height: 1.35;
}

.ep-aside__path li:first-child {
    border-top: 0;
    padding-top: 0;
}

.ep-aside__path li span {
    color: rgba(17, 17, 17, 0.4);
    font-family: "Playfair Display", serif;
    font-size: 1.05rem;
    font-weight: 600;
}

.ep-aside__quote {
    margin: 0;
}

.ep-aside__quote .ep-stars {
    margin: 0 0 12px;
}

.ep-aside__quote p {
    margin: 0;
    color: #111;
    font-family: "Playfair Display", serif;
    font-size: 1.12rem;
    font-style: italic;
    font-weight: 500;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.ep-aside__quote footer {
    margin-top: 14px;
    color: var(--ep-muted);
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
}

.ep-aside__quote[data-rotating] p {
    min-height: 4.4em;
}

.ep-aside__quote[data-rotating] p,
.ep-aside__quote[data-rotating] footer {
    transition: opacity 0.35s ease;
}

.ep-section__title {
    margin: 0 0 18px;
    max-width: 18ch;
    color: #000;
    font-family: "Playfair Display", serif;
    font-size: clamp(1.85rem, 3vw, 2.55rem);
    font-weight: 500;
    font-style: italic;
}

.ep-section__title:after {
    content: "";
    display: block;
    width: 56px;
    height: 3px;
    margin-top: 14px;
    border-radius: 99px;
    background: var(--site-accent-gradient, linear-gradient(135deg, #f6d24a 0%, #f0a66f 48%, #e15a9a 100%));
}

.ep-section__intro {
    margin: -4px 0 28px;
    max-width: 40rem;
    color: var(--ep-muted);
    font-size: 1.05rem;
    line-height: 1.55;
}

.ep-prose {
    max-width: 42rem;
    color: var(--ep-muted);
    font-size: 1.08rem;
    line-height: 1.72;
    text-align: left;
}

.ep-prose p,
.ep-prose li,
.ep-prose blockquote {
    text-align: left;
}

.ep-prose a,
.ep-prose a:visited,
.ep-prose a:hover,
.ep-prose a:focus {
    color: #000;
}

.ep-prose__graf {
    margin: 0 0 1.15em;
}

.ep-prose__graf:last-child {
    margin-bottom: 0;
}

.ep-prose strong {
    color: #111;
    font-weight: 650;
}

.ep-prose ul,
.ep-prose ol {
    margin: 0 0 1em;
    padding-left: 1.2em;
}

.ep-prose__aside {
    margin: 0 0 1.4em;
    padding: 4px 0 4px 18px;
    border-left: 2px solid color-mix(in srgb, var(--home-soft-yellow, #f6d24a) 70%, #e15a9a);
    color: #111;
}

.ep-prose__aside p {
    margin: 0;
    color: #111;
    line-height: 1.45;
}

.ep-prose__aside p + p {
    margin-top: 0.28em;
}

.ep-prose__pull {
    margin: 32px 0 0;
    padding: 24px 26px;
    border: 0;
    max-width: 38rem;
    color: #000;
    font-family: "Playfair Display", serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    line-height: 1.45;
    background: linear-gradient(
        90deg,
        color-mix(in srgb, var(--home-soft-pink, #e7acbe) 16%, transparent),
        color-mix(in srgb, var(--home-soft-yellow, #f6d24a) 10%, transparent) 55%,
        transparent 100%
    );
    border-radius: 22px;
}

.ep-prose__pull p {
    margin: 0;
    color: #000;
}

.ep-prose__pull p + p {
    margin-top: 0.65em;
}

.ep-learn {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 0 48px;
    margin: 0;
    padding: 0;
    list-style: none;
    max-width: 920px;
}

.ep-learn,
.ep-learn li {
    list-style: none !important;
}

.ep-learn li::marker {
    content: none;
    display: none;
}

.ep-learn li {
    position: relative;
    margin: 0;
    padding: 16px 0 16px 28px;
    border-bottom: 1px solid var(--ep-line);
    color: var(--ep-muted);
    font-size: 17px;
    line-height: 1.5;
    overflow-wrap: break-word;
}

.ep-learn li:before {
    content: "";
    position: absolute;
    top: 1.35em;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--site-accent-gradient, linear-gradient(135deg, #f6d24a 0%, #f0a66f 48%, #e15a9a 100%));
}

.ep-band,
.ep-grid-3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 0;
    overflow: hidden;
    border-radius: 26px;
    background: var(--ep-band);
}

.ep-band > .ep-card,
.ep-grid-3 > .ep-card {
    min-height: 0;
    padding: 28px 26px;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    box-shadow: inset -1px 0 0 var(--ep-line);
}

.ep-band > .ep-card:last-child,
.ep-grid-3 > .ep-card:last-child {
    box-shadow: none;
}

.ep-card__num {
    display: block;
    margin-bottom: 14px;
    color: rgba(17, 17, 17, 0.35);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.ep-card h3,
.ep-mod h3 {
    margin: 0 0 10px;
    color: #000;
    font-family: "Playfair Display", serif;
    font-size: 1.32rem;
    font-weight: 600;
    line-height: 1.25;
}

.ep-card p,
.ep-mod p {
    margin: 0;
    color: var(--ep-muted);
    line-height: 1.55;
}

.ep-mod p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ep-mods {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 26px;
    background: var(--ep-band);
}

.ep-mod {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
    padding: 22px 26px;
    border-radius: 0;
    background: transparent;
    box-shadow: inset 0 -1px 0 var(--ep-line);
}

.ep-mod:last-child {
    box-shadow: none;
}

.ep-mod__num {
    color: #000;
    font-family: "Playfair Display", serif;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
}

.ep-mod__go {
    align-self: center;
    color: #111;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    background: none;
    border: 0;
}

.ep-mod.is-open {
    align-items: start;
}

.ep-mod__details {
    grid-column: 1 / -1;
    padding: 4px 0 6px 0;
}

.ep-mod__details > p {
    display: block;
    -webkit-line-clamp: unset;
    overflow: visible;
}

.ep-mod__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ep-mod__list li {
    display: grid;
    grid-template-columns: 2.4em minmax(0, 1fr);
    gap: 12px;
    padding: 12px 0;
    border-top: 1px solid var(--ep-line);
}

.ep-mod__list li span {
    color: rgba(17, 17, 17, 0.4);
    font-family: "Playfair Display", serif;
    font-size: 1.15rem;
    font-weight: 600;
    line-height: 1.3;
}

.ep-mod__list li strong {
    display: block;
    color: #111;
    font-size: 1.02rem;
    font-weight: 650;
    line-height: 1.35;
}

.ep-mod__list li p {
    display: block;
    margin: 6px 0 0;
    -webkit-line-clamp: unset;
    overflow: visible;
    color: var(--ep-muted);
    font-size: 0.95rem;
    line-height: 1.5;
}

.ep-page .cr-course-reviews {
    margin: 0;
}

.ep-page .cr-course-reviews__title {
    font-style: italic;
}

.ep-page .cr-course-reviews__title:after {
    content: "";
    display: block;
    width: 56px;
    height: 3px;
    margin-top: 14px;
    border-radius: 99px;
    background: var(--site-accent-gradient, linear-gradient(135deg, #f6d24a 0%, #f0a66f 48%, #e15a9a 100%));
}

.ep-page .cr-course-reviews__card:not(.cr-course-reviews__card--photo) {
    background: #fff;
    box-shadow: 0 10px 28px rgba(17, 17, 17, 0.06);
}

.ep-faq {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(260px, 0.82fr);
    gap: 40px 56px;
    align-items: start;
}

.ep-faq__aside {
    position: sticky;
    top: 96px;
}

.ep-faq__card {
    padding: 28px 26px 26px;
    border-radius: 22px;
    background: linear-gradient(
        160deg,
        color-mix(in srgb, #f6d24a 34%, #fff) 0%,
        color-mix(in srgb, #faf1d9 82%, #fff) 42%,
        color-mix(in srgb, #e7acbe 28%, #fff) 100%
    );
}

.ep-faq__kicker {
    margin: 0 0 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(17, 17, 17, 0.5);
}

.ep-faq__heading-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px 14px;
}

.ep-faq__card h3,
.ep-faq__heading-row h3 {
    margin: 0;
    color: #000;
    font-family: "Playfair Display", serif;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.2;
}

.ep-faq__heading-row h3 {
    flex: 1 1 12rem;
    min-width: 0;
}

.ep-faq__heading-row .am-offer-countdown {
    flex: 0 0 auto;
    margin-top: 0;
}

.ep-faq__card > p {
    margin: 10px 0 0;
    color: var(--ep-muted);
    font-size: 0.98rem;
    line-height: 1.5;
}

.ep-faq__card .ep-price {
    margin: 22px 0 16px;
}

.ep-faq__card .ep-cta,
.ep-faq__card .ep-cta.am-btn {
    width: 100%;
}

.ep-faqs {
    max-width: none;
}

.ep-faqs details {
    padding: 18px 0;
    border-bottom: 1px solid var(--ep-line);
}

.ep-faqs summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    cursor: pointer;
    list-style: none;
    color: #000;
    font-size: 1.05rem;
    font-weight: 600;
}

.ep-faqs summary::-webkit-details-marker {
    display: none;
}

.ep-faqs summary:after {
    content: "+";
    font-size: 1.4rem;
    font-weight: 400;
}

.ep-faqs details[open] summary:after {
    content: "–";
}

.ep-faqs p {
    margin: 12px 0 0;
    max-width: 46rem;
    color: var(--ep-muted);
    line-height: 1.6;
}

.ep-close {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 24px 32px;
    margin: 0 auto 12px;
    padding: 40px 44px;
    border-radius: var(--ep-radius);
    background: linear-gradient(
        125deg,
        color-mix(in srgb, #f6d24a 38%, #fff) 0%,
        color-mix(in srgb, #faf1d9 78%, #fff) 26%,
        color-mix(in srgb, #f7e5c8 70%, #fff) 58%,
        color-mix(in srgb, #e7acbe 42%, #fff) 100%
    );
}

.ep-close__copy {
    min-width: 0;
}

.ep-close h2 {
    margin: 0 0 8px;
    color: #000;
    font-family: "Playfair Display", serif;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-weight: 600;
}

.ep-close p {
    margin: 0;
    max-width: 32rem;
    color: var(--ep-muted);
}

.ep-close__buy {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px 18px;
    min-width: 0;
}

@media (max-width: 991.98px) {
    .ep-hero {
        grid-template-columns: 1fr;
    }

    .ep-story {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .ep-faq {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .ep-aside,
    .ep-faq__aside {
        position: static;
    }

    .ep-hero__media .cr-editorial-card__wave {
        display: none;
    }

    .ep-hero__copy {
        padding: 28px 22px 32px;
    }

    .ep-mod {
        grid-template-columns: 48px 1fr;
    }

    .ep-mod__go {
        grid-column: 2;
        justify-self: start;
    }

    .ep-close,
    .ep-close__buy {
        grid-template-columns: 1fr;
    }

    .ep-close {
        padding: 28px 22px;
    }

    .ep-band > .ep-card,
    .ep-grid-3 > .ep-card {
        box-shadow: inset 0 -1px 0 var(--ep-line);
    }
}

@media (max-width: 639.98px) {
    .ep-wrap {
        width: calc(100% - 24px);
    }

    .ep-hero {
        margin-top: 8px;
        min-height: 0;
    }

    .ep-hero__media {
        min-height: 360px;
    }

    .ep-listen {
        padding: 32px 16px 16px;
    }

    .ep-learn {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ep-cta,
    .ep-listen__play {
        animation: none !important;
        transition: none !important;
        transform: none !important;
    }
}

.modal button.am-btn-accent.am-btn {
    border: 0 !important;
    background: var(--site-accent-gradient, linear-gradient(135deg, #f6d24a 0%, #f0a66f 48%, #e15a9a 100%)) !important;
    background-image: var(--site-accent-gradient, linear-gradient(135deg, #f6d24a 0%, #f0a66f 48%, #e15a9a 100%)) !important;
    color: #111 !important;
    box-shadow: var(--site-accent-glow, 0 10px 28px rgba(225, 90, 154, 0.26));
}

.modal button.am-btn-accent.am-btn:hover,
.modal button.am-btn-accent.am-btn:focus-visible {
    background: #111 !important;
    background-image: none !important;
    color: #fff !important;
    box-shadow: none;
}

.ep-mods-modal.cr-bundle-course-modal {
    background: rgba(17, 17, 17, 0.45) !important;
    z-index: 1080;
}

.ep-mods-modal .cr-bundle-course-modal__content {
    max-width: 640px;
    margin: 0 auto;
    border: 0;
    border-radius: 24px;
    background: #fffbf5;
    box-shadow: 0 24px 60px rgba(17, 17, 17, 0.18);
}

.ep-mods-modal .cr-bundle-course-modal__header,
.ep-mods-modal .cr-bundle-course-modal__footer {
    background: #fffbf5;
    border-color: color-mix(in srgb, #111 8%, transparent);
}

.ep-mods-modal .cr-bundle-course-modal__title {
    font-family: "Playfair Display", serif !important;
}

.ep-mods-modal .cr-bundle-course-modal__body {
    background: #fffbf5 !important;
    padding: 8px 24px 16px !important;
}

.ep-mods-modal__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ep-mods-modal__list li {
    display: grid;
    grid-template-columns: 2.4em minmax(0, 1fr);
    gap: 12px;
    padding: 14px 0;
    border-bottom: 1px solid color-mix(in srgb, #111 8%, transparent);
}

.ep-mods-modal__list li:last-child {
    border-bottom: 0;
}

.ep-mods-modal__list li span {
    color: rgba(17, 17, 17, 0.4);
    font-family: "Playfair Display", serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.3;
}

.ep-mods-modal__list li strong {
    display: block;
    color: #111;
    font-size: 1.02rem;
    font-weight: 650;
    line-height: 1.35;
}

.ep-mods-modal__list li p {
    margin: 6px 0 0;
    color: rgba(17, 17, 17, 0.68);
    font-size: 0.95rem;
    line-height: 1.5;
}

.ep-mods-modal .cr-bundle-course-modal__close {
    background: #fff;
}

.ep-mods-modal .cr-bundle-course-modal__done {
    background: var(--site-accent-gradient, linear-gradient(135deg, #f6d24a 0%, #f0a66f 48%, #e15a9a 100%)) !important;
    color: #111 !important;
}

.ep-mods-modal .cr-bundle-course-modal__done:hover,
.ep-mods-modal .cr-bundle-course-modal__done:focus-visible {
    background: #111 !important;
    color: #fff !important;
}

.ep-crumb {
    margin: 12px auto 0;
    font-size: 14px;
}

.ep-crumb a {
    color: var(--ep-muted);
    text-decoration: none;
}

.ep-crumb a:hover,
.ep-crumb a:focus-visible {
    color: #111;
}

.ep-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.ep-facts li {
    border: 1px solid var(--ep-line);
    background: rgba(255, 255, 255, 0.72);
    border-radius: 999px;
    padding: 6px 12px;
    color: #111;
    font-size: 13px;
    line-height: 1.3;
}

.ep-include {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
}

.ep-include li {
    padding: 7px 0 0;
    color: var(--ep-muted);
    font-size: 0.95rem;
    line-height: 1.45;
}

.ep-include li + li {
    margin-top: 6px;
    border-top: 1px solid var(--ep-line);
    padding-top: 8px;
}

.ep-review-form {
    max-width: 36rem;
    display: grid;
    gap: 14px;
}

.ep-page--shop .ep-title {
    font-size: clamp(28px, 3.6vw, 40px);
}

.ep-page--shop .ep-shop-media {
    position: absolute;
    inset: 0;
    z-index: 1;
    margin: 0;
    height: 100%;
    overflow: hidden;
}

.ep-page--shop .cr-shop-template-gallery {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: color-mix(in srgb, var(--ep-media) 70%, #fff);
}

.ep-page--shop .cr-shop-template-gallery__track {
    display: flex;
    height: 100%;
}

.ep-page--shop .cr-shop-template-gallery__slide {
    height: 100%;
}

.ep-page--shop .cr-shop-template-gallery__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ep-page--shop .cr-shop-template-gallery__nav {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}

.ep-page--shop .cr-shop-template-gallery__btn {
    pointer-events: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 50%;
    background: rgba(17, 17, 17, 0.45);
    color: #fff;
    font-size: 1.25rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.ep-page--shop .cr-shop-template-gallery__btn:hover,
.ep-page--shop .cr-shop-template-gallery__btn:focus-visible {
    background: rgba(17, 17, 17, 0.7);
}

.ep-page--shop .cr-shop-template-gallery__btn--prev { left: 12px; }
.ep-page--shop .cr-shop-template-gallery__btn--next { right: 12px; }

.ep-page--shop .cr-shop-template-gallery__dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 14px;
    z-index: 2;
    display: flex;
    justify-content: center;
    gap: 6px;
}

.ep-page--shop .cr-shop-template-gallery__dot {
    width: 7px;
    height: 7px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

.ep-page--shop .cr-shop-template-gallery__dot.is-active {
    background: #fff;
}

.ep-page--shop .cr-shop-play-btn {
    position: absolute;
    right: 14px;
    bottom: 14px;
    z-index: 3;
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 50%;
    background: rgba(17, 17, 17, 0.5);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ep-page--shop .cr-shop-play-btn:hover,
.ep-page--shop .cr-shop-play-btn:focus-visible {
    background: rgba(17, 17, 17, 0.72);
}

.ep-page--shop .cr-video-modal {
    position: absolute;
    inset: 0;
    z-index: 10;
    background: #111;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ep-page--shop .cr-video-modal .video-js,
.ep-page--shop .cr-video-modal video {
    width: 100%;
    height: 100%;
}

/* Digital-product hierarchy for the editable template toolkit. */
.ep-page--shop .ep-hero {
    grid-template-columns: minmax(0, 1.14fr) minmax(360px, 0.86fr);
    min-height: 610px;
    margin-bottom: 54px;
    box-shadow: 0 22px 60px rgba(86, 55, 20, 0.1);
}

.ep-page--shop .ep-hero__media {
    min-height: 610px;
}

.ep-page--shop .ep-hero__copy {
    padding: 42px 42px 38px;
}

.ep-page--shop .cr-shop-template-gallery,
.ep-page--shop .cr-shop-template-gallery__slide {
    background: #f3e6cd;
}

.ep-page--shop .cr-shop-template-gallery__img {
    object-fit: contain;
    padding: 18px;
}

.ep-page--shop .ep-facts {
    gap: 9px;
    margin-top: 20px;
}

.ep-page--shop .ep-facts li {
    position: relative;
    padding: 8px 12px 8px 30px;
    border-color: rgba(17, 17, 17, 0.1);
    background: rgba(255, 255, 255, 0.86);
    font-weight: 600;
}

.ep-page--shop .ep-facts li::before {
    content: "✓";
    position: absolute;
    left: 11px;
    top: 50%;
    color: #7a5b09;
    font-weight: 800;
    transform: translateY(-50%);
}

.ep-page--shop .ep-human {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid var(--ep-line);
    color: rgba(17, 17, 17, 0.76);
    font-size: 0.95rem;
    line-height: 1.55;
}

.ep-shop-jump {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: max-content;
    margin-top: 13px;
    color: #111;
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

.ep-shop-jump:hover,
.ep-shop-jump:focus-visible {
    color: #8f5311;
}

.ep-page--shop .ep-hero__buy {
    width: 100%;
    margin-top: 22px;
}

.ep-page--shop .ep-hero__buy .ep-cta,
.ep-page--shop .ep-hero__buy .ep-cta.am-btn {
    width: 100%;
}

.ep-shop-buy-note {
    margin: 10px 0 0;
    color: rgba(17, 17, 17, 0.58);
    font-size: 0.76rem;
    line-height: 1.45;
}

.ep-shop-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 30px;
}

.ep-shop-section-head .ep-section__title {
    margin-bottom: 0;
}

.ep-shop-section-head .ep-section__intro {
    margin-top: 12px;
}

.ep-shop-section-label {
    margin: 0 0 10px;
    color: rgba(17, 17, 17, 0.52);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.ep-shop-count {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 154px;
    padding: 14px 16px;
    border: 1px solid rgba(17, 17, 17, 0.09);
    border-radius: 18px;
    background: #fff;
}

.ep-shop-count strong {
    font-family: "Playfair Display", serif;
    font-size: 2.35rem;
    font-weight: 600;
    line-height: 0.9;
}

.ep-shop-count span {
    color: rgba(17, 17, 17, 0.58);
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.25;
    text-transform: uppercase;
}

.ep-shop-inventory {
    padding: 46px;
    border: 1px solid rgba(17, 17, 17, 0.06);
    border-radius: 30px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.42), transparent),
        linear-gradient(145deg, #fff3cf 0%, #f8dfc9 52%, #f7dce6 100%);
}

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

.ep-shop-inventory-card {
    min-width: 0;
    padding: 26px;
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 10px 28px rgba(93, 59, 25, 0.06);
}

.ep-shop-inventory-card h3 {
    margin: 0;
    color: #111;
    font-family: "Playfair Display", serif;
    font-size: 1.35rem;
    font-weight: 600;
}

.ep-shop-inventory-card .ep-include {
    margin-top: 16px;
    list-style: none;
}

.ep-shop-inventory-card .ep-include li {
    position: relative;
    padding: 9px 0 9px 22px;
    color: rgba(17, 17, 17, 0.73);
    list-style: none;
}

.ep-shop-inventory-card .ep-include li::before {
    content: "";
    position: absolute;
    left: 1px;
    top: 17px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #e7acbe;
}

.ep-shop-inventory-card .ep-include li + li {
    margin-top: 0;
}

.ep-shop-about {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    gap: 56px;
    align-items: start;
}

.ep-shop-about__story .ep-prose {
    max-width: 36rem;
}

.ep-shop-about__points {
    display: grid;
    border-top: 1px solid var(--ep-line);
}

.ep-shop-about__points article {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 16px;
    padding: 22px 0;
    border-bottom: 1px solid var(--ep-line);
}

.ep-shop-about__points article > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f6d24a;
    color: #111;
    font-size: 0.72rem;
    font-weight: 800;
}

.ep-shop-about__points h3 {
    margin: 0 0 6px;
    color: #111;
    font-family: "Playfair Display", serif;
    font-size: 1.2rem;
    font-weight: 600;
}

.ep-shop-about__points p {
    margin: 0;
    color: var(--ep-muted);
    line-height: 1.6;
}

.ep-shop-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    overflow: hidden;
    border: 1px solid var(--ep-line);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.72);
}

.ep-shop-steps article {
    min-width: 0;
    padding: 28px;
}

.ep-shop-steps article + article {
    border-left: 1px solid var(--ep-line);
}

.ep-shop-steps h3 {
    margin: 18px 0 8px;
    color: #111;
    font-family: "Playfair Display", serif;
    font-size: 1.25rem;
    font-weight: 600;
}

.ep-shop-steps p {
    margin: 0;
    color: var(--ep-muted);
    line-height: 1.6;
}

@media (max-width: 991.98px) {
    .ep-page--shop .ep-hero {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .ep-page--shop .ep-hero__media {
        min-height: 560px;
    }

    .ep-shop-about {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

@media (max-width: 719.98px) {
    .ep-page--shop .ep-hero__media {
        min-height: 360px;
    }

    .ep-page--shop .ep-hero__copy {
        padding: 28px 22px 30px;
    }

    .ep-page--shop .ep-hero__buy {
        order: 1;
    }

    .ep-page--shop .ep-shop-buy-note {
        order: 2;
    }

    .ep-page--shop .ep-facts {
        order: 3;
    }

    .ep-page--shop .ep-human {
        order: 4;
    }

    .ep-page--shop .ep-shop-jump {
        order: 5;
    }

    .ep-shop-section-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .ep-shop-inventory {
        padding: 28px 18px;
        border-radius: 24px;
    }

    .ep-shop-inventory-grid,
    .ep-shop-steps {
        grid-template-columns: 1fr;
    }

    .ep-shop-steps article + article {
        border-top: 1px solid var(--ep-line);
        border-left: 0;
    }
}
