.extra-inner {
    width: calc(100% - 80px);
    max-width: 1480px;
    margin-inline: auto;
    min-width: 0
}

.extra-section {
    overflow: clip
}

.service-content .extra-inner,
.care-flow .extra-inner {
    width: 100%;
    max-width: 100%
}

.extra-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 35px;
    margin-bottom: 28px
}

.extra-heading h2 {
    font-size: clamp(32px, 3vw, 46px);
    max-width: 680px;
    line-height: 1.12
}

.extra-heading>p {
    max-width: 420px;
    font-size: 14px;
    line-height: 1.8;
    margin: 0
}

.extra-section h3 {
    font-size: 27px;
    line-height: 1.2
}

.extra-section p {
    font-size: 14px;
    line-height: 1.8
}

.extra-section button,
.extra-section a,
.extra-section label {
    transition: background .5s var(--ease-water), border-color .5s, box-shadow .5s, transform .6s var(--ease-water)
}

.equipment-heading {
    display: block
}

.equipment-heading h2,
.settings-section h2,
#overview h2 {
    max-width: none
}

.equipment-heading .interactive-hint {
    position: absolute;
    right: 40px;
    top: 85px
}

.tool-tabs {
    align-items: start
}

.tool-tabs button {
    min-height: 0 !important;
    height: auto !important;
    padding: 14px 48px 14px 14px !important;
    line-height: 1.4;
    font-size: 13px
}

.tool-tabs button .pool-icon {
    width: 27px;
    height: 27px;
    top: 50%;
    right: 12px;
    transform: translateY(-50%)
}

.tool-tabs button:hover .pool-icon {
    transform: translateY(-50%) rotate(-6deg)
}

.mobile-menu {
    align-items: center;
    text-align: center
}

.mobile-menu>a {
    align-self: center
}

.drawer-heading {
    max-width: 260px
}

.marquee-track i {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.marquee-track i .pool-icon {
    width: 35px;
    height: 35px;
    filter: none;
    transform: rotate(-8deg)
}

.editorial-points p {
    font-size: 12px;
    line-height: 1.7;
    margin-top: 8px
}

.editorial-points>div {
    padding-top: 20px;
    padding-bottom: 15px
}

.editorial-points h3 {
    min-height: 45px
}

.service-rail {
    isolation: isolate
}

.mattress-background {
    position: absolute;
    inset: -22px -18px;
    width: calc(100% + 36px);
    height: calc(100% + 44px);
    max-width: none;
    object-fit: fill;
    z-index: -1;
    pointer-events: none;
    filter: drop-shadow(0 14px 15px #07526420)
}

.station-nav {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 45px 10px 28px !important;
    overflow: visible !important
}

.station-nav:before,
.station-nav:after {
    display: none !important
}

.station-head {
    color: #045261 !important;
    background: transparent !important;
    border: 0 !important;
    font-size: 10px;
    letter-spacing: 1px;
    margin-bottom: 18px;
    text-align: center
}

.station-screen {
    background: #e6faffda !important;
    border: 1px solid #a5e0e9 !important;
    border-radius: 18px;
    padding: 14px !important;
    box-shadow: inset 0 2px 7px #0c879522, 0 4px 12px #007c8612;
    max-height: 390px;
    overflow-y: auto;
    scrollbar-width: thin
}

.station-screen a {
    font-size: 12px !important;
    color: #064d66 !important;
    border-color: #aedfe7 !important;
    padding: 10px !important;
    border-radius: 7px
}

.station-screen a:hover,
.station-screen a.active {
    background: #fff !important;
    color: #007e98 !important;
    box-shadow: 0 4px 10px #06788918
}

.station-label {
    color: #075a70 !important
}

.station-bottom {
    background: #075a70 !important;
    color: white !important;
    border-radius: 20px;
    font-size: 12px !important;
    margin-top: 13px;
    box-shadow: 0 4px 12px #09627622
}

.choice-layout {
    display: grid;
    grid-template-columns: .7fr 1.3fr;
    gap: 24px;
    align-items: stretch
}

.choice-tabs {
    display: grid;
    gap: 10px
}

.choice-tabs button {
    position: relative;
    border: 1px solid #cde3e9;
    border-radius: 12px;
    background: #f1f7f9;
    padding: 22px 65px 22px 22px;
    text-align: left;
    color: var(--ink);
    font-family: var(--heading);
    font-size: 23px;
    line-height: 1.2;
    min-width: 0
}

.choice-tabs .pool-icon {
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px
}

.choice-tabs button[aria-selected=true] {
    background: var(--ink);
    border-color: var(--ink);
    color: white;
    box-shadow: 0 7px 15px #053e5419
}

.choice-tabs button:hover {
    transform: translateX(3px)
}

.choice-display {
    display: grid;
    grid-template-columns: .85fr 1fr;
    border: 1px solid #cce3e9;
    border-radius: 18px;
    overflow: hidden;
    background: #edf7fa;
    min-height: 285px
}

.choice-display>img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    min-width: 0
}

.choice-panels {
    align-self: center;
    padding: 30px
}

.choice-panels p {
    margin: 15px 0 22px
}

.choice-panels [role=tabpanel]:not([hidden]) {
    animation: chapter-reveal .5s ease
}

.compass-section {
    background: #f5f9fa
}

.focus-explorer .choice-display {
    background: var(--ink);
    color: #cee4eb
}

.focus-explorer .choice-display h3,
.focus-explorer .choice-display .text-link {
    color: white
}

.finish-studio {
    background: #eef7fa
}

.finish-studio .choice-tabs button {
    border-radius: 24px 8px 24px 8px
}

.finish-studio .choice-tabs button:first-child {
    border-left: 6px solid #3e97b4
}

.finish-studio .choice-tabs button:nth-child(2) {
    border-left: 6px solid #7fafa9
}

.finish-studio .choice-tabs button:nth-child(3) {
    border-left: 6px solid #c7b592
}

.check-builder {
    display: grid;
    grid-template-columns: 1.3fr .8fr;
    gap: 26px
}

.builder-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px
}

