/**
 * Amaley Mission Story Panel v0.4.69
 * Fully editable reference-style collage section. v0.4.69 makes the section plain/full-width by default and removes default shadows/glows. Scoped only to .acw-msp260706.
 * No global/theme/WooCommerce overrides.
 */
.acw-msp260706,
.acw-msp260706 * {
    box-sizing: border-box;
}
.acw-msp260706 {
    --acw-msp-outer: #fff7ea;
    --acw-msp-panel: rgba(255,255,255,0);
    --acw-msp-dark: #2f160d;
    --acw-msp-muted: #644532;
    --acw-msp-gold: #b98235;
    --acw-msp-brown: #ad613e;
    --acw-msp-label-bg: #3b1b10;
    --acw-msp-label-text: #fff7e9;
    --acw-msp-label-icon: #b98235;
    --acw-msp-line: rgba(69, 38, 20, 0.14);
    --acw-msp-soft-line: rgba(185, 130, 53, 0.26);
    --acw-msp-section-overlay: rgba(255,255,255,0);
    --acw-msp-section-overlay-opacity: 0;
    --acw-msp-panel-overlay: rgba(255,255,255,0);
    --acw-msp-panel-overlay-opacity: 0;
    --acw-msp-panel-glow-1: rgba(255,255,255,0);
    --acw-msp-panel-glow-2: rgba(185,130,53,0);
    --acw-msp-visual-bg: rgba(255,255,255,0);
    --acw-msp-visual-overlay: rgba(255,255,255,0);
    --acw-msp-visual-overlay-opacity: 0;
    --acw-msp-visual-column: 50%;
    --acw-msp-glow-one: rgba(185,130,53,0);
    --acw-msp-glow-two: rgba(47,22,13,0);
    --acw-msp-glow-opacity: 0;
    --acw-msp-ring-left: 45px;
    --acw-msp-ring-top: 80px;
    --acw-msp-ring-size: 360px;
    --acw-msp-ring-border-width: 1px;
    --acw-msp-ring-opacity: 1;
    --acw-msp-photo-overlay-top: rgba(47,22,13,0);
    --acw-msp-photo-overlay-bottom: rgba(47,22,13,.72);
    --acw-msp-photo-overlay-opacity: .72;
    --acw-msp-label-bg-opacity: 1;
    --acw-msp-label-overlay: rgba(255,255,255,0);
    --acw-msp-label-overlay-opacity: 0;
    --acw-msp-label-left: 16px;
    --acw-msp-label-bottom: 15px;
    --acw-msp-label-gap: 7px;
    --acw-msp-badge-overlay: rgba(255,255,255,0);
    --acw-msp-badge-overlay-opacity: 0;
    --acw-msp-badge-left: 34%;
    --acw-msp-badge-top: 51%;
    --acw-msp-photo1-left: 0%;
    --acw-msp-photo1-top: 5%;
    --acw-msp-photo1-width: 42%;
    --acw-msp-photo1-height: 76%;
    --acw-msp-photo2-left: 43%;
    --acw-msp-photo2-top: 4%;
    --acw-msp-photo2-width: 38%;
    --acw-msp-photo2-height: 33%;
    --acw-msp-photo3-left: 29%;
    --acw-msp-photo3-top: 53%;
    --acw-msp-photo3-width: 53%;
    --acw-msp-photo3-height: 45%;
    position: relative;
    background-color: var(--acw-msp-outer);
    background-image: none;
    color: var(--acw-msp-dark);
    padding: 0;
    overflow: hidden;
}
.acw-msp260706::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--acw-msp-section-overlay);
    opacity: var(--acw-msp-section-overlay-opacity);
    pointer-events: none;
    z-index: 0;
}
.acw-msp260706__inner {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 36px 38px;
    border: 0 solid var(--acw-msp-line);
    border-radius: 0;
    background-color: var(--acw-msp-panel);
    background-image: none;
    box-shadow: none;
}
.acw-msp260706__inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--acw-msp-panel-overlay);
    opacity: var(--acw-msp-panel-overlay-opacity);
    pointer-events: none;
    z-index: 0;
}
.acw-msp260706__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(300px, var(--acw-msp-visual-column)) minmax(360px, 1fr);
    gap: 58px;
    align-items: center;
}
.acw-msp260706__visual-wrap,
.acw-msp260706__content {
    min-width: 0;
}
.acw-msp260706__visual {
    position: relative;
    width: 100%;
    min-height: 500px;
    background-color: var(--acw-msp-visual-bg);
    border-radius: 28px;
    isolation: isolate;
}
.acw-msp260706__visual::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: var(--acw-msp-visual-overlay);
    opacity: var(--acw-msp-visual-overlay-opacity);
    pointer-events: none;
    z-index: 1;
}
.acw-msp260706__ring {
    position: absolute;
    left: var(--acw-msp-ring-left);
    top: var(--acw-msp-ring-top);
    width: var(--acw-msp-ring-size);
    height: var(--acw-msp-ring-size);
    border-radius: 999px;
    border: var(--acw-msp-ring-border-width) solid var(--acw-msp-soft-line);
    opacity: var(--acw-msp-ring-opacity);
    z-index: 0;
}
.acw-msp260706__glow {
    position: absolute;
    border-radius: 999px;
    filter: blur(1px);
    opacity: var(--acw-msp-glow-opacity);
    z-index: 0;
    pointer-events: none;
}
.acw-msp260706__glow--one {
    left: 14px;
    top: 44px;
    width: 210px;
    height: 250px;
    background: radial-gradient(circle, var(--acw-msp-glow-one), transparent 66%);
}
.acw-msp260706__glow--two {
    right: 30px;
    bottom: 22px;
    width: 280px;
    height: 180px;
    background: radial-gradient(circle, var(--acw-msp-glow-two), transparent 68%);
}
.acw-msp260706__photo {
    position: absolute;
    margin: 0;
    overflow: hidden;
    border: 0;
    background: #dec5a0;
    box-shadow: none;
    z-index: 2;
}
.acw-msp260706__photo::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, var(--acw-msp-photo-overlay-top) 0%, rgba(47,22,13,0) 44%, var(--acw-msp-photo-overlay-bottom) 100%);
    opacity: var(--acw-msp-photo-overlay-opacity);
    pointer-events: none;
    z-index: 2;
}
.acw-msp260706__photo img,
.acw-msp260706__placeholder {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.acw-msp260706__placeholder {
    background:
        radial-gradient(circle at 24% 22%, rgba(255,255,255,.46), transparent 16%),
        radial-gradient(circle at 70% 48%, rgba(255,255,255,.20), transparent 20%),
        linear-gradient(135deg, #d8bf96 0%, #a96c3f 48%, #4a2414 100%);
}
.acw-msp260706__photo--1 {
    left: var(--acw-msp-photo1-left);
    top: var(--acw-msp-photo1-top);
    width: var(--acw-msp-photo1-width);
    height: var(--acw-msp-photo1-height);
    border-radius: 26px;
}
.acw-msp260706__photo--2 {
    left: var(--acw-msp-photo2-left);
    top: var(--acw-msp-photo2-top);
    width: var(--acw-msp-photo2-width);
    height: var(--acw-msp-photo2-height);
    border-radius: 22px;
}
.acw-msp260706__photo--3 {
    left: var(--acw-msp-photo3-left);
    top: var(--acw-msp-photo3-top);
    width: var(--acw-msp-photo3-width);
    height: var(--acw-msp-photo3-height);
    border-radius: 24px;
}
.acw-msp260706__photo figcaption {
    position: absolute;
    z-index: 3;
    left: var(--acw-msp-label-left);
    bottom: var(--acw-msp-label-bottom);
    display: inline-flex;
    align-items: center;
    gap: var(--acw-msp-label-gap);
    max-width: calc(100% - 32px);
    padding: 8px 11px;
    border-radius: 8px;
    background: transparent;
    color: var(--acw-msp-label-text);
    font-size: 10px;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: .045em;
    text-transform: uppercase;
    overflow: hidden;
    box-shadow: none;
}
.acw-msp260706__photo figcaption::before,
.acw-msp260706__photo figcaption::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}
.acw-msp260706__photo figcaption::before {
    background: var(--acw-msp-label-bg);
    opacity: var(--acw-msp-label-bg-opacity);
}
.acw-msp260706__photo figcaption::after {
    background: var(--acw-msp-label-overlay);
    opacity: var(--acw-msp-label-overlay-opacity);
}
.acw-msp260706__photo figcaption > * {
    position: relative;
    z-index: 1;
}
.acw-msp260706__photo figcaption span {
    color: var(--acw-msp-label-icon);
    font-size: 13px;
    line-height: 1;
}
.acw-msp260706__badge {
    position: absolute;
    left: var(--acw-msp-badge-left);
    top: var(--acw-msp-badge-top);
    transform: translate(-50%, -50%);
    z-index: 5;
    width: 118px;
    height: 118px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 999px;
    border: 1px dashed rgba(47,22,13,.22);
    outline: 8px solid rgba(255,248,236,.98);
    background: #fff8ec;
    color: var(--acw-msp-dark);
    text-align: center;
    overflow: hidden;
    box-shadow: none;
}
.acw-msp260706__badge::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: var(--acw-msp-badge-overlay);
    opacity: var(--acw-msp-badge-overlay-opacity);
    pointer-events: none;
    z-index: 1;
}
.acw-msp260706__badge::before {
    content: "";
    position: absolute;
    inset: 11px;
    border-radius: inherit;
    border: 1px solid rgba(185,130,53,.20);
    pointer-events: none;
    z-index: 2;
}
.acw-msp260706__badge-icon {
    position: relative;
    z-index: 3;
    color: var(--acw-msp-gold);
    font-size: 19px;
    line-height: 1;
}
.acw-msp260706__badge-text {
    position: relative;
    z-index: 3;
    display: block;
    font-size: 15px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}
