.service-content #overview .overview>div:first-child {
    padding: 24px;
    border: 1px solid #c2e0e9;
    border-bottom: 4px solid #64bdcf;
    border-radius: 18px;
    background: #eff9fb;
    box-shadow: 0 13px 24px #064d661b, inset 0 1px 0 #fff;
    transition: translate .8s var(--ease-water), box-shadow .8s, background .8s
}

.service-content #overview .overview>div:first-child:hover {
    translate: 0 -4px;
    background: #e0f4f8;
    box-shadow: 0 21px 32px #064d6629
}

.service-content #overview .section-heading {
    margin-bottom: 15px
}

.service-content #overview .inline-note {
    border-radius: 12px;
    background: #fff;
    border: 1px solid #c9e5ec;
    box-shadow: 0 6px 14px #064d6610
}

.overview-photo {
    isolation: isolate;
    border: 4px solid #fff;
    box-shadow: 0 16px 28px #064d6626;
    transition: box-shadow .8s
}

.overview-photo>img {
    transition: transform 1.1s var(--ease-water)
}

.overview-photo:hover>img {
    transform: scale(1.055)
}

.overview-photo:hover {
    box-shadow: 0 24px 37px #064d6633
}

.overview-rain {
    position: absolute;
    left: 0;
    right: 0;
    top: 18px;
    height: 35px;
    overflow: hidden;
    background: #055b73d9;
    z-index: 2;
    opacity: 0;
    translate: 0 -7px;
    pointer-events: none;
    transition: opacity .6s, translate .6s
}

.overview-photo:is(:hover, :focus-within) .overview-rain {
    opacity: 1;
    translate: 0 0
}

.drop-runner {
    display: flex;
    width: max-content;
    animation: drop-line 10s linear infinite;
    animation-play-state: paused
}

.overview-photo:is(:hover, :focus-within) .drop-runner {
    animation-play-state: running
}

.drop-runner>span {
    display: flex;
    align-items: center;
    gap: 28px;
    padding: 8px 14px
}

.drop-runner img {
    width: 13px;
    height: 19px;
    object-fit: contain;
    filter: invert(1);
    opacity: .9
}

@keyframes drop-line {
    to {
        transform: translateX(-50%)
    }
}

.symptom-section .symptom-photo {
    border: 4px solid white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 18px 30px #064d6625
}

.symptom-photo>img {
    transition: transform 1.15s var(--ease-water)
}

.symptom-section:hover .symptom-photo>img {
    transform: scale(1.04)
}

.symptom-section .accordion {
    padding: 12px;
    background: #ebf7fa;
    border: 1px solid #c8e3ea;
    border-radius: 17px;
    box-shadow: 0 13px 24px #064d6618
}

.symptom-section .accordion details {
    background: #fff;
    border: 1px solid #cee5eb;
    border-left: 3px solid #a7d8e4;
    border-radius: 11px;
    box-shadow: 0 5px 10px #064d660e;
    transition: background .65s, box-shadow .65s, border-color .65s !important
}

.symptom-section .accordion details:is([open], :hover) {
    background: #e3f6fa;
    border-left-color: #0b9eb6;
    box-shadow: 0 8px 17px #064d6620
}

.symptom-section summary {
    gap: 14px;
    padding: 17px
}

.symptom-section .accordion .plus {
    width: 33px;
    height: 33px;
    background: #fff;
    border: 1px solid #a6d3df;
    border-radius: 11px;
    box-shadow: 0 3px 0 #99c5d14d, 0 6px 10px #064d6617
}

.symptom-section .accordion details[open] .plus {
    background: #0a738a;
    color: #fff;
    border-color: #0a738a
}

.symptom-section .accordion .plus svg {
    width: 20px;
    height: 20px
}

.symptom-section .accordion details>div {
    padding-inline: 17px
}

