html,
body {
    max-width: 100%;
    overflow-x: hidden;
    overflow-x: clip;
}

.ccm-2356-shell {
    --ccm-card-width: 148px;
    --ccm-card-height: 104px;
    --ccm-gap: 8px;
    box-sizing: border-box;
    background: #fff9f2;
    color: #23201e;
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
    overflow: hidden;
    padding: 56px 0;
    position: relative;
    right: 50%;
    width: 100vw;
}

.ccm-2356-header {
    box-sizing: border-box;
    margin: 0 auto 24px;
    max-width: 1180px;
    padding: 0 28px;
}

.ccm-2356-align-left .ccm-2356-header {
    text-align: left;
}

.ccm-2356-align-center .ccm-2356-header {
    text-align: center;
}

.ccm-2356-align-center .ccm-2356-description {
    margin-left: auto;
    margin-right: auto;
}

.ccm-2356-align-right .ccm-2356-header {
    text-align: right;
}

.ccm-2356-align-right .ccm-2356-description {
    margin-left: auto;
}

.ccm-2356-eyebrow {
    color: #df5c20;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .18em;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.ccm-2356-title {
    color: #23201e;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(30px, 3.1vw, 48px);
    font-weight: 600;
    letter-spacing: -.025em;
    line-height: 1.04;
    margin: 0;
}

.ccm-2356-description {
    color: #665f59;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.55;
    margin: 12px 0 0;
    max-width: 640px;
}

.ccm-2356-rows {
    display: grid;
    gap: var(--ccm-gap);
    width: 100%;
}

.ccm-2356-row {
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 2.5%, #000 97.5%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 2.5%, #000 97.5%, transparent);
    overflow: hidden;
    width: 100%;
}

.ccm-2356-track {
    display: flex;
    min-width: max-content;
    width: max-content;
    will-change: transform;
}

.ccm-2356-group {
    display: flex;
    flex: 0 0 auto;
    gap: var(--ccm-gap);
    padding-right: var(--ccm-gap);
}

.ccm-2356-left .ccm-2356-track {
    animation: ccm-2356-left var(--ccm-duration) linear infinite;
}

.ccm-2356-right .ccm-2356-track {
    animation: ccm-2356-right var(--ccm-duration) linear infinite;
    transform: translateX(-50%);
}

.ccm-2356-shell.ccm-2356-offscreen .ccm-2356-track {
    animation-play-state: paused;
}

@media (hover: hover) and (pointer: fine) {
    .ccm-2356-pause .ccm-2356-row:hover .ccm-2356-track,
    .ccm-2356-pause .ccm-2356-row:focus-within .ccm-2356-track {
        animation-play-state: paused;
    }
}

.ccm-2356-card {
    appearance: none;
    border: 0;
    display: block;
    flex: 0 0 var(--ccm-card-width);
    height: var(--ccm-card-height);
    overflow: hidden;
    position: relative;
    text-decoration: none;
    width: var(--ccm-card-width);
}

.ccm-2356-photo {
    background: #eee7dc;
    cursor: zoom-in;
    padding: 0;
}

.ccm-2356-photo img {
    display: block;
    height: 100%;
    object-fit: cover;
    transform: scale(1.001);
    transition: filter 320ms ease, transform 520ms cubic-bezier(.2,.7,.2,1);
    width: 100%;
}

.ccm-2356-photo:hover img,
.ccm-2356-photo:focus-visible img {
    filter: brightness(.88) saturate(1.06);
    transform: scale(1.055);
}