.acw-msp260706__content {
    padding: 2px 0;
}
.acw-msp260706__top-label {
    width: min(360px, 100%);
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr auto auto 1fr;
    align-items: center;
    gap: 10px;
    margin: 0 0 20px;
    color: var(--acw-msp-gold);
}
.acw-msp260706__top-label--no-lines {
    grid-template-columns: auto auto;
    width: auto;
    justify-content: start;
}
.acw-msp260706__top-label span {
    height: 1px;
    background: rgba(185, 130, 53, .42);
}
.acw-msp260706__top-label--no-lines span {
    display: none;
}
.acw-msp260706__top-label em {
    font-style: normal;
    font-size: 13px;
    line-height: 1;
}
.acw-msp260706__top-label strong {
    color: var(--acw-msp-dark);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .20em;
    text-transform: uppercase;
    white-space: nowrap;
}
.acw-msp260706__kicker {
    margin: 0 0 11px;
    color: var(--acw-msp-gold);
    font-size: 12px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: .18em;
    text-transform: uppercase;
}
.acw-msp260706__title {
    max-width: 610px;
    margin: 0;
    color: var(--acw-msp-dark);
    font-size: clamp(42px, 4.75vw, 68px);
    line-height: .98;
    letter-spacing: -.045em;
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 700;
}
.acw-msp260706__title-normal,
.acw-msp260706__title-accent {
    display: inline;
}
.acw-msp260706__title-accent {
    color: var(--acw-msp-brown);
    font-style: italic;
    font-weight: 500;
}
.acw-msp260706__desc {
    max-width: 560px;
    margin: 22px 0 0;
    color: var(--acw-msp-muted);
    font-size: 16px;
    line-height: 1.72;
}
.acw-msp260706__points {
    display: grid;
    margin: 28px 0 0;
    border-top: 1px solid var(--acw-msp-line);
}
.acw-msp260706__point {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 18px;
    padding: 18px 0;
    border-bottom: 1px solid var(--acw-msp-line);
}
.acw-msp260706__point-icon {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(185,130,53,.22);
    background: rgba(255,255,255,.46);
    color: var(--acw-msp-gold);
    font-size: 18px;
    box-shadow: none;
}
.acw-msp260706__point-body {
    min-width: 0;
}
.acw-msp260706__point-head {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 3px;
}
.acw-msp260706__num {
    color: var(--acw-msp-gold);
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: .14em;
}
.acw-msp260706__eyebrow {
    color: var(--acw-msp-gold);
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}
.acw-msp260706__point h3 {
    margin: 0 0 6px;
    color: var(--acw-msp-dark);
    font-size: 17px;
    line-height: 1.2;
    font-weight: 900;
    font-family: Georgia, 'Times New Roman', serif;
}
.acw-msp260706__point-text {
    margin: 0;
    color: var(--acw-msp-muted);
    font-size: 13px;
    line-height: 1.55;
}
.acw-msp260706__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-top: 26px;
}
.acw-msp260706__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 44px;
    padding: 13px 22px;
    border-radius: 999px;
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}
.acw-msp260706__btn span {
    font-size: 16px;
    line-height: 0;
}
.acw-msp260706__btn:hover {
    transform: translateY(-1px);
}
.acw-msp260706__btn--primary {
    border: 1px solid var(--acw-msp-dark);
    background: var(--acw-msp-dark);
    color: #fff7e9 !important;
    box-shadow: none;
}
.acw-msp260706__btn--secondary {
    border: 1px solid rgba(47,22,13,.20);
    background: rgba(255,255,255,.34);
    color: var(--acw-msp-dark) !important;
}
@media (max-width: 1100px) {
    .acw-msp260706__grid {
        grid-template-columns: minmax(300px, var(--acw-msp-visual-column)) minmax(330px, 1fr);
    }
    .acw-msp260706__title {
        font-size: clamp(38px, 5.6vw, 56px);
    }
}
@media (max-width: 900px) {
    .acw-msp260706__grid {
        grid-template-columns: 1fr;
    }
    .acw-msp260706-mobile-content_first .acw-msp260706__visual-wrap {
        order: 2;
    }
    .acw-msp260706-mobile-content_first .acw-msp260706__content {
        order: 1;
    }
    .acw-msp260706__visual {
        max-width: 590px;
        margin: 0 auto;
    }
    .acw-msp260706--hide-mobile-visual .acw-msp260706__visual-wrap,
    .acw-msp260706--hide-mobile-points .acw-msp260706__points,
    .acw-msp260706--hide-mobile-buttons .acw-msp260706__actions {
        display: none;
    }
}
@media (max-width: 640px) {
    .acw-msp260706__top-label {
        max-width: 100%;
    }
    .acw-msp260706__actions {
        flex-direction: column;
        align-items: stretch;
    }
    .acw-msp260706__btn {
        width: 100%;
    }
}