@media(min-width:1001px) {
    .service-content .plan-layout {
        align-items: stretch
    }

    .service-content .plan-panels {
        contain: size;
        min-height: 0
    }

    .service-content .plan-panel {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        height: 100%;
        padding: 18px 21px;
        gap: 9px
    }

    .service-content .plan-panel[hidden] {
        display: none
    }

    .service-content .plan-panel h3 {
        font-size: 29px;
        margin: 0
    }

    .service-content .plan-panel>p {
        font-size: 13px;
        line-height: 1.5;
        margin: 0
    }

    .service-content .plan-panel .plan-label {
        font-size: 11px
    }

    .service-content .plan-panel .check-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 7px 14px;
        margin: 0
    }

    .service-content .plan-panel .check-list li {
        font-size: 12px;
        line-height: 1.4;
        padding-left: 19px;
        margin: 0
    }

    .service-content .plan-panel .btn {
        align-self: flex-start;
        min-height: 42px;
        padding: 11px 17px;
        font-size: 13px;
        margin-top: auto
    }

    .service-content .plan-options button {
        flex: 1
    }
}

#renovation-perspective .reference-copy {
    padding: 23px;
    background: #edf8fb;
    border: 1px solid #bedfe8;
    border-bottom: 4px solid #75c1d0;
    border-radius: 19px;
    box-shadow: 0 15px 24px #064d661c
}

.perspective-description {
    min-height: 84px;
    transition: opacity .25s
}

#renovation-perspective .reference-photos {
    grid-template-rows: 1fr 1fr;
    gap: 12px;
    min-width: 0
}

.perspective-tile {
    position: relative;
    padding: 0;
    border: 3px solid #fff;
    border-radius: 15px;
    overflow: hidden;
    min-width: 0;
    min-height: 0;
    background: #05526b;
    box-shadow: 0 10px 18px #064d6623;
    transition: border-color .6s, box-shadow .6s, translate .7s !important
}

.perspective-tile:nth-child(3) {
    grid-column: 1/-1
}

.perspective-tile>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s var(--ease-water)
}

.perspective-tile>span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 9px 11px;
    background: #03465de8;
    color: #fff;
    font-size: 13px;
    text-align: left
}

.perspective-tile:is(:hover, :focus-visible) {
    translate: 0 -3px;
    box-shadow: 0 15px 25px #064d6633
}

.perspective-tile:hover>img {
    transform: scale(1.06)
}

.perspective-tile[aria-pressed=true] {
    border-color: #25a9bf
}

.perspective-tile[aria-pressed=true]>span {
    background: #086c82
}

.chapter-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
    margin-bottom: 30px
}

.chapter-heading h2,
.measure-intro h2 {
    font-size: clamp(30px, 3.2vw, 49px);
    line-height: 1.1
}

.chapter-heading p {
    margin-top: 15px;
    max-width: 620px
}

.chapter-heading>.btn {
    flex-shrink: 0
}

.chapter-note {
    font-size: 12px;
    line-height: 1.6;
    color: #55717d;
    margin-top: 18px
}

.people-chapter {
    background: #edf6f9
}

.people-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px
}

.person-card {
    position: relative;
    padding: 17px;
    background: #f8fcfd;
    border: 1px solid #d7e9ef;
    border-radius: 15px;
    box-shadow: 0 10px 18px #064d6610;
    transition: translate .8s var(--ease-water), background .8s, box-shadow .8s, border-color .8s
}

.person-card:before,
.person-card:after {
    content: '';
    position: absolute;
    width: 48px;
    height: 48px;
    border-radius: 0 14px 0 14px;
    background: #beeaf0;
    transition: background .7s
}

.person-card:before {
    top: 0;
    right: 0
}

.person-card:after {
    left: 0;
    bottom: 62px;
    z-index: 0
}

.person-photo {
    position: relative;
    z-index: 1;
    border-radius: 18px;
    background: #fff;
    aspect-ratio: 1/1.05
}

.person-photo>img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 28%;
    border-radius: 18px;
    transition: transform .9s var(--ease-water)
}

