.home-modern,
:root {
    --hse-accent: #987d62;
    --hse-accent-dark: #80664f;
    --hse-accent-soft: rgba(152, 125, 98, .16);
}

.home-modern {
    color: #14171a;
    background: #f6f7f4;
}

.home-modern .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: #fff;
    padding: 16px 0;
    border-bottom: 1px solid rgba(20, 23, 26, .08);
    box-shadow: none;
}

.home-modern .header.fixed {
    padding: 12px 0;
    box-shadow: 0 14px 35px rgba(20, 23, 26, .08);
}

.home-modern .header__logo img {
    max-width: 165px;
}

.home-modern .header__logo a::after,
.home-modern .offcanvas__logo a::after {
    color: var(--hse-accent);
}

.home-modern .header__menu {
    margin-top: 9px;
}

.home-modern .header .header__menu ul li a {
    color: #14171a;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
}

.home-modern .header__menu ul li a:after {
    background: var(--hse-accent);
}

.hse-hero {
    position: relative;
    min-height: 760px;
    padding: 185px 0 70px;
    overflow: hidden;
    background: #101517;
}

.hse-hero__media {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(90deg, rgba(8, 13, 15, .88), rgba(8, 13, 15, .56) 48%, rgba(8, 13, 15, .22)), url("../images/slider/07.jpg");
    background-position: center;
    background-size: cover;
    transform: scale(1.02);
}

.hse-hero .container {
    position: relative;
    z-index: 2;
}

.hse-hero__content {
    max-width: 790px;
    color: #fff;
}

.hse-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: var(--hse-accent);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.hse-eyebrow:before {
    content: "";
    width: 34px;
    height: 2px;
    background: currentColor;
}

.hse-hero h1,
.hse-intro h2,
.hse-team h2,
.hse-split h2,
.hse-cta h2 {
    margin: 0;
    color: inherit;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: 0;
}

.hse-hero h1 {
    font-size: 66px;
    max-width: 820px;
}

.hse-hero p {
    max-width: 670px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, .83);
    font-size: 19px;
    line-height: 1.7;
}

.hse-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.hse-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 24px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 800;
    transition: .2s ease;
}

.hse-btn--primary {
    color: #fff;
    background: var(--hse-accent);
    box-shadow: 0 18px 40px rgba(152, 125, 98, .28);
}

.hse-btn--primary:hover {
    color: #fff;
    background: var(--hse-accent-dark);
}

.hse-btn--ghost {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .34);
    background: rgba(255, 255, 255, .08);
}

.hse-btn--ghost:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, .7);
    background: rgba(255, 255, 255, .15);
}

.hse-quickbar {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 320px;
    margin-top: 78px;
    border: 1px solid rgba(255, 255, 255, .26);
    background: rgba(255, 255, 255, .08);
    box-shadow: none;
    backdrop-filter: blur(10px);
}

.hse-quickbar div {
    padding: 26px 30px;
}

.hse-quickbar strong,
.hse-quickbar span {
    display: block;
}

.hse-quickbar strong {
    color: #fff;
    font-size: 21px;
    font-weight: 800;
}

.hse-quickbar span {
    margin-top: 6px;
    color: rgba(255, 255, 255, .76);
    font-size: 14px;
}

.hse-intro,
.hse-team,
.hse-split,
.hse-cta {
    padding: 92px 0;
}

.hse-intro {
    background: #fff;
}

.hse-intro h2,
.hse-team h2,
.hse-split h2,
.hse-cta h2 {
    font-size: 42px;
}

.hse-intro p,
.hse-team p,
.hse-split p {
    color: #697177;
    font-size: 17px;
    line-height: 1.75;
}

.hse-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 42px;
}

.hse-feature {
    min-height: 245px;
    padding: 30px;
    border: 1px solid rgba(20, 23, 26, .08);
    border-radius: 8px;
    background: #f8f9f7;
}

.hse-feature i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 28px;
    border-radius: 6px;
    color: #fff;
    background: #14171a;
    font-size: 22px;
}

.hse-feature h3 {
    margin: 0 0 12px;
    color: #14171a;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 800;
}

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

.hse-service-grid .hse-feature {
    min-height: 188px;
    padding: 26px;
}

.hse-services-page .hse-service-grid .hse-feature {
    min-height: 285px;
}

.hse-service-grid .hse-feature i {
    margin-bottom: 24px;
}

.hse-service-grid .hse-feature h3 {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 1.35;
}

.hse-services-page .hse-service-grid .hse-feature h3 {
    margin-bottom: 14px;
}

.hse-team {
    background: #f6f7f4;
}

.hse-team-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
    margin-top: 42px;
}

.hse-team-card {
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    border: 1px solid rgba(20, 23, 26, .08);
    box-shadow: 0 18px 46px rgba(20, 23, 26, .06);
}

.hse-team-card img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: center top;
}

.hse-team-card__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 4 / 3;
    color: #fff;
    background: linear-gradient(135deg, #14171a, #3b332c);
    font-size: 42px;
}

.hse-team-card h3 {
    margin: 18px 18px 6px;
    color: #14171a;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
}

.hse-team-card p {
    margin: 0 18px 22px;
    color: var(--hse-accent);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}

.hse-feature p {
    margin: 0;
    color: #697177;
    font-size: 15px;
    line-height: 1.65;
}

.hse-contact-page {
    padding: 92px 0;
    background: #fff;
}

