.about-banner {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(45deg, #ffffff 0%, #dc881a 100%);
}

.about-banner--bleed {
    width: 100%;
    margin: 0;
}

.about-banner--boxed {
    max-width: 1290px;
    margin: 10px auto 0;
}

.about-banner__inner {
    width: 100%;
    max-width: 1290px;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
}

.about-banner__title {
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
    font-family: "Roboto Slab", serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #252525;
}

.about-banner__icon {
    flex-shrink: 0;
    color: #dc881a;
}

@media (max-width: 760px) {
    .about-banner--boxed {
        margin: 10px 12px 0;
    }

    .about-banner__title {
        font-size: 16px;
        line-height: 1.35;
    }
}

.about-hero {
    position: relative;
    height: 500px;
    padding: 10px 0;
    box-sizing: border-box;
    background: #1e293b center 17px / cover no-repeat fixed;
    display: flex;
    align-items: stretch;
}

.about-hero__inner {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 85px 0 15px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: minmax(280px, 1fr) 480px;
    justify-content: space-between;
    gap: 0;
    align-items: start;
}

.about-hero__brand {
    position: relative;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 110px 0 0 85px;
}

.about-hero__dots {
    position: absolute;
    left: -17px;
    top: 71px;
    width: 127px;
    height: 134px;
    pointer-events: none;
    z-index: 2;
}

.about-hero__logo-wrap {
    position: relative;
    z-index: 1;
    width: min(575px, 100%);
    margin: 0;
    background: rgba(255, 255, 255, 0.44);
    box-shadow: 6px 12px 55px -5px rgba(255, 255, 255, 0.64);
    border-radius: 200px 0 200px 200px;
}

.about-hero__logo {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 200px 0 200px 200px;
}

.about-hero .about-facebook {
    position: relative;
    z-index: 3;
    margin: 20px 0 0 220px;
}

.about-hero .about-facebook svg path {
    fill: currentColor;
}

.about-hero__quote {
    margin: 110px 0 0;
    width: 480px;
    max-width: 100%;
    color: #ffffff;
    font-family: Lora, Georgia, serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    font-style: normal;
}

.about-hero__quote p {
    margin: 0 0 16px;
}

.about-hero__quote em {
    font-style: normal;
}

.about-hero__blessed {
    margin: 0;
    color: #ffffff;
    font-family: Lora, Georgia, serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    font-style: normal;
    text-align: center;
    letter-spacing: 0;
}

.sftr-page {
    overflow-x: hidden;
}

.about-story {
    position: relative;
    width: 100%;
    overflow: visible;
    padding: 0 0 50px;
    margin-top: 20px;
}

.about-story__stage {
    position: relative;
    width: 1290px;
    max-width: none;
    margin: 0 0 0 max(0px, calc(50% - 925px));
    min-height: 1100px;
}

.about-story__photo {
    width: 100%;
    height: 740px;
    background: #e2e8f0 center / cover no-repeat;
    border-radius: 0 0 250px 0;
}

.about-story__curve {
    position: absolute;
    top: 282px;
    left: 1604px;
    width: 820px;
    height: 702px;
    border: 0.8px solid rgba(41, 41, 41, 0.2);
    border-radius: 500px;
    pointer-events: none;
    z-index: 0;
}

.about-story__dots {
    position: absolute;
    top: 340px;
    left: 1483px;
    width: 127px;
    height: 134px;
    pointer-events: none;
    z-index: 1;
}

.about-story__card {
    position: absolute;
    z-index: 2;
    color: #ffffff;
    border-radius: 21px;
    font-family: Roboto, "Segoe UI", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}

.about-story__card,
.about-story__curve,
.about-story__dots,
.about-story__photo {
    will-change: transform;
}

.about-story__card p {
    margin: 12px 0 0;
}

.about-story__card a {
    color: #ffffff;
    text-decoration: underline;
}

.about-story__card--blue {
    left: 602px;
    top: 117px;
    width: 600px;
    background: rgba(12, 109, 199, 0.55);
    padding: 40px 10px 70px;
}

.about-story__card--blue p {
    font-weight: 300;
}

.about-story__card--gold {
    left: 802px;
    top: 475px;
    width: 670px;
    background: #ce8516;
    padding: 40px 50px 70px;
}

.about-story__icon {
    display: inline-flex;
    color: #ffffff;
}

.about-story__icon--gold {
    color: #e7a136;
}

.about-blob {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 2;
}

.about-decor--gold {
    position: absolute;
    left: -18px;
    top: 12%;
    width: 127px;
    height: 134px;
    z-index: 2;
    pointer-events: none;
}

.about-blob--pink {
    width: 46px;
    height: 46px;
    background: rgba(255, 77, 118, 0.25);
    left: 18%;
    bottom: 18%;
}

.about-wrap {
    max-width: 1290px;
    margin: 0 auto;
    padding: 50px 15px 72px;
}

.about-intro,
.about-split {
    display: grid;
    grid-template-columns: minmax(0, 645px) minmax(0, 1fr);
    gap: 72px;
    align-items: start;
    margin: 0 0 36px;
}

.about-intro > *,
.about-split > * {
    min-width: 0;
}

.about-intro__media {
    position: relative;
    overflow: visible;
    max-width: 645px;
}

.about-intro__frame {
    position: relative;
    max-width: 645px;
}

.about-intro__media--pad {
    padding-left: 56px;
}

.about-intro__media--pad .about-decor--gold {
    left: 0;
}

.about-intro__media img:not(.about-decor):not(.about-intro__photo) {
    display: block;
    width: 100%;
    max-width: 645px;
    height: auto;
    border-radius: 6px;
}

.about-hero .about-blob--pink {
    left: 10%;
    top: 225px;
    bottom: auto;
}

.about-facebook {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin: 5px 5px 8px;
    padding: 5px;
    color: #e7a136;
    border-radius: 180px;
}

.about-facebook svg {
    display: block;
}

.about-intro__photo {
    display: block;
    width: 100%;
    max-width: 645px;
    height: auto;
    border-radius: 200px 0 200px 200px;
    box-shadow: 6px 12px 55px -5px rgba(72, 53, 0, 0.25);
}

.about-intro__frame .about-decor--gold {
    left: -37px;
    top: 58%;
    transform: translateY(-50%);
}

.about-intro__kicker {
    margin: 110px 0 18px;
    color: #a5620b;
    font-family: Lora, "Roboto Slab", serif;
    font-size: 34px;
    font-weight: 300;
    line-height: 44px;
}

.about-intro__kicker b {
    font-weight: 300;
}

.about-intro__heading {
    margin: 0 0 18px;
    color: #a5620b;
    font-family: Lora, "Roboto Slab", serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
}

.about-intro__sub {
    margin: 10px 0 0;
    color: #334155;
    font-size: 15px;
}

.about-rule {
    border: 0;
    border-top: 1px solid #d4d4d4;
    margin: 28px 0;
}

.about-kicker {
    position: relative;
    margin: 0 0 23px;
    padding-left: 66px;
    color: #292929;
    font-family: Roboto, "Segoe UI", sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 43px;
}

.about-kicker::before {
    content: "";
    position: absolute;
    left: 0;
    top: 21px;
    width: 48px;
    height: 2px;
    background: #292929;
}

.about-copy {
    font-size: 16px;
    line-height: 1.56;
    color: #292929;
}

.about-copy p {
    margin: 0 0 16px;
}

.about-copy a {
    color: var(--sftr-accent, #d87c04);
}

.about-copy a:hover {
    color: var(--sftr-accent-hover, #c46e03);
}

.about-copy a.about-btn,
.about-copy a.sftr-btn {
    color: #ffffff;
}

.about-copy a.about-btn:hover,
.about-copy a.sftr-btn:hover {
    color: #ffffff;
}

.about-copy img {
    max-width: 100%;
    height: auto;
}

.about-btns {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 18px 0 8px;
}

.about-btn__svg {
    display: block;
}

.about-imported .sppb-addon-header,
.about-imported .sppb-hidden-md,
.about-imported .sppb-hidden-lg,
.about-imported .sppb-positioned-addon,
.about-imported .sppb-icons-group,
.about-imported .sppb-addon-divider-wrap {
    display: none;
}

.about-imported .sppb-row {
    display: block;
}

.about-imported .sppb-btn {
    margin: 0 0 10px;
}

.about-imported h2,
.about-imported h3,
.about-imported h4,
.about-imported h5,
.about-imported .sppb-addon-title {
    color: var(--sftr-accent, #d87c04);
}

.about-imported img {
    max-width: 100%;
    height: auto;
}

.about-imported table {
    margin: 16px auto 28px;
}

.about-imported table td {
    border: 0;
    padding: 4px 8px;
}

.divTable {
    display: table;
    width: 100%;
    max-width: 920px;
    margin: 8px 0 28px;
}

.divTableRow {
    display: table-row;
}

.divTableHead,
.divTableCell {
    display: table-cell;
    padding: 8px 12px;
    border-bottom: 1px solid #e5e7eb;
    vertical-align: top;
}

.divTableHead {
    font-weight: 700;
    width: 38%;
    color: #1f2937;
}

.about-wildlife {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) 280px;
    gap: 28px;
}

.about-wildlife__side img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 16px;
}

.about-gallery-title {
    margin: 0;
    padding: 18px 16px;
    background: #ce8516;
    color: #ffffff;
    text-align: center;
    font-family: "Roboto Slab", serif;
    font-size: 28px;
    font-weight: 500;
}

.about-albums,
.about-photos {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    max-width: 1290px;
    margin: 18px auto 56px;
    padding: 0 16px;
}

.about-album,
.about-photo {
    position: relative;
    display: block;
    aspect-ratio: 1;
    overflow: hidden;
    background: #0f172a;
    color: #ffffff;
    text-decoration: none;
}

.about-album img,
.about-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about-album__meta {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 14px 12px 10px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.72));
}

