/* New home page design: intentionally scoped to avoid changing the existing header and footer. */
.home-page {
    --hp-wine: #860204;
    --hp-ink: #1d1818;
    --hp-rose: #fcf2f1;
    --hp-soft: #fffafa;
    --hp-mint: #45a98d;
    color: var(--hp-ink);
    font-family: Lato, Arial, sans-serif;
    margin-top: 118px;
    overflow: hidden;
}

.home-page * {
    box-sizing: border-box;
}

.home-page a {
    color: inherit;
    text-decoration: none;
}

.home-page h1,
.home-page h2,
.home-page h3,
.home-page p {
    margin-top: 0;
}

.home-page h1,
.home-page h2 {
    /* font-family: "Kotta One", Georgia, serif; */
    line-height: 1.12;
}

.hp-section {
    padding: 62px 0;
}

.hp-eyebrow {
    color: var(--hp-wine);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .7px;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.hp-btn {
    align-items: center;
    border: 1px solid var(--hp-wine);
    border-radius: 4px;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    gap: 10px;
    justify-content: center;
    padding: 12px 18px;
    transition: .2s ease;
}

.hp-btn:hover {
    transform: translateY(-2px);
}

.hp-btn--primary {
    background: var(--hp-wine);
    color: #fff !important;
}

.hp-btn--outline {
    background: #fff;
    color: var(--hp-wine) !important;
}

.hp-hero {
    background: #f9edec;
    /* background: linear-gradient(90deg, #fff 0%, #fff 60%, #f9edec 60%); */
    /* padding-top: 30px;
    padding-bottom: 30px; */
    position: relative;
}

.hp-hero__inner {
    align-items: center;
    display: grid;
    grid-template-columns: 1fr;
    min-height: 385px;
    position: relative;
}

.hp-hero__copy {
    max-width: 650px;
    padding: 38px 0 28px;
    position: relative;
    z-index: 2;
}

.hp-hero h1 {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 17px;
}

.hp-hero h1 span {
    color: var(--hp-wine);
}

.hp-lead {
    /* font-size: 14px;
    line-height: 1.65; */
    /* max-width: 515px; */
}

.hp-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 23px;
}

.hp-hero__visual {
    top: 50%;
    transform: translate(0, -50%);
    height: 100%;
    overflow: visible;
    position: absolute;
    right: calc((100% - 100vw) / 2);
    width: min(47vw, 700px);
    z-index: 1;
}

.hp-hero__visual img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 88%;
    z-index: 1;
}

.hp-hero__circle {
    background: #eecbcc;
    border-radius: 50%;
    height: 365px;
    position: absolute;
    right: -9%;
    top: 7px;
    width: 365px;
}

.hp-hero__produce {
    align-items: center;
    background: #fff;
    border-radius: 4px;
    bottom: 17px;
    box-shadow: 0 8px 20px #5b18251a;
    color: var(--hp-wine);
    display: flex;
    font-size: 12px;
    font-weight: 700;
    gap: 9px;
    padding: 10px 13px;
    position: absolute;
    right: -1%;
    z-index: 2;
}

.hp-hero__produce i {
    font-size: 24px;
}

.hp-hero__stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 1320px;
    padding-top: 30px;
    position: relative;
    z-index: 3;
}

.hp-hero__stats>div {
    align-items: center;
    border-right: 1px solid #dfc6c6;
    display: flex;
    gap: 10px;
    justify-content: center;
}

.hp-hero__stats>div:last-child {
    border: 0;
}

.hp-hero__stats i {
    color: var(--hp-wine);
    font-size: 22px;
}

.hp-hero__stats p {
    display: grid;
    margin: 0;
}

.hp-hero__stats strong {
    color: var(--hp-wine);
    font-size: 16px;
}

.hp-hero__stats span {
    font-size: 12px;
    font-weight: 700;
}

