:root {
    --soft: #f0f7f8;
    --line: #d9e9ed;
    --shadow: 0 14px 30px #064d6610, 0 3px 8px #064d6608
}

.header {
    background: #fff;
    box-shadow: 0 5px 24px #0438470c
}

.header-ribbon {
    background: var(--ink);
    color: #d1e6ec;
    font-size: 10px;
    letter-spacing: .4px
}

.header-ribbon .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 27px
}

.header-ribbon a {
    font-size: 10px
}

.header-inner {
    min-height: 89px;
    gap: 25px
}

.brand {
    gap: 13px
}

.brand>img,
.header .brand>img,
.footer .brand>img {
    width: 59px;
    height: 59px;
    filter: none;
    object-fit: contain
}

.brand b {
    font-family: var(--heading);
    font-size: 36px;
    letter-spacing: -.7px
}

.brand small {
    letter-spacing: 2.1px;
    font-size: 9px
}

.header .brand {
    padding-right: 25px;
    border-right: 1px solid var(--line)
}

.desktop-nav {
    gap: 29px;
    font-size: 14px
}

.header-actions {
    gap: 12px
}

.header-actions .btn {
    border-radius: 8px;
    font-size: 14px;
    padding: 13px 19px
}

.search-open {
    display: flex;
    align-items: center;
    gap: 9px;
    border: 1px solid var(--line);
    padding: 11px 13px;
    border-radius: 8px;
    background: #f4f8f9;
    color: var(--ink);
    font-size: 12px;
    transition: .25s
}

.search-open svg {
    width: 19px;
    height: 19px
}

.search-open:hover {
    border-color: var(--cyan);
    background: #e7f8fa;
    transform: translateY(-2px)
}

.menu-toggle {
    display: block;
    border-radius: 50%;
    border-color: var(--line);
    width: 43px;
    height: 43px
}

.menu-toggle span {
    left: 11px
}

.mobile-menu {
    position: fixed;
    inset: 116px 0 0;
    z-index: 75;
    background: var(--ink);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 23px;
    padding: 35px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-15px);
    transition: opacity .35s, transform .35s, visibility .35s;
    overflow: auto;
    color: white
}

.mobile-menu.open {
    opacity: 1;
    visibility: visible;
    transform: none
}

.mobile-menu>a {
    font-family: var(--heading);
    font-size: clamp(27px, 3vw, 43px);
    line-height: 1.3;
    transition: color .25s, transform .25s
}

.mobile-menu>a:hover {
    color: var(--cyan);
    transform: translateX(5px)
}

.mobile-menu>a:last-child {
    margin-top: 17px;
    font: 14px var(--body);
    color: #b8d8e1
}

.menu-toggle[aria-expanded=true] {
    background: var(--cyan);
    border-color: var(--cyan)
}

.nav-dropdown>div {
    border-radius: 0 0 12px 12px
}

.nav-dropdown a {
    border-radius: 7px
}

.btn {
    border-radius: 8px;
    overflow: hidden;
    isolation: isolate;
    z-index: 0;
    min-height: 51px;
    padding: 14px 27px;
    transition: transform .3s, box-shadow .3s
}

.btn:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 160%;
    height: 320%;
    border-radius: 43%;
    background: var(--ink);
    left: -30%;
    top: 100%;
    transform: translateY(10%) rotate(0);
    transition: transform .75s cubic-bezier(.2, .65, .2, 1)
}

.btn:hover,
.btn:focus-visible {
    background: var(--orange);
    transform: translateY(-3px);
    box-shadow: 0 10px 24px #063f5423;
    color: white
}

.btn:hover:before,
.btn:focus-visible:before {
    transform: translateY(-75%) rotate(22deg)
}

.btn>span {
    position: relative;
    z-index: 1
}

.footer .btn:before,
.equipment-section .btn:before,
.renovation-band .btn:before,
.service-cta .btn:before {
    background: #048fa5
}

.circle {
    box-shadow: 0 5px 14px #063f5409;
    border: 1px solid #dae8ed
}

.circle:hover {
    box-shadow: 0 8px 20px #ff5c0020;
    transform: translateY(-3px)
}

.hero {
    height: 690px;
    min-height: 590px;
    max-height: calc(100svh - 115px)
}

.hero-content {
    padding-bottom: 85px
}

.hero h1,
.hero h2 {
    font-size: clamp(51px, 5.2vw, 81px);
    font-weight: 600
}

.hero-tag {
    border-radius: 4px;
    padding: 6px 15px;
    font-size: 10px;
    letter-spacing: 1.7px
}

.hero .hero-image {
    transform-origin: left center
}

.hero .swiper-slide-active .hero-image {
    animation: wave-reveal 1.25s cubic-bezier(.2, .65, .2, 1) both
}

.hero .hero-image img {
    transition: transform 7s ease;
    transform: scale(1.055)
}

.hero .swiper-slide-active .hero-image img {
    transform: scale(1)
}

.hero-wave {
    width: 100%;
    max-width: none;
    height: 115px;
    object-fit: fill;
    left: 0;
    bottom: -2px;
    transform: translateZ(0);
    pointer-events: none;
    animation: wave-breathe 9s ease-in-out infinite;
    transform-origin: 50% 100%
}

.hero-controls {
    bottom: 116px;
    gap: 14px
}

.hero-controls .circle {
    width: 46px;
    height: 46px;
    background: #fff;
    box-shadow: none
}

.hero-controls .circle:hover {
    background: var(--cyan)
}

.hero-pause {
    border: 1px solid #ffffff50;
    border-radius: 30px;
    font-size: 10px;
    padding: 6px 11px
}

.service-hero {
    min-height: 490px;
    padding: 55px 0 125px
}

.service-hero .hero-wave {
    height: 90px
}

.service-hero .hero-image img {
    animation: service-drift 15s ease-in-out infinite alternate
}

.section {
    padding: 65px 0
}

.section-heading {
    margin-bottom: 33px
}

.section-heading h2 {
    font-size: clamp(35px, 3.2vw, 50px)
}

.section-heading p {
    font-size: 15px
}

.focus-section {
    padding: 42px 0 52px
}

.focus-grid {
    display: grid;
    grid-template-columns: .85fr 1.3fr;
    gap: 95px;
    align-items: center
}

.focus-grid .section-heading {
    margin-bottom: 24px
}

.focus-list {
    display: grid;
    gap: 12px
}

.focus-row {
    position: relative;
    display: grid;
    grid-template-columns: 92px 1fr 25px;
    align-items: center;
    gap: 22px;
    padding: 17px 24px 17px 17px;
    min-height: 122px;
    background: var(--soft);
    border: 1px solid var(--line);
    border-radius: 13px;
    transition: transform .35s, box-shadow .35s, background .35s, border-color .35s
}

.focus-thumb {
    display: block;
    height: 88px;
    width: 92px;
    border-radius: 8px;
    overflow: hidden
}

.focus-thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform .6s
}

.focus-text {
    padding-right: 50px
}

.focus-text h3 {
    font-size: 26px
}

.focus-text p {
    font-size: 12px;
    margin-top: 9px;
    max-width: 340px
}

.focus-row .corner-icon {
    position: absolute;
    right: 19px;
    top: 12px;
    background: transparent;
    box-shadow: none;
    width: 43px;
    height: 43px
}

.focus-row .corner-icon .pool-icon {
    width: 35px;
    height: 35px
}

.focus-row>svg {
    align-self: end;
    width: 18px;
    height: 18px;
    margin-bottom: 6px
}