.ccm-2356-word {
    align-items: center;
    background: var(--ccm-tile-bg, #df5c20);
    color: var(--ccm-tile-color, #fff);
    display: flex;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(15px, 1.25vw, 19px);
    font-weight: 600;
    justify-content: center;
    line-height: 1.08;
    padding: 14px;
    text-align: center;
    transition: filter 250ms ease;
}

.ccm-2356-card:focus-visible,
.ccm-2356-button:focus-visible {
    outline: 3px solid #005661;
    outline-offset: 3px;
}

.ccm-2356-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin: 28px auto 0;
    max-width: 1180px;
    padding: 0 28px;
}

.ccm-2356-button {
    align-items: center;
    background: #df5c20;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    gap: 10px;
    letter-spacing: .08em;
    padding: 12px 18px;
    text-decoration: none;
    text-transform: uppercase;
    transition: filter 220ms ease;
}

.ccm-2356-button:hover,
.ccm-2356-button:focus-visible {
    color: #fff;
    filter: brightness(.9);
}

.ccm-2356-empty {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 13px;
    margin: 32px auto;
    max-width: 1180px;
    padding: 0 28px;
}

.ccm-2356-lightbox[hidden] {
    display: none;
}

.ccm-2356-lightbox {
    align-items: center;
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 22px;
    position: fixed;
    z-index: 999999;
}

.ccm-2356-lightbox-backdrop {
    background: rgba(19, 28, 30, .78);
    inset: 0;
    position: absolute;
}

.ccm-2356-lightbox-card {
    background: #fff9f2;
    border-radius: 16px;
    box-shadow: 0 28px 80px rgba(0, 0, 0, .28);
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(250px, .75fr);
    max-height: min(720px, calc(100vh - 44px));
    max-width: 920px;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
}

.ccm-2356-lightbox-close {
    align-items: center;
    appearance: none;
    background: rgba(0, 0, 0, .62);
    border: 0;
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-family: Arial, sans-serif;
    font-size: 22px;
    height: 38px;
    justify-content: center;
    line-height: 1;
    padding: 0 0 2px;
    position: absolute;
    right: 14px;
    top: 14px;
    transition: background-color 180ms ease;
    width: 38px;
    z-index: 2;
}

.ccm-2356-lightbox-close:hover,
.ccm-2356-lightbox-close:focus-visible {
    background: #005661;
}

.ccm-2356-lightbox-stage {
    align-items: center;
    background: #e9e3d9;
    display: flex;
    justify-content: center;
    min-height: 390px;
    overflow: hidden;
    padding: 18px;
}

.ccm-2356-lightbox-image {
    display: block;
    max-height: min(660px, calc(100vh - 80px));
    max-width: 100%;
    object-fit: contain;
}

.ccm-2356-lightbox-copy {
    align-self: stretch;
    box-sizing: border-box;
    overflow-y: auto;
    padding: 58px 30px 30px;
}

.ccm-2356-lightbox-title {
    color: #23201e;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(24px, 2.4vw, 36px);
    line-height: 1.08;
    margin: 0;
}

.ccm-2356-lightbox-creator {
    color: #df5c20;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    margin: 12px 0 0;
    text-transform: uppercase;
}

.ccm-2356-lightbox-description {
    color: #665f59;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.65;
    margin: 18px 0 0;
    white-space: pre-line;
}

.ccm-2356-lightbox-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 22px;
}

.ccm-2356-lightbox-links[hidden],
.ccm-2356-lightbox-link[hidden] {
    display: none;
}

.ccm-2356-lightbox-link {
    border: 1px solid rgba(0, 86, 97, .25);
    border-radius: 999px;
    color: #005661;
    display: inline-flex;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    padding: 9px 12px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 180ms ease, color 180ms ease;
}

.ccm-2356-lightbox-link:hover,
.ccm-2356-lightbox-link:focus-visible {
    background: #005661;
    color: #fff;
}

html.ccm-2356-lightbox-open {
    overflow: hidden;
}

@keyframes ccm-2356-left {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

@keyframes ccm-2356-right {
    from { transform: translateX(-50%); }
    to { transform: translateX(0); }
}

@media (max-width: 767px) {
    .ccm-2356-shell {
        --ccm-card-width: 112px;
        --ccm-card-height: 80px;
        padding: 38px 0;
    }

    .ccm-2356-header,
    .ccm-2356-actions {
        padding-left: 18px;
        padding-right: 18px;
    }

    .ccm-2356-actions {
        flex-wrap: nowrap;
        justify-content: safe center;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .ccm-2356-actions::-webkit-scrollbar {
        display: none;
    }

    .ccm-2356-button {
        flex: 0 0 auto;
        font-size: 10px;
        gap: 7px;
        padding: 10px 12px;
        white-space: nowrap;
    }

    .ccm-2356-left .ccm-2356-track,
    .ccm-2356-right .ccm-2356-track,
    .ccm-2356-shell.ccm-2356-offscreen .ccm-2356-track {
        animation-duration: var(--ccm-mobile-duration, 96s);
        animation-play-state: running !important;
    }

    .ccm-2356-header {
        margin-bottom: 18px;
    }

    .ccm-2356-description {
        font-size: 13px;
    }

    .ccm-2356-word {
        font-size: 14px;
        padding: 10px;
    }

    .ccm-2356-lightbox {
        align-items: flex-start;
        overflow-y: auto;
        padding: 12px;
    }

    .ccm-2356-lightbox-card {
        display: block;
        max-height: none;
    }

    .ccm-2356-lightbox-stage {
        min-height: 300px;
        padding: 10px;
    }

    .ccm-2356-lightbox-image {
        max-height: 62vh;
    }

    .ccm-2356-lightbox-copy {
        padding: 24px 22px 28px;
    }
}

@media (prefers-reduced-motion: reduce) and (min-width: 768px) {
    .ccm-2356-track {
        animation: none !important;
        transform: none !important;
    }

    .ccm-2356-row {
        -webkit-overflow-scrolling: touch;
        mask-image: none;
        overflow-x: auto;
        scroll-snap-type: x proximity;
    }

    .ccm-2356-card {
        scroll-snap-align: start;
    }
}