.hp-appointment {
    align-items: center;
    background: var(--hp-rose);
    border: 1px solid #f1dddd;
    border-radius: 6px;
    display: grid;
    gap: 20px;
    grid-template-columns: 270px 1fr;
    margin: 34px 0 0;
    padding: 20px 24px;
    position: relative;
}

.hp-appointment__heading {
    align-items: center;
    display: flex;
    gap: 13px;
}

.hp-appointment__heading>i {
    color: var(--hp-wine);
    font-size: 31px;
}

.hp-appointment__heading strong,
.hp-appointment__heading span {
    display: block;
}

.hp-appointment__heading strong {
    /* font-size: 14px; */
}

.hp-appointment__heading span {
    font-size: 12px;
    margin-top: 3px;
}

.hp-appointment__form form.forminator-ui {
    display: grid;
    gap: 11px;
    grid-template-columns: repeat(3, 1fr) 103px;
}

.hp-appointment input,
.hp-appointment select {
    background: #fff;
    border: 1px solid #eadede;
    border-radius: 3px;
    font: 12px Lato, sans-serif;
    height: 43px;
    outline-color: var(--hp-wine);
    padding: 0 12px;
    width: 100%;
}

.hp-appointment__form form.forminator-ui .forminator-button {
    border: 0;
    padding: 8px;
	background: var(--hp-wine);
    color: #fff !important;
	align-items: center;
    border-radius: 4px;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    gap: 10px;
    justify-content: center;
    transition: .2s ease;
}

.hp-form-message {
    bottom: -32px;
    color: var(--hp-wine);
    font-size: 12px;
    left: 0;
    margin: 0;
    position: absolute;
}

.hp-about__grid {
    align-items: center;
    display: grid;
    gap: 28px;
    grid-template-columns: .95fr 1.05fr .72fr;
}

.hp-about__image {
    margin: 0;
    position: relative;
}

.hp-about__image img {
    border-radius: 4px;
    display: block;
    height: 380px;
    object-fit: cover;
    object-position: top center;
    width: 100%;
}

.hp-about__image figcaption {
    background: var(--hp-wine);
    bottom: 13px;
    color: #fff;
    font-size: 11px;
    left: 13px;
    padding: 8px 11px;
    position: absolute;
}

.hp-about h2,
.hp-why h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}

.hp-about__content>p:not(.hp-eyebrow),
.hp-why p:not(.hp-eyebrow) {
    /* font-size: 12px;
    line-height: 1.7; */
}

.hp-checklist {
    font-size: 14px;
    font-weight: 700;
    list-style: none;
    margin: 18px 0;
    padding: 0;
}

.hp-checklist li {
    margin: 8px 0;
}

.hp-checklist i {
    color: var(--hp-wine);
    margin-right: 7px;
    width: 16px;
}

.hp-metric-grid {
    border-radius: 6px;
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 17px 8px;
}

.hp-metric-grid div {
    background: var(--hp-soft);
    border: 1px solid #f1dddd;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 120px;
    padding: 14px 8px;
    text-align: center;
}

.hp-metric-grid i {
    color: var(--hp-wine);
    font-size: 24px;
    margin-bottom: 10px;
}

.hp-metric-grid strong {
    /* font-size: 11px; */
}

.hp-metric-grid span {
    font-size: 14px;
    margin-top: 3px;
}

.hp-section__heading {
    text-align: center;
}

.hp-section__heading h2,
.hp-reviews h2,
.hp-insights h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 24px;
}

.hp-services {
    padding-top: 12px;
}

.hp-service-grid {
    display: grid;
    gap: 11px;
    grid-template-columns: repeat(5, 1fr);
}

.hp-service {
    background: var(--hp-soft);
    border: 1px solid #f4e7e7;
    border-radius: 5px;
    min-height: 220px;
    padding: 23px 17px;
    text-align: center;
    transition: .2s ease;
}

.hp-service:hover {
    box-shadow: 0 8px 25px #71142812;
    transform: translateY(-4px);
}