.about-album__meta strong {
    display: block;
    font-size: 15px;
}

.about-album__meta span {
    font-size: 13px;
    opacity: 0.9;
}

.about-photo-back {
    max-width: 1290px;
    margin: 16px auto 0;
    padding: 0 16px;
}

.about-photo-back a {
    color: var(--sftr-accent, #d87c04);
    font-weight: 700;
    text-decoration: none;
}

.about-iframe {
    width: 100%;
    min-height: 800px;
    border: 0;
    display: block;
}

.about-weather-note {
    margin: 8px 0 0;
    color: #64748b;
    font-size: 14px;
}

.about-firewise__hero,
.about-firewise__story {
    display: grid;
    grid-template-columns: minmax(280px, 660px) minmax(280px, 480px);
    justify-content: space-between;
    gap: 60px;
    align-items: start;
    margin: 0 0 48px;
}

.about-firewise__visual {
    position: relative;
    min-height: 480px;
}

.about-firewise__badge {
    position: relative;
    display: inline-block;
    margin: 12px 0 0 72px;
}

.about-firewise__badge .about-decor--gold {
    left: -86px;
    top: -18px;
}

.about-firewise__visual .about-blob--pink {
    left: 18%;
    bottom: 72px;
    top: auto;
}

.about-firewise__logo {
    display: block;
    position: relative;
    z-index: 1;
    background: #ffffff;
    border-radius: 999px;
    padding: 14px 32px;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.06);
}