.focus-row:hover {
    background: #fff;
    transform: translateX(5px);
    border-color: var(--cyan);
    box-shadow: var(--shadow)
}

.focus-row:hover .focus-thumb img {
    transform: scale(1.1)
}

.pool-icon {
    filter: none !important;
    object-fit: contain;
    transition: transform .4s
}

.about-editorial {
    background: #fff
}

.editorial-collage {
    position: relative;
    height: 490px;
    padding: 0 90px 45px 0
}

.collage-main {
    height: 100%;
    overflow: hidden;
    border-radius: 28px 28px 8px 28px;
    background: #e3f3f5
}

.collage-main img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 50% 38%
}

.collage-detail {
    width: 47%;
    height: 49%;
    position: absolute;
    bottom: 0;
    right: 0;
    border: 9px solid white;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 16px 35px #063f5417
}

.collage-detail img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.collage-stamp {
    position: absolute;
    left: -16px;
    bottom: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 136px;
    height: 136px;
    border-radius: 50%;
    background: var(--cyan);
    color: white;
    border: 7px solid #fff;
    box-shadow: 0 8px 20px #03bfd025;
    font-size: 11px;
    letter-spacing: 1.3px;
    line-height: 1.3;
    transform: rotate(-9deg);
    animation: stamp-float 7s ease-in-out infinite
}

.collage-stamp b {
    font-family: var(--heading);
    font-size: 27px;
    letter-spacing: 0;
    text-transform: none
}

.editorial-copy>p {
    font-size: 14px
}

.editorial-copy>.lead {
    font-size: 19px;
    color: var(--ink)
}

.editorial-points {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin: 26px 0
}

.editorial-points>div {
    position: relative;
    padding: 25px 18px 20px;
    background: var(--soft);
    border-radius: 10px;
    border: 1px solid var(--line);
    box-shadow: 0 6px 12px #063f5407
}

.editorial-points h3 {
    font-size: 21px;
    padding-right: 40px;
    min-height: 50px
}

.editorial-points p {
    font-size: 12px;
    margin-top: 12px
}

.editorial-points .pool-icon {
    position: absolute;
    right: 12px;
    top: 17px;
    width: 38px;
    height: 38px
}

.editorial-points>div:hover .pool-icon {
    transform: rotate(-9deg) translateY(-4px)
}

#services {
    background: #edf6f8;
    position: relative
}

#services .section-heading {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: end
}

#services .section-heading h2 {
    max-width: 510px
}

#services .section-heading p {
    max-width: 385px;
    margin: 0;
    font-size: 14px
}

.photo-card {
    border-radius: 13px;
    overflow: hidden;
    border: 1px solid #deeaed;
    box-shadow: 0 5px 15px #063f5409;
    height: 100%;
    position: relative
}

.photo-wrap {
    height: 255px
}

.photo-card .corner-icon {
    top: 17px;
    right: 17px;
    bottom: auto;
    transform: none;
    border-radius: 14px;
    width: 58px;
    height: 58px;
    background: #fff;
    box-shadow: 0 6px 18px #063f5420
}

.corner-icon .pool-icon {
    width: 42px;
    height: 42px
}

.card-copy {
    min-height: 205px;
    padding: 25px 28px 23px
}

.card-copy h3 {
    font-size: 27px
}

.card-copy p {
    font-size: 13px;
    line-height: 1.8
}

.card-copy .text-link {
    padding-top: 5px
}

.photo-card:hover {
    border-color: #b0dce6;
    box-shadow: 0 10px 24px #063f541b
}

.photo-card:hover .pool-icon {
    transform: rotate(-7deg) scale(1.07)
}

.photo-card:hover .text-link {
    color: var(--blue)
}

.equipment-section {
    background: var(--ink);
    color: #b9d8e1;
    position: relative;
    overflow: clip
}

.equipment-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 40px
}

.equipment-heading h2 {
    color: #fff
}

.equipment-heading p {
    color: #b9d8e1;
    max-width: 550px
}

.interactive-hint {
    font-size: 11px;
    border-bottom: 1px solid #ffffff30;
    padding-bottom: 8px;
    margin-bottom: 40px;
    color: #b9d8e1
}

.equipment-stage {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: center
}

.equipment-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    isolation: isolate
}

.equipment-visual>img {
    width: 100%;
    position: relative;
    z-index: 1;
    animation: equipment-float 7s ease-in-out infinite;
    filter: drop-shadow(0 17px 13px #001b2860);
    transition: transform .5s
}

.orbit {
    position: absolute;
    width: 85%;
    aspect-ratio: 1;
    border: 1px solid #19718a;
    border-radius: 50%;
    z-index: -1;
    pointer-events: none
}

.orbit-two {
    width: 64%;
    border-style: dashed;
    border-color: #1b5d73;
    animation: orbit-spin 80s linear infinite
}

.equipment-hotspot {
    position: absolute;
    z-index: 3;
    width: 36px;
    height: 36px;
    background: #fff;
    color: var(--ink);
    border: 5px solid #ffffff55;
    background-clip: padding-box;
    border-radius: 50%;
    font-size: 0;
    box-shadow: 0 0 0 7px #ffffff15;
    transition: .3s
}

.equipment-hotspot:before,
.equipment-hotspot:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 2px;
    background: var(--ink);
    left: 8px;
    top: 12px
}

.equipment-hotspot:after {
    transform: rotate(90deg)
}

.equipment-hotspot[data-tool=robot] {
    left: 31%;
    top: 57%
}

.equipment-hotspot[data-tool=net] {
    left: 37%;
    top: 24%
}

.equipment-hotspot[data-tool=brush] {
    left: 83%;
    top: 67%
}

.equipment-hotspot.active,
.equipment-hotspot:hover {
    background-color: var(--orange);
    box-shadow: 0 0 0 10px #ff5c0025;
    transform: scale(1.08)
}

.equipment-hotspot.active:before,
.equipment-hotspot.active:after {
    background: white
}

.tool-tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 23px
}

.tool-tabs button {
    min-height: 99px;
    background: #0c5369;
    border: 1px solid #24667c;
    border-radius: 11px;
    color: #cee5eb;
    text-align: left;
    position: relative;
    padding: 55px 13px 13px;
    font: 13px var(--heading);
    transition: .3s
}

.tool-tabs .pool-icon {
    position: absolute;
    right: 13px;
    top: 13px;
    width: 35px;
    height: 35px
}

.tool-tabs button[aria-selected=true] {
    background: #fff;
    color: var(--ink);
    box-shadow: 0 9px 22px #0027353d;
    border-color: #fff
}

.tool-tabs button:hover {
    transform: translateY(-4px)
}

.tool-panel {
    min-height: 263px
}

.tool-panel h3 {
    font-size: 36px;
    color: #fff
}

.tool-panel>p {
    font-size: 14px;
    max-width: 440px
}

.tool-tip {
    border-left: 2px solid var(--cyan);
    padding: 0 0 0 15px;
    font-size: 12px;
    margin: 22px 0 25px;
    color: #8fd4df
}

.equipment-section .marquee {
    margin-top: 28px;
    border-color: #ffffff26
}

.equipment-section .marquee span {
    font-size: 31px;
    color: white
}

.equipment-section .marquee i {
    color: var(--cyan)
}

.settings-section .section-heading {
    text-align: center;
    margin-inline: auto
}

.settings-section .section-heading p {
    margin-inline: auto
}

.tabs button {
    border-radius: 8px;
    padding: 12px 24px;
    box-shadow: 0 4px 10px #063f5406
}

