/* WOEF! Home V2 */

.homev2,
.homev2-page {
    background: var(--woef-color-soft);
    color: var(--woef-color-text);
    font-family: var(--woef-font-body);
}

.homev2 *,
.homev2 *::before,
.homev2 *::after,
.homev2-page *,
.homev2-page *::before,
.homev2-page *::after {
    box-sizing: border-box;
}

.homev2-container,
.et_pb_row.homev2-container {
    width: min(100% - (var(--woef-gutter) * 2), var(--woef-container-width));
    max-width: var(--woef-container-width);
    margin-right: auto;
    margin-left: auto;
}

.homev2-section,
.et_pb_section.homev2-section {
    padding-top: var(--woef-space-xl);
    padding-bottom: var(--woef-space-xl);
    background: var(--woef-color-soft);
}

.homev2 h1,
.homev2 h2,
.homev2 h3,
.homev2-page h1,
.homev2-page h2,
.homev2-page h3,
.et_pb_section[class*="homev2"] h1,
.et_pb_section[class*="homev2"] h2,
.et_pb_section[class*="homev2"] h3 {
    color: var(--woef-color-text);
    font-family: var(--woef-font-heading);
    font-weight: 400;
    line-height: 1.08;
}

.homev2 p,
.homev2 li,
.homev2 cite,
.homev2 span,
.homev2 a,
.homev2-page p,
.homev2-page li,
.homev2-page cite,
.homev2-page span,
.homev2-page a,
.et_pb_section[class*="homev2"] p,
.et_pb_section[class*="homev2"] li,
.et_pb_section[class*="homev2"] cite,
.et_pb_section[class*="homev2"] span,
.et_pb_section[class*="homev2"] a {
    color: var(--woef-color-text);
    font-family: var(--woef-font-body);
}

.homev2-eyebrow,
.et_pb_text.homev2-eyebrow,
.et_pb_module.homev2-eyebrow {
    margin-bottom: var(--woef-space-sm);
    color: var(--woef-color-accent);
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
}

.homev2-section-heading,
.et_pb_module.homev2-section-heading {
    max-width: 720px;
    margin-right: auto;
    margin-bottom: var(--woef-space-lg);
    margin-left: auto;
    text-align: center;
}

.homev2-section-heading p:last-child,
.homev2-copy p:last-child,
.homev2-card p:last-child,
.homev2-feature__content p:last-of-type,
.homev2-feature__note p:last-child,
.homev2-review p:last-of-type,
.homev2-cta p:last-child,
.homev2-visit p:last-child {
    margin-bottom: 0;
}

.homev2-hero,
.et_pb_section.homev2-hero {
    position: relative;
    overflow: hidden;
    min-height: 720px;
    padding-top: var(--woef-space-xl);
    padding-bottom: var(--woef-space-xl);
    background:
        linear-gradient(90deg, var(--woef-color-soft) 0%, var(--woef-color-soft) 36%, transparent 72%),
        linear-gradient(180deg, transparent 0%, var(--woef-color-primary) 130%),
        url("../images/inspiration-homev2new.png");
    background-position: center, center, center right;
    background-repeat: no-repeat;
    background-size: cover, cover, cover;
}

.homev2-hero::before,
.et_pb_section.homev2-hero::before {
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        radial-gradient(circle at 22% 28%, var(--woef-color-soft) 0, transparent 35%),
        linear-gradient(90deg, var(--woef-color-soft) 0%, var(--woef-color-soft) 34%, transparent 68%);
    content: "";
    opacity: 0.88;
    pointer-events: none;
}

.homev2-hero::after,
.et_pb_section.homev2-hero::after {
    position: absolute;
    inset: auto 0 0;
    z-index: 0;
    height: 36%;
    background: linear-gradient(180deg, transparent 0%, var(--woef-color-soft) 100%);
    content: "";
    opacity: 0.72;
    pointer-events: none;
}

.homev2-hero__grid,
.et_pb_row.homev2-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    min-height: 620px;
    align-items: center;
    grid-template-columns: minmax(0, 1fr);
}

.homev2-hero__content,
.et_pb_column.homev2-hero__content {
    max-width: 690px;
}

.homev2-hero__content > h1,
.homev2-hero__content > h2,
.et_pb_section.homev2-hero .homev2-hero__content > h1,
.et_pb_section.homev2-hero .homev2-hero__content > h2,
.homev2-hero-title h1,
.homev2-hero-title h2 {
    max-width: 760px;
    margin-bottom: var(--woef-space-md);
    font-size: 2.55rem;
}