.person-photo {
    overflow: visible
}

.person-contact {
    position: absolute;
    bottom: -12px;
    left: 13px;
    width: 36px;
    height: 36px;
    z-index: 2;
    color: white;
    background: #0793ad;
    border: 3px solid white
}

.person-contact svg {
    width: 17px;
    height: 17px
}

.person-copy {
    position: relative;
    z-index: 1;
    text-align: center;
    padding-top: 27px
}

.person-copy h3 {
    font-size: 23px;
    line-height: 1.2
}

.person-copy>p {
    font-size: 12px;
    margin-top: 7px;
    color: #54707b
}

.person-detail {
    font-size: 12px;
    line-height: 1.5;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height .65s, opacity .65s, padding .65s
}

.person-card:is(:hover, :focus-within) {
    translate: 0 -6px;
    background: #fff;
    border-color: #8bcedb;
    box-shadow: 0 20px 30px #064d6626
}

.person-card:is(:hover, :focus-within):before,
.person-card:is(:hover, :focus-within):after {
    background: #16adc1
}

.person-card:is(:hover, :focus-within) .person-photo>img {
    transform: translateY(-3px)
}

.person-card:is(:hover, :focus-within) .person-detail {
    max-height: 76px;
    opacity: 1;
    padding-top: 10px
}

.pool-measures {
    padding-block: 45px !important;
    background: white
}

.measure-intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 24px
}

.measure-intro h2 {
    font-size: 32px
}

.measure-intro p {
    font-size: 13px;
    max-width: 390px
}

.measure-controls {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-bottom: 30px
}

.measure-controls label {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 9px;
    font-size: 13px;
    font-weight: 600;
    color: #1e6478
}

.measure-controls input {
    grid-column: 1/-1;
    accent-color: #0597b0;
    cursor: pointer;
    width: 100%;
    margin: 0;
    height: 18px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none
}

.measure-controls input:focus-visible {
    outline: 2px solid #f07725;
    outline-offset: 4px;
    border-radius: 5px
}

.measure-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px
}

.measure-grid>div {
    border-left: 1px solid #d5e8ee;
    padding: 8px 20px;
    transition: background .7s, box-shadow .7s, translate .7s;
    border-radius: 9px
}

.measure-grid>div:first-child {
    border-left: 0
}

.measure-grid>div:hover {
    background: #edf9fb;
    box-shadow: 0 10px 18px #064d6614;
    translate: 0 -3px
}

.measure-grid strong {
    display: flex;
    align-items: baseline;
    gap: 8px;
    font-family: var(--heading);
    font-size: clamp(28px, 3.6vw, 54px);
    line-height: 1.2;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
    color: #064d66
}

.measure-grid strong small {
    font-size: 20px;
    color: #0cabc0
}

.measure-grid>div>span {
    display: block;
    font-size: 13px;
    color: #59737e;
    margin-top: 8px
}

.pricing-chapter {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: #064d66
}

.chapter-backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2
}

.pricing-chapter:before {
    content: '';
    position: absolute;
    inset: 0;
    background: #033e56c9;
    z-index: -1
}

.pricing-chapter .section-heading h2 {
    color: white
}

.pricing-chapter .section-heading p {
    color: #d5eaf0;
    max-width: 650px;
    margin-inline: auto
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px
}

.price-card {
    display: flex;
    flex-direction: column;
    padding: 28px;
    border-radius: 18px;
    background: #05465f;
    border: 1px solid #7cc1d23d;
    box-shadow: 0 17px 27px #00273940;
    transition: translate .8s, box-shadow .8s, border-color .8s !important
}

.price-card:nth-child(2) {
    background: #07596f
}

.price-card:nth-child(3) {
    background: #08677b
}

.price-card h3 {
    font-size: 29px;
    color: white
}

.price-card>p {
    font-size: 14px;
    line-height: 1.6;
    color: #d1e7ec;
    min-height: 45px;
    margin-top: 10px
}

