body.drjb-new-home {
    background: #f8f6f1;
    color: #18231e;
}

body.drjb-new-home #page-container {
    padding-top: 0 !important;
}

body.drjb-new-home #main-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
    background: transparent;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

body.drjb-new-home #main-header.et-fixed-header {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

body.drjb-new-home #main-header > div:first-child {
    background: rgba(194, 233, 198, 0.92) !important;
    backdrop-filter: blur(14px);
}

body.drjb-new-home #main-header .container,
body.drjb-new-home #et-top-navigation {
    background: transparent;
}

body.drjb-new-home #main-header .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: calc(100% - 48px);
    max-width: none;
    margin-right: 24px;
    margin-left: 24px;
}

body.drjb-new-home #et-top-navigation {
    margin-left: auto;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding-top: 0;
}

body.drjb-new-home #top-menu-nav {
    padding-top: 0 !important;
}

body.drjb-new-home #top-menu {
    display: flex;
    align-items: flex-start;
}

body.drjb-new-home #top-menu li {
    padding-right: 0;
    padding-left: 26px;
}

body.drjb-new-home #top-menu a,
body.drjb-new-home #et-top-navigation a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.15;
    text-shadow: 0 1px 18px rgba(0, 0, 0, 0.22);
}

body.drjb-new-home #top-menu > li > a {
    padding-top: 0 !important;
    padding-bottom: 30px !important;
}

body.drjb-new-home #top-menu .menu-item-has-children > a:first-child {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding-right: 0;
}

body.drjb-new-home #top-menu .menu-item-has-children > a:first-child:after {
    content: "";
    position: static;
    display: inline-block;
    flex: 0 0 auto;
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    line-height: 1;
    transform: translateY(-1px) rotate(45deg) !important;
    -webkit-transform: translateY(-1px) rotate(45deg) !important;
    -moz-transform: translateY(-1px) rotate(45deg) !important;
    -ms-transform: translateY(-1px) rotate(45deg) !important;
    transform-origin: center;
    pointer-events: none;
}

body.drjb-new-home #top-menu li li.menu-item-has-children > a:first-child {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

body.drjb-new-home #top-menu li li.menu-item-has-children > a:first-child:after {
    margin-left: 12px;
    transform: rotate(-45deg) !important;
    -webkit-transform: rotate(-45deg) !important;
    -moz-transform: rotate(-45deg) !important;
    -ms-transform: rotate(-45deg) !important;
}

body.drjb-new-home #top-menu li ul {
    background: #ffffff;
}

body.drjb-new-home #top-menu > li.menu-item-has-children {
    position: relative;
}

body.drjb-new-home #top-menu > li.menu-item-has-children > ul {
    left: 0;
    right: auto;
    text-align: left;
}

body.drjb-new-home #top-menu li ul li {
    padding-left: 0;
}

body.drjb-new-home #top-menu li ul li a {
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 16px;
    padding-right: 16px;
    color: #1c3025;
    text-shadow: none;
}

body.drjb-new-home #top-menu li ul li a:hover {
    color: #6fb87b;
}

body.drjb-new-home #top-header .et-cart-info,
body.drjb-new-home #et-secondary-menu .et-cart-info,
body.drjb-new-home #et-top-navigation .et-cart-info {
    display: none !important;
}

body.drjb-new-home #top-menu > li.menu-item-58,
body.drjb-new-home #top-menu > li[class*="menu-item-58"] {
    display: none !important;
}

body.drjb-new-home #main-header > .container > a {
    display: block;
    flex: 0 0 auto;
}

body.drjb-new-home #logo {
    width: 250px;
    max-height: none;
    filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.22));
}

body.drjb-new-home #et-top-navigation .drjb-store-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 0;
    padding: 10px 16px;
    border: 1px solid #6fb87b;
    border-radius: 999px;
    background: #6fb87b;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1;
    text-transform: lowercase;
    text-shadow: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

body.drjb-new-home #et-top-navigation .drjb-store-link:hover {
    background: #5ea76a;
    border-color: #5ea76a;
    transform: translateY(-1px);
}

body.drjb-new-home #et-top-navigation .drjb-store-link__icon {
    display: inline-flex;
    width: 18px;
    height: 18px;
}

body.drjb-new-home #et-top-navigation .drjb-store-link__icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body.drjb-new-home #et-top-navigation .drjb-store-link__text {
    display: inline-block;
}

.new-home {
    overflow: hidden;
    background: #f8f6f1;
    font-family: Arial, Helvetica, sans-serif;
}

.new-home * {
    box-sizing: border-box;
}

.new-home-wrap {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
}

.new-home-hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    isolation: isolate;
    padding: 160px 0 80px;
    background-image: linear-gradient(90deg, rgba(13, 27, 21, 0.08) 0%, rgba(13, 27, 21, 0.35) 46%, rgba(13, 27, 21, 0.78) 100%), var(--hero-image);
    background-position: center;
    background-size: cover;
}