.homev2-hero__subtitle,
.et_pb_module.homev2-hero__subtitle {
    max-width: 620px;
    margin-bottom: var(--woef-space-lg);
    color: var(--woef-color-text);
    font-size: 1.08rem;
    line-height: 1.8;
}

.homev2-button-group,
.et_pb_module.homev2-button-group {
    display: flex;
    flex-wrap: wrap;
    gap: var(--woef-space-sm);
    align-items: center;
}

.homev2-button,
.et_pb_button.homev2-button,
body #page-container .et_pb_button.homev2-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 14px 26px;
    border: 1px solid var(--woef-color-accent);
    border-radius: var(--woef-radius-sm);
    background: var(--woef-color-accent);
    color: var(--woef-color-soft);
    font-family: var(--woef-font-body);
    font-size: 0.96rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition: background-color var(--woef-transition), border-color var(--woef-transition), color var(--woef-transition), transform var(--woef-transition), box-shadow var(--woef-transition);
}

.homev2 .homev2-button,
.et_pb_button.homev2-button,
body #page-container .et_pb_button.homev2-button {
    color: var(--woef-color-soft);
}

.homev2 .homev2-button span,
.homev2 .homev2-button strong,
.homev2 .homev2-button svg,
.et_pb_button.homev2-button span,
.et_pb_button.homev2-button strong,
.et_pb_button.homev2-button svg,
body #page-container .et_pb_button.homev2-button span,
body #page-container .et_pb_button.homev2-button strong,
body #page-container .et_pb_button.homev2-button svg {
    color: inherit;
}

.homev2-button__icon {
    display: inline-flex;
    flex: 0 0 auto;
    width: 19px;
    height: 19px;
    margin-right: 10px;
    color: currentColor;
}

.homev2-button__icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.homev2-button__icon--paw {
    width: 22px;
    height: 22px;
}

.homev2-button__icon--paw img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.homev2-button:hover,
.homev2-button:focus,
.et_pb_button.homev2-button:hover,
.et_pb_button.homev2-button:focus,
body #page-container .et_pb_button.homev2-button:hover,
body #page-container .et_pb_button.homev2-button:focus {
    border-color: var(--woef-color-text);
    background: var(--woef-color-text);
    color: var(--woef-color-soft);
    transform: translateY(-1px);
    box-shadow: var(--woef-shadow-soft);
}

.homev2-button--secondary,
.et_pb_button.homev2-button--secondary,
body #page-container .et_pb_button.homev2-button--secondary {
    border-color: var(--woef-color-primary);
    background: var(--woef-color-primary);
    color: var(--woef-color-text);
}

.homev2-button--outline,
.et_pb_button.homev2-button--outline,
body #page-container .et_pb_button.homev2-button--outline {
    background: transparent;
    color: var(--woef-color-accent);
}

.homev2 .homev2-button--outline,
.et_pb_button.homev2-button--outline,
body #page-container .et_pb_button.homev2-button--outline {
    color: var(--woef-color-accent);
}

.homev2-intro,
.et_pb_section.homev2-intro {
    position: relative;
    margin-top: 0;
    padding-top: var(--woef-space-2xl);
    border-top: 1px solid rgba(241, 198, 201, 0.7);
    border-bottom: 1px solid rgba(241, 198, 201, 0.7);
    background: var(--woef-color-soft);
}

.homev2-intro::before,
.et_pb_section.homev2-intro::before {
    display: none;
}

.homev2-split,
.et_pb_row.homev2-split {
    position: relative;
    z-index: 1;
    display: grid;
    gap: var(--woef-space-lg);
    align-items: center;
}

.homev2-intro__media,
.et_pb_module.homev2-intro__media {
    overflow: hidden;
    border-radius: var(--woef-radius-md);
    background: var(--woef-color-primary);
    box-shadow: var(--woef-shadow-soft);
}

.homev2-intro__media img,
.et_pb_module.homev2-intro__media img,
.homev2-intro__media .et_pb_image_wrap,
.homev2-intro__media .et_pb_image_wrap img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
}

.homev2-intro__content,
.et_pb_column.homev2-intro__content {
    max-width: 660px;
    padding: var(--woef-space-lg);
    border: 1px solid var(--woef-color-primary);
    border-radius: var(--woef-radius-md);
    background: var(--woef-color-soft);
    box-shadow: var(--woef-shadow-soft);
}

.homev2-copy,
.et_pb_module.homev2-copy {
    font-size: 1.04rem;
    line-height: 1.8;
}

.homev2-services,
.et_pb_section.homev2-services {
    background:
        linear-gradient(180deg, var(--woef-color-soft) 0%, var(--woef-color-primary) 100%);
}

.homev2-card-grid,
.et_pb_row.homev2-card-grid {
    display: grid;
    gap: var(--woef-space-md);
}