.builder-options label {
    position: relative;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    border: 1px solid #d1e5eb;
    border-radius: 13px;
    padding: 23px 20px;
    background: #f6fafb;
    cursor: pointer
}

.builder-options label:has(input:checked) {
    border-color: #21a6ba;
    background: #e8f8fa;
    box-shadow: 0 7px 15px #077e9410
}

.builder-options input {
    width: 18px;
    height: 18px;
    accent-color: #007c98;
    flex-shrink: 0;
    margin-top: 4px
}

.builder-options b {
    font-family: var(--heading);
    font-size: 23px;
    display: block;
    padding-right: 35px;
    line-height: 1.2
}

.builder-options small {
    display: block;
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.65
}

.builder-options .pool-icon {
    position: absolute;
    right: 15px;
    top: 18px;
    width: 33px;
    height: 33px
}

.builder-result {
    padding: 28px;
    border-radius: 18px;
    background: var(--ink);
    color: #d4e8ee;
    display: flex;
    flex-direction: column;
    min-height: 285px
}

.builder-result>span {
    font-size: 12px;
    letter-spacing: .8px;
    color: #91d0df
}

.builder-result h3 {
    color: white;
    margin-top: 14px
}

.builder-result p {
    margin-top: 15px
}

.builder-result ul {
    padding-left: 18px;
    font-size: 14px;
    line-height: 1.9;
    margin: 12px 0 18px
}

.builder-result .btn {
    align-self: flex-start;
    margin-top: auto;
    font-size: 13px;
    min-height: 44px;
    padding: 12px 19px
}

.horizontal-accord {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    align-items: start
}

.horizontal-accord details {
    margin: 0 !important;
    border: 1px solid #c8e2e9;
    border-radius: 14px;
    background: #f5fafb;
    box-shadow: 0 6px 15px #063f5408
}

.horizontal-accord summary {
    position: relative;
    display: block;
    padding: 24px 20px 23px !important;
    font-family: var(--heading);
    font-size: 25px !important
}

.horizontal-accord summary .pool-icon {
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 0 25px auto
}

.horizontal-accord summary:after {
    right: 18px !important;
    bottom: 24px !important;
    top: auto !important
}

.horizontal-accord details>div {
    padding: 0 20px 22px !important
}

.horizontal-accord h3 {
    font-size: 22px
}

