/** Shopify CDN: Minification failed

Line 233:0 Unexpected "}"

**/
/* ═══════════════════════════════════════
   2027 MODE FEATURES
════════════════════════════════════════ */

.mode-features-section {
    position: relative;
    width: 100%;
    overflow: visible;
    isolation: isolate;
    z-index: 11;
}

/* ── Background ── */
.mode-features-section__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.mode-features-section__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.mode-features-section__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

/* ── Terrain edges ── */
.mode-features-section__edge {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 3;
    pointer-events: none;
    line-height: 0;
}

.mode-features-section__edge--top {
    top: 0;
    transform: translateY(-50%);
}

.mode-features-section__edge--bottom {
    bottom: 0;
    transform: translateY(50%);
}

.mode-features-section__edge img {
    width: 100%;
    height: auto;
    display: block;
}

/* ── Inner wrapper ── */
.mode-features-section__inner {
    position: relative;
    z-index: 2;
    max-width: 1920px;
    margin: 0 auto;
    padding: 75px 190px 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

/* ── Main heading ── */
.mode-features-section__heading {
    text-align: left;
    max-width: 1100px;
    width: 100%;
    align-self: flex-start;
    margin: 0 0 12px;
    color: #fff;
}

/* ── Subheader body copy ── */

.mode-features-section__subheading p {
    margin: 0;
}

/* ── 3-col grid ── */
.mode-features-section__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 60px;
    width: 100%;
}

/* ── Individual feature item ── */
.mode-features-section__item {
    display: flex;
    flex-direction: column;
    gap: 0;
    color: #fff;
}

/* ── Icon ── */
.mode-features-section__icon {
    margin-bottom: 12px;
}

.mode-features-section__icon img {
    width: auto;
    max-height: 36px;
    display: block;
}

/* ── Feature title — orange, Termina ── */
.mode-features-section__title {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #df5828 !important;
    margin: 0 0 16px !important;
    font-family: 'Termina Test', sans-serif !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    line-height: 1.3 !important;
}

/* ── Feature description ── */
.mode-features-section__desc {
    font-size: 14px;
    line-height: 1.65;
}

.mode-features-section__desc p {
    margin: 0 0 12px;
}

.mode-features-section__desc ul {
    margin: 4px 0 0;
    padding-left: 18px;
}

.mode-features-section__desc li {
    margin-bottom: 8px;
    line-height: 1.5;
}

/* ═══════════════════════════════════════
   RESPONSIVE
════════════════════════════════════════ */

@media screen and (max-width: 1640px) {
    .mode-features-section__inner { padding: 75px 100px 80px; }
}

@media screen and (max-width: 1200px) {
    .mode-features-section__inner { padding: 75px 80px 80px; }
    .mode-features-section__grid { gap: 0 40px; }
}

@media screen and (max-width: 990px) {
    .mode-features-section__inner { padding: 60px 40px 60px; }
    .mode-features-section__grid { gap: 0 32px; }
}

@media screen and (max-width: 750px) {
    .mode-features-section__inner { padding: 48px 24px 48px; }
    .mode-features-section__grid { grid-template-columns: 1fr; gap: 40px 0; }
    .mode-features-section__subheading { margin-bottom: 40px; }
}
#section-2027-mode-features.mode-features-section {
    margin-top: -50px; /* was -60px */
}

@media screen and (max-width: 1640px) {
    #section-2027-mode-features.mode-features-section {
        margin-top: -32px; /* was -40px */
    }
}

@media screen and (max-width: 990px) {
    #section-2027-mode-features.mode-features-section {
        margin-top: -14px; /* was -20px */
    }
}

@media screen and (max-width: 600px) {
    #section-2027-mode-features.mode-features-section {
        margin-top: -6px; /* was -10px */
    }
}


.mode-features-section__bg {
    position: absolute;
    top: -120px; /* extends upward into the overlap zone — adjust to match how tall the jagged crest is */
    left: 0;
    width: 100%;
    height: calc(100% + 120px);
    z-index: 0;
}

.mode-features-section__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
@media screen and (max-width: 750px) {
    .mode-features-section {
        width: 100vw;
        max-width: 100vw;
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
    }
}
@media screen and (max-width: 750px) {
    body:has(#section-2027-mode-features) main,
    body:has(#section-2027-mode-features) .shopify-section:has(#section-2027-mode-features) {
        overflow: visible !important;
    }
}
@media screen and (max-width: 750px) {
    #section-2027-mode-features .mode-features-section__heading {
        margin-top: -60px !important;
    }
}
}
@media screen and (max-width: 750px) {
    #section-2027-mode-features .mode-features-section__grid {
        margin-top: -60px !important;
    }
}