/* ==========================================================================
   02-elements.css — component styling for the ported Aqua elements
   --------------------------------------------------------------------------
   Extracted from the donor stylesheets this port does not otherwise ship, by
   selecting only the rules whose selectors name a class the ported elements
   emit. The donor's homepage hero geometry, CLS reservations and provider-page
   styling are not included.

   Generated by RCD-build/port/extract-element-css.py — do not hand-edit.
   ========================================================================== */

/* ── from 07-home-hero-cls.css ────────────────────────────────────── */

.aqua-hero-slider { position: relative; overflow: hidden; }

@media (max-width: 1100px) {
.aqua-hero-slider:not(.aqua-hero-slider--overlay) { padding: 60px 60px 80px; }
}

@media (max-width: 959px) {
.aqua-hero-slider:not(.aqua-hero-slider--overlay) { padding: 24px 24px 48px; }
}

@media (max-width: 480px) {
.aqua-hero-slider:not(.aqua-hero-slider--overlay) { padding: 16px 16px 40px; }
}

.aqua-hero-slider .ghs-carousel:not(.owl-loaded) {
	overflow: hidden;
	position: relative;
}

.aqua-hero-slider .ghs-carousel:not(.owl-loaded) .ghs-slide {
	display: flex !important;
	align-items: stretch;
	gap: 64px;
}

.aqua-hero-slider .ghs-carousel:not(.owl-loaded) .ghs-slide:not(:first-child) {
	position: absolute;
	left: -9999px;
	opacity: 0;
}

.aqua-hero-slider .ghs-carousel:not(.owl-loaded) .ghs-slide__left {
	flex: 0 0 480px;
	display: flex;
	align-items: flex-end;
}

.aqua-hero-slider .ghs-carousel:not(.owl-loaded) .ghs-slide__right {
	flex: 1;
	min-width: 0;
}

.aqua-hero-slider .ghs-carousel:not(.owl-loaded) .ghs-slide__right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.aqua-hero-slider .ghs-carousel:not(.owl-loaded) .ghs-slide__heading {
	font-family: var(--aqua-font-heading);
	font-size: clamp(40px, 5.5vw, 80px);
	line-height: 1.05;
	font-weight: 400;
}

.aqua-hero-slider .ghs-carousel:not(.owl-loaded) .ghs-slide__body {
	font-size: 16px;
	line-height: 1.5;
}

.owl-carousel:not(.owl-loaded) > *:not(:first-child):not(.ghs-nav):not(.owl-stage-outer) {
	display: none !important;
}

.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: 959px) {
.aqua-hero-slider .ghs-carousel:not(.owl-loaded) .ghs-slide {
		flex-direction: column-reverse;
		gap: 24px;
	}
.aqua-hero-slider .ghs-carousel:not(.owl-loaded) .ghs-slide__left {
		flex: none;
		width: 100%;
	}
.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;
}

.aqua-hero-slider .ghs-slide {
    display: flex !important;
    align-items: stretch;
    gap: 104px;
    min-height: 560px;
}

.aqua-hero-slider .ghs-slide__left {
    flex: 0 0 480px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.aqua-hero-slider .ghs-slide__copy {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.aqua-hero-slider .ghs-slide__heading {
    font-family: var(--aqua-font-heading);
    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 .ghs-slide__body {
    font-size: 16px;
    line-height: 1.5;
    color: var(--aqua-almost-black);
    margin: 0;
    max-width: 420px;
}

.aqua-hero-slider .ghs-slide__btn-row {
    margin-top: 16px;
}

.aqua-hero-slider .ghs-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    padding: 0 20px;
    border: 2px solid var(--aqua-border-dark);
    border-radius: 28px;
    font-size: 16px;
    font-weight: 500;
    color: var(--aqua-almost-black);
    text-decoration: none;
    transition: border-color 0.2s, color 0.2s;
    white-space: nowrap;
}

.aqua-hero-slider .ghs-btn-outline:hover,
.aqua-hero-slider .ghs-btn-outline:focus {
    background-color: transparent !important;
    border-color: currentColor !important;
    color: inherit !important;
    text-decoration: none !important;
}

.aqua-hero-slider .ghs-slide__right {
    flex: 1;
    min-width: 0;
    border-radius: 24px;
    overflow: hidden;
}

.aqua-hero-slider .ghs-slide__right img {
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
    display: block;
    border-radius: 24px;
}

.aqua-hero-slider .owl-stage-outer { overflow: visible; }

.aqua-hero-slider .ghs-carousel .owl-item { opacity: 0; transition: opacity 0.5s ease; }

.aqua-hero-slider .ghs-carousel .owl-item.active { opacity: 1; }

.aqua-hero-slider .ghs-carousel .owl-nav,
.aqua-hero-slider .ghs-carousel .owl-dots { display: none; }

.aqua-hero-slider .ghs-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 480px;   /* match left column width */
    margin-top: 40px;
    position: relative;
    z-index: 2;
    padding: 0;
}

.aqua-hero-slider .ghs-prev,
.aqua-hero-slider .ghs-next {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    color: var(--aqua-almost-black);
    display: flex;
    align-items: center;
    transition: color 0.2s;
    line-height: 1;
}

.aqua-hero-slider .ghs-prev:hover,
.aqua-hero-slider .ghs-next:hover {
    color: var(--aqua-rose);
}

.aqua-hero-slider .ghs-prev svg,
.aqua-hero-slider .ghs-next svg {
    width: 20px;
    height: 14px;
}

.aqua-hero-slider .ghs-prev,
.aqua-hero-slider .ghs-next {
    min-width: 44px;
    min-height: 44px;
}

.aqua-hero-slider .ghs-dots {
    display: flex;
    gap: 20px;
    align-items: center;
}

.aqua-hero-slider .ghs-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 .ghs-dot::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
}