.about-firewise__logo img {
    display: block;
    width: auto;
    max-width: 280px;
    height: auto;
    max-height: 52px;
    border-radius: 0;
}

.about-firewise__title {
    margin: 0 0 18px;
    color: var(--sftr-accent, #d87c04);
    font-family: Lora, "Roboto Slab", serif;
    font-size: 34px;
    font-weight: 300;
    line-height: 44px;
}

.about-firewise__rule {
    position: relative;
    margin: 0 0 22px;
    padding-left: 66px;
    color: #292929;
    font-family: Roboto, "Noto Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
}

.about-firewise__rule::before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 48px;
    height: 2px;
    background: #292929;
}

.about-firewise__copy p {
    margin: 0 0 16px;
    font-size: 18px;
    line-height: 29px;
}

.about-firewise__cta {
    margin: 28px 0 0;
    text-align: center;
}

.about-firewise .about-btn--compact {
    display: inline-flex;
    width: auto;
    padding: 8px 14px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    background-image: radial-gradient(#f4bd58 50%, #dc881a 100%);
}

.about-firewise .about-btn--compact:hover {
    background-image: radial-gradient(#dc881a 50%, #f4bd58 100%);
}

.about-firewise__photo {
    position: relative;
}

.about-firewise__photo .about-decor--gold {
    left: -17px;
    top: 8%;
}

.about-firewise__fire {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 200px 0 200px 200px;
}

@media (max-width: 1100px) {
    .about-story__stage {
        width: auto;
        max-width: 1290px;
        margin: 0 auto;
        min-height: 0;
        padding: 0 15px 40px;
    }
    .about-story__photo {
        height: 420px;
        border-radius: 0 0 80px 0;
    }
    .about-story__curve,
    .about-story__dots {
        display: none;
    }
    .about-story__card,
    .about-story__card--blue,
    .about-story__card--gold {
        position: relative;
        left: auto;
        top: auto;
        width: auto;
        max-width: 640px;
        margin: -48px auto 20px;
    }
}

@media (max-width: 900px) {
    .about-hero__inner,
    .about-intro,
    .about-split,
    .about-wildlife,
    .about-firewise__hero,
    .about-firewise__story {
        grid-template-columns: 1fr;
    }
    .about-hero {
        height: auto;
        min-height: 420px;
        background-attachment: scroll;
    }
    .about-hero__inner {
        grid-template-columns: 1fr;
        padding: 24px 15px;
    }
    .about-hero__brand {
        padding: 24px 0 0 56px;
    }
    .about-hero__quote {
        width: auto;
        font-size: 18px;
        line-height: 26px;
    }
    .about-hero .about-facebook {
        margin-left: 80px;
    }
    .about-albums,
    .about-photos {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