.tabs button[aria-selected=true] {
    background: var(--ink);
    color: white;
    border-color: var(--ink)
}

.tab-panel {
    border-radius: 19px;
    background: #edf6f8;
    border: 1px solid #dcebed;
    overflow: hidden;
    color: var(--text);
    grid-template-columns: .85fr 1.25fr
}

.tab-copy {
    padding: 38px 42px;
    position: relative
}

.tab-copy>.pool-icon {
    position: absolute;
    right: 30px;
    top: 28px;
    width: 44px;
    height: 44px;
    margin: 0;
    filter: none
}

.tab-copy h3 {
    padding-top: 32px;
    color: var(--ink);
    font-size: 34px
}

.tab-copy p {
    font-size: 14px
}

.tab-photo {
    height: 385px;
    padding: 16px
}

.tab-photo img {
    border-radius: 12px;
    transition: transform .8s
}

.tab-photo:hover img {
    transform: scale(1.018)
}

.renovation-band {
    background: #086db2;
    color: #daedf5;
    position: relative
}

.renovation-copy h2 {
    color: #fff
}

.renovation-copy p {
    font-size: 14px
}

.renovation-card {
    border-radius: 15px;
    overflow: hidden;
    position: relative
}

.renovation-card>img {
    height: 285px;
    transition: transform .6s
}

.renovation-card:hover>img {
    transform: scale(1.045)
}

.renovation-card>div {
    position: relative;
    background: #fff;
    padding: 23px
}

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

.renovation-card span {
    color: var(--text)
}

.renovation-band .swiper-pagination-bullet {
    background: #fff
}

.renovation-band .swiper-pagination-bullet-active {
    background: #fff;
    box-shadow: 0 0 0 5px #ffffff25
}

.before-section {
    background: white
}

.before-layout {
    display: grid;
    grid-template-columns: .8fr 1.65fr;
    gap: 60px;
    align-items: center
}

.before-copy .section-heading {
    margin-bottom: 19px
}

.before-copy p {
    max-width: 310px;
    font-size: 14px
}

.comparison-note {
    display: block;
    font-size: 10px;
    line-height: 1.7;
    color: #7d8a91
}

.compare {
    position: relative;
    height: 345px;
    overflow: hidden;
    border-radius: 18px;
    background: #bcdde3;
    isolation: isolate;
    box-shadow: 0 17px 35px #073f5417;
    touch-action: pan-y
}

.compare>img,
.compare-before>img {
    position: absolute !important;
    width: 200% !important;
    max-width: none !important;
    height: auto !important;
    top: 50%;
    transform: translateY(-48%);
    pointer-events: none;
    user-select: none
}

.compare>img {
    left: -100%
}

.compare-before {
    position: absolute;
    inset: 0;
    clip-path: inset(0 calc(100% - var(--reveal)) 0 0)
}

.compare-before>img {
    left: 0
}

.compare-label {
    position: absolute;
    top: 18px;
    z-index: 3;
    background: #fff;
    color: var(--ink);
    font: 13px var(--heading);
    padding: 7px 14px;
    border-radius: 6px;
    pointer-events: none
}

.label-before {
    left: 18px
}

.label-after {
    right: 18px
}

.compare-divider {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #fff;
    left: var(--reveal);
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 4;
    box-shadow: 0 0 10px #063f5425
}

.compare-divider>span {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 3px solid #ffffffa0;
    background: var(--ink);
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: grid;
    place-items: center
}

.compare-divider svg {
    width: 29px;
    height: 20px
}

.compare input.compare-range {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    cursor: ew-resize;
    z-index: 5;
    touch-action: pan-y;
    padding: 0
}

.compare:focus-within {
    outline: 3px solid var(--cyan);
    outline-offset: 5px
}

.faq-v2 {
    background: #f2f7f9
}

.faq-media {
    border-radius: 23px 23px 8px 23px;
    height: 455px
}

.image-caption {
    background: var(--ink);
    border-radius: 0 15px 0 0;
    padding: 25px 32px;
    font-size: 28px
}

.accordion details {
    border-radius: 9px;
    overflow: hidden;
    box-shadow: 0 4px 12px #063f5406;
    transition: background .3s, box-shadow .3s, transform .3s
}

.accordion details:hover {
    box-shadow: 0 7px 18px #063f5410;
    transform: translateX(3px)
}

.accordion summary {
    padding: 19px 23px
}

.accordion details[open] {
    background: #fff;
    color: var(--text);
    border-color: var(--cyan);
    box-shadow: inset 4px 0 var(--cyan), 0 9px 23px #063f5408
}

.accordion details[open] summary {
    color: var(--ink)
}

.accordion details>div {
    padding: 0 23px 22px
}

.accordion details[open] .plus {
    color: var(--orange)
}

.contact-section {
    background: #fff
}

.contact-grid {
    gap: 65px
}

.contact-grid h2 {
    font-size: clamp(38px, 3.6vw, 55px)
}

.contact-photo {
    position: relative;
    border-radius: 14px;
    height: 165px;
    overflow: hidden
}

.contact-photo-label {
    position: absolute;
    bottom: 15px;
    left: 17px;
    color: white;
    background: #073f54b8;
    font: 17px var(--heading);
    padding: 6px 12px;
    border-radius: 5px
}

.contact-form {
    border-top: 0;
    border: 1px solid #dbe9ed;
    border-radius: 20px;
    background: #f2f8fa;
    padding: 35px;
    box-shadow: 0 15px 35px #063f5410;
    position: relative
}

.contact-form:before {
    content: '';
    height: 4px;
    width: 70px;
    background: var(--cyan);
    position: absolute;
    top: 0;
    left: 35px;
    border-radius: 0 0 4px 4px
}

.contact-form input:not([type=checkbox]),
.contact-form select,
.contact-form textarea {
    border-radius: 8px;
    border-color: #dbe8ed
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: var(--cyan);
    outline: 2px solid #03bfd022;
    outline-offset: 0
}

.contact-form label {
    color: var(--ink)
}

.contact-form .btn {
    border-radius: 8px
}

.footer {
    padding-top: 105px;
    background: #052f41;
    overflow: hidden
}

.footer-wave {
    position: absolute;
    left: 0;
    top: -2px;
    width: 100%;
    height: 92px;
    max-width: none;
    object-fit: fill;
    transform: rotate(180deg);
    pointer-events: none
}

.footer-top {
    padding: 22px 0 35px;
    margin-bottom: 35px;
    gap: 50px
}

.footer-top h2 {
    font-size: 42px;
    line-height: 1.2
}

.footer-kicker {
    display: block;
    font-size: 10px;
    letter-spacing: 1.7px;
    color: #66c7d7;
    margin-bottom: 15px
}

.footer-top .btn {
    margin: 0
}

.footer-grid {
    gap: 38px;
    grid-template-columns: 1.45fr .95fr .95fr 1.05fr
}

.footer .brand {
    padding: 0;
    border: 0;
    justify-content: flex-start
}

.footer .brand>img {
    background: white;
    border-radius: 50%;
    padding: 5px;
    width: 61px;
    height: 61px
}

.footer-grid>div:first-child>p {
    font-size: 11px;
    line-height: 1.9
}

.footer-grid h3 {
    font-size: 21px;
    margin-bottom: 16px
}

.footer-grid a:not(.brand) {
    font-size: 12px
}

.footer-grid p {
    font-size: 12px
}

.footer-search {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #78ccda
}

.footer-search svg {
    width: 17px
}