.quote-price {
    font-family: var(--heading);
    font-size: 38px;
    line-height: 1.1;
    color: #fff;
    margin: 23px 0
}

.quote-price small {
    display: block;
    font: 12px var(--body);
    color: #abd3dd;
    margin-top: 9px
}

.price-card .btn {
    background: #17bfd0;
    color: #043f54;
    text-align: center;
    justify-content: center
}

.price-card ul {
    list-style: none;
    padding: 0;
    margin: 23px 0 0
}

.price-card li {
    position: relative;
    padding-left: 22px;
    color: #e9f8fb;
    font-size: 14px;
    line-height: 1.6;
    margin: 8px 0
}

.price-card li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 6px;
    height: 10px;
    border-right: 2px solid #30d8db;
    border-bottom: 2px solid #30d8db;
    transform: rotate(45deg)
}

.price-card:hover {
    translate: 0 -6px;
    box-shadow: 0 23px 36px #00273966;
    border-color: #5cc9d9
}

.stories-chapter {
    background: #f0f8fa
}

.stories-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
    gap: 65px;
    align-items: center
}

.stories-stage {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: center;
    padding-block: 35px
}

.stories-photo {
    position: absolute;
    left: 0;
    top: 0;
    width: 71%;
    height: 100%;
    object-fit: cover;
    border-radius: 22px 4px 4px 22px
}

.story-slider {
    width: 74%;
    margin-left: auto;
    margin-right: 0;
    box-shadow: 0 17px 30px #064d6620;
    border-radius: 4px 4px 4px 42px;
    background: #fff
}

.story-slider .swiper-wrapper {
    align-items: stretch
}

.story-slider .swiper-slide {
    height: auto
}

.story-card {
    margin: 0;
    position: relative;
    padding: 38px 28px 30px;
    background: #fff;
    min-height: 335px;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box
}

.story-quote {
    position: absolute;
    top: 3px;
    right: 25px;
    font: bold 80px Georgia;
    color: #0ba6bd;
    line-height: 1
}

.story-card h3 {
    font-size: 28px;
    line-height: 1.2;
    padding-right: 45px
}

.story-card blockquote {
    margin: 23px 0;
    font-size: 15px;
    line-height: 1.7;
    color: #506873
}

.story-card figcaption {
    font-size: 13px;
    color: #08708a;
    font-weight: 600;
    margin-top: auto
}

.story-card figcaption small {
    font-size: 11px;
    display: block;
    font-weight: 400;
    color: #79909a;
    margin-top: 5px
}

.stories-copy h2 {
    font-size: clamp(33px, 3.5vw, 52px);
    max-width: 440px;
    line-height: 1.12
}

.stories-copy>p {
    margin-top: 20px
}

.story-controls {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 28px
}

.story-dots {
    width: auto !important
}

.story-dots .swiper-pagination-bullet {
    background: #0a839b;
    opacity: .3
}

.story-dots .swiper-pagination-bullet-active {
    opacity: 1
}

.stories-copy .chapter-note {
    max-width: 350px;
    font-size: 12px
}

.water-journey {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border-radius: 20px;
    background: #04526b;
    padding: 42px 28px !important;
    margin-block: 22px;
    box-shadow: 0 17px 30px #064d6625
}

.journey-water {
    position: absolute;
    left: 0;
    top: -12%;
    height: 124%;
    width: 100%;
    object-fit: cover;
    z-index: -2;
    will-change: transform
}

.journey-overlay {
    position: absolute;
    inset: 0;
    background: #034e66b5;
    z-index: -1
}

.water-journey .section-heading {
    margin-bottom: 30px
}

.water-journey .section-heading h2 {
    color: #fff;
    font-size: clamp(30px, 3.2vw, 46px)
}

.water-journey .section-heading p {
    color: #d9f1f5;
    font-size: 14px;
    max-width: 550px;
    margin-inline: auto
}

