:root {
    --brand: #ea728c;
    --ink: #2e2426;
    --soft: #fceff1;
    --muted: #74676b
}

* {
    box-sizing: border-box
}

body {
    margin: 0;
    color: var(--ink);
    font-family: Rubik,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.75
}

.site-header {
    position: absolute;
    z-index: 5;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,.2)
}

.site-navbar {
    min-height: 92px
}

.navbar-brand {
    color: #fff !important;
    font-family: 'Playfair Display',serif;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: .02em
}

    .navbar-brand span {
        display: block;
        font-family: Rubik,sans-serif;
        font-size: .68rem;
        font-weight: 500;
        letter-spacing: .16em;
        text-transform: uppercase
    }

.site-menu {
    gap: 10px
}

    .site-menu a {
        color: #fff;
        text-decoration: none;
        padding: 13px 9px;
        display: block;
        font-size: .95rem
    }

        .site-menu a:hover {
            color: #ffd9e2
        }

.navbar-toggler {
    border-color: rgba(255,255,255,.65);
    color: #fff;
    font-size: 1.65rem
}

.hero-cover, .inner-hero {
    position: relative;
    background: url('/Content/images/hero_bg_1.jpg') center/cover no-repeat
}

.hero-cover {
    height: 680px;
    display: grid;
    place-items: center
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(38,25,27,.57)
}

.hero-content {
    position: relative;
    color: #fff
}

    .hero-content h1 {
        font-family: 'Playfair Display',serif;
        font-size: clamp(2.4rem,5vw,4.7rem);
        line-height: 1.18;
        margin: 0 0 2rem
    }

        .hero-content h1 span {
            color: #f2b3c1
        }

.btn-brand {
    background: var(--brand);
    border: 1px solid var(--brand);
    color: #fff;
    padding: .72rem 1.8rem;
    font-weight: 600
}

    .btn-brand:hover {
        background: #d85d79;
        color: #fff
    }

.btn-pill {
    border-radius: 50rem
}

.quick-info {
    position: relative;
    z-index: 3;
    margin-top: -54px
}

.quick-info-inner {
    background: #fff;
    padding: 30px 36px;
    box-shadow: 0 12px 35px rgba(52,26,32,.14)
}

.quick-item {
    display: flex;
    align-items: flex-start;
    gap: 15px
}

    .quick-item i {
        color: var(--brand);
        font-size: 1.6rem;
        line-height: 1.3
    }

    .quick-item strong, .quick-item span, .quick-item a {
        display: block
    }

    .quick-item strong {
        font-size: .85rem
    }

    .quick-item span, .quick-item a {
        color: #75686b;
        font-size: .78rem;
        line-height: 1.45;
        text-decoration: none
    }

.section-space {
    padding: 105px 0
}

.services-section h2, .why-us h2, .section-heading {
    font-family: 'Playfair Display',serif;
    font-size: 2.3rem;
    margin-bottom: 1rem
}

.intro-copy p {
    color: var(--muted);
    font-size: .94rem
}

.text-link {
    color: var(--brand);
    font-weight: 600;
    text-decoration: none;
    font-size: .9rem
}

    .text-link:hover {
        color: #c6506d
    }

.service-card {
    height: 100%
}

    .service-card img {
        width: 100%;
        height: 205px;
        object-fit: cover;
        margin-bottom: 19px
    }

    .service-card h3 {
        font-family: 'Playfair Display',serif;
        font-size: 1.42rem
    }

    .service-card p {
        color: var(--muted);
        font-size: .87rem;
        line-height: 1.72
    }

.why-us {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 8px
}

.why-image {
    min-height: 590px;
    background: url('/Content/images/hero_bg_1.jpg') center/cover
}

.why-content {
    background: var(--brand);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.why-inner, .stats {
    max-width: 600px;
    padding-left: 12%;
    padding-right: 12%
}

    .why-inner p {
        font-size: 1.04rem;
        line-height: 1.85
    }

.stats {
    padding-top: 2rem
}

    .stats strong {
        display: block;
        font-family: 'Playfair Display',serif;
        font-size: 2.7rem;
        line-height: 1
    }

        .stats strong span {
            font-size: 1.35rem
        }

    .stats small {
        display: block;
        line-height: 1.35;
        margin-top: .6rem;
        font-size: .74rem
    }

.testimonials {
    background: #fff
}

.section-heading {
    margin-bottom: 3rem
}

.testimonial {
    padding: 12px 10px
}

    .testimonial img {
        width: 82px;
        height: 82px;
        object-fit: cover;
        border-radius: 50%;
        margin-bottom: 17px
    }

    .testimonial h3 {
        font-family: 'Playfair Display',serif;
        font-size: 1.15rem
    }

    .testimonial p {
        color: var(--muted);
        font-size: .84rem;
        line-height: 1.75
    }

.gallery-section {
    background: var(--soft)
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 14px
}

    .gallery-grid a {
        display: block;
        height: 176px;
        overflow: hidden
    }

    .gallery-grid img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .25s
    }

    .gallery-grid a:hover img {
        transform: scale(1.05)
    }

.inner-hero {
    min-height: 310px;
    display: grid;
    place-items: center;
    color: white
}

    .inner-hero:before {
        content: '';
        position: absolute;
        inset: 0;
        background: rgba(38,25,27,.56)
    }

    .inner-hero .container {
        position: relative
    }

    .inner-hero h1 {
        font-family: 'Playfair Display',serif
    }

.site-footer {
    background: #282123;
    color: #cbc5c6;
    padding: 72px 0 24px
}

    .site-footer h2 {
        color: #fff;
        font-family: 'Playfair Display',serif;
        font-size: 1.28rem;
        margin-bottom: 1.25rem
    }

    .site-footer p, .footer-links {
        font-size: .83rem;
        line-height: 1.85
    }

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0
}

    .footer-links li {
        margin-bottom: 5px
    }

    .footer-links a, .copyright a {
        color: #f3a0b3;
        text-decoration: none
    }

.contact-links li {
    margin-bottom: 10px
}

.copyright {
    border-top: 1px solid #4b4042;
    margin-top: 50px;
    padding-top: 22px;
    font-size: .78rem;
    text-align: center
}

@media(max-width:991px) {
    .site-header {
        background: rgba(48,29,33,.92)
    }

    .site-navbar {
        min-height: 72px
    }

    .navbar-collapse {
        background: #3e282c;
        margin: 0 -12px;
        padding: 8px 25px 18px
    }

    .site-menu {
        gap: 0
    }

        .site-menu a {
            padding: 7px 0
        }

    .hero-cover {
        height: 560px
    }

    .quick-info {
        margin-top: 0
    }

    .quick-info-inner {
        box-shadow: none
    }

    .why-us {
        grid-template-columns: 1fr
    }

    .why-image {
        min-height: 340px
    }

    .why-content {
        min-height: 480px
    }

    .why-inner, .stats {
        padding-left: 8%;
        padding-right: 8%
    }
}

@media(max-width:575px) {
    .section-space {
        padding: 68px 0
    }

    .hero-content h1 {
        font-size: 2.55rem
    }

    .quick-info-inner {
        padding: 27px 20px
    }

    .why-image {
        min-height: 270px
    }

    .gallery-grid {
        grid-template-columns: repeat(2,1fr);
        gap: 9px
    }

        .gallery-grid a {
            height: 145px
        }

    .stats strong {
        font-size: 2.1rem
    }

    .site-footer {
        padding-top: 55px
    }
}
