/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/
Description: Tema hijo de Kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Template: kadence
Version: 1.0
*/

body.woocommerce-shop .woocommerce-notices-wrapper + ul.products.content-wrap.product-archive {
    display: none !important;
}

html,
body {
    max-width: 100%;
    overflow-x: clip;
}

:where(a, button, input, select, textarea, summary):focus-visible {
    outline: 3px solid #1d4ed8;
    outline-offset: 3px;
}

.cs-site-footer {
    padding: 58px 24px 24px;
    background: #ffffff;
    color: #121212;
}

.cs-site-footer__inner {
    max-width: 1140px;
    margin: 0 auto;
}

.cs-site-footer__hero {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(310px, 0.9fr);
    gap: 34px;
    align-items: stretch;
    padding: 30px 34px 20px;
    background: linear-gradient(180deg, #fbf7ef 0%, #f8f3e8 100%);
    border: 1px solid #ece1d0;
    border-radius: 18px;
    border-left: 0;
    border-right: 0;
    box-shadow: none;
    overflow: hidden;
    position: relative;
}

.cs-site-footer__hero::before,
.cs-site-footer__hero::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}

.cs-site-footer__hero::before {
    width: 170px;
    height: 170px;
    top: -64px;
    right: 96px;
    background: rgba(224, 182, 65, 0.16);
}

.cs-site-footer__hero::after {
    width: 82px;
    height: 82px;
    right: 72px;
    bottom: -18px;
    background: rgba(171, 48, 28, 0.10);
}

.cs-site-footer__main {
    position: relative;
    z-index: 1;
}

.cs-site-footer__brand {
    font-size: clamp(2rem, 3.8vw, 3.7rem);
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 0.92;
    margin: 0;
    text-transform: uppercase;
    color: #111111;
}

.cs-site-footer__brand-row {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 18px;
}

.cs-site-footer__logo {
    display: block;
    width: 56px;
    height: 56px;
    min-width: 56px;
    max-width: 56px;
    min-height: 56px;
    max-height: 56px;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    object-position: center;
    flex: 0 0 56px;
    border-radius: 999px;
}

.cs-site-footer__text {
    max-width: 680px;
    margin: 0 0 14px;
    color: #343434;
    font-size: 1.02rem;
    line-height: 1.62;
}