.water-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px
}

.water-steps article {
    text-align: center;
    padding: 10px 6px;
    border-radius: 15px;
    border: 1px solid transparent;
    transition: translate .7s, background .7s, box-shadow .7s
}

.water-steps .premium-icon {
    width: 60px;
    height: 60px;
    border-radius: 50% !important;
    background: #26c5d6 !important;
    border-color: #9ce8ec !important;
    box-shadow: 0 6px 0 #03425725, 0 12px 20px #002c4344
}

.water-steps .premium-icon:before {
    background: #044d64
}

.water-steps .premium-icon:after {
    border-radius: 50%
}

.water-steps h3 {
    font-size: 24px;
    line-height: 1.2;
    color: #fff;
    margin-top: 17px
}

.water-steps p {
    font-size: 12px;
    line-height: 1.65;
    color: #dbf1f4;
    margin-top: 12px
}

.water-steps article:hover {
    translate: 0 -4px;
    background: #055168cc;
    border-color: #73d0db66;
    box-shadow: 0 12px 21px #002c4333
}

.journey-content>.btn {
    display: flex;
    width: max-content;
    margin: 25px auto 0
}

@media(max-width:1200px) {
    .people-grid {
        gap: 16px
    }

    .person-card {
        padding: 12px
    }

    .person-copy h3 {
        font-size: 21px
    }

    .stories-layout {
        gap: 32px
    }

    .story-card {
        padding: 37px 23px 25px
    }

    .water-steps {
        gap: 12px
    }

    .water-steps h3 {
        font-size: 21px
    }

    .water-journey {
        padding: 32px 18px !important
    }
}

@media(max-width:1000px) {
    .people-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 22px
    }

    .person-photo {
        aspect-ratio: 1.3
    }

    .person-photo>img {
        object-position: center 30%
    }

    .person-copy h3 {
        font-size: 25px
    }

    .plan-panels {
        contain: none
    }

    .plan-panel {
        height: auto
    }

    .stories-layout {
        grid-template-columns: 1.3fr 1fr;
        gap: 24px
    }

    .story-slider {
        width: 86%
    }

    .story-card h3 {
        font-size: 25px
    }

    .pricing-grid {
        gap: 15px
    }

    .price-card {
        padding: 23px 20px
    }

    .price-card h3 {
        font-size: 26px
    }

    .water-steps {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px 25px
    }

    .water-steps p {
        font-size: 14px
    }

    .measure-grid {
        gap: 8px
    }

    .measure-grid>div {
        padding: 8px 12px
    }

    .measure-grid strong {
        font-size: 37px
    }
}