.homev2-card,
.et_pb_module.homev2-card,
.et_pb_column.homev2-card {
    height: 100%;
    padding: var(--woef-space-lg);
    border: 1px solid var(--woef-color-soft);
    border-radius: var(--woef-radius-md);
    background: var(--woef-color-soft);
    box-shadow: var(--woef-shadow-soft);
    text-align: center;
}

.homev2-card h3,
.et_pb_module.homev2-card h3,
.et_pb_column.homev2-card h3 {
    margin-bottom: var(--woef-space-sm);
    font-size: 1.8rem;
}

.homev2-service-icon,
.et_pb_module .homev2-service-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-bottom: var(--woef-space-md);
    border-radius: 50%;
    background: var(--woef-color-primary);
    color: var(--woef-color-text);
}

.homev2-service-icon img,
.et_pb_module .homev2-service-icon img {
    width: 72%;
    height: 72%;
    object-fit: contain;
}

.homev2-service-icon svg,
.et_pb_module .homev2-service-icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.homev2-puppy,
.et_pb_section.homev2-puppy {
    background: var(--woef-color-soft);
}

.homev2-feature,
.et_pb_row.homev2-feature {
    display: grid;
    gap: var(--woef-space-lg);
    align-items: center;
    padding: var(--woef-space-xl);
    border: 1px solid var(--woef-color-primary);
    border-radius: var(--woef-radius-md);
    background: var(--woef-color-soft);
    box-shadow: var(--woef-shadow-soft);
}

.homev2-feature__content,
.et_pb_column.homev2-feature__content {
    max-width: 760px;
}

.homev2-feature__content .homev2-button,
.et_pb_column.homev2-feature__content .homev2-button {
    margin-top: var(--woef-space-md);
}

.homev2-feature__note,
.et_pb_module.homev2-feature__note,
.et_pb_column.homev2-feature__note {
    padding: var(--woef-space-lg);
    border-radius: var(--woef-radius-md);
    background: var(--woef-color-primary);
    box-shadow: none;
}

.homev2-feature__note h3,
.et_pb_module.homev2-feature__note h3,
.et_pb_column.homev2-feature__note h3 {
    font-size: 1.8rem;
}

.homev2-reviews,
.et_pb_section.homev2-reviews {
    background:
        linear-gradient(180deg, var(--woef-color-soft) 0%, var(--woef-color-primary) 100%);
}

.homev2-review-grid,
.et_pb_row.homev2-review-grid {
    display: grid;
    gap: var(--woef-space-md);
}

.homev2-review,
.et_pb_module.homev2-review,
.et_pb_column.homev2-review {
    margin: 0;
    padding: var(--woef-space-lg);
    border: 1px solid var(--woef-color-soft);
    border-radius: var(--woef-radius-md);
    background: var(--woef-color-soft);
}

.homev2-review p,
.et_pb_module.homev2-review p,
.et_pb_column.homev2-review p {
    font-size: 1.08rem;
    line-height: 1.75;
}

.homev2-review cite,
.et_pb_module.homev2-review cite,
.et_pb_column.homev2-review cite {
    display: block;
    margin-top: var(--woef-space-md);
    color: var(--woef-color-accent);
    font-size: 0.95rem;
    font-style: normal;
    font-weight: 700;
}

.homev2-cta,
.et_pb_section.homev2-cta {
    background: var(--woef-color-soft);
}

.homev2-cta__inner,
.et_pb_row.homev2-cta__inner {
    display: grid;
    gap: var(--woef-space-lg);
    align-items: center;
    padding: var(--woef-space-lg);
    border-radius: var(--woef-radius-md);
    background: var(--woef-color-accent);
    color: var(--woef-color-soft);
    overflow: hidden;
    position: relative;
}

.homev2-cta__image,
.et_pb_module.homev2-cta__image {
    display: none;
}

.homev2-cta__image img,
.et_pb_module.homev2-cta__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.homev2-cta h3,
.homev2-cta p,
.homev2-cta span,
.et_pb_section.homev2-cta h3,
.et_pb_section.homev2-cta p,
.et_pb_section.homev2-cta span {
    color: var(--woef-color-soft);
}

.homev2-cta .homev2-eyebrow,
.et_pb_section.homev2-cta .homev2-eyebrow {
    color: var(--woef-color-primary);
}

.homev2-cta .homev2-button,
.et_pb_section.homev2-cta .homev2-button {
    border-color: var(--woef-color-soft);
    background: var(--woef-color-soft);
    color: var(--woef-color-accent);
}

