/* Component styles ported from the shared Sunrise library.
   Source: assets/css/07-home-hero-cls.css (component-scoped rules only).
   Global overrides and gallery components intentionally omitted;
   colours and fonts resolve from assets/css/01-tokens.css. */

.aqua-hero-slider {
    position: relative;
    overflow: hidden;
}

@media (max-width: 1100px) {
    .aqua-hero-slider {
        padding: 60px 60px 80px;
    }

}

@media (max-width: 959px) {
    .aqua-hero-slider {
        padding-top: 0;
        padding-right: 24px;
        padding-bottom: 48px;
        padding-left: 24px;
    }

}

@media (max-width: 480px) {
    .aqua-hero-slider {
        padding-top: 0;
        padding-right: 16px;
        padding-bottom: 40px;
        padding-left: 16px;
    }

}

@media (max-width: 959px) {
    .main-container .row-container:has(.aqua-hero-slider) .row.double-top-padding {
        padding-top: 0 !important;
    }

}

.aqua-hero-slider .aqua-hero-carousel:not(.owl-loaded) {
    overflow: hidden;
    position: relative;
}

.aqua-hero-slider .aqua-hero-carousel:not(.owl-loaded) .aqua-hero-slide {
    display: flex !important;
    align-items: stretch;
    gap: 56px;
    min-height: 560px;
}

.aqua-hero-slider .aqua-hero-carousel:not(.owl-loaded) .aqua-hero-slide:not(:first-child) {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

.aqua-hero-slider .aqua-hero-carousel:not(.owl-loaded) .aqua-hero-slide__left {
    flex: 0 0 520px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
}

.aqua-hero-slider .aqua-hero-carousel:not(.owl-loaded) .aqua-hero-slide__right {
    flex: 1;
    min-width: 0;
    border-radius: 16px;
    overflow: hidden;
}

.aqua-hero-slider .aqua-hero-carousel:not(.owl-loaded) .aqua-hero-slide__right picture,
.aqua-hero-slider .aqua-hero-carousel:not(.owl-loaded) .aqua-hero-slide__right img {
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
    display: block;
    border-radius: 16px;
}

.aqua-hero-slider .aqua-hero-carousel:not(.owl-loaded) .aqua-hero-slide__heading {
    font-family: var(--aqua-font-display);
    font-size: clamp(40px, 5.5vw, 83px);
    line-height: 1.1;
    font-weight: 500;
    letter-spacing: -0.03em;
}

.aqua-hero-slider .aqua-hero-carousel:not(.owl-loaded) .aqua-hero-slide__body {
    font-size: 23px;
    line-height: 1.5;
}

.aqua-services-cards:not(.owl-loaded) {
    display: flex;
    gap: 40px;
    overflow: hidden;
}

.aqua-services-cards:not(.owl-loaded) .aqua-service-card {
    flex: 0 0 calc(33.333% - 27px);
    min-width: 0;
}

.aqua-reviews-carousel:not(.owl-loaded) {
    display: flex;
    gap: 40px;
    overflow: hidden;
}

.aqua-reviews-carousel:not(.owl-loaded) > * {
    flex: 0 0 calc(33.333% - 27px);
    min-width: 0;
}

@media (max-width: 1199px) {
    .aqua-hero-slider .aqua-hero-carousel:not(.owl-loaded) .aqua-hero-slide__left {
        flex: 0 0 380px;
    }

    .aqua-hero-slider .aqua-hero-carousel:not(.owl-loaded) .aqua-hero-slide {
        gap: 48px;
    }

}

@media (max-width: 959px) {
    .aqua-hero-slider .aqua-hero-carousel:not(.owl-loaded) .aqua-hero-slide {
        flex-direction: column-reverse;
        gap: 24px;
        min-height: auto;
    }

    .aqua-hero-slider .aqua-hero-carousel:not(.owl-loaded) .aqua-hero-slide__left {
        flex: none;
        width: 100%;
    }

    .aqua-hero-slider .aqua-hero-carousel:not(.owl-loaded) .aqua-hero-slide__right {
        position: relative;
        width: 100%;
        flex: none;
        aspect-ratio: 1 / 1;
        height: auto;
        overflow: hidden;
    }

    .aqua-hero-slider .aqua-hero-carousel:not(.owl-loaded) .aqua-hero-slide__right picture,
    .aqua-hero-slider .aqua-hero-carousel:not(.owl-loaded) .aqua-hero-slide__right img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        min-height: 0;
        object-fit: cover;
        object-position: center;
    }

    .aqua-hero-slider .aqua-hero-carousel:not(.owl-loaded) .aqua-hero-slide__heading {
        font-size: clamp(32px, 8vw, 52px);
    }

    .aqua-services-cards:not(.owl-loaded) .aqua-service-card {
        flex: 0 0 80%;
    }

    .aqua-reviews-carousel:not(.owl-loaded) > * {
        flex: 0 0 80%;
    }

}