.new-home-hero__inner {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
    color: #7fb987;
    text-align: right;
}

.new-home-kicker {
    margin: 0 0 18px;
    color: #d5f0d9;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: uppercase;
}

.new-home-hero h1,
.new-home h2,
.new-home h3,
.new-home p {
    padding: 0;
}

.new-home-hero h1 {
    max-width: 760px;
    margin: 0 0 0 auto;
    color: #ecf9ee;
    font-size: clamp(48px, 7.2vw, 106px);
    font-weight: 900;
    line-height: 0.9;
    letter-spacing: 0;
}

.new-home-hero__subtitle {
    max-width: 620px;
    margin: 28px 0 0 auto;
    color: #e3f5e6;
    font-size: clamp(18px, 2.1vw, 28px);
    font-weight: 300;
    line-height: 1.14;
}

.new-home-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    margin-top: 36px;
    padding: 0 28px;
    border: 2px solid #6fb87b;
    background: #6fb87b;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.new-home-button:hover,
.new-home-text-link:hover {
    color: #ffffff;
    background: #4c6f55;
    border-color: #4c6f55;
}

.new-home-section {
    padding: 96px 0;
}

.new-home-intro {
    background: #ffffff;
}

.new-home-intro .new-home-kicker,
.new-home-pillars .new-home-kicker {
    color: #2d4a36;
}

.new-home-intro__grid,
.new-home-book__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
    gap: 56px;
    align-items: center;
}

.new-home h2 {
    margin: 0;
    color: #18231e;
    font-size: clamp(38px, 5vw, 72px);
    font-weight: 900;
    line-height: 0.98;
    letter-spacing: 0;
}

.new-home-intro__copy p,
.new-home-book p {
    margin: 0;
    color: #556259;
    font-size: 20px;
    line-height: 1.65;
}

.new-home-intro__copy img {
    display: block;
    width: 100%;
    max-width: 360px;
    aspect-ratio: 1;
    margin: 0 0 28px;
    object-fit: cover;
}

.new-home-awards {
    --awards-visible: 4;
    --awards-gap: 24px;
    padding: 48px 0;
    background: #eef4ed;
}

.new-home-awards__carousel {
    display: flex;
    align-items: center;
    gap: 18px;
}

.new-home-awards__viewport {
    overflow: hidden;
    flex: 1 1 auto;
}

.new-home-awards__track {
    display: flex;
    gap: var(--awards-gap);
    align-items: center;
}

.new-home-award {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 calc((100% - (var(--awards-gap) * (var(--awards-visible) - 1))) / var(--awards-visible));
    min-height: 220px;
    padding: 8px;
    background: transparent;
}

.new-home-award img {
    display: block;
    max-width: 100%;
    max-height: 190px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.new-home-awards__nav {
    --awards-nav-size: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    inline-size: var(--awards-nav-size);
    block-size: var(--awards-nav-size);
    min-inline-size: var(--awards-nav-size);
    flex: 0 0 var(--awards-nav-size);
    border: 1px solid #4f8d5a;
    border-radius: 50%;
    background: #ffffff;
    color: #2d4a36;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    padding: 0;
    vertical-align: middle;
    cursor: pointer;
}

.new-home-awards__nav:hover {
    background: #dbead9;
}

.new-home-awards__nav:disabled {
    opacity: 0.4;
    cursor: default;
}

.new-home-awards__pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
}

.new-home-awards__dot {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #9bbfa1;
    cursor: pointer;
}

.new-home-awards__dot.is-active {
    background: #2d4a36;
}

body.drjb-new-home #main-footer {
    background: #f4faf3 !important;
    color: #415248 !important;
}

body.drjb-new-home #main-footer .container {
    width: min(1180px, calc(100% - 40px));
}

body.drjb-new-home #footer-widgets {
    display: block;
    padding: 72px 0 48px;
}

body.drjb-new-home .drjb-new-home-footer__panel + .drjb-new-home-footer__panel {
    margin-top: 96px;
}

body.drjb-new-home .drjb-new-home-footer__contact {
    display: grid;
    grid-template-columns: minmax(240px, 0.85fr) minmax(0, 1.15fr);
    gap: 32px;
    align-items: start;
    max-width: none;
    padding: 40px;
    background: #eaf3e9;
}

body.drjb-new-home .drjb-new-home-footer__bio {
    display: flex;
    align-items: flex-start;
    gap: 36px;
    padding: 40px;
    background: #ffffff;
}

body.drjb-new-home .drjb-new-home-footer__details,
body.drjb-new-home .drjb-new-home-footer__bio-copy {
    color: #415248;
    font-size: 20px;
    line-height: 1.55;
}