.horizontal-accord p {
    font-size: 13px;
    margin-top: 12px
}

.horizontal-accord details[open] {
    border-color: #42afc1;
    background: #eaf7fa
}

.season-section {
    background: #fff
}

.expanding-gallery {
    display: flex;
    gap: 15px;
    height: 330px
}

.gallery-choice {
    position: relative;
    border: 0;
    background: var(--ink);
    padding: 0;
    overflow: hidden;
    border-radius: 17px;
    flex: 1;
    min-width: 0;
    isolation: isolate;
    text-align: left;
    transition: flex .75s var(--ease-water) !important
}

.gallery-choice.selected {
    flex: 1.6
}

.gallery-choice>img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s var(--ease-water)
}

.gallery-choice>span {
    position: absolute;
    inset: auto 0 0;
    background: #063f54df;
    padding: 22px;
    color: white;
    display: block
}

.gallery-choice b {
    display: block;
    font-family: var(--heading);
    font-size: 27px;
    line-height: 1.2
}

.gallery-choice small {
    display: block;
    font-size: 13px;
    line-height: 1.7;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height .7s, opacity .5s, margin .5s
}

.gallery-choice.selected small {
    max-height: 75px;
    opacity: 1;
    margin-top: 10px
}

.gallery-choice.selected>img {
    transform: scale(1.04)
}

.gallery-section {
    background: #edf6f8
}

.range-explorer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 50px;
    background: #063f54;
    border-radius: 22px;
    padding: 25px 45px;
    color: #cde3eb
}

.range-visual {
    height: 255px;
    display: flex;
    align-items: center;
    justify-content: center
}

.range-visual img {
    max-width: 100%;
    height: 100%;
    object-fit: contain;
    animation: equipment-float 8s ease-in-out infinite
}

.range-content label {
    font-size: 13px;
    color: #a1d6e2
}

.range-content input {
    width: 100%;
    margin: 22px 0 12px;
    accent-color: #27c6d2;
    cursor: ew-resize
}

.range-stops {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    font-size: 12px;
    color: #a7d4e0
}

.range-content h3 {
    color: white;
    font-size: 30px;
    margin-top: 25px
}

.range-content p {
    margin-top: 13px
}

.range-content [data-stage]:not([hidden]) {
    animation: chapter-reveal .5s ease
}

.range-content [data-stage] {
    min-height: 140px
}

.care-flow .extra-heading {
    display: block
}

.care-flow .extra-heading p {
    max-width: none;
    margin-top: 15px;
    color: #c0dce5
}

.care-flow .choice-tabs {
    grid-template-columns: 1fr 1fr
}

.care-flow .choice-layout {
    grid-template-columns: 1fr 1.1fr;
    gap: 20px
}

.care-flow .choice-tabs button {
    background: #0a536c;
    color: #d9edf3;
    border-color: #39758b;
    font-size: 18px;
    padding: 17px 46px 17px 15px
}

.care-flow .choice-tabs button .pool-icon {
    width: 28px;
    height: 28px;
    right: 11px
}

.care-flow .choice-tabs button[aria-selected=true] {
    background: #fff;
    color: var(--ink)
}

.care-flow .choice-tabs button:last-child {
    grid-column: 1/-1
}

.care-flow .choice-display {
    display: flex;
    flex-direction: column;
    background: #0b526a;
    border-color: #2b7187;
    min-height: 315px
}

.care-flow .choice-display>img {
    height: 170px;
    object-fit: contain;
    margin-top: 10px
}

.care-flow .choice-panels {
    padding: 14px 22px 24px
}

.care-flow .choice-panels h3 {
    font-size: 25px;
    color: #fff
}

.care-flow .choice-panels p {
    font-size: 13px;
    margin: 10px 0 12px
}

.care-flow .text-link {
    color: #9de4ed;
    font-size: 13px
}

.reference-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px
}

.reference-features>a {
    position: relative;
    padding: 25px;
    background: #f2f8fa;
    border: 1px solid #d8e8ed;
    border-radius: 12px;
    color: var(--ink);
    box-shadow: 0 6px 15px #063f5407
}

.reference-features>a>.pool-icon {
    position: absolute;
    right: 18px;
    top: 19px;
    width: 38px;
    height: 38px
}