.aqua-hero-slider {
    position: relative;
    overflow: hidden;
}

@media (max-width: 959px) {
    .main-container .row-container:has(.aqua-hero-slider) .row.double-top-padding {
        padding-top: 0 !important;
    }

}

.aqua-hero-slider .aqua-hero-slide {
    display: flex !important;
    align-items: stretch;
    gap: 56px;
    min-height: 560px;
}

.aqua-hero-slider .aqua-hero-slide__left {
    flex: 0 0 520px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.aqua-hero-slider .aqua-hero-slide__copy {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.aqua-hero-slider .aqua-hero-slide__heading {
    font-family: var(--aqua-font-display);
    font-size: clamp(40px, 5.5vw, 80px);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: var(--aqua-almost-black);
    margin: 0;
}

.aqua-hero-slider .aqua-hero-slide__body {
    font-size: 23px;
    line-height: 1.5;
    color: var(--aqua-almost-black);
    margin: 0;
    max-width: 420px;
}

.aqua-hero-slider .aqua-hero-slide__btn-row {
    margin-top: 16px;
}

.aqua-hero-slider .aqua-hero-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 53px;
    padding: 16px 24px;
    border: 0;
    border-radius: 160px;
    font-size: 16px;
    font-weight: 500;
    color: var(--aqua-white);
    background-color: var(--aqua-blue-gray);
    text-decoration: none;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.2s ease-in-out;
    white-space: nowrap;
}

.aqua-hero-slider .aqua-hero-btn-outline:hover,
.aqua-hero-slider .aqua-hero-btn-outline:focus {
    background-color: var(--aqua-blue-gray) !important;
    color: var(--aqua-white) !important;
    opacity: 0.88;
    text-decoration: none !important;
}

.aqua-hero-slider .aqua-hero-btn-outline:active {
    background-color: var(--aqua-blue-gray) !important;
    color: var(--aqua-white) !important;
    opacity: 0.76;
}

.aqua-hero-slider .aqua-hero-slide__right {
    flex: 1;
    min-width: 0;
    align-self: stretch;
    display: flex;
    border-radius: 16px;
    overflow: hidden;
}

.aqua-hero-slider .aqua-hero-slide__right picture,
.aqua-hero-slider .aqua-hero-slide__right img {
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 16px;
}

.aqua-hero-slider .aqua-hero-carousel .owl-stage-outer {
    overflow: hidden;
    min-height: 560px;
}

.aqua-hero-slider .aqua-hero-carousel .owl-item {
    opacity: 1;
    transition: opacity 0.5s ease;
}

.aqua-hero-slider .aqua-hero-carousel.owl-loaded .owl-item:not(.active) {
    opacity: 0;
    height: 0 !important;
    min-height: 0 !important;
    overflow: hidden;
}

.aqua-hero-slider .aqua-hero-carousel.owl-loaded .owl-item.active {
    opacity: 1;
}

.aqua-hero-slider .aqua-hero-carousel .owl-nav,
.aqua-hero-slider .aqua-hero-carousel .owl-dots {
    display: none;
}

.aqua-hero-slider .aqua-hero-nav {
    display: grid;
    grid-template-columns: 44px 1fr 44px;
    align-items: center;
    width: 480px;
    min-height: 44px;
    margin-top: 40px;
    position: relative;
    z-index: 2;
    padding: 0;
}

.aqua-hero-slider .aqua-hero-prev,
.aqua-hero-slider .aqua-hero-next {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    color: var(--aqua-almost-black);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: color 0.2s;
    line-height: 1;
}

.aqua-hero-slider .aqua-hero-prev {
    justify-self: start;
}

.aqua-hero-slider .aqua-hero-next {
    justify-self: end;
}

.aqua-hero-slider .aqua-hero-prev:hover,
.aqua-hero-slider .aqua-hero-next:hover {
    color: var(--aqua-rose);
}

.aqua-hero-slider .aqua-hero-prev svg,
.aqua-hero-slider .aqua-hero-next svg {
    display: block;
    width: 20px;
    height: 14px;
}

.aqua-hero-slider .aqua-hero-prev,
.aqua-hero-slider .aqua-hero-next {
    min-width: 44px;
    min-height: 44px;
}

.aqua-hero-slider .aqua-hero-dots {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    justify-self: center;
    min-width: 0;
}

.aqua-hero-slider .aqua-hero-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--aqua-border-dark);
    border: none;
    padding: 0;
    cursor: pointer;
    transition: background 0.25s, transform 0.25s;
    position: relative;
}