.hse-contact-page h2 {
    margin: 0;
    color: #14171a;
    font-family: "Poppins", sans-serif;
    font-size: 44px;
    font-weight: 800;
    line-height: 1.08;
}

.hse-contact-lead {
    margin: 22px 0 0;
    color: #697177;
    font-size: 17px;
    line-height: 1.75;
}

.hse-contact-actions {
    display: grid;
    gap: 14px;
    margin-top: 34px;
}

.hse-contact-action {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 86px;
    padding: 18px;
    border: 1px solid rgba(20, 23, 26, .08);
    border-radius: 8px;
    color: #14171a;
    background: #f8f9f7;
    transition: .2s ease;
}

.hse-contact-action:hover {
    color: #14171a;
    border-color: rgba(152, 125, 98, .38);
    background: #fff;
    box-shadow: 0 18px 42px rgba(20, 23, 26, .08);
}

.hse-contact-action i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border-radius: 6px;
    color: #fff;
    background: #14171a;
    font-size: 18px;
}

.hse-contact-action--primary i {
    background: var(--hse-accent);
}

.hse-contact-action strong,
.hse-contact-action span {
    display: block;
}

.hse-contact-action strong {
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 800;
}

.hse-contact-action span {
    color: #697177;
    font-size: 15px;
    line-height: 1.4;
}

.hse-contact-card {
    overflow: hidden;
    border: 1px solid rgba(20, 23, 26, .08);
    border-radius: 8px;
    background: #f8f9f7;
    box-shadow: 0 22px 60px rgba(20, 23, 26, .08);
}

.hse-contact-card__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    padding: 28px 30px;
}

.hse-contact-card__header h3 {
    margin: 0 0 8px;
    color: #14171a;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 800;
}

.hse-contact-card__header p {
    margin: 0;
    color: #697177;
    font-size: 15px;
    line-height: 1.55;
}

.hse-contact-card__header span {
    padding: 8px 12px;
    border-radius: 6px;
    color: var(--hse-accent);
    background: var(--hse-accent-soft);
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}

.hse-contact-map {
    display: block;
    width: 100%;
    height: 430px;
    border: 0;
}

.hse-split {
    background: #f6f7f4;
}

.hse-split__image {
    min-height: 490px;
    border-radius: 8px;
    background-image: url("../images/slider/02.jpg");
    background-position: center;
    background-size: cover;
    box-shadow: 0 25px 60px rgba(20, 23, 26, .14);
}

.hse-checks {
    margin: 28px 0 30px;
    padding: 0;
    list-style: none;
}

.hse-checks li {
    position: relative;
    padding: 14px 0 14px 38px;
    border-bottom: 1px solid rgba(20, 23, 26, .09);
    color: #343a40;
    font-size: 16px;
}

.hse-checks li:before {
    content: "\f00c";
    position: absolute;
    top: 14px;
    left: 0;
    color: var(--hse-accent);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.hse-link {
    color: #14171a;
    font-weight: 800;
}

.hse-link:hover {
    color: var(--hse-accent);
}

.hse-cta {
    background: #101517;
}

.hse-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
    padding: 58px 0;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, .14);
    border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.hse-cta .hse-actions {
    margin-top: 0;
    flex-shrink: 0;
}

.home-modern .footer {
    padding-top: 62px;
    border-top: 0;
    background: #fff;
}

.home-modern .footer__social a {
    color: #14171a;
}

.home-modern .footer__widget ul li a,
.home-modern .copyright__text p a {
    color: var(--hse-accent);
}

@media only screen and (max-width: 1199px) {
    .hse-hero h1 {
        font-size: 54px;
    }

    .hse-feature-grid,
    .hse-service-grid,
    .hse-team-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 991px) {
    .home-modern .header {
        padding: 14px 0;
    }

    .home-modern .canvas__open {
        top: 24px;
        color: #14171a;
        border: 0;
    }

    .hse-hero {
        min-height: auto;
        padding: 150px 0 54px;
    }

    .hse-quickbar {
        grid-template-columns: 1fr;
        margin-top: 44px;
    }

    .hse-quickbar div {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .18);
    }

    .hse-cta__inner {
        display: block;
    }

    .hse-cta .hse-actions {
        margin-top: 28px;
    }

    .hse-contact-card {
        margin-top: 42px;
    }
}

@media only screen and (max-width: 767px) {
    .home-modern .header__logo img {
        max-width: 112px;
    }

    .hse-hero {
        padding-top: 128px;
    }

    .hse-hero h1 {
        font-size: 40px;
    }

    .hse-hero p {
        font-size: 16px;
    }

    .hse-intro,
    .hse-team,
    .hse-split,
    .hse-cta,
    .hse-contact-page {
        padding: 64px 0;
    }

    .hse-intro h2,
    .hse-team h2,
    .hse-split h2,
    .hse-cta h2 {
        font-size: 32px;
    }

    .hse-feature-grid,
    .hse-service-grid,
    .hse-team-grid {
        grid-template-columns: 1fr;
    }

    .hse-feature {
        min-height: auto;
    }

    .hse-split__image {
        min-height: 320px;
        margin-bottom: 36px;
    }

    .hse-actions {
        display: grid;
    }

    .hse-contact-page h2 {
        font-size: 34px;
    }

    .hse-contact-card__header {
        display: block;
        padding: 24px;
    }

    .hse-contact-card__header span {
        display: inline-flex;
        margin-top: 18px;
    }

    .hse-contact-map {
        height: 340px;
    }
}