.aqua-hero-slider .ghs-dot.is-active {
    background: var(--aqua-almost-black);
    transform: scale(1.3);
}

@media (max-width: 959px) {
.aqua-hero-slider:not(.aqua-hero-slider--overlay) {
        padding: 24px 24px 48px;
    }
.aqua-hero-slider .ghs-slide {
        flex-direction: column-reverse;
        gap: 24px;
        min-height: auto;
    }
.aqua-hero-slider .ghs-slide__left {
        flex: none;
        width: 100%;
    }
.aqua-hero-slider .ghs-slide__right img {
        min-height: 280px;
    }
.aqua-hero-slider .ghs-nav {
        width: 100%;
    }
.aqua-hero-slider .ghs-slide__heading {
        font-size: clamp(32px, 8vw, 52px);
    }
}

@media (max-width: 480px) {
.aqua-hero-slider:not(.aqua-hero-slider--overlay) {
        padding: 16px 16px 40px;
    }
.aqua-hero-slider .ghs-slide {
        gap: 20px;
    }
}

.aqua-marquee-section .heading-text {
    margin-bottom: 0;
}

.aqua-marquee-section .aqua-marquee__text {
    font-family: var(--aqua-font-heading) !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 28px !important;
    letter-spacing: 0 !important;
    color: var(--aqua-dark-gray) !important;
    margin: 0 !important;
    padding: 0 !important;
}

.aqua-marquee-section .aqua-marquee__text span {
    color: inherit !important;
}

@media (max-width: 768px) {
.aqua-marquee-section .aqua-marquee__text {
        font-size: 16px !important;
        line-height: 24px !important;
    }
}

.aqua-services-section {
    overflow: hidden;
}

.style-light .aqua-services-section {
    --aqua-services-fg: var(--aqua-ink, #212223);
    --aqua-services-muted: rgba(33, 34, 35, 0.7);
    --aqua-services-dot: rgba(33, 34, 35, 0.25);
}

.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-heading);
    font-size: clamp(40px, 4.5vw, 64px);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: var(--aqua-services-fg, #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%; /* 1:1 square — Safari-safe replacement for aspect-ratio */
    border-radius: 24px;
    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-heading);
    font-size: 24px;
    font-weight: 400;
    line-height: 1.35;
    color: var(--aqua-services-fg, #fff);
    text-align: center;
    margin: 0;
    transition: color 0.3s ease;
}

.aqua-services-section .ghs-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 64px;
    width: 100%;
    position: relative;
    z-index: 2;
}

.aqua-services-section .ghs-prev,
.aqua-services-section .ghs-next {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: color 0.2s;
    line-height: 1;
    color: var(--aqua-services-muted, rgba(255,255,255,0.7));
}

.aqua-services-section .ghs-prev:hover,
.aqua-services-section .ghs-next:hover {
    color: var(--aqua-services-fg, #fff);
}

.aqua-services-section .ghs-prev svg,
.aqua-services-section .ghs-next svg {
    width: 20px;
    height: 14px;
}

.aqua-services-section .ghs-prev,
.aqua-services-section .ghs-next {
    min-width: 44px;
    min-height: 44px;
}

.aqua-services-section .ghs-dots {
    display: flex;
    gap: 20px;
    align-items: center;
}

.aqua-services-section .ghs-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: background 0.25s, transform 0.25s;
    background: var(--aqua-services-dot, rgba(255,255,255,0.3));
    position: relative;
}

.aqua-services-section .ghs-dot::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
}

.aqua-services-section .ghs-dot.is-active {
    background: var(--aqua-services-fg, #fff);
    transform: scale(1.3);
}

.aqua-services-section.is-static-services .ghs-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-heading);
    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-heading);
    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-heading);
    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: #fff;
    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: 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;
    }
}