.aqua-hero-slider .aqua-hero-dot::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
}

.aqua-hero-slider .aqua-hero-dot.is-active {
    background: var(--aqua-almost-black);
    transform: scale(1.3);
}

@media (max-width: 1100px) {
    .aqua-hero-slider {
        padding: 60px 60px 80px;
    }

    .aqua-hero-slider .aqua-hero-slide {
        gap: 48px;
    }

    .aqua-hero-slider .aqua-hero-slide__left {
        flex: 0 0 380px;
    }

    .aqua-hero-slider .aqua-hero-nav {
        width: 380px;
    }

}

@media (max-width: 959px) {
    .aqua-hero-slider {
        padding-top: 0;
        padding-right: 24px;
        padding-bottom: 48px;
        padding-left: 24px;
    }

    .aqua-hero-slider .aqua-hero-slide {
        flex-direction: column-reverse;
        gap: 24px;
        min-height: auto;
    }

    .aqua-hero-slider .aqua-hero-slide__left {
        flex: none;
        width: 100%;
    }

    .aqua-hero-slider .aqua-hero-slide__right {
        position: relative;
        width: 100%;
        flex: none;
        aspect-ratio: 1 / 1;
        height: auto;
        overflow: hidden;
    }

    .aqua-hero-slider .aqua-hero-slide__right picture,
    .aqua-hero-slider .aqua-hero-slide__right img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        min-height: 0;
        object-fit: cover;
        object-position: center;
    }

    .aqua-hero-slider .aqua-hero-nav {
        width: 100%;
        margin-top: 16px;
    }

    .aqua-hero-slider .aqua-hero-slide__heading {
        font-size: clamp(32px, 8vw, 52px);
    }

    .aqua-hero-slider .aqua-hero-carousel .owl-stage-outer {
        min-height: 0;
    }

}

@media (max-width: 480px) {
    .aqua-hero-slider {
        padding-top: 0;
        padding-right: 16px;
        padding-bottom: 40px;
        padding-left: 16px;
    }

    .aqua-hero-slider .aqua-hero-slide {
        gap: 20px;
    }

}

.aqua-marquee-section {
    overflow: hidden;
    pointer-events: none;
    user-select: none;
}

.aqua-marquee-section .heading-text {
    margin-bottom: 0;
}

.aqua-marquee-section .aqua-marquee__text {
    font-family: var(--aqua-font-heading) !important;
    font-size: 32px !important;
    font-weight: 400 !important;
    line-height: 40px !important;
    letter-spacing: 0 !important;
    color: var(--aqua-blue-gray) !important;
    margin: 0 !important;
    padding: 0 !important;
}

.aqua-marquee-section .aqua-marquee__text span {
    color: inherit !important;
}

.aqua-marquee-section {
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
}