.cs-site-footer__cta-card {
    position: relative;
    z-index: 1;
    align-self: center;
    min-height: 0;
    padding: 12px 0 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.cs-site-footer__cta-label {
    display: none;
}

.cs-site-footer__cta {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-height: 84px;
    width: 100%;
    max-width: 258px;
    padding: 14px 72px 14px 26px;
    border-radius: 999px;
    background: linear-gradient(180deg, #282828 0%, #141414 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-size: 0.98rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    white-space: nowrap;
    text-indent: 0;
    box-shadow: 0 22px 44px rgba(17, 17, 17, 0.14);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.cs-site-footer__cta::after {
    content: "\2192";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: #ffffff;
    color: #171717;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 8px 18px rgba(17, 17, 17, 0.16);
}

.cs-anchor-target {
    position: relative;
    display: block;
    top: -120px;
    visibility: hidden;
}

.cs-site-footer__cta:hover,
.cs-site-footer__cta:focus {
    color: #ffffff;
    background: #1b1b1b;
    transform: translateY(-1px);
    box-shadow: 0 24px 34px rgba(17, 17, 17, 0.2);
}

.cs-site-footer__cta-note {
    margin-top: 16px;
    color: #5d5d5d;
    font-size: 0.95rem;
    line-height: 1.45;
    text-align: center;
}

.cs-site-footer__aside {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 0;
    margin-top: 0;
    padding: 28px 0 20px;
    border-bottom: 1px solid #ece3d8;
}

.cs-site-footer__column {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px 28px 0;
    background: transparent;
    border: 0;
    border-right: 1px solid #ece3d8;
    border-radius: 0;
    box-shadow: none;
}

.cs-site-footer__column:last-child {
    border-right: 0;
}

.cs-site-footer__heading {
    margin-bottom: 10px;
    color: #1d1d1d;
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.cs-site-footer__column a {
    color: #333333;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.5;
}

.cs-site-footer__trust-item {
    position: relative;
    padding-left: 24px;
    color: #333333;
    font-size: 1rem;
    line-height: 1.5;
}

.cs-site-footer__trust-item::before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 0;
    color: #7d9d4d;
    font-weight: 900;
}

.cs-site-footer__column a:hover,
.cs-site-footer__column a:focus {
    color: #111111;
}

.cs-site-footer__bottom {
    max-width: 1140px;
    margin: 0 auto;
    padding: 18px 0 0;
    color: #8a8a8a;
    font-size: 0.95rem;
    line-height: 1.5;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.cs-site-footer__bottom-links {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.cs-site-footer__bottom-links a {
    color: #777777;
    text-decoration: none;
}

.cs-site-footer__bottom-links a:hover,
.cs-site-footer__bottom-links a:focus {
    color: #111111;
}

.cs-site-footer__bottom-copy {
    text-align: right;
}

.cs-site-footer__discover-links {
    margin: 0;
    padding-left: 0 !important;
    list-style: none !important;
}

.cs-site-footer__discover-links li {
    margin: 0;
    padding: 0;
    list-style: none !important;
}

.cs-site-footer__discover-links li + li {
    margin-top: 14px;
}

.cs-site-footer__discover-links a {
    display: inline;
    color: #333333;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    text-decoration: underline;
    text-decoration-thickness: 0.08em;
    text-underline-offset: 0.16em;
}

.cs-site-footer__discover-links a:hover,
.cs-site-footer__discover-links a:focus {
    color: #111111;
}

@media (min-width: 1025px) {
    .cs-site-footer {
        width: 100%;
        max-width: none;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .cs-site-footer__inner {
        max-width: none;
        width: 100%;
        padding-left: 36px;
        padding-right: 36px;
    }

    .cs-site-footer__bottom {
        max-width: none;
    }
}

@media (min-width: 768px) {
    .cs-site-footer__hero {
        grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.78fr);
        gap: 28px;
        padding: 26px 30px 20px;
    }

    .cs-site-footer__brand-row {
        align-items: flex-start;
        gap: 14px;
        margin-bottom: 16px;
    }

    .cs-site-footer__brand-row .cs-site-footer__logo {
        width: 46px !important;
        height: 46px !important;
        min-width: 46px !important;
        max-width: 46px !important;
        min-height: 46px !important;
        max-height: 46px !important;
        flex-basis: 46px !important;
    }

    .cs-site-footer__brand {
        max-width: 520px;
        font-size: clamp(2.1rem, 2.7vw, 3rem);
        line-height: 0.94;
    }

    .cs-site-footer__text {
        max-width: 640px;
        font-size: 1rem;
        line-height: 1.58;
    }

    .cs-site-footer__cta-card {
        justify-self: end;
        width: 100%;
        max-width: 320px;
        padding: 20px 22px 12px;
        border: 1px solid #ede1cf;
        border-radius: 26px;
        background: rgba(255, 255, 255, 0.4);
    }

    .cs-site-footer__cta {
        max-width: none;
        min-height: 74px;
        font-size: 0.95rem;
    }

    .cs-site-footer__cta-note {
        font-size: 0.92rem;
    }
}

@media (min-width: 1025px) {
    .cs-site-footer__hero {
        grid-template-columns: minmax(0, 1.72fr) minmax(350px, 0.92fr);
        gap: 40px;
        padding: 34px 40px 24px;
    }

    .cs-site-footer__cta-card {
        justify-self: end;
        align-self: center;
        width: 100%;
        max-width: 360px;
        padding: 16px 18px 14px;
        border: 1px solid #ede1cf;
        border-radius: 28px;
        background: rgba(255, 255, 255, 0.52);
    }

    .cs-site-footer__cta {
        max-width: 100%;
        min-height: 60px;
        font-size: 0.92rem;
        letter-spacing: 0.04em;
    }

    .cs-site-footer__cta-note {
        margin-top: 14px;
        font-size: 0.95rem;
    }

    .cs-site-footer__aside {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        width: calc(100% + 72px);
        margin-left: -36px;
        margin-right: -36px;
        padding: 32px 36px 22px;
    }

    .cs-site-footer__column {
        padding: 14px 42px 0;
    }

    body.cs-context-pricing .cs-pricing-section .wp-block-video,
    body.cs-context-pricing #clases .wp-block-video,
    body.cs-context-pricing #tutorias .wp-block-video,
    body.cs-context-pricing #materiales .wp-block-video {
        width: 70% !important;
        margin-right: auto !important;
        margin-left: auto !important;
        overflow: hidden;
        border-radius: 24px;
    }

    body.cs-context-pricing .cs-pricing-section .wp-block-video video,
    body.cs-context-pricing #clases .wp-block-video video,
    body.cs-context-pricing #tutorias .wp-block-video video,
    body.cs-context-pricing #materiales .wp-block-video video {
        display: block;
        width: 100%;
        border-radius: 24px;
    }

    body.cs-context-pricing.cs-lang-it .kt-adv-heading4502_6cf184-f1,
    body.cs-context-pricing.cs-lang-it .kt-adv-heading4502_54fe52-0b,
    body.cs-context-pricing.cs-lang-it .kt-adv-heading4502_b5dc6e-36 {
        font-size: clamp(3rem, 3.5vw, 4.25rem) !important;
        line-height: 0.98 !important;
    }

    body.cs-context-pricing.cs-lang-it .kt-adv-heading4502_b5dc6e-36 {
        font-size: clamp(3.2rem, 3.8vw, 4.55rem) !important;
        line-height: 0.94 !important;
    }
}

@media (max-width: 1024px) {
    .cs-site-footer__hero {
        grid-template-columns: 1fr;
        gap: 22px;
        padding: 26px 24px 18px;
    }

    .cs-site-footer__aside {
        grid-template-columns: 1fr;
        padding: 22px 0 10px;
    }

    .cs-site-footer__column {
        border-right: 0;
        border-bottom: 1px solid #ece3d8;
        padding: 0 0 18px;
        margin-bottom: 18px;
    }

    .cs-site-footer__column:last-child {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }

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

    .cs-site-footer__bottom-copy {
        text-align: left;
    }

}

@media (max-width: 767px) {
    .cs-context-pricing [data-cs-hide-on-mobile="1"] {
        display: none !important;
    }

    .cs-context-pricing .cs-pricing-mobile-section {
        max-width: 360px;
        margin: 0 auto 36px;
        padding: 48px 20px 0;
    }

    .cs-context-pricing .cs-pricing-mobile-title {
        margin: 0 0 40px !important;
        text-align: center !important;
        font-size: clamp(2.5rem, 10vw, 3.4rem) !important;
        line-height: 0.95 !important;
    }

    body.cs-context-pricing.cs-lang-de .cs-pricing-mobile-section--materials .cs-pricing-mobile-title {
        font-size: clamp(2.05rem, 8.2vw, 2.85rem) !important;
    }

    body.cs-context-pricing.cs-lang-it .cs-pricing-mobile-title {
        font-size: clamp(2.2rem, 8.9vw, 3rem) !important;
        line-height: 1.04 !important;
        text-wrap: balance;
    }

    body.cs-context-pricing.cs-lang-it .cs-pricing-mobile-section--materials .cs-pricing-mobile-title {
        font-size: clamp(2rem, 8vw, 2.7rem) !important;
    }

    .cs-context-pricing .cs-pricing-mobile-body {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .cs-context-pricing .cs-pricing-mobile-media,
    .cs-context-pricing .cs-pricing-mobile-media .wp-block-video,
    .cs-context-pricing .cs-pricing-mobile-media video {
        display: block;
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .cs-context-pricing .cs-pricing-mobile-media .wp-block-video {
        overflow: hidden;
        border-radius: 24px;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .cs-context-pricing .cs-pricing-mobile-media {
        margin-bottom: 40px;
    }

    .cs-context-pricing .cs-pricing-mobile-media video {
        border-radius: 24px;
    }

    .cs-context-pricing .cs-pricing-mobile-copy {
        color: inherit;
        font-size: 1rem;
        line-height: 1.7;
    }

    .cs-context-pricing .cs-pricing-mobile-copy .wp-block-kadence-advancedheading,
    .cs-context-pricing .cs-pricing-mobile-copy h3 {
        margin: 0 0 12px !important;
        line-height: 1.15 !important;
        text-align: center !important;
    }

    .cs-context-pricing .cs-pricing-mobile-copy p,
    .cs-context-pricing .cs-pricing-mobile-copy ul,
    .cs-context-pricing .cs-pricing-mobile-copy ol,
    .cs-context-pricing .cs-pricing-mobile-copy h3 {
        margin-top: 0;
    }

    .cs-context-pricing .cs-pricing-mobile-copy p {
        margin-bottom: 18px;
    }

    .cs-context-pricing .cs-pricing-mobile-copy ul,
    .cs-context-pricing .cs-pricing-mobile-copy ol {
        margin-bottom: 18px;
        padding-left: 1.2rem;
        text-align: left;
    }

    .cs-context-pricing .cs-pricing-mobile-section--conversation .cs-pricing-mobile-copy h3 {
        margin-bottom: 18px !important;
    }

    .cs-context-pricing .cs-pricing-mobile-section--tutoring .cs-pricing-mobile-copy p + h3 {
        margin-top: 26px !important;
        margin-bottom: 18px !important;
    }

    .cs-context-pricing .cs-pricing-mobile-section--materials .cs-pricing-mobile-copy h3 {
        margin-top: 26px !important;
        margin-bottom: 18px !important;
    }

    .cs-context-pricing .cs-pricing-mobile-copy li + li {
        margin-top: 10px;
    }

    .cs-context-pricing .cs-pricing-mobile-copy p:last-child,
    .cs-context-pricing .cs-pricing-mobile-copy ul:last-child,
    .cs-context-pricing .cs-pricing-mobile-copy ol:last-child,
    .cs-context-pricing .cs-pricing-mobile-copy h3:last-child,
    .cs-context-pricing .cs-pricing-mobile-copy .wp-block-kadence-advancedheading:last-child {
        margin-bottom: 0;
    }

    .cs-context-pricing .cs-pricing-mobile-actions {
        display: flex;
        justify-content: center;
        margin-top: 28px;
    }

    .cs-context-pricing .cs-pricing-mobile-actions .wp-block-kadence-advancedbtn {
        margin: 0;
    }

    .cs-site-footer {
        position: relative;
        padding: 28px 14px 18px;
        overflow: hidden;
    }

    .cs-site-footer::before,
    .cs-site-footer::after {
        content: "";
        position: absolute;
        border-radius: 999px;
        pointer-events: none;
        z-index: 0;
    }

    .cs-site-footer::before {
        width: 180px;
        height: 180px;
        left: -88px;
        top: 120px;
        background: rgba(224, 182, 65, 0.08);
    }

    .cs-site-footer::after {
        width: 140px;
        height: 140px;
        right: -60px;
        top: 220px;
        background: rgba(171, 48, 28, 0.06);
    }

    .cs-site-footer__inner {
        position: relative;
        z-index: 1;
        padding: 0 20px 18px;
        background: linear-gradient(180deg, #fbf7ef 0%, #ffffff 62%);
        border: 1px solid #efe5d7;
        border-radius: 24px;
        box-shadow: 0 22px 46px rgba(17, 17, 17, 0.08);
        overflow: hidden;
    }

    .cs-site-footer__hero {
        padding: 22px 0 18px;
        gap: 14px;
        background: transparent;
        border: 0;
        box-shadow: none;
        border-radius: 0;
    }

    .cs-site-footer__brand-row {
        gap: 12px;
        margin-bottom: 14px;
    }

    .cs-site-footer__logo {
        display: block;
        width: 44px;
        height: 44px;
        min-width: 44px;
        max-width: 44px;
        min-height: 44px;
        max-height: 44px;
        aspect-ratio: 1 / 1;
        flex-basis: 44px;
    }

    .cs-site-footer__brand {
        font-size: 2.15rem;
        line-height: 0.95;
    }

    .cs-site-footer__text {
        max-width: none;
        font-size: 0.98rem;
        line-height: 1.56;
        margin-bottom: 10px;
    }

    .cs-site-footer__cta-card {
        align-items: stretch;
        padding-top: 4px;
    }

    .cs-site-footer__cta {
        min-height: 68px;
        width: 100%;
        max-width: none;
        padding: 10px 20px;
        font-size: 0.9rem;
        line-height: 1;
        letter-spacing: 0;
        box-shadow: 0 16px 28px rgba(17, 17, 17, 0.14);
    }

    .cs-site-footer__cta-note {
        margin-top: 8px;
        font-size: 0.84rem;
        line-height: 1.35;
    }

    .cs-site-footer__aside {
        padding: 12px 0 6px;
        border-bottom: 0;
    }

    .cs-site-footer__column {
        position: relative;
        gap: 8px;
        padding: 14px 0 16px;
        margin-bottom: 0;
        border-bottom: 1px solid #efe5d7;
    }

    .cs-site-footer__column:last-child {
        border-bottom: 0;
        padding-bottom: 8px;
    }

    .cs-site-footer__heading {
        margin-bottom: 8px;
        font-size: 0.84rem;
        letter-spacing: 0.2em;
    }

    .cs-site-footer__column a,
    .cs-site-footer__trust-item {
        font-size: 0.96rem;
        line-height: 1.45;
    }

    .cs-site-footer__bottom {
        padding: 12px 0 0;
        font-size: 0.88rem;
        gap: 10px;
    }

    .cs-site-footer__bottom-links {
        gap: 10px;
        justify-content: flex-start;
    }

    .cs-site-footer__bottom-copy {
        max-width: 280px;
        text-align: left;
    }

.cs-anchor-target {
    top: -92px;
}
}

@media (max-width: 767px) {
    .cs-context-home [data-cs-responsive-section="1"] {
        gap: 24px;
    }

    .cs-context-home [data-cs-responsive-section="1"] > .wp-block-column {
        width: 100% !important;
        flex-basis: 100% !important;
        margin: 0 !important;
    }

    .cs-context-home [data-cs-responsive-section="1"] > .cs-responsive-media,
    .cs-context-home [data-cs-responsive-section="1"] > .cs-responsive-text {
        max-width: 360px;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .cs-context-home [data-cs-responsive-section="1"] > .cs-responsive-media {
        order: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .cs-context-home [data-cs-responsive-section="1"] > .cs-responsive-text {
        order: 2;
    }

    .cs-context-home [data-cs-responsive-section="1"] .wp-block-kadence-spacer {
        display: none;
    }

    .cs-context-home [data-cs-responsive-section="1"] .cs-responsive-media h2.wp-block-kadence-advancedheading {
        margin: 0;
        text-align: center;
    }

    .cs-context-home [data-cs-responsive-section="1"] .cs-responsive-media .wp-block-video,
    .cs-context-home [data-cs-responsive-section="1"] .cs-responsive-media video {
        display: block;
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .cs-context-home [data-cs-responsive-section="1"] .cs-responsive-text p {
        margin: 0 0 22px;
    }

    .cs-context-home [data-cs-responsive-section="1"] .cs-responsive-text p:last-of-type {
        margin-bottom: 0;
    }

    .cs-context-home [data-cs-responsive-section="1"] .cs-responsive-text .wp-block-kadence-advancedbtn {
        display: flex;
        justify-content: center;
        margin-top: 28px;
    }
}

.cs-high-intent-page {
    max-width: 980px;
    margin: 0 auto;
    padding: 48px 24px 64px;
}

.cs-high-intent-page__eyebrow {
    margin: 0 0 12px;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #f76a0c;
}

.cs-high-intent-page h1 {
    margin: 0 0 18px;
    font-size: clamp(2.25rem, 5vw, 4rem);
    line-height: 1.05;
}

.cs-high-intent-page > p {
    max-width: 760px;
    margin: 0;
    font-size: 1.08rem;
    line-height: 1.75;
}

.cs-high-intent-page__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 32px 0 36px;
}

.cs-high-intent-page__actions .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 999px;
    font-weight: 700;
}

.cs-high-intent-page__actions .button-secondary {
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.14);
    color: inherit;
}

.cs-high-intent-page__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.cs-high-intent-page__grid article {
    padding: 24px;
    background: #f9f7f2;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 24px;
}

.cs-high-intent-page__grid h2 {
    margin: 0 0 14px;
    font-size: 1.2rem;
}

.cs-high-intent-page__grid ul {
    margin: 0;
    padding-left: 1.1rem;
}

.cs-high-intent-page__grid li + li {
    margin-top: 10px;
}

.cs-high-intent-page__highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 0 0 34px;
    padding: 0;
    list-style: none;
}

.cs-high-intent-page__highlights li {
    padding: 18px 20px;
    background: #fff4ea;
    border: 1px solid rgba(247, 106, 12, 0.16);
    border-radius: 18px;
    font-weight: 600;
    line-height: 1.5;
}

.cs-high-intent-page__section-stack {
    display: grid;
    gap: 18px;
    margin-top: 6px;
}

.cs-high-intent-page__section {
    padding: 26px 28px;
    background: #f9f7f2;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 24px;
}

.cs-high-intent-page__section h2,
.cs-high-intent-page__faq h2,
.cs-high-intent-page__closing h2 {
    margin: 0 0 14px;
    font-size: 1.45rem;
}

.cs-high-intent-page__section p,
.cs-high-intent-page__closing p {
    margin: 0 0 14px;
    line-height: 1.75;
}

.cs-high-intent-page__section p:last-of-type,
.cs-high-intent-page__closing p:last-of-type {
    margin-bottom: 0;
}

.cs-high-intent-page__section ul {
    margin: 18px 0 0;
    padding-left: 1.1rem;
}

.cs-high-intent-page__section li + li {
    margin-top: 10px;
}

.cs-high-intent-page__faq {
    margin-top: 34px;
}

.cs-high-intent-page__faq-list {
    display: grid;
    gap: 12px;
}

.cs-high-intent-page__faq-item {
    padding: 18px 20px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 18px;
}

.cs-high-intent-page__faq-item summary {
    cursor: pointer;
    font-weight: 700;
    list-style: none;
}

.cs-high-intent-page__faq-item summary::-webkit-details-marker {
    display: none;
}

.cs-high-intent-page__faq-item p {
    margin: 12px 0 0;
    line-height: 1.7;
}

.cs-high-intent-page__closing {
    margin-top: 34px;
    padding: 28px;
    background: linear-gradient(135deg, #f76a0c, #ff8e2b);
    border-radius: 28px;
    color: #fff;
}

.cs-high-intent-page__closing .button {
    background: #fff;
    color: #d95300;
}

.cs-high-intent-page__related-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.cs-high-intent-page__related-links a {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.15);
    color: inherit;
    text-decoration: none;
    font-weight: 600;
}

@media (max-width: 767px) {
    .cs-high-intent-page {
        padding: 28px 0 48px;
    }

    .cs-high-intent-page__highlights {
        grid-template-columns: 1fr;
    }

    .cs-high-intent-page__grid {
        grid-template-columns: 1fr;
    }

    .cs-high-intent-page__grid article {
        padding: 20px;
    }

    .cs-high-intent-page__section,
    .cs-high-intent-page__closing {
        padding: 22px 20px;
    }
}

.cs-student-reviews-section {
    position: relative;
}

.cs-student-reviews-heading {
    margin-bottom: 24px !important;
}

.cs-student-reviews-grid {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 4px 4px 16px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.cs-student-reviews-grid::-webkit-scrollbar {
    display: none;
}

.cs-student-review-card {
    height: 100%;
    flex: 0 0 84vw;
    max-width: 84vw;
    scroll-snap-align: start;
}

.cs-student-reviews-grid > * {
    flex: 0 0 84vw !important;
    min-width: 84vw !important;
    max-width: 84vw !important;
    scroll-snap-align: start;
}

.cs-student-review-card > .kt-blocks-info-box-link-wrap,
.cs-student-review-card__inner {
    position: relative;
    display: block !important;
    min-height: 0;
    height: 100%;
    padding: 22px 20px 18px !important;
    background: #ffffff;
    border: 1px solid #f1eef7 !important;
    border-radius: 24px !important;
    box-shadow: 0 12px 26px rgba(20, 20, 20, 0.06);
    overflow: hidden;
    text-decoration: none !important;
}

.cs-student-review-card__quote {
    position: absolute;
    top: 8px;
    left: 14px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 72px;
    line-height: 1;
    color: rgba(247, 106, 12, 0.16);
    pointer-events: none;
}

.cs-student-review-card__stars {
    position: absolute;
    top: 20px;
    right: 18px;
    font-size: 21px;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #f2bc31;
    pointer-events: none;
}

.cs-student-review-card__content,
.cs-student-review-card .kt-infobox-textcontent {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding-top: 34px;
    padding-right: 62px;
    position: relative;
    z-index: 1;
}

.cs-student-review-card .kt-blocks-info-box-title {
    order: 1;
    margin: 0 0 12px !important;
    color: #121212 !important;
    font-size: 1rem !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-align: left !important;
}

.cs-student-review-card .kt-blocks-info-box-text {
    order: 2;
    margin: 0 !important;
    color: #2f2f35 !important;
    font-size: 0.98rem !important;
    line-height: 1.45 !important;
    text-align: left !important;
}

.cs-student-review-card__more {
    color: #111111;
    font-weight: 800 !important;
    white-space: nowrap;
    appearance: none;
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    font: inherit;
}

.cs-student-review-card__media,
.cs-student-review-card .kt-blocks-info-box-media-container {
    position: absolute;
    right: 18px;
    bottom: 18px;
    width: 46px;
    height: 46px;
    margin: 0 !important;
    z-index: 2;
}

.cs-student-review-card .kt-blocks-info-box-media,
.cs-student-review-card .kadence-info-box-image-inner-intrisic-container,
.cs-student-review-card .kadence-info-box-image-intrisic,
.cs-student-review-card .kadence-info-box-image-inner-intrisic,
.cs-student-review-card .kt-info-box-image {
    width: 46px !important;
    height: 46px !important;
    border-radius: 999px !important;
    overflow: hidden;
}

.cs-student-review-card .kt-info-box-image {
    object-fit: cover;
    display: block;
}

@media (min-width: 992px) {
    .cs-student-reviews-heading {
        margin-bottom: 38px !important;
    }

    .cs-student-reviews-grid {
        gap: 24px;
        padding: 6px 6px 18px;
    }

    .cs-student-review-card {
        flex: 0 0 320px;
        max-width: 320px;
    }

    .cs-student-reviews-grid > * {
        flex: 0 0 320px !important;
        min-width: 320px !important;
        max-width: 320px !important;
    }

    .cs-student-review-card > .kt-blocks-info-box-link-wrap,
    .cs-student-review-card__inner {
        min-height: 188px;
        padding: 28px 24px 22px !important;
        border-radius: 28px !important;
        box-shadow: 0 16px 36px rgba(20, 20, 20, 0.06);
    }

    .cs-student-review-card__quote {
        top: 8px;
        left: 16px;
        font-size: 84px;
        color: rgba(247, 106, 12, 0.16);
    }

    .cs-student-review-card__stars {
        top: 22px;
        right: 20px;
        font-size: 24px;
        letter-spacing: 0.06em;
    }

    .cs-student-review-card__content,
    .cs-student-review-card .kt-infobox-textcontent {
        padding-top: 40px;
        padding-right: 78px;
    }

    .cs-student-review-card .kt-blocks-info-box-text {
        margin: 0 !important;
        font-size: 1rem !important;
        line-height: 1.42 !important;
    }

    .cs-student-review-card .kt-blocks-info-box-title {
        margin: 0 0 14px !important;
        font-size: 1.08rem !important;
    }

    .cs-student-review-card__media,
    .cs-student-review-card .kt-blocks-info-box-media-container {
        right: 20px;
        bottom: 20px;
        width: 52px;
        height: 52px;
    }

    .cs-student-review-card .kt-blocks-info-box-media,
    .cs-student-review-card .kadence-info-box-image-inner-intrisic-container,
    .cs-student-review-card .kadence-info-box-image-intrisic,
    .cs-student-review-card .kadence-info-box-image-inner-intrisic,
    .cs-student-review-card .kt-info-box-image {
        width: 52px !important;
        height: 52px !important;
    }
}

body.page-id-2769 {
    background: linear-gradient(180deg, #fffdfa 0%, #fbf7f0 100%);
}

body.page-id-2769 .content-area,
body.page-id-2769 .site-main {
    position: relative;
    overflow: hidden;
}

body.page-id-2769 .content-area::before,
body.page-id-2769 .content-area::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
    z-index: 0;
}

body.page-id-2769 .content-area::before {
    left: -170px;
    top: 48px;
    width: 320px;
    height: 320px;
    background: rgba(242, 193, 120, 0.28);
}

body.page-id-2769 .content-area::after {
    right: -160px;
    bottom: 140px;
    width: 300px;
    height: 300px;
    background: rgba(231, 128, 105, 0.24);
}

body.page-id-2769 .kadence-column2769_b7b2f4-d1 > .kt-inside-inner-col {
    position: relative;
    background: none !important;
    align-items: stretch !important;
}

body.page-id-2769 .kadence-column2769_b7b2f4-d1 > .kt-inside-inner-col::before {
    display: none !important;
}

body.page-id-2769 .kb-row-layout-id2769_427cd5-46 > .kt-row-column-wrap {
    max-width: 1180px;
    width: 100%;
    padding-top: 52px !important;
    padding-bottom: 14px;
    column-gap: 54px !important;
    align-items: center;
}

body.page-id-2769 .kadence-column2769_c3846c-1c > .kt-inside-inner-col {
    background: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

body.page-id-2769 .wp-block-kadence-advancedheading.kt-adv-heading2769_28b6ab-22,
body.page-id-2769 .wp-block-kadence-advancedheading.kt-adv-heading2769_28b6ab-22[data-kb-block="kb-adv-heading2769_28b6ab-22"] {
    padding: 0 !important;
    margin: 0 0 22px !important;
    text-align: left !important;
    text-shadow: none !important;
    font-size: 0 !important;
    line-height: 0 !important;
}

body.page-id-2769 .wp-block-kadence-advancedheading.kt-adv-heading2769_28b6ab-22::before {
    content: "NOSOTROS";
    display: block;
    margin-bottom: 18px;
    color: #d24a2a;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

body.page-id-2769 .wp-block-kadence-advancedheading.kt-adv-heading2769_28b6ab-22::after {
    content: "Nuestra historia";
    display: block;
    max-width: 7.2ch;
    color: #13233e;
    font-family: "Cormorant Garamond", "Iowan Old Style", "Times New Roman", serif;
    font-size: clamp(4.2rem, 5.8vw, 5.9rem);
    line-height: 0.95;
    font-weight: 700;
    letter-spacing: -0.05em;
}

body.page-id-2769 .wp-block-kadence-advancedheading.kt-adv-heading2769_e2ad5d-77,
body.page-id-2769 .wp-block-kadence-advancedheading.kt-adv-heading2769_e2ad5d-77[data-kb-block="kb-adv-heading2769_e2ad5d-77"] {
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    color: #292421 !important;
    font-size: 1.15rem !important;
    line-height: 1.75 !important;
    text-align: left !important;
    max-width: 29rem;
}

body.page-id-2769 .kadence-column2769_c3846c-1c {
    justify-self: start;
}

body.page-id-2769 .kadence-column2769_c3846c-1c > .kt-inside-inner-col {
    align-items: flex-start;
}

body.page-id-2769 .kadence-column2769_12583b-fe > .kt-inside-inner-col {
    padding: 0 !important;
    background: transparent !important;
}

body.page-id-2769 .wp-block-embed-youtube,
body.page-id-2769 .wp-block-embed-youtube .wp-block-embed__wrapper {
    width: 100%;
    margin: 0 !important;
}

body.page-id-2769 .wp-block-embed-youtube iframe {
    width: 100% !important;
    min-height: 390px;
    border: 0;
    border-radius: 32px;
    box-shadow: 0 24px 60px rgba(18, 27, 43, 0.16);
}

body.page-id-2769 .kadence-column2769_9ec8e8-38 {
    width: min(1180px, calc(100% - 48px));
    margin: 40px auto 60px;
}

body.page-id-2769 .kadence-column2769_9ec8e8-38 > .kt-inside-inner-col {
    display: grid;
    grid-template-columns: minmax(260px, 0.86fr) minmax(0, 1.14fr);
    align-items: center;
    column-gap: 42px;
    row-gap: 24px;
    padding: 34px 0 34px;
    border-top: 1px solid rgba(205, 188, 164, 0.45);
    border-bottom: 1px solid rgba(205, 188, 164, 0.45);
    position: relative;
}

body.page-id-2769 .kadence-column2769_9ec8e8-38 > .kt-inside-inner-col::before {
    content: "CONOCE A TU PROFESORA";
    grid-column: 1;
    align-self: end;
    color: #c64e2d;
    font-size: 1.05rem;
    font-weight: 900;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

body.page-id-2769 .kadence-column2769_9ec8e8-38 > .kt-inside-inner-col::after {
    content: "Una mirada más natural a las clases y a la persona que te acompaña.";
    grid-column: 1;
    grid-row: 2;
    align-self: start;
    max-width: 27rem;
    color: #13233e;
    font-family: "Cormorant Garamond", "Iowan Old Style", "Times New Roman", serif;
    font-size: clamp(2.1rem, 3vw, 3.25rem);
    line-height: 1.1;
    font-weight: 600;
    white-space: normal;
}

body.page-id-2769 .kadence-column2769_9ec8e8-38 .wp-block-kadence-advancedgallery {
    grid-column: 2;
    grid-row: 1 / span 2;
    width: 100%;
    position: relative;
}

body.page-id-2769 .kadence-column2769_9ec8e8-38 .wp-block-kadence-advancedgallery::before {
    content: "Una profesora cercana, materiales que conectan con la cultura real y una forma flexible de acompañarte para que hables español con más soltura y confianza.";
    position: absolute;
    left: calc(-1 * (27rem + 42px));
    bottom: 34px;
    width: 27rem;
    padding: 10px 0 22px;
    border-bottom: 3px solid #cf5932;
    background: linear-gradient(180deg, rgba(255, 253, 249, 0.98) 0%, rgba(255, 253, 249, 0.98) 100%);
    color: #3a332d;
    font-size: 0.98rem;
    line-height: 1.72;
    white-space: normal;
    z-index: 2;
    pointer-events: none;
}

body.page-id-2769 .kb-gallery-wrap-id-2769_0b1d59-41,
body.page-id-2769 .kb-gallery-wrap-id-2769_0b1d59-41 .kb-gallery-ul {
    width: 100%;
}

body.page-id-2769 .kb-gallery-wrap-id-2769_0b1d59-41 .kb-gallery-ul {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px !important;
    padding: 0 !important;
    margin: 0 !important;
    height: auto !important;
    list-style: none !important;
}

body.page-id-2769 .kb-gallery-wrap-id-2769_0b1d59-41 .kadence-blocks-gallery-item {
    width: auto !important;
    margin: 0 !important;
    position: static !important;
    inset: auto !important;
    transform: none !important;
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    height: auto !important;
}

body.page-id-2769 .kb-gallery-wrap-id-2769_0b1d59-41 .kadence-blocks-gallery-item,
body.page-id-2769 .kb-gallery-wrap-id-2769_0b1d59-41 .kadence-blocks-gallery-item-inner,
body.page-id-2769 .kb-gallery-wrap-id-2769_0b1d59-41 .kb-gallery-figure,
body.page-id-2769 .kb-gallery-wrap-id-2769_0b1d59-41 .kb-gal-image-radius {
    height: 100%;
}

body.page-id-2769 .kb-gallery-wrap-id-2769_0b1d59-41 .kadence-blocks-gallery-item-inner,
body.page-id-2769 .kb-gallery-wrap-id-2769_0b1d59-41 .kb-gallery-figure,
body.page-id-2769 .kb-gallery-wrap-id-2769_0b1d59-41 .kb-gal-image-radius {
    height: auto !important;
}

body.page-id-2769 .kb-gallery-wrap-id-2769_0b1d59-41 .kb-gallery-figure,
body.page-id-2769 .kb-gallery-wrap-id-2769_0b1d59-41 .kb-gal-image-radius {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.page-id-2769 .kb-gallery-wrap-id-2769_0b1d59-41 .kb-gallery-image-contain {
    height: 336px !important;
    padding-bottom: 0 !important;
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 0 18px 36px rgba(17, 27, 43, 0.12);
}

body.page-id-2769 .kb-gallery-wrap-id-2769_0b1d59-41 .kadence-blocks-gallery-item:nth-child(1) {
    grid-column: 1 / -1;
}

body.page-id-2769 .kb-gallery-wrap-id-2769_0b1d59-41 .kadence-blocks-gallery-item:nth-child(1) .kb-gallery-image-contain {
    height: 280px !important;
    background: transparent !important;
    border-radius: 24px !important;
    overflow: hidden !important;
}

body.page-id-2769 .kb-gallery-wrap-id-2769_0b1d59-41 .kadence-blocks-gallery-item:nth-child(2) .kb-gallery-image-contain,
body.page-id-2769 .kb-gallery-wrap-id-2769_0b1d59-41 .kadence-blocks-gallery-item:nth-child(3) .kb-gallery-image-contain {
    height: 210px !important;
}

body.page-id-2769 .kb-gallery-wrap-id-2769_0b1d59-41 .kadence-blocks-gallery-item:nth-child(1) img {
    object-fit: cover !important;
    object-position: 50% 34% !important;
    border-radius: 24px !important;
}

body.page-id-2769 .kb-gallery-wrap-id-2769_0b1d59-41 .kadence-blocks-gallery-item:nth-child(2) img {
    object-position: center 50%;
}

body.page-id-2769 .kb-gallery-wrap-id-2769_0b1d59-41 .kadence-blocks-gallery-item:nth-child(3) img {
    object-position: center 42%;
}

body.page-id-2769 .kb-gallery-wrap-id-2769_0b1d59-41 img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 24px;
}

body.page-id-2769 .kb-gallery-wrap-id-2769_0b1d59-41 .kadence-blocks-gallery-item::after {
    display: none;
    margin-top: 12px;
    color: #3d352f;
    font-size: 0.95rem;
    line-height: 1.6;
}

body.page-id-2769 .kb-gallery-wrap-id-2769_0b1d59-41 .kadence-blocks-gallery-item:nth-child(1)::after {
    content: "1. Un rincón tranquilo que refleja la cercanía y la calma con la que acompañamos cada proceso de aprendizaje.";
}

body.page-id-2769 .kb-gallery-wrap-id-2769_0b1d59-41 .kadence-blocks-gallery-item:nth-child(2)::after {
    content: "2. Materiales, cultura y conversación real para que el español se conecte con situaciones vivas y cotidianas.";
}

body.page-id-2769 .kb-gallery-wrap-id-2769_0b1d59-41 .kadence-blocks-gallery-item:nth-child(3)::after {
    content: "3. Una forma cercana de enseñar, con atención personal y espacio para hablar con más soltura y confianza.";
}

body.page-id-2769 .kb-row-layout-id2769_0c6fca-72 > .kt-row-column-wrap {
    max-width: 1180px;
    padding-top: 32px !important;
    padding-bottom: 18px !important;
    column-gap: 26px !important;
    row-gap: 26px;
    align-items: stretch;
}

body.page-id-2769 .kb-row-layout-id2769_0c6fca-72 > .kt-row-column-wrap::before {
    content: "ASÍ TRABAJAMOS";
    display: block;
    grid-column: 1 / -1;
    justify-self: center;
    width: auto;
    margin: 0 0 18px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(215, 168, 77, 0.75);
    text-align: center;
    color: #d24a2a;
    font-size: 36px;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

body.page-id-2769 .kb-row-layout-id2769_0c6fca-72 > .kt-row-column-wrap::after {
    display: none;
}

body.page-id-2769 .kt-row-column-wrap > .kadence-column2769_23a387-57,
body.page-id-2769 .kt-row-column-wrap > .kadence-column2769_0ace56-c3,
body.page-id-2769 .kt-row-column-wrap > .kadence-column2769_d322f3-b1 {
    align-self: stretch !important;
}

body.page-id-2769 .kadence-column2769_23a387-57 > .kt-inside-inner-col {
    display: block !important;
    height: 100%;
}

body.page-id-2769 .kadence-column2769_3796e1-0c > .kt-inside-inner-col,
body.page-id-2769 .kadence-column2769_0ace56-c3 > .kt-inside-inner-col,
body.page-id-2769 .kadence-column2769_d322f3-b1 > .kt-inside-inner-col {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    min-height: 0;
    padding: 24px 22px 20px !important;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 24px;
    box-shadow: 0 18px 40px rgba(17, 27, 43, 0.08);
}

body.page-id-2769 .kadence-column2769_3796e1-0c > .kt-inside-inner-col > .kb-row-layout-wrap > .kt-row-column-wrap,
body.page-id-2769 .kadence-column2769_0ace56-c3 > .kt-inside-inner-col > .kb-row-layout-wrap > .kt-row-column-wrap,
body.page-id-2769 .kadence-column2769_d322f3-b1 > .kt-inside-inner-col > .kb-row-layout-wrap > .kt-row-column-wrap {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    column-gap: 0 !important;
    row-gap: 0 !important;
    gap: 12px !important;
    padding: 0 !important;
}

body.page-id-2769 .kadence-column2769_3796e1-0c > .kt-inside-inner-col > .kb-row-layout-wrap > .kt-row-column-wrap > .wp-block-kadence-column,
body.page-id-2769 .kadence-column2769_0ace56-c3 > .kt-inside-inner-col > .kb-row-layout-wrap > .kt-row-column-wrap > .wp-block-kadence-column,
body.page-id-2769 .kadence-column2769_d322f3-b1 > .kt-inside-inner-col > .kb-row-layout-wrap > .kt-row-column-wrap > .wp-block-kadence-column {
    width: auto !important;
    max-width: none !important;
    align-self: center !important;
}

body.page-id-2769 .kadence-column2769_3796e1-0c > .kt-inside-inner-col > .kb-row-layout-wrap > .kt-row-column-wrap > .wp-block-kadence-column:first-child > .kt-inside-inner-col,
body.page-id-2769 .kadence-column2769_0ace56-c3 > .kt-inside-inner-col > .kb-row-layout-wrap > .kt-row-column-wrap > .wp-block-kadence-column:first-child > .kt-inside-inner-col,
body.page-id-2769 .kadence-column2769_d322f3-b1 > .kt-inside-inner-col > .kb-row-layout-wrap > .kt-row-column-wrap > .wp-block-kadence-column:first-child > .kt-inside-inner-col {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 78px;
    min-width: 78px;
    max-width: 78px;
}

body.page-id-2769 .kadence-column2769_3796e1-0c > .kt-inside-inner-col > .kb-row-layout-wrap > .kt-row-column-wrap > .wp-block-kadence-column:last-child > .kt-inside-inner-col,
body.page-id-2769 .kadence-column2769_0ace56-c3 > .kt-inside-inner-col > .kb-row-layout-wrap > .kt-row-column-wrap > .wp-block-kadence-column:last-child > .kt-inside-inner-col,
body.page-id-2769 .kadence-column2769_d322f3-b1 > .kt-inside-inner-col > .kb-row-layout-wrap > .kt-row-column-wrap > .wp-block-kadence-column:last-child > .kt-inside-inner-col {
    display: block;
    width: 100%;
    min-width: 0;
    flex: 1 1 auto;
    text-align: center !important;
}

body.page-id-2769 .kadence-column2769_bfcb7b-a2 > .kt-inside-inner-col,
body.page-id-2769 .kadence-column2769_3f3d0e-b7 > .kt-inside-inner-col,
body.page-id-2769 .kadence-column2769_2f4ac8-02 > .kt-inside-inner-col {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    margin: 0 !important;
    min-height: 0 !important;
}

body.page-id-2769 .kadence-column2769_40c606-54 > .kt-inside-inner-col,
body.page-id-2769 .kadence-column2769_a1a757-a4 > .kt-inside-inner-col,
body.page-id-2769 .kadence-column2769_6e94db-fd > .kt-inside-inner-col {
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    min-height: 0 !important;
    width: 100% !important;
}

body.page-id-2769 .kb-image2769_92fc23-54,
body.page-id-2769 .kb-image2769_a4ce1e-ed,
body.page-id-2769 .kb-image2769_15814d-c3,
body.page-id-2769 .kb-image2769_92fc23-54 .kb-image-is-ratio-size,
body.page-id-2769 .kb-image2769_a4ce1e-ed .kb-image-is-ratio-size,
body.page-id-2769 .kb-image2769_15814d-c3 .kb-image-is-ratio-size,
body.page-id-2769 .kb-image2769_92fc23-54 .kb-is-ratio-image,
body.page-id-2769 .kb-image2769_a4ce1e-ed .kb-is-ratio-image,
body.page-id-2769 .kb-image2769_15814d-c3 .kb-is-ratio-image {
    width: 78px !important;
    min-width: 78px !important;
    max-width: 78px !important;
    height: 78px !important;
    margin: 0 !important;
}

body.page-id-2769 .kb-image2769_92fc23-54 img,
body.page-id-2769 .kb-image2769_a4ce1e-ed img,
body.page-id-2769 .kb-image2769_15814d-c3 img {
    width: 78px !important;
    height: 78px !important;
    object-fit: cover;
    display: block;
}

body.page-id-2769 .wp-block-kadence-advancedheading.kt-adv-heading2769_9156fc-f9,
body.page-id-2769 .wp-block-kadence-advancedheading.kt-adv-heading2769_546e3f-3f,
body.page-id-2769 .wp-block-kadence-advancedheading.kt-adv-heading2769_ee9fba-db,
body.page-id-2769 .wp-block-kadence-advancedheading.kt-adv-heading2769_9156fc-f9[data-kb-block="kb-adv-heading2769_9156fc-f9"],
body.page-id-2769 .wp-block-kadence-advancedheading.kt-adv-heading2769_546e3f-3f[data-kb-block="kb-adv-heading2769_546e3f-3f"],
body.page-id-2769 .wp-block-kadence-advancedheading.kt-adv-heading2769_ee9fba-db[data-kb-block="kb-adv-heading2769_ee9fba-db"] {
    margin: 0 0 5px !important;
    padding: 0 !important;
    text-align: center !important;
    color: #13233e !important;
    font-family: "Cormorant Garamond", "Iowan Old Style", "Times New Roman", serif;
    font-size: 1.35rem !important;
    line-height: 1.08 !important;
    font-weight: 700 !important;
    text-shadow: none !important;
    text-wrap: balance;
    display: block;
    min-width: 0;
}

body.page-id-2769 .wp-block-kadence-advancedheading.kt-adv-heading2769_2d2480-2b,
body.page-id-2769 .wp-block-kadence-advancedheading.kt-adv-heading2769_62617c-e6,
body.page-id-2769 .wp-block-kadence-advancedheading.kt-adv-heading2769_9b333d-5a,
body.page-id-2769 .wp-block-kadence-advancedheading.kt-adv-heading2769_2d2480-2b[data-kb-block="kb-adv-heading2769_2d2480-2b"],
body.page-id-2769 .wp-block-kadence-advancedheading.kt-adv-heading2769_62617c-e6[data-kb-block="kb-adv-heading2769_62617c-e6"],
body.page-id-2769 .wp-block-kadence-advancedheading.kt-adv-heading2769_9b333d-5a[data-kb-block="kb-adv-heading2769_9b333d-5a"] {
    margin: 0 !important;
    color: #37312c !important;
    font-size: 0.95rem !important;
    line-height: 1.6 !important;
    text-align: center !important;
    display: block;
    width: 100%;
    min-width: 0;
}

body.page-id-2769 .kb-row-layout-id2769_f19775-f4 > .kt-row-column-wrap,
body.page-id-2769 .kb-row-layout-id2769_749be6-ae > .kt-row-column-wrap {
    max-width: 1180px;
    column-gap: 52px !important;
    align-items: center;
}

body.page-id-2769 .kb-row-layout-id2769_f19775-f4 {
    margin-top: 54px;
    padding-top: 10px;
}

body.page-id-2769 .kb-row-layout-id2769_749be6-ae > .kt-row-column-wrap {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr) !important;
}

body.page-id-2769 .kadence-column2769_4c6c75-47 > .kt-inside-inner-col,
body.page-id-2769 .kadence-column2769_7a920a-03 > .kt-inside-inner-col,
body.page-id-2769 .kadence-column2769_657aae-38 > .kt-inside-inner-col {
    background: transparent !important;
    padding: 0 !important;
}

body.page-id-2769 .kb-row-layout-id2769_749be6-ae > .kt-row-column-wrap > .wp-block-kadence-column:first-child > .kt-inside-inner-col {
    max-width: 430px;
}

body.page-id-2769 .kb-row-layout-id2769_749be6-ae > .kt-row-column-wrap > .wp-block-kadence-column:last-child > .kt-inside-inner-col {
    background: rgba(249, 246, 241, 0.96) !important;
    border-radius: 30px;
    padding: 24px !important;
    box-shadow: 0 18px 38px rgba(17, 27, 43, 0.06);
}

body.page-id-2769 .wp-block-kadence-advancedheading.kt-adv-heading2769_271109-fc,
body.page-id-2769 .wp-block-kadence-advancedheading.kt-adv-heading2769_271109-fc[data-kb-block="kb-adv-heading2769_271109-fc"] {
    margin: 0 0 14px !important;
    color: #b3341d !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

body.page-id-2769 .wp-block-kadence-advancedheading.kt-adv-heading2769_f97ed3-96,
body.page-id-2769 .wp-block-kadence-advancedheading.kt-adv-heading2769_f97ed3-96[data-kb-block="kb-adv-heading2769_f97ed3-96"] {
    margin: 0 0 18px !important;
    color: #13233e !important;
    font-family: "Cormorant Garamond", "Iowan Old Style", "Times New Roman", serif;
    font-size: clamp(3rem, 4.2vw, 4.1rem) !important;
    line-height: 0.96 !important;
    font-weight: 700 !important;
}

body.page-id-2769 .wp-block-kadence-advancedheading.kt-adv-heading2769_c5f849-5d,
body.page-id-2769 .wp-block-kadence-advancedheading.kt-adv-heading2769_c5f849-5d[data-kb-block="kb-adv-heading2769_c5f849-5d"] {
    margin: 0 !important;
    color: #3a332d !important;
    font-size: 1.05rem !important;
    line-height: 1.55 !important;
    text-align: left !important;
}

body.page-id-2769 .kt-svg-icons2769_d633d0-58 {
    display: flex;
    gap: 16px;
    margin-top: 28px;
}

body.page-id-2769 .kt-svg-icons2769_d633d0-58 .kt-svg-item-2769_fcf420-ea .kb-svg-icon-wrap,
body.page-id-2769 .kt-svg-icons2769_d633d0-58 .kt-svg-item-2769_17e4ba-39 .kb-svg-icon-wrap,
body.page-id-2769 .kt-svg-icons2769_d633d0-58 .kt-svg-item-2769_d350fe-55 .kb-svg-icon-wrap,
body.page-id-2769 .kt-svg-icons2769_d633d0-58 .kt-svg-item-2769_248710-9d .kb-svg-icon-wrap {
    width: 58px !important;
    height: 58px !important;
    min-width: 58px !important;
    min-height: 58px !important;
    margin: 0 !important;
    padding: 11px !important;
    border-radius: 999px !important;
    box-shadow: 0 10px 22px rgba(17, 27, 43, 0.08);
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 36px !important;
    line-height: 1 !important;
    box-sizing: border-box !important;
}

body.page-id-2769 .kt-svg-icons2769_d633d0-58 .kb-svg-icon-wrap svg,
body.page-id-2769 .kt-svg-icons2769_d633d0-58 .kb-svg-icon-wrap i {
    width: 1em !important;
    height: 1em !important;
    line-height: 1 !important;
}

@media (max-width: 1024px) {
    body.page-id-2769 .kadence-column2769_9ec8e8-38 > .kt-inside-inner-col {
        grid-template-columns: 1fr;
        row-gap: 24px;
    }

    body.page-id-2769 .kadence-column2769_9ec8e8-38 > .kt-inside-inner-col::before,
    body.page-id-2769 .kadence-column2769_9ec8e8-38 > .kt-inside-inner-col::after,
    body.page-id-2769 .kadence-column2769_9ec8e8-38 .wp-block-kadence-advancedgallery {
        grid-column: 1;
        grid-row: auto;
    }

    body.page-id-2769 .kadence-column2769_9ec8e8-38 > .kt-inside-inner-col::after {
        max-width: 34rem;
        padding-bottom: 22px;
    }

    body.page-id-2769 .kadence-column2769_9ec8e8-38 .wp-block-kadence-advancedgallery::before {
        display: none;
    }
}

@media (max-width: 767px) {
    body.page-id-2769 .wp-block-kadence-advancedheading.kt-adv-heading2769_e2ad5d-77,
    body.page-id-2769 .wp-block-kadence-advancedheading.kt-adv-heading2769_e2ad5d-77[data-kb-block="kb-adv-heading2769_e2ad5d-77"] {
        max-width: none;
    }

    body.page-id-2769 .kadence-column2769_9ec8e8-38 {
        width: min(100%, calc(100% - 32px));
        margin: 28px auto 42px;
    }

    body.page-id-2769 .kadence-column2769_9ec8e8-38 > .kt-inside-inner-col {
        padding: 24px 0 22px;
        grid-template-columns: 1fr;
        row-gap: 18px;
    }

    body.page-id-2769 .kadence-column2769_9ec8e8-38 > .kt-inside-inner-col::before {
        grid-column: 1;
        grid-row: 1;
        font-size: 0.9rem;
        letter-spacing: 0.2em;
    }

    body.page-id-2769 .kadence-column2769_9ec8e8-38 > .kt-inside-inner-col::after {
        grid-column: 1;
        grid-row: 2;
        max-width: none;
        font-size: clamp(1.9rem, 8vw, 2.8rem);
        line-height: 1.12;
        padding-bottom: 18px;
    }

    body.page-id-2769 .kadence-column2769_9ec8e8-38 .wp-block-kadence-advancedgallery {
        grid-column: 1;
        grid-row: 3;
    }

    body.page-id-2769 .kadence-column2769_9ec8e8-38 .wp-block-kadence-advancedgallery::before {
        display: none;
    }

    body.page-id-2769 .kb-gallery-wrap-id-2769_0b1d59-41 .kb-gallery-ul {
        grid-template-columns: 1fr;
        gap: 14px !important;
    }

    body.page-id-2769 .kb-gallery-wrap-id-2769_0b1d59-41 .kb-gallery-image-contain {
        height: 250px !important;
        border-radius: 18px;
    }

    body.page-id-2769 .kb-gallery-wrap-id-2769_0b1d59-41 .kadence-blocks-gallery-item:nth-child(1) {
        grid-column: auto;
    }

    body.page-id-2769 .kb-gallery-wrap-id-2769_0b1d59-41 .kadence-blocks-gallery-item:nth-child(1) .kb-gallery-image-contain,
    body.page-id-2769 .kb-gallery-wrap-id-2769_0b1d59-41 .kadence-blocks-gallery-item:nth-child(2) .kb-gallery-image-contain,
    body.page-id-2769 .kb-gallery-wrap-id-2769_0b1d59-41 .kadence-blocks-gallery-item:nth-child(3) .kb-gallery-image-contain {
        height: 250px !important;
    }

    body.page-id-2769 .kb-gallery-wrap-id-2769_0b1d59-41 .kadence-blocks-gallery-item:nth-child(1) img {
        object-position: center 14%;
    }

    body.page-id-2769 .kb-gallery-wrap-id-2769_0b1d59-41 .kadence-blocks-gallery-item::after {
        display: block;
    }
}

body.page-id-2769 form.jetpack-contact-form__form {
    display: block;
}

body.page-id-2769 .wp-block-jetpack-contact-form,
body.page-id-2769 .wp-block-jetpack-contact-form.is-layout-flex {
    width: 100%;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 18px;
    align-items: start;
}

body.page-id-2769 form.jetpack-contact-form__form .grunion-field-wrap,
body.page-id-2769 .wp-block-jetpack-contact-form .grunion-field-wrap {
    width: 100%;
    min-width: 0;
}

body.page-id-2769 .wp-block-jetpack-contact-form .wp-block-jetpack-field-textarea,
body.page-id-2769 .wp-block-jetpack-contact-form .wp-block-jetpack-button {
    grid-column: 1 / -1;
}

body.page-id-2769 form.jetpack-contact-form__form label {
    margin-bottom: 6px;
    color: #5f5650;
    font-size: 0.9rem;
}

body.page-id-2769 form.jetpack-contact-form__form input,
body.page-id-2769 form.jetpack-contact-form__form textarea {
    width: 100% !important;
    border: 1px solid rgba(210, 206, 198, 0.88) !important;
    background: rgba(255, 255, 255, 0.98);
    padding: 14px 16px !important;
    box-shadow: 0 10px 22px rgba(17, 27, 43, 0.04);
}

body.page-id-2769 form.jetpack-contact-form__form textarea {
    min-height: 180px;
    resize: vertical;
}

body.page-id-2769 form.jetpack-contact-form__form .wp-block-jetpack-button {
    width: auto !important;
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
}

body.page-id-2769 form.jetpack-contact-form__form .wp-block-button__link {
    min-width: 230px;
    padding: 16px 32px !important;
    border-radius: 999px !important;
    background: #151922 !important;
    color: #fff !important;
    box-shadow: 0 18px 36px rgba(18, 27, 43, 0.18);
}

body.page-id-2769 form.jetpack-contact-form__form .wp-block-button__link:hover {
    background: #202737 !important;
}

body.page-id-2769 .kadence-column2769_8f370b-0e > .kt-inside-inner-col {
    max-width: 1180px;
    margin: 28px auto 0;
    padding-top: 22px;
    border-top: 1px solid rgba(210, 202, 191, 0.9);
}

body.page-id-2769 .kadence-column2769_8f370b-0e .wp-block-columns {
    gap: 0;
}

body.page-id-2769 .kadence-column2769_8f370b-0e .wp-block-column {
    padding: 0 26px;
}

body.page-id-2769 .kadence-column2769_8f370b-0e .wp-block-column:not(:first-child) {
    border-left: 1px solid rgba(210, 202, 191, 0.9);
}

body.page-id-2769 .kadence-column2769_8f370b-0e h5 {
    margin-bottom: 10px;
    color: #13233e;
    font-family: "Cormorant Garamond", "Iowan Old Style", "Times New Roman", serif;
    font-size: 1rem;
    font-weight: 700;
}

body.page-id-2769 .kadence-column2769_8f370b-0e p,
body.page-id-2769 .kadence-column2769_8f370b-0e a {
    color: #3d352f;
    font-size: 0.98rem;
    line-height: 1.6;
}

@media (max-width: 1024px) {
    body.page-id-2769 .kb-row-layout-id2769_427cd5-46 > .kt-row-column-wrap,
    body.page-id-2769 .kb-row-layout-id2769_749be6-ae > .kt-row-column-wrap {
        column-gap: 34px !important;
    }

    body.page-id-2769 .kb-row-layout-id2769_0c6fca-72 > .kt-row-column-wrap {
        padding-top: 26px !important;
    }

    body.page-id-2769 .kadence-column2769_3796e1-0c > .kt-inside-inner-col,
    body.page-id-2769 .kadence-column2769_0ace56-c3 > .kt-inside-inner-col,
    body.page-id-2769 .kadence-column2769_d322f3-b1 > .kt-inside-inner-col {
        padding: 22px 20px !important;
    }

    body.page-id-2769 .kadence-column2769_3796e1-0c > .kt-inside-inner-col > .kb-row-layout-wrap > .kt-row-column-wrap,
    body.page-id-2769 .kadence-column2769_0ace56-c3 > .kt-inside-inner-col > .kb-row-layout-wrap > .kt-row-column-wrap,
    body.page-id-2769 .kadence-column2769_d322f3-b1 > .kt-inside-inner-col > .kb-row-layout-wrap > .kt-row-column-wrap {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 12px !important;
    }

    body.page-id-2769 .kadence-column2769_3796e1-0c > .kt-inside-inner-col > .kb-row-layout-wrap > .kt-row-column-wrap > .wp-block-kadence-column:first-child > .kt-inside-inner-col,
    body.page-id-2769 .kadence-column2769_0ace56-c3 > .kt-inside-inner-col > .kb-row-layout-wrap > .kt-row-column-wrap > .wp-block-kadence-column:first-child > .kt-inside-inner-col,
    body.page-id-2769 .kadence-column2769_d322f3-b1 > .kt-inside-inner-col > .kb-row-layout-wrap > .kt-row-column-wrap > .wp-block-kadence-column:first-child > .kt-inside-inner-col,
    body.page-id-2769 .kb-image2769_92fc23-54,
    body.page-id-2769 .kb-image2769_a4ce1e-ed,
    body.page-id-2769 .kb-image2769_15814d-c3,
    body.page-id-2769 .kb-image2769_92fc23-54 .kb-image-is-ratio-size,
    body.page-id-2769 .kb-image2769_a4ce1e-ed .kb-image-is-ratio-size,
    body.page-id-2769 .kb-image2769_15814d-c3 .kb-image-is-ratio-size,
    body.page-id-2769 .kb-image2769_92fc23-54 .kb-is-ratio-image,
    body.page-id-2769 .kb-image2769_a4ce1e-ed .kb-is-ratio-image,
    body.page-id-2769 .kb-image2769_15814d-c3 .kb-is-ratio-image {
        width: 72px !important;
        min-width: 72px !important;
        max-width: 72px !important;
        height: 72px !important;
    }

    body.page-id-2769 .kb-image2769_92fc23-54 img,
    body.page-id-2769 .kb-image2769_a4ce1e-ed img,
    body.page-id-2769 .kb-image2769_15814d-c3 img {
        width: 72px !important;
        height: 72px !important;
    }

    body.page-id-2769 .kb-row-layout-id2769_749be6-ae > .kt-row-column-wrap {
        grid-template-columns: 1fr 1fr !important;
        column-gap: 34px !important;
    }
}

@media (max-width: 767px) {
    body.page-id-2769 .content-area::before {
        left: -120px;
        top: 24px;
        width: 220px;
        height: 220px;
    }

    body.page-id-2769 .content-area::after {
        right: -120px;
        bottom: 80px;
        width: 220px;
        height: 220px;
    }

    body.page-id-2769 .kb-row-layout-id2769_427cd5-46 > .kt-row-column-wrap {
        padding-top: 26px !important;
        padding-bottom: 8px !important;
        grid-template-columns: 1fr !important;
    }

    body.page-id-2769 .wp-block-kadence-advancedheading.kt-adv-heading2769_28b6ab-22::before {
        margin-bottom: 14px;
        font-size: 14px;
    }

    body.page-id-2769 .wp-block-kadence-advancedheading.kt-adv-heading2769_28b6ab-22::after {
        font-size: 3.8rem;
    }

    body.page-id-2769 .wp-block-kadence-advancedheading.kt-adv-heading2769_e2ad5d-77,
    body.page-id-2769 .wp-block-kadence-advancedheading.kt-adv-heading2769_e2ad5d-77[data-kb-block="kb-adv-heading2769_e2ad5d-77"] {
        font-size: 1rem !important;
        line-height: 1.65 !important;
    }

    body.page-id-2769 .wp-block-embed-youtube iframe {
        min-height: 240px;
        border-radius: 22px;
    }

    body.page-id-2769 .kb-row-layout-id2769_0c6fca-72 > .kt-row-column-wrap {
        padding-top: 18px !important;
        grid-template-columns: 1fr !important;
    }

    body.page-id-2769 .kb-row-layout-id2769_0c6fca-72 > .kt-row-column-wrap::before {
        font-size: 16px;
        margin-bottom: 12px;
    }

    body.page-id-2769 .kadence-column2769_3796e1-0c > .kt-inside-inner-col,
    body.page-id-2769 .kadence-column2769_0ace56-c3 > .kt-inside-inner-col,
    body.page-id-2769 .kadence-column2769_d322f3-b1 > .kt-inside-inner-col {
        min-height: 0;
        padding: 20px 18px !important;
        border-radius: 20px;
        gap: 8px !important;
    }

    body.page-id-2769 .kadence-column2769_3796e1-0c > .kt-inside-inner-col > .kb-row-layout-wrap > .kt-row-column-wrap,
    body.page-id-2769 .kadence-column2769_0ace56-c3 > .kt-inside-inner-col > .kb-row-layout-wrap > .kt-row-column-wrap,
    body.page-id-2769 .kadence-column2769_d322f3-b1 > .kt-inside-inner-col > .kb-row-layout-wrap > .kt-row-column-wrap {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 6px !important;
    }

    body.page-id-2769 .kadence-column2769_3796e1-0c > .kt-inside-inner-col > .kb-row-layout-wrap > .kt-row-column-wrap > .wp-block-kadence-column:first-child > .kt-inside-inner-col,
    body.page-id-2769 .kadence-column2769_0ace56-c3 > .kt-inside-inner-col > .kb-row-layout-wrap > .kt-row-column-wrap > .wp-block-kadence-column:first-child > .kt-inside-inner-col,
    body.page-id-2769 .kadence-column2769_d322f3-b1 > .kt-inside-inner-col > .kb-row-layout-wrap > .kt-row-column-wrap > .wp-block-kadence-column:first-child > .kt-inside-inner-col,
    body.page-id-2769 .kb-image2769_92fc23-54,
    body.page-id-2769 .kb-image2769_a4ce1e-ed,
    body.page-id-2769 .kb-image2769_15814d-c3,
    body.page-id-2769 .kb-image2769_92fc23-54 .kb-image-is-ratio-size,
    body.page-id-2769 .kb-image2769_a4ce1e-ed .kb-image-is-ratio-size,
    body.page-id-2769 .kb-image2769_15814d-c3 .kb-image-is-ratio-size,
    body.page-id-2769 .kb-image2769_92fc23-54 .kb-is-ratio-image,
    body.page-id-2769 .kb-image2769_a4ce1e-ed .kb-is-ratio-image,
    body.page-id-2769 .kb-image2769_15814d-c3 .kb-is-ratio-image {
        width: 68px !important;
        min-width: 68px !important;
        max-width: 68px !important;
        height: 68px !important;
    }

    body.page-id-2769 .kb-image2769_92fc23-54 img,
    body.page-id-2769 .kb-image2769_a4ce1e-ed img,
    body.page-id-2769 .kb-image2769_15814d-c3 img {
        width: 68px !important;
        height: 68px !important;
    }

    body.page-id-2769 .wp-block-kadence-advancedheading.kt-adv-heading2769_9156fc-f9,
    body.page-id-2769 .wp-block-kadence-advancedheading.kt-adv-heading2769_546e3f-3f,
    body.page-id-2769 .wp-block-kadence-advancedheading.kt-adv-heading2769_ee9fba-db,
    body.page-id-2769 .wp-block-kadence-advancedheading.kt-adv-heading2769_9156fc-f9[data-kb-block="kb-adv-heading2769_9156fc-f9"],
    body.page-id-2769 .wp-block-kadence-advancedheading.kt-adv-heading2769_546e3f-3f[data-kb-block="kb-adv-heading2769_546e3f-3f"],
    body.page-id-2769 .wp-block-kadence-advancedheading.kt-adv-heading2769_ee9fba-db[data-kb-block="kb-adv-heading2769_ee9fba-db"] {
        font-size: 1.4rem !important;
    }

    body.page-id-2769 .kb-row-layout-id2769_749be6-ae > .kt-row-column-wrap {
        grid-template-columns: 1fr !important;
        row-gap: 28px;
    }

    body.page-id-2769 .kb-row-layout-id2769_749be6-ae > .kt-row-column-wrap > .wp-block-kadence-column:first-child > .kt-inside-inner-col {
        max-width: none;
    }

    body.page-id-2769 .kb-row-layout-id2769_749be6-ae > .kt-row-column-wrap > .wp-block-kadence-column:last-child > .kt-inside-inner-col {
        padding: 18px !important;
        border-radius: 24px;
    }

    body.page-id-2769 .wp-block-jetpack-contact-form,
    body.page-id-2769 .wp-block-jetpack-contact-form.is-layout-flex {
        grid-template-columns: 1fr;
    }

    body.page-id-2769 form.jetpack-contact-form__form .wp-block-jetpack-button {
        justify-content: center;
    }

    body.page-id-2769 .kadence-column2769_8f370b-0e > .kt-inside-inner-col {
        margin-top: 18px;
    }

    body.page-id-2769 .kadence-column2769_8f370b-0e .wp-block-column {
        padding: 16px 0;
    }

    body.page-id-2769 .kadence-column2769_8f370b-0e .wp-block-column:not(:first-child) {
        border-left: 0;
        border-top: 1px solid rgba(210, 202, 191, 0.9);
    }
}

body.page-slug-blog {
    background:
        radial-gradient(circle at right 12%, rgba(231, 193, 101, 0.32), transparent 16%),
        radial-gradient(circle at left 64%, rgba(160, 33, 18, 0.18), transparent 10%),
        #fbf6ef;
}

body.page-slug-blog .content-area,
body.page-slug-blog .site-main {
    margin: 0;
}

.cs-blog-lite-page {
    padding: 34px 20px 40px;
    background:
        radial-gradient(circle at right 10%, rgba(231, 193, 101, 0.14), transparent 18%),
        radial-gradient(circle at left 67%, rgba(160, 33, 18, 0.08), transparent 12%),
        linear-gradient(180deg, #fdfbf7 0%, #faf5ed 100%);
}

.cs-blog-lite-shell {
    max-width: 1220px;
    margin: 0 auto;
    overflow: visible;
}

.cs-blog-lite-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 34px;
    align-items: start;
    padding: 24px 0 26px;
}

.cs-blog-lite-hero::before {
    content: none;
    display: none;
}

.cs-blog-lite-copy {
    max-width: 560px;
    position: relative;
    z-index: 2;
    margin-top: 20px;
    padding: 52px 52px 46px;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 32px;
    box-shadow: 0 24px 50px rgba(34, 25, 17, 0.08);
}

.cs-blog-lite-eyebrow {
    margin: 0 0 28px;
    color: #b3341d;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.cs-blog-lite-eyebrow::after {
    content: "";
    display: block;
    width: 82px;
    height: 4px;
    margin-top: 16px;
    background: #c9771d;
}

.cs-blog-lite-title {
    margin: 0 0 28px;
    color: #181513;
    font-family: "Cormorant Garamond", "Iowan Old Style", "Times New Roman", serif;
    font-size: clamp(4rem, 5.7vw, 5.7rem);
    line-height: 0.95;
    font-weight: 700;
    letter-spacing: -0.045em;
    max-width: 470px;
}

.cs-blog-lite-title span {
    display: block;
}

.cs-blog-lite-title em {
    color: #8f1107;
    font-style: normal;
    font-size: 1em;
}

.cs-blog-lite-description {
    max-width: 460px;
    margin: 0 0 34px;
    color: #37322e;
    font-size: 18px;
    line-height: 1.58;
}

.cs-blog-lite-description::before {
    content: "";
    display: block;
    width: 46px;
    height: 2px;
    margin: 0 0 22px;
    background: #d7a84d;
}

.cs-blog-lite-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    padding: 16px 28px;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(180deg, #b32416 0%, #9f1307 100%);
    box-shadow: 0 18px 30px rgba(159, 19, 7, 0.24);
    margin-bottom: 34px;
}

.cs-blog-lite-link:hover {
    color: #ffffff;
    background: linear-gradient(180deg, #a11d11 0%, #870f05 100%);
}

.cs-blog-subscribe {
    display: flex;
    justify-content: center;
    padding: 38px 0 20px;
}

.cs-blog-subscribe__card {
    width: min(100%, 620px);
    padding: 46px 42px 40px;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 32px;
    box-shadow: 0 24px 50px rgba(34, 25, 17, 0.08);
}

.cs-blog-subscribe__back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 22px;
    color: #9f1307;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.cs-blog-subscribe__back:hover {
    color: #7e0f06;
}

.cs-blog-subscribe__title {
    margin: 0 0 18px;
    color: #181513;
    font-family: "Cormorant Garamond", "Iowan Old Style", "Times New Roman", serif;
    font-size: clamp(2.8rem, 5vw, 4.2rem);
    line-height: 0.96;
    font-weight: 700;
    letter-spacing: -0.04em;
}

.cs-blog-subscribe__description {
    margin: 0 0 26px;
    color: #37322e;
    font-size: 18px;
    line-height: 1.6;
}

.cs-blog-subscribe__notice {
    margin: 0 0 18px;
    padding: 14px 16px;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 600;
}

.cs-blog-subscribe__notice.is-success {
    background: rgba(36, 110, 58, 0.11);
    color: #1f6b38;
}

.cs-blog-subscribe__notice.is-error {
    background: rgba(159, 19, 7, 0.08);
    color: #9f1307;
}

.cs-blog-subscribe__form {
    display: grid;
    gap: 14px;
}

.cs-blog-subscribe__form label {
    color: #2e2a27;
    font-size: 14px;
    font-weight: 700;
}

.cs-blog-subscribe__form input {
    width: 100%;
    min-height: 56px;
    padding: 0 18px;
    border: 1px solid rgba(214, 204, 191, 0.92);
    border-radius: 14px;
    background: #fffdfa;
    color: #1d1b19;
    font-size: 16px;
    box-sizing: border-box;
}

.cs-blog-subscribe__form input:focus {
    outline: none;
    border-color: rgba(159, 19, 7, 0.45);
    box-shadow: 0 0 0 3px rgba(159, 19, 7, 0.08);
}

.cs-blog-subscribe__form button {
    justify-self: start;
    min-height: 54px;
    padding: 0 24px;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(180deg, #b32416 0%, #9f1307 100%);
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 18px 30px rgba(159, 19, 7, 0.24);
}

.cs-blog-subscribe__form button:hover {
    background: linear-gradient(180deg, #a11d11 0%, #870f05 100%);
}

.cs-blog-lite-art {
    position: relative;
    min-height: 690px;
    width: 100%;
    max-width: 760px;
    margin-top: 34px;
    margin-left: 0;
    z-index: 1;
    justify-self: end;
}

.cs-blog-lite-art::before {
    display: none;
}

.cs-blog-lite-circle,
.cs-blog-lite-red-bar,
.cs-blog-lite-frame {
    position: absolute;
}

.cs-blog-lite-circle--gold {
    display: none;
}

.cs-blog-lite-red-bar {
    display: none;
}

.cs-blog-lite-frame {
    overflow: hidden;
    background: transparent;
    box-shadow: 0 24px 46px rgba(28, 19, 12, 0.11);
    border-radius: 26px;
}

.cs-blog-lite-frame img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cs-site-footer__cookie-settings {
    padding: 0;
    border: 0;
    background: transparent;
    color: #777777;
    font: inherit;
    cursor: pointer;
}

.cs-site-footer__cookie-settings:hover,
.cs-site-footer__cookie-settings:focus {
    color: #111111;
}

.cs-blog-lite-frame picture {
    display: block;
    width: 100%;
    height: 100%;
}

.cs-blog-lite-frame--main {
    left: 72px;
    top: 0;
    width: 646px;
    height: 368px;
    background: transparent;
    box-shadow: 0 22px 40px rgba(28, 19, 12, 0.08);
    border-radius: 28px;
}

.cs-blog-lite-frame--front {
    right: -28px;
    top: 248px;
    width: 361px;
    height: 407px;
    border: 10px solid rgba(255, 249, 242, 0.98);
    background: #ffffff;
    z-index: 3;
    transform: rotate(4deg);
}

.cs-blog-lite-frame--bottom {
    left: 20px;
    top: 340px;
    width: 366px;
    height: 264px;
    border: 9px solid rgba(255, 249, 242, 0.98);
    background: #ffffff;
    transform: rotate(-4deg);
    transform-origin: center center;
    z-index: 2;
}

.cs-blog-lite-frame--main img {
    object-fit: cover;
    object-position: center 38%;
    border-radius: inherit;
}

.cs-blog-lite-frame--front img {
    object-position: center center;
    border-radius: inherit;
}

.cs-blog-lite-frame--bottom img {
    object-position: center center;
    border-radius: inherit;
}

.cs-blog-lite-topics {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 14px;
    align-items: stretch;
    margin: 0 0 34px;
}

.cs-blog-lite-topics__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    width: 100%;
    padding: 0 18px;
    border: 1px solid rgba(236, 232, 226, 0.98);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.92);
    color: #4a3d34;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 12px 26px rgba(36, 24, 16, 0.04);
}

.cs-blog-lite-topics__item:hover {
    color: #9f2e14;
    border-color: rgba(226, 221, 214, 1);
}

.cs-blog-lite-topics__item.is-active {
    color: #ffffff;
    background: linear-gradient(180deg, #c44929 0%, #af3518 100%);
    border-color: transparent;
    box-shadow: 0 16px 28px rgba(168, 63, 33, 0.22);
}

.cs-blog-lite-featured {
    padding-top: 10px;
}

.cs-blog-lite-featured__rule {
    border-top: 1px solid #ddcfbf;
}

.cs-blog-lite-featured__eyebrow {
    margin: 12px 0 14px;
    color: #3c3530;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.cs-blog-lite-featured__card {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) 180px;
    gap: 34px;
    align-items: stretch;
}

.cs-blog-lite-featured__media {
    display: block;
    text-decoration: none;
}

.cs-blog-lite-featured__image {
    display: block;
    width: 100%;
    aspect-ratio: 1.82 / 1;
    object-fit: cover;
    background: #ddd5ca;
}

.cs-blog-lite-featured__image--placeholder {
    background:
        linear-gradient(135deg, rgba(255,255,255,0.3), rgba(0,0,0,0.05)),
        linear-gradient(135deg, #e7dfd4, #c9bfaf);
}

.cs-blog-lite-featured__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 6px 0;
}

.cs-blog-lite-featured__title {
    margin: 0 0 14px;
    color: #181513;
    font-family: "Cormorant Garamond", "Iowan Old Style", "Times New Roman", serif;
    font-size: clamp(2.2rem, 3vw, 3.6rem);
    line-height: 0.92;
    font-weight: 700;
    letter-spacing: -0.04em;
}

.cs-blog-lite-featured__title a {
    color: inherit;
    text-decoration: none;
}

.cs-blog-lite-featured__title a:hover {
    color: #922614;
}

.cs-blog-lite-featured__excerpt {
    max-width: 380px;
    margin: 0 0 20px;
    color: #3f3833;
    font-size: 16px;
    line-height: 1.5;
}

.cs-blog-lite-featured__link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #b3341d;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.cs-blog-lite-featured__link:hover {
    color: #922614;
}

.cs-blog-lite-featured__meta {
    display: grid;
    gap: 18px;
    margin: 0;
    padding: 12px 0 12px 22px;
    border-left: 1px solid #ddcfbf;
}

.cs-blog-lite-featured__meta-item {
    margin: 0;
}

.cs-blog-lite-featured__meta dt {
    margin: 0 0 5px;
    color: #5b524b;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.cs-blog-lite-featured__meta dd {
    margin: 0;
    color: #b3341d;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
}

.cs-blog-lite-featured__empty {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    gap: 28px;
    align-items: center;
    padding: 8px 0;
}

.cs-blog-lite-featured__empty-media {
    width: 100%;
    aspect-ratio: 1.7 / 1;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.32), rgba(0,0,0,0.06)),
        linear-gradient(135deg, #e7dfd4, #c9bfaf);
}

.cs-blog-lite-featured__empty-copy h2 {
    margin: 0 0 12px;
    color: #181513;
    font-family: "Cormorant Garamond", "Iowan Old Style", "Times New Roman", serif;
    font-size: clamp(2rem, 2.8vw, 3.1rem);
    line-height: 0.98;
    letter-spacing: -0.03em;
}

.cs-blog-lite-featured__empty-copy p {
    max-width: 420px;
    margin: 0;
    color: #3f3833;
    font-size: 16px;
    line-height: 1.5;
}

.cs-blog-lite-recent {
    padding-top: 20px;
}

.cs-blog-lite-recent__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    padding-top: 12px;
    border-top: 1px solid #ddcfbf;
}

.cs-blog-lite-recent__eyebrow {
    margin: 0;
    color: #3c3530;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.cs-blog-lite-recent__more {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #b3341d;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.cs-blog-lite-recent__more:hover {
    color: #922614;
}

.cs-blog-lite-recent__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
    padding-top: 12px;
}

.cs-blog-lite-recent__card {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.cs-blog-lite-recent__media {
    display: block;
    text-decoration: none;
}

.cs-blog-lite-recent__image {
    display: block;
    width: 100%;
    aspect-ratio: 1.18 / 0.82;
    object-fit: cover;
    background: #ddd5ca;
}

.cs-blog-lite-recent__image--placeholder {
    background:
        linear-gradient(135deg, rgba(255,255,255,0.3), rgba(0,0,0,0.05)),
        linear-gradient(135deg, #e7dfd4, #c9bfaf);
}

.cs-blog-lite-recent__body {
    padding-top: 10px;
}

.cs-blog-lite-recent__category {
    margin: 0 0 7px;
    color: #b3341d;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.cs-blog-lite-recent__title {
    margin: 0 0 9px;
    color: #181513;
    font-size: 17px;
    line-height: 1.22;
    font-weight: 600;
}

.cs-blog-lite-recent__title a {
    color: inherit;
    text-decoration: none;
}

.cs-blog-lite-recent__title a:hover {
    color: #922614;
}

.cs-blog-lite-recent__meta {
    margin: 0;
    color: #6b635c;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.cs-blog-lite-recent__empty {
    margin-top: 12px;
    padding: 18px 0;
    color: #5c544d;
    font-size: 15px;
    border-top: 1px solid rgba(221, 207, 191, 0.65);
}

.cs-blog-single-page {
    padding: 34px 20px 56px;
    background:
        radial-gradient(circle at right 8%, rgba(231, 193, 101, 0.12), transparent 18%),
        linear-gradient(180deg, #fffdfa 0%, #fbf7f0 100%);
}

.cs-blog-single-shell {
    max-width: 1120px;
    margin: 0 auto;
}

.cs-blog-single-article {
    margin: 0;
}

.cs-blog-single-hero {
    max-width: 820px;
    margin: 0 auto 28px;
}

.cs-blog-single-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    color: #b3341d;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.cs-blog-single-back:hover {
    color: #922614;
}

.cs-blog-single-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 18px;
    margin-bottom: 16px;
    color: #6a6058;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.cs-blog-single-meta span:first-child {
    color: #b3341d;
}

.cs-blog-single-title {
    max-width: 820px;
    margin: 0;
    color: #181513;
    font-family: "Cormorant Garamond", "Iowan Old Style", "Times New Roman", serif;
    font-size: clamp(2.9rem, 4.7vw, 4.55rem);
    line-height: 0.96;
    font-weight: 700;
    letter-spacing: -0.045em;
    text-wrap: balance;
}

.cs-blog-single-excerpt {
    max-width: 680px;
    margin: 18px 0 0;
    color: #413933;
    font-size: 20px;
    line-height: 1.5;
}

.cs-blog-single-author {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 18px;
    max-width: 720px;
    margin-top: 24px;
    padding: 22px 24px;
    background: linear-gradient(180deg, rgba(255, 251, 244, 0.96) 0%, rgba(249, 242, 232, 0.96) 100%);
    border: 1px solid rgba(222, 206, 188, 0.85);
    border-radius: 26px;
    box-shadow: 0 18px 38px rgba(66, 43, 22, 0.07);
}

.cs-blog-single-author--no-image {
    grid-template-columns: minmax(0, 1fr);
}

.cs-blog-single-author__media {
    width: 88px;
    height: 88px;
    border-radius: 999px;
    overflow: hidden;
    background: #efe6da;
}

.cs-blog-single-author__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cs-blog-single-author__content {
    min-width: 0;
}

.cs-blog-single-author__eyebrow {
    display: inline-block;
    margin-bottom: 8px;
    color: #b3341d;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.cs-blog-single-author__name {
    margin: 0;
    color: #181513;
    font-family: "Cormorant Garamond", "Iowan Old Style", "Times New Roman", serif;
    font-size: 2rem;
    line-height: 0.98;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.cs-blog-single-author__role {
    margin: 8px 0 0;
    color: #54493f;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
}

.cs-blog-single-author__bio {
    margin: 10px 0 0;
    color: #463d37;
    font-size: 16px;
    line-height: 1.7;
}

.cs-blog-single-author__link {
    display: inline-flex;
    align-items: center;
    margin-top: 12px;
    color: #181d29;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.cs-blog-single-author__link:hover {
    color: #0f1522;
}

.cs-blog-single-content {
    max-width: 860px;
    margin: 0 auto;
    color: #241f1c;
    font-size: 20px;
    line-height: 1.72;
}

.cs-blog-single-content > *:first-child {
    margin-top: 0;
}

.cs-blog-single-content p {
    margin: 0 0 1.5em;
}

.cs-blog-single-content h2,
.cs-blog-single-content h3,
.cs-blog-single-content h4 {
    margin: 1.8em 0 0.5em;
    color: #181513;
    font-family: "Cormorant Garamond", "Iowan Old Style", "Times New Roman", serif;
    line-height: 0.98;
    letter-spacing: -0.03em;
}

.cs-blog-single-content h2 {
    font-size: clamp(2.2rem, 3vw, 3.4rem);
}

.cs-blog-single-content h3 {
    font-size: clamp(1.8rem, 2.4vw, 2.6rem);
}

.cs-blog-single-content ul,
.cs-blog-single-content ol {
    margin: 0 0 1.5em 1.25em;
}

.cs-blog-single-content li {
    margin-bottom: 0.5em;
}

.cs-blog-single-content img {
    display: block;
    max-width: 100%;
    height: auto;
}

.cs-blog-single-content strong {
    color: #181513;
}

.cs-blog-single-cta {
    max-width: 860px;
    margin: 44px auto 0;
    padding: 34px 38px 38px;
    background: linear-gradient(180deg, rgba(255, 252, 247, 0.98) 0%, rgba(249, 242, 231, 0.98) 100%);
    border: 1px solid rgba(226, 209, 189, 0.78);
    border-radius: 30px;
    box-shadow: 0 26px 58px rgba(58, 36, 18, 0.08);
}

.cs-blog-single-cta__eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 14px;
    color: #b3341d;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.cs-blog-single-cta__eyebrow::after {
    content: "";
    display: block;
    width: 54px;
    height: 2px;
    margin-left: 12px;
    background: rgba(179, 52, 29, 0.42);
}

.cs-blog-single-cta__title {
    max-width: 660px;
    margin: 0 0 12px;
    color: #181513;
    font-family: "Cormorant Garamond", "Iowan Old Style", "Times New Roman", serif;
    font-size: clamp(2.25rem, 3.1vw, 3.3rem);
    line-height: 0.98;
    letter-spacing: -0.03em;
}

.cs-blog-single-cta__text {
    max-width: 640px;
    margin: 0 0 24px;
    color: #463d37;
    font-size: 18px;
    line-height: 1.65;
}

.cs-blog-single-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 26px;
    background: #181d29;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 999px;
    box-shadow: 0 16px 30px rgba(24, 29, 41, 0.16);
    transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.cs-blog-single-cta__button:hover {
    background: #0f1522;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 20px 34px rgba(24, 29, 41, 0.2);
}

.cs-blog-single-explore,
.cs-blog-single-related {
    max-width: 980px;
    margin: 42px auto 0;
    padding: 28px;
    border: 1px solid rgba(30, 45, 62, 0.12);
    border-radius: 18px;
    background: #fff;
}

.cs-blog-single-explore h2,
.cs-blog-single-related h2 {
    margin: 0 0 18px;
    font-size: clamp(1.45rem, 2.3vw, 2rem);
}

.cs-blog-single-explore__links,
.cs-blog-single-related__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.cs-blog-single-explore__links a,
.cs-blog-single-related__card {
    padding: 16px;
    border-radius: 12px;
    background: #f5f1eb;
}

.cs-blog-single-explore__links a,
.cs-blog-single-related__card a {
    color: #253747;
    font-weight: 700;
    text-decoration: none;
}

.cs-blog-single-explore__links a:hover,
.cs-blog-single-related__card a:hover {
    color: #b92b11;
}

.cs-blog-single-related__eyebrow {
    margin: 0 0 8px;
    color: #b92b11;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.cs-blog-single-related__card {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cs-blog-single-related__card .cs-blog-single-related__category {
    color: #b92b11;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.cs-blog-single-related__card p {
    margin: 0;
    color: #4b5563;
    font-size: 0.92rem;
    line-height: 1.5;
}

.cs-blog-single-related__card time {
    margin-top: auto;
    color: #6b7280;
    font-size: 0.86rem;
}

@media (max-width: 760px) {
    .cs-blog-single-explore,
    .cs-blog-single-related {
        padding: 22px 18px;
    }

    .cs-blog-single-explore__links,
    .cs-blog-single-related__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 900px) {
    .cs-blog-lite-page {
        padding: 22px 16px 28px;
    }

    .cs-blog-lite-hero {
        grid-template-columns: 1fr;
        gap: 0;
        padding-top: 4px;
        padding-bottom: 8px;
    }

    .cs-blog-lite-hero::before {
        left: -44px;
        bottom: 86px;
        width: 88px;
        height: 88px;
    }

    .cs-blog-lite-copy {
        max-width: 100%;
        margin-top: 8px;
        padding: 0;
        background: transparent;
        border-radius: 0;
        box-shadow: none;
    }

    .cs-blog-lite-title {
        margin-bottom: 20px;
        font-size: clamp(3rem, 10.2vw, 3.35rem);
        line-height: 0.98;
        max-width: none;
    }

    .cs-blog-lite-title span {
        display: block;
        white-space: nowrap;
    }

    .cs-blog-lite-title em {
        white-space: nowrap;
    }

    .cs-blog-lite-description {
        max-width: 330px;
        font-size: 16px;
        line-height: 1.52;
        margin-bottom: 20px;
    }

    .cs-blog-lite-eyebrow {
        margin-bottom: 18px;
        font-size: 14px;
        letter-spacing: 0.2em;
    }

    .cs-blog-lite-eyebrow::after {
        display: block;
        width: 58px;
        height: 3px;
        margin-top: 12px;
    }

    .cs-blog-lite-description::before {
        display: none;
    }

    .cs-blog-lite-link {
        font-size: 17px;
        padding: 14px 22px;
    }

    .cs-blog-lite-art {
        display: none;
        min-height: 0;
        max-width: 100%;
        margin-top: 0;
        margin-left: 0;
        justify-self: center;
    }

    .cs-blog-lite-art::before {
        right: 6px;
        bottom: 14px;
        width: 116px;
        height: 54px;
    }

    .cs-blog-lite-frame--main {
        left: 18px;
        top: 22px;
        width: 312px;
        height: 248px;
    }

    .cs-blog-lite-frame--main img {
        object-fit: cover;
        object-position: center 40%;
    }

    .cs-blog-lite-frame--front {
        right: 6px;
        top: 202px;
        width: 182px;
        height: 204px;
        border-width: 7px;
        transform: rotate(3deg);
    }

    .cs-blog-lite-frame--bottom {
        left: 4px;
        top: 278px;
        width: 236px;
        height: 170px;
        border-width: 6px;
        transform: rotate(-5deg);
    }

    .cs-blog-lite-topics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        margin-top: 4px;
        margin-bottom: 24px;
    }

    .cs-blog-subscribe {
        padding: 18px 0 4px;
    }

    .cs-blog-subscribe__card {
        padding: 32px 22px 28px;
        border-radius: 24px;
    }

    .cs-blog-subscribe__title {
        font-size: clamp(2.35rem, 10vw, 3.1rem);
    }

    .cs-blog-subscribe__description {
        font-size: 16px;
    }

    .cs-blog-subscribe__form button {
        width: 100%;
        justify-self: stretch;
    }

    .cs-blog-lite-topics__item {
        min-height: 42px;
        padding: 0 16px;
        font-size: 15px;
        border-radius: 14px;
    }

    .cs-blog-lite-featured {
        padding-top: 8px;
    }

    .cs-blog-lite-featured__eyebrow {
        margin: 10px 0 12px;
    }

    .cs-blog-lite-featured__card,
    .cs-blog-lite-featured__empty {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .cs-blog-lite-featured__image,
    .cs-blog-lite-featured__empty-media {
        aspect-ratio: 1.65 / 1;
    }

    .cs-blog-lite-featured__content {
        padding: 0;
    }

    .cs-blog-lite-featured__title {
        margin-bottom: 10px;
        font-size: 2.55rem;
    }

    .cs-blog-lite-featured__excerpt {
        max-width: 100%;
        margin-bottom: 14px;
        font-size: 15px;
    }

    .cs-blog-lite-featured__meta {
        gap: 12px;
        padding: 14px 0 0;
        border-left: 0;
        border-top: 1px solid #ddcfbf;
    }

    .cs-blog-lite-featured__meta dd {
        font-size: 14px;
    }

    .cs-blog-lite-recent {
        padding-top: 18px;
    }

    .cs-blog-lite-recent__header {
        align-items: center;
        padding-top: 10px;
    }

    .cs-blog-lite-recent__more {
        gap: 8px;
        font-size: 13px;
    }

    .cs-blog-lite-recent__grid {
        grid-template-columns: 1fr;
        gap: 10px;
        padding-top: 14px;
    }

    .cs-blog-lite-recent__card {
        display: grid;
        grid-template-columns: 112px minmax(0, 1fr);
        gap: 12px;
        align-items: start;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(221, 207, 191, 0.7);
    }

    .cs-blog-lite-recent__image {
        aspect-ratio: 1.22 / 0.86;
    }

    .cs-blog-lite-recent__body {
        padding-top: 0;
    }

    .cs-blog-lite-recent__category {
        margin-bottom: 5px;
        font-size: 9px;
    }

    .cs-blog-lite-recent__title {
        margin-bottom: 7px;
        font-size: 15px;
        line-height: 1.2;
    }

    .cs-blog-lite-recent__meta {
        font-size: 10px;
    }

    .cs-blog-single-page {
        padding: 20px 14px 36px;
    }

    .cs-blog-single-hero {
        margin-bottom: 22px;
    }

    .cs-blog-single-back {
        margin-bottom: 14px;
        font-size: 14px;
    }

    .cs-blog-single-meta {
        gap: 10px 14px;
        margin-bottom: 12px;
        font-size: 10px;
    }

    .cs-blog-single-title {
        font-size: 3rem;
        max-width: 100%;
        line-height: 0.98;
    }

    .cs-blog-single-excerpt {
        margin-top: 14px;
        font-size: 17px;
    }

    .cs-blog-single-author {
        grid-template-columns: 72px minmax(0, 1fr);
        gap: 14px;
        margin-top: 18px;
        padding: 18px;
        border-radius: 22px;
    }

    .cs-blog-single-author__media {
        width: 72px;
        height: 72px;
    }

    .cs-blog-single-author__name {
        font-size: 1.65rem;
    }

    .cs-blog-single-author__role,
    .cs-blog-single-author__bio,
    .cs-blog-single-author__link {
        font-size: 15px;
    }

    .cs-blog-single-content {
        font-size: 17px;
        line-height: 1.7;
    }

    .cs-blog-single-content h2 {
        font-size: 2.3rem;
    }

    .cs-blog-single-content h3 {
        font-size: 1.95rem;
    }

    .cs-blog-single-cta {
        margin-top: 34px;
        padding: 28px 22px 30px;
        border-radius: 24px;
    }

    .cs-blog-single-cta__eyebrow {
        margin-bottom: 12px;
        font-size: 11px;
    }

    .cs-blog-single-cta__title {
        font-size: 2.35rem;
    }

    .cs-blog-single-cta__text {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 1.62;
    }

.cs-blog-single-cta__button {
        width: 100%;
    }

    .cs-blog-single-author,
    .cs-blog-single-author--no-image {
        grid-template-columns: minmax(0, 1fr);
    }
}

body.page-id-2769 .kadence-column2769_9ec8e8-38 > .kt-inside-inner-col::before,
body.page-id-2769 .kadence-column2769_9ec8e8-38 > .kt-inside-inner-col::after,
body.page-id-2769 .kadence-column2769_9ec8e8-38 .wp-block-kadence-advancedgallery::before {
    content: none !important;
    display: none !important;
}

body.page-id-2769 .kadence-column2769_9ec8e8-38 > .kt-inside-inner-col {
    align-items: start;
    column-gap: 48px;
    row-gap: 28px;
    padding: 42px 0 42px;
    grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
}

body.page-id-2769 .cs-about-story {
    grid-column: 1;
    display: flex;
    flex-direction: column;
    align-self: center;
    gap: 16px;
    max-width: 32rem;
    padding: 2px 0 0;
}

body.page-id-2769 .cs-about-story__eyebrow,
body.page-id-2769 .cs-about-story__title,
body.page-id-2769 .cs-about-story__body {
    margin: 0;
}

body.page-id-2769 .cs-about-story__eyebrow {
    color: #c64e2d;
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

body.page-id-2769 .cs-about-story__title {
    max-width: none;
    color: #13233e;
    font-family: "Cormorant Garamond", "Iowan Old Style", "Times New Roman", serif;
    font-size: clamp(1.95rem, 2.25vw, 2.7rem);
    line-height: 1.02;
    font-weight: 600;
    text-wrap: balance;
    white-space: nowrap;
}

body.page-id-2769 .cs-about-story__body {
    max-width: 38ch;
    padding-bottom: 18px;
    border-bottom: 3px solid #cf5932;
    color: #3a332d;
    font-size: 1.15rem;
    line-height: 1.75;
}

body.page-id-2769 .kadence-column2769_9ec8e8-38 .wp-block-kadence-advancedgallery {
    grid-column: 2;
    grid-row: 1;
}

@media (max-width: 1024px) {
    body.page-id-2769 .kadence-column2769_9ec8e8-38 {
        width: min(1180px, calc(100% - 40px));
        margin: 28px auto 52px;
    }

    body.page-id-2769 .kadence-column2769_9ec8e8-38 > .kt-inside-inner-col {
        grid-template-columns: minmax(250px, 0.88fr) minmax(0, 1.12fr);
        column-gap: 30px;
        row-gap: 22px;
        padding: 34px 0;
    }

    body.page-id-2769 .cs-about-story {
        max-width: 28rem;
    }

    body.page-id-2769 .cs-about-story__title {
        max-width: none;
        font-size: clamp(1.82rem, 2.55vw, 2.4rem);
        line-height: 1.03;
        white-space: nowrap;
    }

    body.page-id-2769 .cs-about-story__body {
        max-width: 35ch;
        font-size: 1.15rem;
        line-height: 1.75;
    }
}

@media (max-width: 767px) {
    body.page-id-2769 .kadence-column2769_9ec8e8-38 {
        width: min(100%, calc(100% - 28px));
        margin: 18px auto 40px;
    }

    body.page-id-2769 .kadence-column2769_9ec8e8-38 > .kt-inside-inner-col {
        grid-template-columns: 1fr;
        column-gap: 0;
        row-gap: 20px;
        padding: 28px 0;
    }

    body.page-id-2769 .cs-about-story,
    body.page-id-2769 .kadence-column2769_9ec8e8-38 .wp-block-kadence-advancedgallery {
        grid-column: 1;
    }

    body.page-id-2769 .cs-about-story {
        max-width: none;
        gap: 12px;
        padding-top: 0;
    }

    body.page-id-2769 .cs-about-story__eyebrow {
        font-size: 0.86rem;
        letter-spacing: 0.18em;
    }

    body.page-id-2769 .cs-about-story__title {
        max-width: 13ch;
        font-size: clamp(1.95rem, 7.4vw, 2.65rem);
        line-height: 1.03;
        white-space: normal;
    }

    body.page-id-2769 .cs-about-story__body {
        max-width: none;
        padding-bottom: 15px;
        font-size: 0.96rem;
        line-height: 1.68;
    }
}