.homev2-cta .homev2-button--outline,
.et_pb_section.homev2-cta .homev2-button--outline {
    border-color: var(--woef-color-soft);
    background: transparent;
    color: var(--woef-color-soft);
}

.homev2-cta .homev2-button:hover,
.homev2-cta .homev2-button:focus,
.et_pb_section.homev2-cta .homev2-button:hover,
.et_pb_section.homev2-cta .homev2-button:focus {
    border-color: var(--woef-color-text);
    background: var(--woef-color-text);
    color: var(--woef-color-soft);
}

.homev2-visit,
.et_pb_section.homev2-visit {
    background: var(--woef-color-soft);
}

.homev2-visit__grid,
.et_pb_row.homev2-visit__grid {
    display: grid;
    gap: var(--woef-space-lg);
    align-items: start;
}

.homev2-visit__details,
.et_pb_module.homev2-visit__details,
.et_pb_column.homev2-visit__details {
    padding: var(--woef-space-lg);
    border: 1px solid var(--woef-color-primary);
    border-radius: var(--woef-radius-md);
    background: var(--woef-color-soft);
    box-shadow: var(--woef-shadow-soft);
}

.homev2-text-link,
.et_pb_module .homev2-text-link {
    display: inline-flex;
    margin-top: var(--woef-space-sm);
    color: var(--woef-color-accent);
    font-weight: 700;
}

@media (min-width: 700px) {
    .homev2-section,
    .et_pb_section.homev2-section {
        padding-top: var(--woef-space-2xl);
        padding-bottom: var(--woef-space-2xl);
    }

    .homev2-hero__content > h1,
    .homev2-hero__content > h2,
    .et_pb_section.homev2-hero .homev2-hero__content > h1,
    .et_pb_section.homev2-hero .homev2-hero__content > h2,
    .homev2-hero-title h1,
    .homev2-hero-title h2 {
        font-size: 3.65rem;
    }

    .homev2-hero__subtitle,
    .et_pb_module.homev2-hero__subtitle {
        font-size: 1.18rem;
    }

    .homev2-card-grid,
    .et_pb_row.homev2-card-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .homev2-review-grid,
    .et_pb_row.homev2-review-grid,
    .homev2-visit__grid,
    .et_pb_row.homev2-visit__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .homev2-cta__inner,
    .et_pb_row.homev2-cta__inner {
        grid-template-columns: auto minmax(0, 1fr) auto;
        padding: var(--woef-space-xl);
    }

    .homev2-cta__image,
    .et_pb_module.homev2-cta__image {
        display: block;
        width: 96px;
        height: 96px;
        padding: var(--woef-space-md);
        border-radius: 50%;
        background: var(--woef-color-soft);
    }
}

@media (min-width: 980px) {
    .homev2-hero,
    .et_pb_section.homev2-hero {
        padding-top: var(--woef-space-2xl);
        padding-bottom: var(--woef-space-2xl);
    }

    .homev2-split,
    .et_pb_row.homev2-split,
    .homev2-feature,
    .et_pb_row.homev2-feature {
        grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    }
}

@media (min-width: 1180px) {
    .homev2-hero__content > h1,
    .homev2-hero__content > h2,
    .et_pb_section.homev2-hero .homev2-hero__content > h1,
    .et_pb_section.homev2-hero .homev2-hero__content > h2,
    .homev2-hero-title h1,
    .homev2-hero-title h2 {
        font-size: 4.1rem;
    }
}

@media (max-width: 699px) {
    .homev2-hero,
    .et_pb_section.homev2-hero {
        min-height: auto;
        background-position: center, center, 70% center;
    }

    .homev2-hero::before,
    .et_pb_section.homev2-hero::before {
        background:
            linear-gradient(180deg, var(--woef-color-soft) 0%, transparent 58%),
            linear-gradient(90deg, var(--woef-color-soft) 0%, transparent 100%);
        opacity: 0.9;
    }

    .homev2-button-group,
    .et_pb_module.homev2-button-group {
        align-items: stretch;
    }

    .homev2-button,
    .et_pb_button.homev2-button,
    body #page-container .et_pb_button.homev2-button {
        width: 100%;
    }

    .homev2-card,
    .et_pb_module.homev2-card,
    .homev2-intro__content,
    .et_pb_column.homev2-intro__content,
    .homev2-feature,
    .et_pb_row.homev2-feature,
    .homev2-feature__note,
    .et_pb_module.homev2-feature__note,
    .homev2-review,
    .et_pb_module.homev2-review,
    .homev2-cta__inner,
    .et_pb_row.homev2-cta__inner,
    .homev2-visit__details,
    .et_pb_module.homev2-visit__details {
        padding: var(--woef-space-md);
    }
}