@media (max-width: 959px) {
    .aqua-marquee-section .aqua-marquee__text {
        font-size: 20px !important;
        line-height: 28px !important;
    }

}

.aqua-services-section {
    overflow: hidden;
}

.aqua-services-section .aqua-section__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 64px;
}

.aqua-services-section .aqua-section__title {
    font-family: var(--aqua-font-display), 'Georgia', serif;
    font-size: clamp(40px, 4.5vw, 64px);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #fff;
    margin: 0;
}

.aqua-services-section .aqua-section__btn-row {
    display: flex;
    gap: 16px;
    flex-shrink: 0;
}

.aqua-services-cards {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.aqua-services-cards.owl-carousel .owl-nav,
.aqua-services-cards.owl-carousel .owl-dots {
    display: none;
}

.aqua-service-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.aqua-service-card__image {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    border-radius: 0;
    overflow: hidden;
    display: block;
}

.aqua-service-card__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.aqua-service-card:hover .aqua-service-card__image img {
    transform: scale(1.05);
}

a.aqua-service-card__title {
    text-decoration: none;
}

a.aqua-service-card__title:hover {
    color: var(--aqua-rose);
}

.aqua-service-card__title {
    font-family: var(--aqua-font-display), 'Georgia', serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.35;
    color: #fff;
    text-align: center;
    margin: 0;
    transition: color 0.3s ease;
}

.aqua-services-section .aqua-hero-nav {
    display: grid;
    grid-template-columns: 44px 1fr 44px;
    align-items: center;
    min-height: 44px;
    margin-top: 64px;
    width: 100%;
    position: relative;
    z-index: 2;
}

.aqua-services-section .aqua-hero-prev,
.aqua-services-section .aqua-hero-next {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: color 0.2s;
    line-height: 1;
    color: rgba(255,255,255,0.7);
}

.aqua-services-section .aqua-hero-prev {
    justify-self: start;
}

.aqua-services-section .aqua-hero-next {
    justify-self: end;
}

.aqua-services-section .aqua-hero-prev:hover,
.aqua-services-section .aqua-hero-next:hover {
    color: #fff;
}

.aqua-services-section .aqua-hero-prev svg,
.aqua-services-section .aqua-hero-next svg {
    display: block;
    width: 20px;
    height: 14px;
}

.aqua-services-section .aqua-hero-prev,
.aqua-services-section .aqua-hero-next {
    min-width: 44px;
    min-height: 44px;
}

.aqua-services-section .aqua-hero-dots {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    justify-self: center;
    min-width: 0;
}

.aqua-services-section .aqua-hero-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: background 0.25s, transform 0.25s;
    background: rgba(255,255,255,0.3);
    position: relative;
}

.aqua-services-section .aqua-hero-dot::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
}

.aqua-services-section .aqua-hero-dot.is-active {
    background: #fff;
    transform: scale(1.3);
}

.aqua-services-section.is-static-services .aqua-hero-nav {
    display: none;
}

.aqua-services-section.is-static-services .aqua-services-cards {
    display: flex;
    gap: 40px;
}

.aqua-services-section.is-static-services .aqua-services-cards .aqua-service-card {
    flex: 1 1 0%;
    min-width: 0;
}

.aqua-providers-section .aqua-section__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 64px;
}

.aqua-providers-section .aqua-section__title {
    font-family: var(--aqua-font-display), 'Georgia', serif;
    font-size: clamp(40px, 4.5vw, 64px);
    font-weight: 400;
    letter-spacing: -0.02em;
    color: var(--aqua-almost-black);
    margin: 0;
}

.aqua-faq-section {
    background: var(--aqua-light-blue);
    padding: var(--aqua-py) var(--aqua-px);
}

.aqua-faq-section .aqua-section__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 56px;
}

.aqua-faq-section .aqua-section__title {
    font-family: var(--aqua-font-display), 'Georgia', serif;
    font-size: clamp(52px, 5vw, 80px);
    font-weight: 400;
    letter-spacing: -0.03em;
    color: var(--aqua-almost-black);
    margin: 0;
}