.reference-features h3 {
    padding-right: 43px;
    font-size: 23px
}

.reference-features p {
    font-size: 13px;
    margin-top: 14px
}

.reference-features>a:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 25px #063f5414;
    border-color: #7abfcc
}

.icon-strip .reference-features {
    grid-template-columns: repeat(6, 1fr);
    gap: 14px
}

.icon-strip .reference-features>a {
    padding: 72px 17px 20px
}

.icon-strip .reference-features h3 {
    padding: 0;
    font-size: 22px
}

.icon-strip .reference-features p {
    font-size: 12px;
    margin-top: 11px
}

.icon-strip .extra-heading h2 {
    max-width: 430px
}

.connected-circles .reference-features {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px
}

.connected-circles .reference-features>a {
    background: #fff;
    border: 0;
    box-shadow: none;
    padding: 110px 15px 15px;
    text-align: center
}

.connected-circles .reference-features>a>.pool-icon {
    width: 70px;
    height: 70px;
    top: 10px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    padding: 14px;
    box-sizing: content-box;
    border: 1px solid #d2e7ed;
    border-radius: 50%;
    box-shadow: 0 8px 20px #073f540c
}

.connected-circles h3 {
    padding: 0
}

.organic-trio {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 65px;
    text-align: center
}

.organic-trio img {
    height: 175px;
    width: 190px;
    object-fit: cover;
    border-radius: 36% 64% 59% 41% / 56% 40% 60% 44%;
    margin: 0 auto 23px;
    box-shadow: 12px 9px 0 #e4f4f7;
    transition: border-radius .8s, transform .8s
}

.organic-trio a:hover img {
    border-radius: 55% 45% 43% 57% / 40% 60% 40% 60%;
    transform: rotate(-3deg)
}

.organic-trio h3 {
    font-size: 25px
}

.organic-trio p {
    font-size: 13px;
    max-width: 290px;
    margin: 13px auto 0
}

.organic-section .extra-heading {
    display: block;
    text-align: center
}

.organic-section .extra-heading p {
    margin: 15px auto 0
}

.organic-section .extra-heading h2 {
    max-width: none
}

.reference-collage .extra-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center
}

.reference-photos {
    position: relative;
    height: 355px;
    padding: 0 60px 35px 0
}

.reference-photos>img:first-child {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px
}

.reference-photos>img:nth-child(2) {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 43%;
    height: 55%;
    object-fit: cover;
    border: 6px solid #fff;
    border-radius: 16px;
    box-shadow: 0 10px 25px #073f5417
}

.photo-seal {
    position: absolute;
    left: 20px;
    bottom: 10px;
    background: var(--cyan);
    color: #fff;
    border: 5px solid #fff;
    border-radius: 50%;
    width: 104px;
    height: 104px;
    display: grid;
    place-content: center;
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
    box-shadow: 0 8px 18px #073f5410;
    animation: stamp-float 9s ease-in-out infinite
}

.reference-copy h2 {
    font-size: clamp(31px, 3vw, 45px);
    line-height: 1.15
}

.reference-copy>p {
    margin-top: 17px
}

.mini-benefits {
    display: flex;
    gap: 15px;
    margin: 22px 0
}

.mini-benefits>span {
    position: relative;
    flex: 1;
    padding: 17px 40px 17px 15px;
    background: #eef7fa;
    border-radius: 8px;
    font-size: 12px;
    color: #07495f
}

.mini-benefits .pool-icon {
    position: absolute;
    right: 10px;
    top: 15px;
    width: 25px;
    height: 25px
}

.reference-copy .btn {
    margin-top: 22px
}

.reference-collage.reverse .reference-photos {
    order: 2
}

.reference-collage.reverse .reference-copy {
    order: 1
}

.reference-collage:hover .reference-photos>img:first-child {
    box-shadow: 0 10px 24px #073f5418;
    transition: box-shadow .6s
}

.round-collage .reference-photos {
    padding: 0 0 0 40px
}

.round-collage .reference-photos>img:first-child {
    border-radius: 50%;
    aspect-ratio: 1;
    border: 8px solid #eff8fa;
    box-shadow: 0 6px 18px #063f5415
}