@media(max-width:767px) {

    .chapter-heading,
    .measure-intro {
        display: block;
        text-align: center
    }

    .chapter-heading {
        margin-bottom: 23px
    }

    .chapter-heading h2,
    .measure-intro h2 {
        font-size: 32px
    }

    .chapter-heading p,
    .measure-intro p {
        margin: 13px auto
    }

    .chapter-heading>.btn {
        margin-top: 12px
    }

    .people-grid {
        gap: 13px
    }

    .person-card {
        padding: 10px
    }

    .person-photo {
        aspect-ratio: .88
    }

    .person-copy h3 {
        font-size: 21px
    }

    .person-copy>p {
        font-size: 11px;
        line-height: 1.5
    }

    .person-detail {
        display: none
    }

    .chapter-note {
        text-align: center;
        font-size: 11px
    }

    .pool-measures {
        padding-block: 32px !important
    }

    .measure-controls {
        gap: 13px;
        grid-template-columns: 1fr
    }

    .measure-controls label {
        font-size: 12px
    }

    .measure-grid {
        grid-template-columns: 1fr 1fr;
        gap: 14px
    }

    .measure-grid>div {
        border: 1px solid #d5e8ee !important;
        padding: 15px 11px
    }

    .measure-grid strong {
        font-size: 34px;
        justify-content: center
    }

    .measure-grid strong small {
        font-size: 16px
    }

    .measure-grid>div>span {
        text-align: center;
        font-size: 12px
    }

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

    .price-card {
        padding: 23px;
        max-width: 440px;
        width: 100%;
        margin: auto
    }

    .price-card>p {
        min-height: 0
    }

    .quote-price {
        margin: 19px 0;
        font-size: 34px
    }

    .price-card ul {
        margin-top: 16px
    }

    .stories-layout {
        display: flex;
        flex-direction: column;
        gap: 25px
    }

    .stories-copy {
        order: -1;
        text-align: center
    }

    .stories-copy h2 {
        font-size: 33px;
        margin: auto
    }

    .stories-copy>p {
        margin-top: 13px
    }

    .story-controls {
        justify-content: center;
        margin-top: 18px
    }

    .stories-copy .chapter-note {
        margin: 13px auto 0
    }

    .stories-stage {
        width: 100%;
        min-height: 380px;
        padding: 25px 0
    }

    .story-slider {
        width: 87%
    }

    .story-card {
        min-height: 305px;
        padding: 33px 22px 24px
    }

    .story-card blockquote {
        font-size: 14px;
        margin-block: 18px
    }

    .stories-photo {
        width: 77%
    }

    .water-journey {
        padding: 29px 17px !important;
        border-radius: 16px
    }

    .water-steps {
        gap: 14px
    }

    .water-steps h3 {
        font-size: 22px
    }

    .water-steps p {
        font-size: 12px
    }

    .water-steps .premium-icon {
        width: 50px;
        height: 50px
    }

    .journey-water {
        will-change: auto
    }

    .service-content #overview .overview>div:first-child {
        padding: 19px
    }

    .overview-rain {
        opacity: 1;
        translate: none;
        top: 12px;
        height: 29px
    }

    .drop-runner>span {
        padding-block: 5px
    }

    .drop-runner {
        animation-play-state: running
    }

    .symptom-section .accordion {
        padding: 8px
    }

    .symptom-section summary {
        padding: 15px 12px
    }

    .symptom-section .accordion .plus {
        width: 29px;
        height: 29px
    }

    .symptom-section .accordion .plus svg {
        width: 18px;
        height: 18px
    }

    #renovation-perspective .reference-copy {
        padding: 20px
    }

    .perspective-description {
        min-height: 0
    }

    .perspective-tile>span {
        font-size: 12px
    }
}

@media(prefers-reduced-motion:reduce) {
    .drop-runner {
        animation: none !important
    }

    .person-card,
    .price-card,
    .water-steps article,
    .measure-grid>div,
    .perspective-tile {
        translate: none !important
    }

    .journey-water {
        transform: none !important;
        will-change: auto
    }

    .overview-photo:hover>img,
    .symptom-section:hover .symptom-photo>img,
    .perspective-tile:hover>img {
        transform: none !important
    }
}

.person-detail {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    z-index: 3;
    max-height: none;
    padding: 12px !important;
    margin-bottom: 5px;
    border-radius: 12px;
    background: #f4fcfdf5;
    box-shadow: 0 8px 16px #064d6620;
    translate: 0 7px;
    pointer-events: none;
    transition: translate .65s, opacity .65s
}

.person-card:is(:hover, :focus-within) .person-detail {
    max-height: none;
    translate: 0 0
}

@media(min-width:1001px) {
    .service-content .plan-panel .plan-label {
        margin: 0;
        line-height: 1.2
    }

    .service-content .plan-panel h3 {
        line-height: 1.12
    }

    .service-content .plan-panel .check-list {
        gap: 6px 12px
    }
}

@media(hover:none) {
    .overview-rain {
        opacity: 1;
        translate: none
    }

    .drop-runner {
        animation-play-state: running
    }
}

[data-water-section]:not(.is-near) .drop-runner {
    animation-play-state: paused
}