.aqua-faq-item {
    border-top: 1px solid var(--aqua-border-dark);
    padding: 32px 0;
}

.aqua-faq-item:last-of-type {
    border-bottom: 1px solid var(--aqua-border-dark);
}

.aqua-faq-item__trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    text-align: left;
    gap: 32px;
}

.aqua-faq-item__question {
    font-family: var(--aqua-font-display), 'Georgia', serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.4;
    color: var(--aqua-blue);
    flex: 1;
    margin: 0;
}

.aqua-faq-item.is-open .aqua-faq-item__question {
    color: var(--aqua-almost-black);
}

.aqua-faq-item__icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    color: var(--aqua-almost-black);
}

.aqua-faq-item__icon::before,
.aqua-faq-item__icon::after {
    content: '';
    position: absolute;
    background: currentColor;
    border-radius: 2px;
    transition: opacity 0.25s, transform 0.25s;
}

.aqua-faq-item__icon::before {
    width: 14px;
    height: 1.5px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.aqua-faq-item__icon::after {
    width: 1.5px;
    height: 14px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.aqua-faq-item.is-open .aqua-faq-item__icon::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(90deg);
}

.aqua-faq-item__answer {
    font-size: 16px;
    line-height: 1.5;
    color: var(--aqua-almost-black);
    padding-top: 24px;
    display: none;
}

.aqua-faq-item.is-open .aqua-faq-item__answer {
    display: block;
}

.aqua-location-faq.aqua-faq-section {
    background: transparent;
    padding: 0 !important;
    margin: 0;
}

.aqua-location-faq .aqua-section__header {
    gap: 16px;
    padding-bottom: 12px;
    flex-wrap: wrap;
}

.aqua-location-faq .aqua-section__title {
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.aqua-location-faq .aqua-faq-item {
    padding: 16px 0;
}

.aqua-location-faq .aqua-faq-item__trigger {
    gap: 20px;
}

.aqua-location-faq .aqua-faq-item__answer {
    padding-top: 16px;
}

.aqua-location-faq .aqua-faq-item__answer > :first-child {
    margin-top: 0;
}

.aqua-location-faq .aqua-faq-item__answer > :last-child {
    margin-bottom: 0;
}

.aqua-location-faq .aqua-faq-item__answer a {
    color: var(--aqua-blue);
    text-decoration: underline;
}

.aqua-location-faq .aqua-faq-item__answer ul,
.aqua-location-faq .aqua-faq-item__answer ol {
    margin: 16px 0 0;
    padding-left: 20px;
}

.aqua-location-faq .aqua-faq-item__answer li + li {
    margin-top: 8px;
}

@media (max-width: 767px) {
    .aqua-faq-item {
        padding: 20px 0;
    }

    .aqua-faq-item__question {
        font-size: 18px;
        line-height: 1.35;
    }

    .aqua-faq-item__trigger {
        gap: 16px;
    }

    .aqua-faq-item__answer {
        padding-top: 16px;
    }

}

@media (max-width: 1100px) {
    .aqua-services-cards:not(.owl-loaded) {
        flex-wrap: wrap;
    }

    .aqua-services-cards:not(.owl-loaded) .aqua-service-card {
        flex: 0 0 calc(50% - 20px);
    }

}

@media (max-width: 768px) {
    .aqua-services-cards:not(.owl-loaded) {
        flex-direction: column;
    }

    .aqua-services-cards:not(.owl-loaded) .aqua-service-card {
        flex: none;
        width: 100%;
        flex-direction: row;
        align-items: center;
        gap: 24px;
    }

    .aqua-services-cards:not(.owl-loaded) .aqua-service-card__image {
        width: 80px;
        height: 80px;
        padding-bottom: 0;
        border-radius: 50%;
        flex-shrink: 0;
    }

    .aqua-services-cards:not(.owl-loaded) .aqua-service-card__title {
        text-align: left;
        font-size: 18px;
    }

    .aqua-providers-section .aqua-section__header,
    .aqua-services-section .aqua-section__header,
    .aqua-faq-section .aqua-section__header {
        flex-direction: column;
        gap: 24px;
    }

}