.round-collage .reference-photos>img:nth-child(2) {
    left: 0;
    top: 0;
    bottom: auto;
    right: auto;
    border-radius: 50%;
    width: 38%;
    height: 42%
}

.round-collage .photo-seal {
    left: auto;
    right: 0
}

.mosaic-collage .reference-photos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding: 0;
    height: 350px
}

.mosaic-collage .reference-photos>img {
    position: static !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0;
    object-fit: cover;
    border: 0 !important;
    box-shadow: none
}

.mosaic-collage .reference-photos>img:nth-child(3) {
    grid-column: 1/-1;
    border-radius: 15px
}

.mosaic-collage .photo-seal {
    display: none
}

.reference-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px
}

.scope-offers {
    display: grid;
    gap: 13px
}

.scope-offers>a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 17px;
    background: #0b84b0;
    color: #fff;
    padding: 19px 54px 19px 19px;
    border-radius: 12px;
    box-shadow: 0 8px 18px #063f5410
}

.scope-offers>a:nth-child(2) {
    background: #eef6f9;
    color: var(--ink)
}

.scope-offers>a>img:not(.pool-icon) {
    width: 83px;
    height: 85px;
    object-fit: cover;
    border-radius: 7px
}

.scope-offers .pool-icon {
    position: absolute;
    top: 17px;
    right: 15px;
    width: 30px;
    height: 30px
}

.scope-offers h3 {
    font-size: 23px;
    color: inherit
}

.scope-offers p {
    font-size: 12px;
    margin-top: 10px
}

.scope-offers>a:hover {
    transform: translateX(4px)
}

.photo-cta .extra-inner {
    position: relative;
    background: #068fb8;
    border-radius: 18px;
    overflow: hidden;
    padding: 40px;
    width: 100%;
    min-height: 260px;
    isolation: isolate
}

.photo-cta .extra-heading {
    display: block;
    width: 55%;
    color: #d6f2fa
}

.photo-cta h2 {
    color: white;
    font-size: 35px
}

.photo-cta p {
    margin-top: 18px
}

.photo-cta .extra-inner>img {
    position: absolute;
    inset: 0 0 0 auto;
    width: 42%;
    height: 100%;
    object-fit: cover;
    border-radius: 50% 0 0 50%;
    z-index: -1
}

.photo-cta .btn {
    font-size: 13px
}

.benefit-six {
    background: #eff9fa
}

.benefit-six .extra-heading {
    display: block;
    text-align: center
}

.benefit-six .extra-heading h2 {
    max-width: none
}

.benefit-six .extra-heading p {
    margin: 16px auto 0
}

.benefit-six .reference-features>a {
    background: transparent;
    box-shadow: none;
    border-color: transparent
}