body.drjb-new-home .drjb-new-home-footer__details {
    margin-top: 28px;
}

body.drjb-new-home .drjb-new-home-footer__contact .drjb-new-home-footer__details {
    order: 1;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: fit-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}

body.drjb-new-home .drjb-new-home-footer__contact .drjb-new-home-footer__map {
    order: 2;
}

body.drjb-new-home .drjb-new-home-footer__details h2,
body.drjb-new-home .drjb-new-home-footer__bio-copy h2 {
    margin: 0 0 18px;
    padding: 0;
    color: #18231e;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.15;
}

body.drjb-new-home .drjb-new-home-footer__details p,
body.drjb-new-home .drjb-new-home-footer__bio-copy p {
    margin: 0 0 14px;
    padding: 0;
}

body.drjb-new-home .drjb-new-home-footer__details p:last-child,
body.drjb-new-home .drjb-new-home-footer__bio-copy p:last-child {
    margin-bottom: 0;
}

body.drjb-new-home .drjb-new-home-footer__details a {
    color: #4f8d5a;
}

body.drjb-new-home .drjb-new-home-footer__map iframe {
    display: block;
    width: 100% !important;
    height: 380px;
    border: 0;
}

body.drjb-new-home .drjb-new-home-footer__bio img {
    display: block;
    width: min(100%, 360px);
    height: auto;
    flex: 0 0 360px;
    object-fit: contain;
}

body.drjb-new-home .drjb-new-home-footer__bio-copy {
    margin-top: 0;
}

body.drjb-new-home #footer-bottom {
    background: #7fb987;
    font-size: 15px;
}

.new-home-book {
    background: #4f8d5a;
    color: #ffffff;
}

.new-home-book .new-home-kicker,
.new-home-book h2,
.new-home-book p {
    color: #ffffff;
}

.new-home-book__media {
    display: flex;
    justify-content: center;
}

.new-home-book__media img {
    display: block;
    width: min(320px, 100%);
    height: auto;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
}

.new-home-text-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    margin-top: 28px;
    padding: 0 22px;
    border: 2px solid #ffffff;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.new-home-pillars {
    background: #f8f6f1;
}

.new-home-section-heading {
    max-width: 760px;
    margin-bottom: 42px;
}

.new-home-pillars__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.new-home-pillar {
    min-height: 360px;
    padding: 34px;
    background: #ffffff;
}

.new-home-pillar img {
    display: block;
    width: 100%;
    max-width: 220px;
    aspect-ratio: 1;
    margin: 0 auto 34px;
    object-fit: contain;
}

.new-home-pillar h3 {
    margin: 0;
    color: #18231e;
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
}

.new-home-final {
    padding: 0 0 96px;
    background: #f8f6f1;
}

.new-home-final__panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding: 48px;
    background: #6fb87b;
    color: #ffffff;
}

.new-home-final h2,
.new-home-final .new-home-kicker {
    color: #ffffff;
}

body.drjb-new-home .new-home-final__panel h2 {
    color: #ffffff !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.new-home-final .new-home-kicker {
    margin-bottom: 10px;
}

.new-home-button--light {
    flex: 0 0 auto;
    margin-top: 0;
    border-color: #ffffff;
    background: #ffffff;
    color: #18231e;
}

.new-home-button--light:hover {
    color: #ffffff;
}