.footer-bottom {
    margin-top: 31px
}

.footer-bottom small {
    font-size: 10px
}

.cookie-card {
    border-radius: 10px;
    border-left-width: 3px;
    box-shadow: 0 10px 35px #063f5428;
    padding: 14px 17px
}

.cookie-card button {
    border-radius: 6px;
    transition: .25s
}

.cookie-card button:hover {
    border-color: var(--cyan);
    transform: translateY(-2px)
}

.back-top {
    border-color: #c9e3e8
}

.section-search {
    border: none;
    border-radius: 19px;
    padding: 0;
    width: 650px;
    max-width: calc(100% - 36px);
    max-height: min(80svh, 700px);
    color: var(--ink);
    box-shadow: 0 40px 100px #001c3560;
    background: #fff;
    overflow: hidden
}

.section-search::backdrop {
    background: #032a3bc9;
    backdrop-filter: blur(5px)
}

.section-search[open] {
    animation: search-enter .25s ease
}

.search-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 22px 26px 0;
    font-size: 12px;
    color: #6c8590
}

.search-close {
    border: 0;
    background: #eef6f8;
    display: grid;
    place-items: center;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    color: var(--ink)
}

.search-close svg {
    width: 18px;
    height: 18px
}

.search-field {
    display: flex;
    align-items: center;
    margin: 20px 26px 0;
    gap: 12px;
    border-bottom: 2px solid var(--cyan)
}

.search-field svg {
    width: 24px;
    height: 24px
}

.search-field input {
    height: 55px;
    border: 0;
    background: transparent;
    font-size: 17px;
    padding: 8px 0;
    margin: 0;
    outline: none !important
}

.search-field input::placeholder {
    font-size: 14px
}

.search-hint {
    font-size: 11px;
    padding: 0 26px;
    margin: 15px 0;
    color: #738b95
}

.search-results {
    padding: 0 13px;
    max-height: 390px;
    overflow: auto
}

.search-results a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 14px;
    border-radius: 8px;
    font-size: 14px;
    transition: .2s
}

.search-results a:hover,
.search-results a:focus {
    background: #eaf7f9;
    color: var(--blue)
}

.search-results a small {
    font-size: 10px;
    color: #82949b;
    white-space: nowrap
}

.search-results .empty-result {
    font-size: 14px;
    padding: 30px 13px
}

.search-bottom {
    background: #f2f7f9;
    padding: 15px 26px;
    margin-top: 18px;
    font-size: 11px;
    color: #79909b
}

.service-content .section {
    padding: 48px 0
}

.service-content .section-heading h2 {
    font-size: clamp(33px, 2.8vw, 44px)
}

.service-content .overview-photo {
    border-radius: 24px 24px 8px 24px;
    position: relative;
    height: 390px
}

.photo-caption {
    position: absolute;
    bottom: 19px;
    left: 19px;
    background: white;
    color: var(--ink);
    font-size: 10px;
    letter-spacing: 1px;
    padding: 8px 12px;
    border-radius: 6px
}

.inline-note {
    position: relative;
    min-height: 76px;
    padding: 22px 65px 0 0
}

.inline-note>.pool-icon {
    position: absolute;
    right: 7px;
    top: 22px;
    width: 41px;
    height: 41px
}

.service-flip .flip-front {
    background: #eef7f9;
    border-radius: 13px;
    padding: 83px 25px 25px;
    border: 1px solid #d7e8ed;
    box-shadow: 0 10px 20px #063f5409
}

.service-flip .flip-front>.pool-icon {
    position: absolute;
    right: 23px;
    top: 23px;
    width: 49px;
    height: 49px;
    margin: 0
}

.service-flip .flip-front>strong {
    font-size: 28px
}

.service-flip .flip-front>span {
    font-size: 13px
}

.service-flip .flip-front small {
    font-size: 11px
}

.service-flip .flip-back {
    border-radius: 13px
}

.service-flip .flip-back>span {
    background: #043f54c7
}

.symptom-photo {
    border-radius: 17px;
    height: 385px
}

.station-nav {
    border-radius: 25px 25px 12px 12px;
    background: #f2f7f9;
    border-color: #d3e6ec;
    box-shadow: inset -5px 0 #deedf1, 0 12px 24px #063f5414
}

.station-head {
    font-size: 9px;
    letter-spacing: 1.2px;
    font-weight: 500;
    text-align: center;
    display: block;
    padding: 5px 0 16px
}

.station-screen {
    background: #063e51
}

.station-screen a {
    font-size: 11px;
    padding: 10px 7px
}

.station-screen a.active {
    background: #0f6076;
    box-shadow: inset 2px 0 var(--cyan)
}

.care-flow {
    background: var(--ink);
    color: #b8d6df;
    border-radius: 19px;
    padding: 35px !important;
    margin: 15px 0;
    overflow: hidden;
    position: relative
}

.care-flow h2 {
    color: #fff
}

.care-flow .section-heading p {
    color: #b8d6df
}

.flow-layout {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 32px;
    align-items: center
}

.flow-art {
    position: relative;
    min-width: 0
}

.flow-art img {
    width: 115%;
    max-width: none;
    transform: translateX(-10%);
    animation: flow-float 8s ease-in-out infinite;
    filter: drop-shadow(0 14px 12px #00172566)
}

.flow-art-label {
    display: block;
    font-size: 9px;
    letter-spacing: 1.6px;
    color: #83c8d6;
    text-align: center;
    margin-top: 20px
}

.flow-steps {
    display: grid;
    gap: 12px
}

.flow-step {
    border: 1px solid #286476;
    border-radius: 10px;
    background: #0b4c61;
    overflow: hidden;
    transition: .3s
}

.flow-step summary {
    padding: 18px 58px 18px 19px;
    position: relative;
    cursor: pointer;
    list-style: none
}

.flow-step summary::-webkit-details-marker {
    display: none
}

.flow-step h3 {
    color: white;
    font-size: 23px;
    line-height: 1.25
}

.flow-step .pool-icon {
    position: absolute;
    right: 15px;
    top: 16px;
    width: 34px;
    height: 34px
}

.flow-step>p {
    margin: 0;
    padding: 0 19px 20px;
    font-size: 12px;
    line-height: 1.7
}

.flow-step[open] {
    background: #fff;
    color: #687e88;
    box-shadow: 0 8px 20px #002b392e;
    border-color: white
}

.flow-step[open] h3 {
    color: var(--ink)
}

.flow-step:hover {
    transform: translateX(-3px)
}

.plan-options button {
    border-radius: 11px;
    background: #f1f7f9;
    border-color: #dae9ee;
    box-shadow: 0 4px 12px #063f5406;
    transition: .3s
}

.plan-options button:hover {
    transform: translateX(4px);
    border-color: var(--cyan)
}

.plan-options button[aria-selected=true] {
    background: var(--blue)
}

.plan-panel {
    border-radius: 15px;
    border: 1px solid #d6e8ee;
    border-top: 4px solid var(--cyan);
    background: #f3f8fa;
    box-shadow: 0 10px 25px #063f5408
}

.plan-panel .btn {
    margin-top: 0
}

.plan-label {
    letter-spacing: .6px
}

.detail-lab-grid {
    display: grid;
    grid-template-columns: .7fr 1.3fr;
    gap: 25px
}

.lab-tabs {
    display: flex;
    flex-direction: column;
    gap: 13px
}

.lab-tabs button {
    position: relative;
    background: #eef6f9;
    text-align: left;
    padding: 54px 20px 18px;
    border: 1px solid #d9e9ed;
    border-radius: 11px;
    min-height: 108px;
    color: var(--ink);
    transition: .3s;
    font-family: var(--heading);
    font-size: 23px;
    line-height: 1.2
}

.lab-tabs button>.pool-icon {
    position: absolute;
    right: 17px;
    top: 13px;
    width: 35px;
    height: 35px
}

.lab-tabs button>svg {
    position: absolute;
    right: 18px;
    bottom: 16px;
    width: 19px;
    height: 19px
}

.lab-tabs button>span {
    display: block;
    padding-right: 25px
}

.lab-tabs button[aria-selected=true] {
    background: var(--ink);
    color: white;
    border-color: var(--ink);
    box-shadow: 0 8px 18px #063f5420
}

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

.lab-panel {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
    min-height: 350px;
    background: var(--ink)
}

.lab-panel>img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0
}