.hp-service>i {
    color: var(--hp-wine);
    font-size: 31px;
}

.hp-service h3 {
    /* font-family: "Kotta One", Georgia, serif; */
    font-size: 18px;
    font-weight: 600;
    margin: 13px 0 9px;
}

.hp-service p {
    /* font-size: 11px; */
    /* line-height: 1.55; */
}

.hp-service span,
.hp-results a,
.hp-title-row>a {
    color: var(--hp-wine);
    font-size: 12px;
    font-weight: 800;
}

.hp-reviews {
    background: var(--hp-rose);
    padding: 30px 0;
}

.hp-review-wrap {
    align-items: center;
    display: grid;
    gap: 22px;
    grid-template-columns: 270px 1fr;
}

.hp-google-score h2 {
    /* font-size: 19px; */
}

.hp-google-score>strong {
    display: block;
    /* font-family: "Kotta One", Georgia, serif; */
    font-size: 27px;
}

.hp-google-score>strong span,
.hp-review>span {
    color: #f5b91c;
    font-family: Arial, sans-serif;
    font-size: 15px;
    letter-spacing: 2px;
}

.hp-google-score small {
    font-size: 10px;
}

.hp-review-slider {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, 1fr);
}

.hp-review {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 6px #44111a10;
    min-height: 138px;
    padding: 15px;
}

.hp-review div {
    align-items: center;
    display: flex;
    gap: 8px;
}

.hp-review div i {
    color: #4285f4;
    font-size: 19px;
}

.hp-review div strong {
    font-size: 12px;
}

.hp-review p {
    font-size: 11px;
    line-height: 1.55;
    margin: 9px 0 0;
}

.hp-results {
    padding-bottom: 25px;
}

.hp-results__grid {
    background: #fff;
    border: 1px solid #f1e5e4;
    border-radius: 5px;
    display: grid;
    gap: 28px;
    grid-template-columns: 1fr 1fr;
    padding: 20px;
}

.hp-results__grid>div>p {
    color: var(--hp-wine);
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
}

.hp-video-row {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 8px;
}

.hp-video {
    background: center/cover url('images/dummy-img.jpg');
    border: 0;
    border-radius: 3px;
    height: 230px;
    position: relative;
    overflow: hidden;
}

.hp-video:before {
    background: #0004;
    content: "";
    inset: 0;
    position: absolute;
}

.hp-video--two,
.hp-video--three {
    background-image: url('images/dummy-img.jpg');
}

.hp-video i {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    color: var(--hp-wine);
    font-size: 11px;
    padding: 10px 11px;
    position: relative;
}

.hp-before-after {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 8px;
}

.hp-before-after img {
    border-radius: 3px;
    /* height: 115px; */
    object-fit: cover;
    width: 100%;
}

.hp-workshop {
    align-items: center;
    background: var(--hp-rose);
    border: 1px solid #f2dfdd;
    border-radius: 5px;
    display: grid;
    gap: 19px;
    grid-template-columns: 56px 1fr auto;
    padding: 20px 25px;
}

.hp-workshop>i {
    color: var(--hp-wine);
    font-size: 43px;
}

.hp-workshop h2 {
    /* font-family: "Kotta One", Georgia, serif; */
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 5px;
}

.hp-workshop p {
    font-size: 14px;
    margin: 0;
}

.hp-why__grid {
    align-items: center;
    display: grid;
    gap: 48px;
    grid-template-columns: 1fr 1fr;
}

.hp-why figure {
    margin: 0;
}

.hp-why figure img {
    border: 3px solid var(--hp-wine);
    border-radius: 17px;
    display: block;
    height: 300px;
    object-fit: cover;
    object-position: top center;
    width: 100%;
}

.hp-reason {
    align-items: center;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 12px #3d1c1c15;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    gap: 12px;
    margin-top: 12px;
    padding: 12px;
}