@media (max-width: 980px) {
    body.drjb-new-home #main-header {
        position: absolute;
    }

    body.drjb-new-home #top-menu-nav {
        display: none;
    }

    body.drjb-new-home #et_mobile_nav_menu {
        display: block;
    }

    body.drjb-new-home #et-top-navigation .drjb-store-link {
        display: none;
    }

    body.drjb-new-home #mobile_menu,
    body.drjb-new-home .et_mobile_menu {
        position: fixed !important;
        inset: 0 !important;
        width: 100vw !important;
        height: 100vh !important;
        max-height: 100vh;
        margin: 0 !important;
        padding: 76px 24px 32px !important;
        overflow-y: auto;
        background: #ffffff !important;
        border-top-color: #6fb87b;
        border-top-width: 0 !important;
        box-shadow: none !important;
        z-index: 999999;
    }

    body.drjb-mobile-menu-open {
        overflow: hidden;
    }

    body.drjb-new-home #mobile_menu .drjb-mobile-menu-close-item,
    body.drjb-new-home .et_mobile_menu .drjb-mobile-menu-close-item {
        position: absolute;
        top: 18px;
        right: 18px;
        padding: 0;
        border: 0;
    }

    body.drjb-new-home .drjb-mobile-menu-close {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 74px;
        min-height: 40px;
        padding: 0 16px;
        border: 1px solid #cfe2cf;
        border-radius: 999px;
        background: #f4faf3;
        color: #18231e;
        font-size: 14px;
        font-weight: 800;
        line-height: 1;
        cursor: pointer;
    }

    body.drjb-new-home .drjb-mobile-menu-close:before {
        content: "<";
        margin-right: 8px;
        line-height: 1;
    }

    body.drjb-new-home .drjb-mobile-menu-close:hover {
        background: #e5f2e5;
    }

    body.drjb-new-home #mobile_menu li a,
    body.drjb-new-home .et_mobile_menu li a {
        width: 100%;
        padding: 14px 0;
        color: #18231e !important;
        font-size: 22px;
        line-height: 1.2;
        text-shadow: none !important;
    }

    body.drjb-new-home #mobile_menu li.menu-item-58,
    body.drjb-new-home #mobile_menu li[class*="menu-item-58"],
    body.drjb-new-home .et_mobile_menu li.menu-item-58,
    body.drjb-new-home .et_mobile_menu li[class*="menu-item-58"] {
        display: none !important;
    }

    body.drjb-new-home #mobile_menu li a img,
    body.drjb-new-home .et_mobile_menu li a img {
        display: none !important;
    }

    body.drjb-new-home #mobile_menu li a:hover,
    body.drjb-new-home .et_mobile_menu li a:hover {
        color: #4f8d5a !important;
        background: #eef4ed;
        opacity: 1;
    }

    body.drjb-new-home #mobile_menu .drjb-mobile-store-menu-item > a,
    body.drjb-new-home .et_mobile_menu .drjb-mobile-store-menu-item > a {
        margin: 10px 5%;
        padding: 12px 16px !important;
        border-radius: 999px;
        background: #6fb87b;
        color: #ffffff !important;
        font-weight: 800;
        text-align: center;
    }

    body.drjb-new-home #mobile_menu .drjb-mobile-store-menu-item > a:hover,
    body.drjb-new-home .et_mobile_menu .drjb-mobile-store-menu-item > a:hover {
        background: #5ea76a;
        color: #ffffff !important;
    }

    .new-home-intro__grid,
    .new-home-book__grid {
        grid-template-columns: 1fr;
    }

    .new-home-pillars__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .new-home-awards {
        --awards-visible: 2;
    }

    body.drjb-new-home .drjb-new-home-footer__bio {
        display: block;
        padding: 32px;
    }

    body.drjb-new-home .drjb-new-home-footer__contact {
        display: block;
        padding: 32px;
    }

    body.drjb-new-home .drjb-new-home-footer__contact .drjb-new-home-footer__details {
        display: block;
        margin-top: 0;
        margin-bottom: 28px;
        height: auto;
    }

    body.drjb-new-home .drjb-new-home-footer__bio-copy {
        margin-top: 28px;
    }
}

@media (max-width: 640px) {
    .new-home-wrap,
    .new-home-hero__inner {
        width: min(100% - 28px, 1120px);
    }

    .new-home-hero__inner {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
        justify-content: end;
        justify-items: end;
        column-gap: 12px;
        row-gap: 14px;
    }

    .new-home-hero {
        min-height: 72vh;
        align-items: flex-end;
        padding-top: 132px;
        padding-bottom: 56px;
        background-image: linear-gradient(180deg, rgba(13, 27, 21, 0.22) 0%, rgba(13, 27, 21, 0.38) 44%, rgba(13, 27, 21, 0.76) 100%), var(--hero-image);
        background-position: 22% top;
    }

    .new-home-kicker {
        grid-column: 1 / -1;
        grid-row: 1;
        font-size: 11px;
        margin-bottom: 0;
    }

    .new-home-hero h1 {
        grid-column: 1 / -1;
        grid-row: 2;
        font-size: 46px;
    }

    .new-home-hero__subtitle {
        grid-column: 2;
        grid-row: 3;
        margin-top: 0;
        font-size: 16px;
        text-align: left;
    }

    .new-home-hero .new-home-button {
        grid-column: 1;
        grid-row: 3;
        align-self: center;
        min-height: 48px;
        margin-top: 0;
        padding: 0 22px;
        font-size: 12px;
    }

    .new-home-section {
        padding: 68px 0;
    }

    .new-home-pillars__grid {
        grid-template-columns: 1fr;
    }

    .new-home-awards {
        --awards-visible: 1;
    }

    .new-home-awards__carousel {
        gap: 12px;
    }

    .new-home-awards__nav {
        --awards-nav-size: 38px;
        font-size: 28px;
    }

    body.drjb-new-home .drjb-new-home-footer__map iframe,
    body.drjb-new-home .drjb-new-home-footer__bio img {
        height: 320px;
    }

    body.drjb-new-home .drjb-new-home-footer__bio img {
        width: min(100%, 320px);
        height: auto;
        flex-basis: auto;
    }

    .new-home-final__panel {
        display: block;
        padding: 32px;
    }

    .new-home-button--light {
        margin-top: 28px;
    }
}