.lab-panel>div {
    position: absolute;
    inset: auto 0 0;
    padding: 25px;
    background: #063f54df;
    color: #daebef
}

.lab-panel h3 {
    color: white;
    font-size: 29px
}

.lab-panel p {
    font-size: 13px !important;
    margin-top: 12px
}

.lab-panel:not([hidden]) {
    animation: panel-in .45s ease
}

.service-cta {
    border-radius: 14px;
    background: var(--ink);
    padding: 30px
}

.service-cta .btn {
    font-size: 15px
}

.legal-hero {
    padding-bottom: 115px
}

.legal-hero .hero-wave {
    height: 65px
}

.legal-hero:after {
    border-color: #125c71;
    animation: service-drift 12s ease-in-out infinite alternate
}

.legal-nav {
    border-radius: 0 12px 12px 0;
    box-shadow: var(--shadow)
}

.legal-copy section {
    background: #f5f9fa;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 27px;
    margin-bottom: 18px;
    transition: .3s
}

.legal-copy section:hover {
    box-shadow: var(--shadow);
    border-color: #abd7e0
}

.legal-copy section h2 {
    font-size: 29px
}

.legal-copy section p {
    font-size: 14px
}

.page-transition {
    background: #073f54
}

.transition-ring {
    border-width: 3px;
    box-shadow: 0 0 0 12px #ffffff08
}

.page-transition>span:last-child {
    font-size: 24px;
    letter-spacing: .3px
}

@keyframes wave-reveal {
    0% {
        clip-path: ellipse(5% 130% at -15% 55%)
    }

    55% {
        clip-path: ellipse(90% 180% at -15% 45%)
    }

    100% {
        clip-path: ellipse(160% 180% at -15% 50%)
    }
}

@keyframes wave-breathe {

    0%,
    100% {
        transform: scaleY(1)
    }

    50% {
        transform: scaleY(.87)
    }
}

@keyframes service-drift {
    from {
        transform: scale(1.015)
    }

    to {
        transform: scale(1.085)
    }
}

@keyframes stamp-float {

    0%,
    100% {
        transform: rotate(-9deg) translateY(0)
    }

    50% {
        transform: rotate(-4deg) translateY(-6px)
    }
}

@keyframes equipment-float {

    0%,
    100% {
        transform: translateY(0) rotate(-1deg)
    }

    50% {
        transform: translateY(-9px) rotate(1deg)
    }
}

@keyframes orbit-spin {
    to {
        transform: rotate(360deg)
    }
}

@keyframes flow-float {

    0%,
    100% {
        transform: translateX(-10%) translateY(0)
    }

    50% {
        transform: translateX(-10%) translateY(-7px)
    }
}