.hp-reason i {
    color: var(--hp-wine);
    font-size: 20px;
}

.hp-insights {
    padding-top: 15px;
}

.hp-insights__grid {
    display: grid;
    gap: 35px;
    grid-template-columns: 1.25fr .75fr;
}

.hp-title-row {
    align-items: end;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hp-title-row h2,
.hp-faq h2 {
    margin-bottom: 14px;
}

.hp-blog-grid {
    display: grid;
    gap: 11px;
    grid-template-columns: repeat(3, 1fr);
}

.hp-blog-grid article {
    border: 1px solid #eee4e3;
    border-radius: 4px;
    overflow: hidden;
}

.hp-blog-grid img {
    display: block;
    /* height: 98px; */
    object-fit: cover;
    width: 100%;
}

.hp-blog-grid small,
.hp-blog-grid h3,
.hp-blog-grid time {
    display: block;
    margin-left: 9px;
    margin-right: 9px;
}

.hp-blog-grid small {
    color: var(--hp-wine);
    font-size: 14px;
    font-weight: 800;
    margin-top: 10px;
    text-transform: uppercase;
}

.hp-blog-grid h3 {
    /* font-family: "Kotta One", Georgia, serif; */
    font-size: 18px;
    font-weight: 700;
    /* line-height: 1.35; */
    margin-bottom: 9px;
    margin-top: 5px;
}

.hp-blog-grid time {
    color: #777;
    font-size: 12px;
    margin-bottom: 12px;
}

.hp-faq__items details {
    border-bottom: 1px solid #ebdddd;
}

.hp-faq summary {
    cursor: pointer;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    justify-content: space-between;
    list-style: none;
    padding: 9px 0;
    color: var(--hp-wine);
}

.hp-faq summary::-webkit-details-marker {
    display: none;
}

.hp-faq summary i {
    color: var(--hp-wine);
    /* font-size: 10px; */
}

.hp-faq details[open] summary i {
    transform: rotate(45deg);
}

.hp-faq details p {
    /* font-size: 11px;
    line-height: 1.5; */
    opacity: 0.8;
    margin-bottom: 9px;
}

.hp-faq__items details {
    overflow: hidden;
}

.hp-faq summary i {
    transition: transform 220ms ease;
}

.hp-modal {
    align-items: center;
    background: #1c0a0bbd;
    display: none;
    inset: 0;
    justify-content: center;
    padding: 20px;
    position: fixed;
    z-index: 1000;
}

.hp-modal.is-open {
    display: flex;
}

.hp-modal__content {
    background: #fff;
    border-radius: 6px;
    max-width: 850px;
    padding: 45px 30px 30px;
    position: relative;
    text-align: center;
    width: 100%;
}

.hp-modal__video {
    aspect-ratio: 16 / 9;
    width: 100%;
}

.hp-modal__video iframe {
    border: 0;
    height: 100%;
    width: 100%;
}

.hp-modal__close {
    background: transparent;
    border: 0;
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    right: 13px;
    top: 10px;
}

@media (max-width:1400px) {
    .hp-hero__copy {
        /* max-width: 600px; */
    }

    .hp-video {
        height: 190px;
    }
}

@media (max-width:1200px) {
    .hp-hero__visual {
        width: min(47vw, 500px);
    }
}

@media (max-width:991px) {
    .hp-hero h1 {
        font-size: 38px;
    }

    .hp-hero__inner {
        min-height: 340px;
    }

    .hp-hero__copy {
        max-width: max-content;
        padding: 43px 0 25px;
    }

    .hp-hero__visual {
        min-height: 315px;
    }

    .hp-hero__visual {
        bottom: auto;
        height: auto;
        top: unset;
        min-height: 0;
        position: relative;
        right: auto;
        width: 100%;
        transform: unset;
    }

    .hp-hero__visual img {
        right: unset;
        width: 100%;
        position: relative;
    }

    .hp-hero__circle {
        height: 300px;
        right: 0;
        top: 0;
        width: 300px;
    }

    .hp-appointment {
        grid-template-columns: 1fr;
    }

    .hp-about__grid {
        grid-template-columns: 1fr 1.25fr;
    }

    .hp-metric-grid {
        grid-column: 1/-1;
        grid-template-columns: repeat(4, 1fr);
    }

    .hp-metric-grid div {
        min-height: auto;
    }

    .hp-service-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .hp-service:last-child {
        grid-column: 2;
    }

    .hp-insights__grid {
        grid-template-columns: 1fr;
    }

    .hp-faq {
        /* max-width: 620px; */
    }

    .hp-hero__stats {
        /* padding-top: 7px; */
    }

    .hp-hero__stats>div {
        justify-content: center;
    }

    .hp-about__image img {
        height: auto;
    }

    .home-page .hp-eyebrow {
        margin-top: 10px;
    }

    .hp-video {
        height: 160px;
    }
}

@media (max-width:767px) {
    .home-page {
        margin-top: 160px;
    }

    .hp-section {
        padding: 20px 0;
    }

    .hp-hero {
        background: #fff;
        padding-top: 0;
        padding-bottom: 0;
    }

    .hp-hero__inner {
        display: flex;
        flex-direction: column;
        min-height: 0;
    }

    .hp-hero h1 {
        font-size: 34px;
    }

    .hp-hero__stats {
        gap: 13px 0;
        grid-template-columns: 1fr 1fr;
        padding: 22px 12px;
    }

    .hp-hero__stats>div {
        border: 0;
        justify-content: start;
    }

    .hp-appointment {
        margin-top: 15px;
        padding: 18px;
    }

    .hp-appointment__form {
        grid-template-columns: 1fr;
    }

    .hp-appointment button {
        height: 43px;
    }

    .hp-about__grid,
    .hp-why__grid {
        grid-template-columns: 1fr;
    }

    .hp-about__image img {
        /* height: 320px; */
    }

    .hp-metric-grid {
        grid-column: auto;
        grid-template-columns: 1fr 1fr;
    }

    .hp-metric-grid div {
        min-height: 112px;
    }

    .hp-service-grid {
        grid-template-columns: 1fr 1fr;
    }

    .hp-service:last-child {
        grid-column: auto;
    }

    .hp-review-wrap,
    .hp-results__grid {
        grid-template-columns: 1fr;
    }

    .hp-review-slider {
        display: flex;
        overflow: auto;
        padding-bottom: 8px;
    }

    .hp-review {
        flex: 0 0 255px;
    }

    .hp-workshop {
        grid-template-columns: 42px 1fr;
        padding: 18px;
    }

    .hp-workshop .hp-btn {
        grid-column: 1/-1;
        width: 100%;
    }

    .hp-workshop>i {
        font-size: 32px;
    }

    .hp-workshop h2 {
        font-size: 20px;
    }

    .hp-results__grid {
        gap: 24px;
    }

    .hp-video {
        height: 225px;
    }

    .hp-why figure img {
        height: auto;
    }

    .hp-blog-grid {
        grid-template-columns: 1fr 1fr;
    }

    .hp-blog-grid article:last-child {
        /* display: none; */
    }
}

@media (max-width:567px) {
    .hp-blog-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width:420px) {
    .hp-hero h1 {
        font-size: 30px;
    }

    .hp-actions {
        display: grid;
    }

    .hp-actions .hp-btn {
        width: 100%;
    }

    .hp-hero__stats>div {
        align-items: start;
    }

    .hp-hero__stats i {
        font-size: 18px;
    }

    .hp-hero__stats span {
        font-size: 9px;
    }

    .hp-service-grid {
        grid-template-columns: 1fr;
    }

    .hp-service {
        min-height: auto;
    }

    .hp-blog-grid {
        grid-template-columns: 1fr;
    }

    .hp-blog-grid article:nth-child(2) {
        display: none;
    }
}