@keyframes chapter-reveal {
    from {
        opacity: 0;
        transform: translateY(7px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@media(max-width:1200px) {
    .extra-heading {
        gap: 25px
    }

    .extra-heading h2 {
        font-size: 37px
    }

    .service-content .extra-heading {
        display: block
    }

    .service-content .extra-heading p {
        margin-top: 14px
    }

    .reference-collage .extra-inner {
        gap: 35px
    }

    .reference-photos {
        height: 320px;
        padding-right: 40px
    }

    .choice-panels {
        padding: 22px
    }

    .choice-display {
        grid-template-columns: .7fr 1fr
    }

    .choice-tabs button {
        font-size: 21px
    }

    .icon-strip .reference-features {
        grid-template-columns: repeat(3, 1fr)
    }

    .icon-strip .reference-features>a {
        padding: 25px 65px 23px 20px
    }

    .icon-strip .reference-features h3 {
        font-size: 22px
    }

    .horizontal-accord {
        gap: 10px
    }

    .horizontal-accord summary {
        font-size: 23px !important;
        padding: 18px 15px !important
    }

    .horizontal-accord details>div {
        padding: 0 15px 18px !important
    }

    .range-explorer {
        gap: 30px;
        padding: 25px
    }

    .builder-options label {
        padding: 20px 15px
    }

    .builder-options b {
        font-size: 21px
    }

    .builder-options .pool-icon {
        width: 28px;
        height: 28px;
        right: 12px
    }

    .check-builder {
        gap: 18px
    }

    .builder-result {
        padding: 25px
    }

    .reference-copy h2 {
        font-size: 34px
    }

    .mini-benefits {
        gap: 9px
    }

    .mini-benefits>span {
        font-size: 11px;
        padding-left: 10px
    }

    .reference-features h3 {
        font-size: 22px
    }

    .scope-offers>a {
        gap: 12px;
        padding-left: 14px
    }

    .scope-offers>a>img:not(.pool-icon) {
        width: 62px;
        height: 75px
    }

    .scope-offers h3 {
        font-size: 21px
    }
}

@media(max-width:1000px) {
    .mattress-background {
        display: none
    }

    .station-nav {
        padding: 0 !important
    }

    .station-head {
        display: none
    }

    .station-screen {
        max-height: none;
        border-radius: 10px;
        padding: 8px !important;
        background: #daf4f8 !important
    }

    .station-screen a {
        white-space: nowrap
    }

    .station-bottom {
        margin: 0
    }

    .extra-heading {
        display: block
    }

    .extra-heading p {
        margin-top: 14px;
        max-width: 600px
    }

    .extra-heading h2 {
        font-size: 38px
    }

    .reference-collage .extra-inner {
        gap: 35px
    }

    .reference-copy h2 {
        font-size: 33px
    }

    .reference-photos {
        height: 330px
    }

    .choice-layout {
        gap: 17px
    }

    .choice-panels {
        padding: 21px
    }

    .choice-display {
        grid-template-columns: .7fr 1fr
    }

    .range-explorer {
        gap: 25px
    }

    .organic-trio {
        gap: 25px
    }

    .connected-circles .reference-features {
        gap: 15px
    }

    .reference-options {
        gap: 25px
    }

    .horizontal-accord {
        grid-template-columns: 1fr 1fr
    }

    .horizontal-accord summary .pool-icon {
        margin-bottom: 17px
    }

    .care-flow .choice-display {
        min-height: 310px
    }

    .service-content .care-flow .extra-heading h2 {
        font-size: 35px
    }

    .reference-features {
        gap: 12px
    }

    .tool-tabs button {
        padding: 13px 44px 13px 11px !important;
        font-size: 12px
    }
}

@media(max-width:767px) {
    .extra-inner {
        width: calc(100% - 36px)
    }

    .extra-section {
        padding: 38px 0
    }

    .extra-heading {
        text-align: center;
        margin-bottom: 23px
    }

    .extra-heading h2 {
        font-size: 32px;
        max-width: 100%
    }

    .extra-heading>p {
        font-size: 13px;
        margin-top: 14px
    }

    .choice-layout {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .choice-tabs {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px
    }

    .choice-tabs button {
        font-size: 18px;
        padding: 51px 10px 13px;
        text-align: left
    }

    .choice-tabs .pool-icon {
        width: 29px;
        height: 29px;
        right: 12px;
        top: 13px;
        transform: none
    }

    .choice-tabs button:hover {
        transform: translateY(-2px)
    }

    .choice-display {
        grid-template-columns: 1fr 1fr;
        min-height: 270px
    }

    .choice-panels {
        padding: 23px 18px
    }

    .choice-panels h3 {
        font-size: 25px
    }

    .choice-panels p {
        font-size: 12px;
        margin: 13px 0 17px
    }

    .choice-panels .text-link {
        font-size: 12px
    }

    .check-builder {
        grid-template-columns: 1fr;
        gap: 17px
    }

    .builder-options {
        gap: 10px
    }

    .builder-options label {
        padding: 18px 12px;
        gap: 8px
    }

    .builder-options b {
        font-size: 20px;
        padding-top: 35px;
        padding-right: 0
    }

    .builder-options input {
        margin-top: 39px;
        width: 16px;
        height: 16px
    }

    .builder-options small {
        font-size: 12px;
        line-height: 1.7;
        margin-top: 12px
    }

    .builder-options .pool-icon {
        top: 14px;
        width: 29px;
        height: 29px
    }

    .builder-result {
        min-height: 225px;
        padding: 25px
    }

    .builder-result h3 {
        font-size: 27px
    }

    .builder-result p {
        font-size: 13px
    }

    .builder-result ul {
        font-size: 13px
    }

    .builder-result .btn {
        margin-top: 15px
    }

    .horizontal-accord {
        gap: 10px
    }

    .horizontal-accord summary {
        font-size: 23px !important;
        padding: 18px 15px !important
    }

    .horizontal-accord h3 {
        font-size: 22px
    }

    .horizontal-accord p {
        font-size: 12px
    }

    .horizontal-accord summary .pool-icon {
        width: 33px;
        height: 33px
    }

    .expanding-gallery {
        height: 340px;
        gap: 8px
    }

    .gallery-choice {
        border-radius: 11px
    }

    .gallery-choice.selected {
        flex: 2.6
    }

    .gallery-choice>span {
        padding: 17px 12px
    }

    .gallery-choice b {
        font-size: 22px;
        overflow-wrap: normal
    }

    .gallery-choice:not(.selected) b {
        writing-mode: vertical-rl;
        transform: rotate(180deg);
        white-space: nowrap;
        font-size: 21px
    }

    .gallery-choice small {
        font-size: 12px
    }

    .gallery-choice.selected small {
        max-height: 125px
    }

    .range-explorer {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 22px;
        border-radius: 17px
    }

    .range-visual {
        height: 180px
    }

    .range-content {
        text-align: center
    }

    .range-content h3 {
        font-size: 28px;
        margin-top: 22px
    }

    .range-content p {
        font-size: 13px
    }

    .range-content [data-stage] {
        min-height: 135px
    }

    .range-stops {
        font-size: 12px
    }

    .reference-features {
        grid-template-columns: 1fr 1fr;
        gap: 12px
    }

    .reference-features>a {
        padding: 65px 17px 19px
    }

    .reference-features h3 {
        padding-right: 0;
        font-size: 23px
    }

    .reference-features p {
        font-size: 12px
    }

    .reference-features>a>.pool-icon {
        width: 33px;
        height: 33px;
        top: 17px;
        right: 17px
    }

    .icon-strip .reference-features {
        grid-template-columns: 1fr 1fr;
        gap: 12px
    }

    .icon-strip .reference-features>a {
        padding: 62px 17px 19px
    }

    .icon-strip .reference-features h3 {
        font-size: 22px
    }

    .connected-circles .reference-features {
        grid-template-columns: 1fr 1fr;
        gap: 20px 12px
    }

    .connected-circles .reference-features>a {
        padding: 100px 8px 12px
    }

    .connected-circles .reference-features>a>.pool-icon {
        width: 54px;
        height: 54px;
        padding: 12px
    }

    .connected-circles h3 {
        font-size: 23px
    }

    .organic-trio {
        grid-template-columns: 1fr;
        gap: 25px;
        text-align: left
    }

    .organic-trio a {
        display: grid;
        grid-template-columns: 110px 1fr;
        gap: 0 20px;
        align-items: center
    }

    .organic-trio img {
        width: 105px;
        height: 120px;
        grid-row: span 2;
        margin: 0
    }

    .organic-trio h3 {
        font-size: 24px;
        align-self: end
    }

    .organic-trio p {
        font-size: 12px;
        margin: 10px 0 0;
        align-self: start
    }

    .reference-collage .extra-inner {
        grid-template-columns: 1fr;
        gap: 28px
    }

    .reference-collage.reverse .reference-photos {
        order: 0
    }

    .reference-collage.reverse .reference-copy {
        order: 1
    }

    .reference-photos {
        height: 310px;
        max-width: 430px;
        width: 100%;
        margin: auto;
        padding: 0 50px 30px 0
    }

    .reference-copy {
        text-align: center
    }

    .reference-copy h2 {
        font-size: 33px
    }

    .reference-copy p {
        font-size: 13px
    }

    .mini-benefits {
        text-align: left;
        gap: 12px;
        margin: 19px 0
    }

    .mini-benefits>span {
        font-size: 12px;
        padding: 17px 42px 17px 12px
    }

    .photo-seal {
        width: 93px;
        height: 93px;
        font-size: 11px;
        left: 7px;
        bottom: 0
    }

    .round-collage .reference-photos {
        height: 320px;
        max-width: 350px
    }

    .mosaic-collage .reference-photos {
        height: 310px
    }

    .reference-options {
        grid-template-columns: 1fr;
        gap: 18px
    }

    .scope-offers>a {
        padding: 18px 52px 18px 16px;
        gap: 15px
    }

    .scope-offers>a>img:not(.pool-icon) {
        width: 80px;
        height: 85px
    }

    .scope-offers h3 {
        font-size: 24px
    }

    .scope-offers p {
        font-size: 12px
    }

    .photo-cta .extra-inner {
        padding: 28px 24px 210px;
        min-height: 0
    }

    .photo-cta .extra-heading {
        width: 100%;
        text-align: left
    }

    .photo-cta h2 {
        font-size: 33px
    }

    .photo-cta .extra-inner>img {
        inset: auto 0 0;
        width: 100%;
        height: 180px;
        border-radius: 40% 40% 0 0
    }

    .care-flow .choice-layout {
        grid-template-columns: 1fr
    }

    .care-flow .choice-tabs {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px
    }

    .care-flow .choice-tabs button {
        font-size: 17px;
        padding: 49px 10px 13px;
        min-height: 91px
    }

    .care-flow .choice-tabs button .pool-icon {
        top: 12px;
        right: 11px;
        transform: none
    }

    .care-flow .choice-tabs button:last-child {
        grid-column: auto
    }

    .care-flow .choice-display {
        min-height: 300px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center
    }

    .care-flow .choice-display>img {
        height: 200px;
        margin: 0
    }

    .care-flow .choice-panels {
        padding: 20px 17px 20px 0
    }

    .care-flow .choice-panels h3 {
        font-size: 24px
    }

    .care-flow .choice-panels p {
        font-size: 12px
    }

    .care-flow .extra-heading p {
        font-size: 13px
    }

    .service-content .care-flow .extra-heading h2 {
        font-size: 31px
    }

    .equipment-heading h2,
    .settings-section h2,
    #overview h2 {
        font-size: clamp(25px, 6.9vw, 34px) !important;
        white-space: nowrap
    }

    .equipment-heading .interactive-hint {
        display: none
    }

    .tool-tabs button {
        padding: 12px 40px 12px 10px !important;
        font-size: 12px !important
    }

    .tool-tabs button .pool-icon {
        width: 24px;
        height: 24px;
        right: 8px
    }

    .editorial-points>div {
        padding-top: 59px;
        padding-bottom: 15px
    }

    .editorial-points p {
        font-size: 11px;
        line-height: 1.65
    }

    .marquee-track i .pool-icon {
        width: 27px;
        height: 27px
    }
}

@media(max-width:390px) {
    .extra-inner {
        width: calc(100% - 30px)
    }

    .choice-display {
        grid-template-columns: .65fr 1fr
    }

    .choice-panels {
        padding: 20px 15px
    }

    .choice-tabs button {
        font-size: 17px
    }

    .care-flow .choice-tabs {
        grid-template-columns: 1fr 1fr
    }

    .care-flow .choice-tabs button:last-child {
        grid-column: 1/-1;
        min-height: 0;
        padding: 15px 48px 15px 14px
    }

    .care-flow .choice-display {
        grid-template-columns: 1fr
    }

    .care-flow .choice-display>img {
        height: 150px
    }

    .care-flow .choice-panels {
        padding: 5px 20px 22px;
        text-align: center
    }

    .tool-tabs button {
        font-size: 11px !important;
        padding-right: 34px !important
    }

    .tool-tabs button .pool-icon {
        width: 21px;
        height: 21px;
        right: 7px
    }

    .reference-copy h2 {
        font-size: 30px
    }
}

@media(prefers-reduced-motion:reduce) {

    .extra-section *,
    .extra-section *:before,
    .extra-section *:after {
        animation: none !important;
        transition: none !important
    }
}

@media(min-width:1001px) {
    .editorial-points>div {
        height: 154px;
        padding: 18px 18px 13px
    }

    .editorial-points p {
        font-size: 11px;
        line-height: 1.65
    }

    .editorial-points h3 {
        min-height: 45px
    }
}

@media(max-width:767px) {
    .editorial-points>div {
        height: 194px;
        padding-top: 54px;
        padding-bottom: 8px
    }

    .editorial-points p {
        font-size: 11px;
        line-height: 1.55
    }

    .editorial-points h3 {
        min-height: 45px
    }
}