@keyframes search-enter {
    from {
        opacity: 0;
        transform: translateY(12px) scale(.98)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@media(min-width:1700px) {
    .hero {
        height: 760px
    }

    .equipment-visual {
        min-height: 430px
    }

    .editorial-collage {
        height: 530px
    }
}

@media(max-width:1250px) {
    .header .brand {
        padding-right: 15px
    }

    .header-inner {
        gap: 18px
    }

    .desktop-nav {
        gap: 20px;
        font-size: 13px
    }

    .search-open span {
        display: none
    }

    .search-open {
        padding: 11px
    }

    .header-actions {
        gap: 10px
    }

    .header-actions .btn {
        font-size: 13px;
        padding: 12px 16px
    }

    .brand>img,
    .header .brand>img {
        width: 52px;
        height: 52px
    }

    .header .brand b {
        font-size: 33px
    }

    .focus-grid {
        gap: 50px
    }

    .focus-row {
        gap: 16px;
        padding-right: 19px
    }

    .focus-text {
        padding-right: 28px
    }

    .focus-text h3 {
        font-size: 24px
    }

    .focus-text p {
        font-size: 11px
    }

    .editorial-collage {
        height: 450px;
        padding-right: 65px
    }

    .editorial-points {
        gap: 12px
    }

    .editorial-points h3 {
        font-size: 20px
    }

    .editorial-copy h2 {
        font-size: 43px
    }

    .equipment-stage {
        gap: 35px
    }

    .equipment-visual {
        min-height: 350px
    }

    .footer-grid {
        gap: 28px
    }

    .footer-grid>div:last-child {
        display: block;
        grid-column: auto
    }

    .footer-grid>div:last-child p {
        margin-top: 18px
    }

    .footer-grid>div:last-child h3 {
        margin-bottom: 16px
    }

    .footer-grid>div:last-child>a {
        margin: 0
    }

    .before-layout {
        gap: 40px
    }

    .compare {
        height: 325px
    }

    .service-content .flip-card {
        height: 305px
    }

    .care-flow {
        padding: 28px !important
    }

    .flow-layout {
        gap: 20px
    }

    .flow-step h3 {
        font-size: 21px
    }

    .flow-step summary {
        padding-right: 52px
    }

    .detail-lab-grid {
        gap: 18px
    }

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

    .service-content .section-heading h2 {
        font-size: 38px
    }
}

@media(max-width:1000px) {
    .header-inner {
        min-height: 79px
    }

    .header-ribbon .container {
        min-height: 25px
    }

    .header .brand {
        border-right: 0
    }

    .desktop-nav {
        display: none
    }

    .header-actions .btn {
        font-size: 14px
    }

    .search-open span {
        display: block
    }

    .header .brand>img {
        width: 49px;
        height: 49px
    }

    .header .brand b {
        font-size: 32px
    }

    .mobile-menu {
        top: 104px
    }

    .mobile-menu>a:last-child {
        margin-top: 20px
    }

    .hero {
        height: 635px;
        max-height: none;
        min-height: 550px
    }

    .hero h1,
    .hero h2 {
        font-size: 63px
    }

    .hero-wave {
        height: 90px
    }

    .hero-controls {
        bottom: 99px
    }

    .focus-grid {
        grid-template-columns: 1fr 1.25fr;
        gap: 35px
    }

    .focus-row {
        grid-template-columns: 70px 1fr;
        min-height: 124px;
        padding: 15px;
        gap: 15px
    }

    .focus-thumb {
        width: 70px;
        height: 88px
    }

    .focus-row>svg {
        display: none
    }

    .focus-row .corner-icon {
        right: 10px;
        top: 10px;
        width: 31px;
        height: 31px
    }

    .focus-row .corner-icon .pool-icon {
        width: 28px;
        height: 28px
    }

    .focus-text {
        padding-right: 15px
    }

    .focus-text h3 {
        font-size: 23px
    }

    .focus-text p {
        font-size: 11px
    }

    .focus-grid h2 {
        font-size: 40px
    }

    .editorial-collage {
        height: 430px;
        padding-right: 35px
    }

    .editorial-copy h2 {
        font-size: 37px
    }

    .editorial-copy>.lead {
        font-size: 17px
    }

    .editorial-points {
        grid-template-columns: 1fr
    }

    .editorial-points>div {
        padding: 18px
    }

    .editorial-points h3 {
        min-height: 0;
        padding-right: 45px
    }

    .editorial-points p {
        padding-right: 35px;
        font-size: 11px;
        margin-top: 8px
    }

    .editorial-points .pool-icon {
        top: 20px
    }

    .collage-stamp {
        width: 115px;
        height: 115px;
        left: -5px;
        font-size: 10px
    }

    .collage-stamp b {
        font-size: 24px
    }

    .collage-detail {
        width: 53%;
        height: 42%
    }

    .equipment-stage {
        gap: 30px;
        grid-template-columns: 1fr 1fr
    }

    .equipment-visual {
        min-height: 310px
    }

    .tool-panel h3 {
        font-size: 31px
    }

    .tool-panel>p {
        font-size: 13px
    }

    .tool-tabs button {
        font-size: 12px;
        padding: 53px 10px 12px;
        min-height: 95px
    }

    .tool-tabs {
        gap: 7px
    }

    .tool-tabs .pool-icon {
        width: 31px;
        height: 31px;
        right: 10px
    }

    .tool-tip {
        font-size: 11px;
        margin: 18px 0 23px
    }

    .interactive-hint {
        display: none
    }

    .equipment-heading h2 {
        font-size: 42px
    }

    .tab-panel {
        grid-template-columns: 1fr 1fr
    }

    .tab-copy {
        padding: 35px 28px
    }

    .tab-copy h3 {
        font-size: 30px
    }

    .tab-copy>.pool-icon {
        top: 23px;
        right: 23px;
        width: 38px;
        height: 38px
    }

    .tab-photo {
        height: 375px;
        padding: 13px
    }

    .before-layout {
        grid-template-columns: .8fr 1.3fr;
        gap: 25px
    }

    .before-copy h2 {
        font-size: 37px
    }

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

    .compare {
        height: 320px
    }

    .footer-grid {
        grid-template-columns: 1.5fr 1fr 1fr
    }

    .footer-grid>div:last-child {
        grid-column: 1/-1;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px
    }

    .footer-grid>div:last-child h3 {
        margin: 0
    }

    .footer-grid>div:last-child p {
        margin: 0;
        font-size: 11px
    }

    .footer-search {
        margin: 0
    }

    .station-nav {
        border-radius: 12px
    }

    .station-head {
        display: none
    }

    .service-rail {
        top: 115px
    }

    .service-content .section-heading h2 {
        font-size: 40px
    }

    .service-content .flip-card {
        height: 285px
    }

    .care-flow {
        padding: 35px !important
    }

    .flow-art img {
        max-height: 310px;
        object-fit: contain
    }

    .flow-step h3 {
        font-size: 24px
    }

    .detail-lab-grid {
        grid-template-columns: .7fr 1.3fr;
        gap: 25px
    }

    .lab-tabs button {
        font-size: 24px
    }

    .contact-grid {
        gap: 35px
    }

    .contact-form {
        padding: 28px
    }

    .contact-form:before {
        left: 28px
    }
}

@media(max-width:767px) {
    .header-ribbon .container {
        min-height: 24px;
        justify-content: center
    }

    .header-ribbon span {
        font-size: 8px;
        letter-spacing: .5px
    }

    .header-ribbon a {
        display: none
    }

    .header-inner {
        min-height: 72px;
        gap: 10px
    }

    .header .brand {
        padding: 0;
        gap: 9px
    }

    .header .brand>img {
        width: 45px;
        height: 45px
    }

    .header .brand b {
        font-size: 29px
    }

    .header .brand small {
        font-size: 8px;
        letter-spacing: 1.5px
    }

    .header-actions {
        gap: 8px
    }

    .header-actions .btn {
        display: none
    }

    .search-open {
        border-radius: 50%;
        width: 37px;
        height: 37px;
        padding: 8px;
        justify-content: center
    }

    .search-open span {
        display: none
    }

    .search-open svg {
        width: 18px;
        height: 18px
    }

    .menu-toggle {
        width: 37px;
        height: 37px
    }

    .menu-toggle span {
        left: 8px
    }

    .menu-toggle span:first-child {
        top: 14px
    }

    .menu-toggle span+span {
        top: 22px
    }

    .menu-toggle[aria-expanded=true] span {
        top: 18px
    }

    .mobile-menu {
        top: 96px;
        padding: 27px;
        gap: 25px
    }

    .mobile-menu>a {
        font-size: 30px
    }

    .mobile-menu>a:last-child {
        font-size: 13px
    }

    .hero {
        height: 570px;
        min-height: 530px;
        max-height: calc(100svh - 70px)
    }

    .hero-content {
        padding: 18px 0 94px
    }

    .hero h1,
    .hero h2 {
        font-size: clamp(38px, 8.5vw, 59px);
        line-height: 1.13
    }

    .hero-tag {
        font-size: 8px;
        letter-spacing: 1.1px;
        padding: 7px 11px
    }

    .hero-content p {
        font-size: 13px;
        max-width: 340px;
        margin-top: 17px
    }

    .hero-content .btn {
        margin-top: 22px
    }

    .hero-wave {
        height: 72px
    }

    .hero-controls {
        bottom: 86px;
        gap: 17px
    }

    .hero-controls .circle {
        width: 38px;
        height: 38px
    }

    .hero-pause {
        right: 0;
        padding: 4px 8px;
        font-size: 9px
    }

    .section {
        padding: 41px 0
    }

    .section-heading h2 {
        font-size: 35px
    }

    .section-heading p {
        font-size: 13px
    }

    .focus-section {
        padding-top: 25px
    }

    .focus-grid {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .focus-grid .section-heading {
        margin-bottom: 18px
    }

    .focus-grid>div:first-child {
        text-align: center
    }

    .focus-grid h2 {
        font-size: 36px
    }

    .focus-grid .section-heading p {
        max-width: 400px;
        margin-inline: auto
    }

    .focus-grid .text-link {
        justify-content: center;
        font-size: 15px
    }

    .focus-row {
        grid-template-columns: 70px 1fr;
        min-height: 115px;
        gap: 16px;
        padding: 14px;
        background: #f0f7f8;
        border-radius: 12px
    }

    .focus-thumb {
        height: 80px;
        border-radius: 7px
    }

    .focus-text h3 {
        font-size: 24px;
        padding-right: 16px
    }

    .focus-text p {
        font-size: 11px;
        line-height: 1.7;
        padding-right: 12px
    }

    .focus-row .corner-icon {
        top: 12px;
        right: 12px;
        width: 29px;
        height: 29px
    }

    .focus-row .corner-icon .pool-icon {
        width: 26px;
        height: 26px
    }

    .focus-row:hover {
        transform: translateY(-3px)
    }

    .about-editorial .split {
        gap: 30px
    }

    .editorial-collage {
        height: 380px;
        max-width: 460px;
        width: 100%;
        margin: auto;
        padding: 0 60px 32px 0
    }

    .collage-main {
        border-radius: 22px
    }

    .collage-detail {
        width: 48%;
        height: 48%;
        border-width: 7px;
        border-radius: 19px
    }

    .collage-stamp {
        width: 112px;
        height: 112px;
        left: 0;
        bottom: 0;
        border-width: 5px
    }

    .editorial-copy {
        text-align: center
    }

    .editorial-copy h2 {
        font-size: 35px
    }

    .editorial-copy>.lead {
        font-size: 16px
    }

    .editorial-copy>p {
        font-size: 13px
    }

    .editorial-points {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 12px;
        margin: 23px 0
    }

    .editorial-points>div {
        padding: 62px 15px 17px
    }

    .editorial-points h3 {
        font-size: 21px;
        padding: 0;
        min-height: 50px
    }

    .editorial-points p {
        padding: 0;
        font-size: 11px;
        margin-top: 8px
    }

    .editorial-points .pool-icon {
        top: 15px;
        right: 15px;
        width: 35px;
        height: 35px
    }

    #services .section-heading {
        display: block;
        text-align: center
    }

    #services .section-heading h2 {
        margin: auto;
        max-width: 320px
    }

    #services .section-heading p {
        margin: 16px auto 0;
        font-size: 13px
    }

    .photo-wrap {
        height: 250px
    }

    .photo-card .corner-icon {
        top: 15px;
        right: 15px;
        width: 57px;
        height: 57px
    }

    .photo-card .corner-icon .pool-icon {
        width: 42px;
        height: 42px
    }

    .card-copy {
        padding: 24px;
        min-height: 200px
    }

    .card-copy h3 {
        font-size: 27px
    }

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

    .equipment-heading {
        display: block;
        text-align: center
    }

    .equipment-heading h2 {
        font-size: 35px
    }

    .equipment-heading p {
        font-size: 13px;
        max-width: 400px;
        margin-inline: auto
    }

    .equipment-heading .section-heading {
        margin-bottom: 13px
    }

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

    .equipment-visual {
        min-height: 260px;
        max-width: 520px;
        margin: auto;
        width: 100%;
        padding: 0 8px
    }

    .equipment-visual>img {
        max-height: 320px;
        object-fit: contain
    }

    .orbit-one {
        width: 70%
    }

    .orbit-two {
        width: 53%
    }

    .equipment-hotspot {
        width: 32px;
        height: 32px;
        border-width: 4px;
        box-shadow: 0 0 0 5px #ffffff18
    }

    .equipment-hotspot:before,
    .equipment-hotspot:after {
        left: 7px;
        top: 11px
    }

    .equipment-controls {
        max-width: 500px;
        width: 100%;
        margin: auto
    }

    .tool-tabs {
        gap: 9px;
        margin-bottom: 22px
    }

    .tool-tabs button {
        font-size: 15px;
        min-height: 93px;
        padding: 51px 12px 13px;
        text-align: left
    }

    .tool-tabs .pool-icon {
        right: 12px;
        top: 12px;
        width: 32px;
        height: 32px
    }

    .tool-panel {
        text-align: center;
        min-height: 243px
    }

    .tool-panel h3 {
        font-size: 30px
    }

    .tool-panel>p {
        font-size: 13px;
        margin: 15px auto 0;
        max-width: 420px
    }

    .tool-tip {
        font-size: 11px;
        margin: 19px auto 23px;
        max-width: 360px;
        text-align: left
    }

    .equipment-section .marquee {
        margin-top: 24px
    }

    .equipment-section .marquee span {
        font-size: 25px
    }

    .settings-section .section-heading h2 {
        font-size: 35px
    }

    .tabs {
        gap: 8px
    }

    .tabs button {
        padding: 11px 13px;
        font-size: 11px;
        border-radius: 7px
    }

    .tab-panel {
        grid-template-columns: 1fr;
        border-radius: 16px
    }

    .tab-copy {
        padding: 48px 25px 16px
    }

    .tab-copy>.pool-icon {
        top: 19px;
        right: 22px;
        width: 37px;
        height: 37px
    }

    .tab-copy h3 {
        font-size: 30px;
        padding-top: 16px;
        max-width: 340px
    }

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

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

    .tab-photo {
        height: 240px;
        padding: 14px
    }

    .tab-photo img {
        border-radius: 10px
    }

    .renovation-copy h2 {
        font-size: 35px
    }

    .renovation-copy p {
        font-size: 13px;
        max-width: 410px
    }

    .renovation-inner {
        gap: 25px
    }

    .renovation-card>img {
        height: 245px
    }

    .renovation-card>div {
        padding: 21px 24px
    }

    .before-layout {
        grid-template-columns: 1fr;
        gap: 23px
    }

    .before-copy {
        text-align: center
    }

    .before-copy .section-heading {
        margin-bottom: 10px
    }

    .before-copy h2 {
        font-size: 35px
    }

    .before-copy h2 br {
        display: none
    }

    .before-copy p {
        max-width: none;
        margin-top: 13px;
        font-size: 13px
    }

    .comparison-note {
        font-size: 9px
    }

    .comparison-note br {
        display: none
    }

    .compare {
        height: 280px;
        border-radius: 13px;
        width: 100%
    }

    .compare>img,
    .compare-before>img {
        transform: translateY(-45%)
    }

    .compare-label {
        font-size: 12px;
        top: 13px;
        padding: 6px 11px
    }

    .label-before {
        left: 13px
    }

    .label-after {
        right: 13px
    }

    .compare-divider>span {
        width: 41px;
        height: 41px
    }

    .faq-media {
        height: 300px;
        border-radius: 18px
    }

    .image-caption {
        font-size: 25px;
        padding: 20px 25px;
        border-radius: 0 12px 0 0
    }

    .faq-layout {
        gap: 25px
    }

    .faq-v2 .section-heading {
        margin-bottom: 23px
    }

    .accordion summary {
        font-size: 13px;
        padding: 17px 19px
    }

    .accordion details>div {
        padding: 0 19px 18px;
        font-size: 12px
    }

    .accordion details:hover {
        transform: none
    }

    .contact-grid {
        gap: 27px
    }

    .contact-grid h2 {
        font-size: 37px
    }

    .contact-grid>div>p {
        font-size: 13px
    }

    .contact-grid>div>.fine-print {
        font-size: 10px
    }

    .contact-photo {
        height: 140px
    }

    .contact-photo-label {
        font-size: 16px;
        left: 13px;
        bottom: 13px
    }

    .contact-form {
        padding: 25px;
        border-radius: 15px
    }

    .contact-form:before {
        left: 25px
    }

    .contact-form label:not(.consent):not(.honeypot) {
        font-size: 12px
    }

    .contact-form .fine-print {
        font-size: 10px
    }

    .footer {
        padding-top: 71px
    }

    .footer-wave {
        height: 61px
    }

    .footer-top {
        padding: 15px 0 27px;
        margin-bottom: 27px;
        gap: 22px
    }

    .footer-kicker {
        font-size: 8px;
        letter-spacing: 1.4px;
        margin-bottom: 13px
    }

    .footer-top h2 {
        font-size: 35px
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 26px 20px
    }

    .footer .brand {
        justify-content: center
    }

    .footer .brand>img {
        width: 55px;
        height: 55px
    }

    .footer-grid>div:first-child>p {
        font-size: 10px;
        max-width: 450px;
        margin-top: 18px
    }

    .footer-grid h3 {
        font-size: 21px;
        margin-bottom: 13px
    }

    .footer-grid>div>a:not(.brand) {
        font-size: 12px;
        margin-top: 8px
    }

    .footer-grid>div:last-child {
        display: block;
        text-align: center
    }

    .footer-grid>div:last-child h3 {
        margin-bottom: 12px
    }

    .footer-grid>div:last-child p {
        margin-top: 12px
    }

    .footer-grid>div:last-child>a {
        margin-top: 0
    }

    .footer-search {
        margin: 15px auto 0
    }

    .footer-bottom {
        margin-top: 26px;
        font-size: 10px
    }

    .cookie-card {
        padding: 11px 12px;
        border-radius: 9px
    }

    .cookie-card button {
        font-size: 9px
    }

    .cookie-card b {
        font-size: 10px
    }

    .back-top {
        bottom: 97px
    }

    .section-search {
        max-width: calc(100% - 24px);
        max-height: 85svh;
        border-radius: 15px
    }

    .search-top {
        padding: 18px 18px 0;
        font-size: 10px;
        gap: 12px
    }

    .search-field {
        margin: 15px 18px 0;
        gap: 10px
    }

    .search-field input {
        font-size: 16px
    }

    .search-field input::placeholder {
        font-size: 11px
    }

    .search-hint {
        padding: 0 18px;
        font-size: 10px
    }

    .search-results {
        max-height: 44svh;
        padding: 0 8px
    }

    .search-results a {
        font-size: 13px;
        padding: 13px 10px;
        gap: 12px;
        align-items: flex-start
    }

    .search-results a small {
        font-size: 9px;
        max-width: 80px;
        white-space: normal;
        text-align: right
    }

    .search-bottom {
        font-size: 10px;
        padding: 12px 18px
    }

    .service-hero {
        min-height: 435px;
        padding: 37px 0 105px
    }

    .service-hero h1 {
        font-size: 49px
    }

    .service-hero p {
        font-size: 13px;
        max-width: 390px
    }

    .service-hero .hero-wave {
        height: 64px
    }

    .service-rail {
        top: 106px
    }

    .service-content .section {
        padding: 37px 0
    }

    .service-content .section-heading h2 {
        font-size: 34px
    }

    .service-content .section-heading p {
        font-size: 13px
    }

    .service-content .overview-photo {
        height: 300px;
        border-radius: 18px
    }

    .photo-caption {
        font-size: 9px;
        left: 15px;
        bottom: 15px
    }

    .inline-note {
        min-height: 72px;
        padding-right: 58px
    }

    .inline-note p {
        font-size: 12px !important
    }

    .inline-note>.pool-icon {
        right: 4px;
        width: 37px;
        height: 37px
    }

    .service-content .flip-card {
        height: 275px
    }

    .service-flip .flip-front {
        padding: 80px 25px 23px;
        align-items: flex-start;
        text-align: left;
        border-radius: 12px
    }

    .service-flip .flip-front>.pool-icon {
        top: 22px;
        right: 23px;
        width: 47px;
        height: 47px
    }

    .service-flip .flip-front>strong {
        font-size: 28px
    }

    .service-flip .flip-front>span {
        max-width: 100%;
        font-size: 13px
    }

    .service-flip .flip-front small {
        font-size: 11px
    }

    .symptom-photo {
        height: 270px;
        border-radius: 14px
    }

    .care-flow {
        padding: 28px 23px !important;
        border-radius: 15px;
        margin: 5px 0
    }

    .care-flow .section-heading {
        margin-bottom: 16px
    }

    .flow-layout {
        grid-template-columns: 1fr;
        gap: 15px
    }

    .flow-art {
        max-width: 380px;
        margin: auto
    }

    .flow-art img {
        width: 100%;
        max-height: 230px;
        transform: none;
        animation: equipment-float 8s ease-in-out infinite
    }

    .flow-art-label {
        font-size: 8px;
        letter-spacing: 1.3px;
        margin-top: 5px
    }

    .flow-step summary {
        padding: 18px 62px 18px 19px
    }

    .flow-step h3 {
        font-size: 23px;
        text-align: left
    }

    .flow-step .pool-icon {
        width: 34px;
        height: 34px
    }

    .flow-step>p {
        font-size: 12px !important
    }

    .plan-options button {
        border-radius: 10px;
        padding: 20px
    }

    .plan-options strong {
        font-size: 24px
    }

    .plan-panel {
        padding: 26px;
        border-radius: 12px
    }

    .detail-lab-grid {
        grid-template-columns: 1fr;
        gap: 18px
    }

    .lab-tabs {
        flex-direction: row;
        gap: 8px
    }

    .lab-tabs button {
        flex: 1;
        min-width: 0;
        min-height: 112px;
        font-size: 19px;
        line-height: 1.2;
        padding: 56px 10px 12px
    }

    .lab-tabs button>span {
        padding: 0
    }

    .lab-tabs button>.pool-icon {
        width: 32px;
        height: 32px;
        right: 11px;
        top: 12px
    }

    .lab-tabs button>svg {
        display: none
    }

    .lab-tabs button:hover {
        transform: translateY(-3px)
    }

    .lab-panel {
        min-height: 320px
    }

    .lab-panel>div {
        padding: 22px
    }

    .lab-panel h3 {
        font-size: 27px
    }

    .lab-panel p {
        font-size: 12px !important
    }

    .service-cta {
        padding: 26px 23px
    }

    .service-cta h3 {
        font-size: 27px
    }

    .legal-hero {
        padding: 36px 0 85px
    }

    .legal-hero h1 {
        font-size: 41px
    }

    .legal-hero .hero-wave {
        height: 48px
    }

    .legal-layout {
        padding-top: 25px;
        padding-bottom: 25px
    }

    .legal-nav {
        border-radius: 9px
    }

    .legal-copy section {
        padding: 22px
    }

    .legal-copy section h2 {
        font-size: 26px
    }

    .legal-copy section p {
        font-size: 13px
    }
}

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

    .hero h1,
    .hero h2 {
        font-size: 36px
    }

    .hero {
        min-height: 530px
    }

    .hero-tag {
        font-size: 7px
    }

    .hero-pause {
        right: -4px
    }

    .focus-row {
        grid-template-columns: 61px 1fr;
        gap: 13px;
        padding: 12px
    }

    .focus-thumb {
        width: 61px;
        height: 81px
    }

    .focus-text h3 {
        font-size: 21px;
        padding-right: 18px
    }

    .focus-text p {
        font-size: 10px;
        padding-right: 0
    }

    .focus-row .corner-icon {
        right: 8px;
        top: 10px
    }

    .focus-row .corner-icon .pool-icon {
        width: 23px;
        height: 23px
    }

    .editorial-collage {
        height: 335px;
        padding-right: 45px
    }

    .editorial-points h3 {
        font-size: 20px
    }

    .equipment-visual {
        min-height: 235px
    }

    .tool-tabs button {
        font-size: 13px;
        padding-left: 10px
    }

    .tool-panel h3 {
        font-size: 29px
    }

    .tabs button {
        padding: 10px 10px;
        font-size: 10px
    }

    .compare {
        height: 250px
    }

    .lab-tabs button {
        font-size: 17px;
        padding-inline: 9px
    }

    .footer-top h2 {
        font-size: 33px
    }

    .section-heading h2 {
        font-size: 32px
    }

    .cookie-card p {
        font-size: 8px
    }

    .cookie-card b {
        font-size: 9px
    }
}

@media(prefers-reduced-motion:reduce) {
    .hero .swiper-slide-active .hero-image {
        clip-path: none;
        animation: none !important
    }

    .hero-wave,
    .equipment-visual>img,
    .flow-art img,
    .collage-stamp,
    .orbit-two,
    .service-hero .hero-image img {
        animation: none !important
    }

    .btn:before {
        transition: none !important
    }

    .btn:hover,
    .btn:focus-visible {
        transform: none
    }
}