/* Home redesign matching the modern inner-page system. */
.home-legacy {
    display: none
}

.home-modern {
    --ink: #111315;
    --gold: #d2a45f;
    --cream: #f3f4f2;
    color: var(--ink);
    background: #fff
}

.home-modern h1,
.home-modern h2,
.home-modern h3 {
    font-family: var(--font-title);
    font-weight: 650;
    letter-spacing: -.055em
}

.home-modern h1 {
    margin: 10px 0 20px;
    color: #fff;
    font-size: clamp(46px, 5vw, 70px);
    line-height: .94
}

.home-modern h2 {
    margin: 0;
    color: var(--ink);
    font-size: clamp(36px, 4.5vw, 64px);
    line-height: 1
}

.home-modern h3 {
    color: #fff;
    font-size: 31px;
    line-height: 1.05
}

.home-modern p {
    font-size: 16px;
    line-height: 1.65
}

.home-modern__kicker {
    margin: 0;
    color: var(--gold) !important;
    font-size: 11px !important;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase
}

.home-modern__kicker--gold {
    color: var(--gold)
}

.home-modern__hero {
    min-height: 540px;
    background: #101214
}

.home-modern__hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.72) contrast(1.07);
    transform: scale(1.01)
}

.home-modern__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, rgba(9, 11, 12, .90) 0%, rgba(9, 11, 12, .68) 46%, rgba(9, 11, 12, .10) 85%)
}

.home-modern__hero:after {
    content: "";
    position: absolute;
    width: 42vw;
    height: 42vw;
    max-width: 610px;
    max-height: 610px;
    right: -13vw;
    top: -18vw;
    border: 1px solid rgba(210, 164, 95, .5);
    border-radius: 50%
}

.home-modern__hero-row {
    min-height: 540px
}

.home-modern__lead {
    max-width: 510px;
    color: #e9e9e6;
    font-size: 17px !important
}

.home-modern__button {
    display: inline-block;
    padding: 16px 25px;
    background: #d38641;
    border: 1px solid var(--gold);
    border-radius: 999px;
    color: #fff !important;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .8px;
    text-transform: uppercase;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .16)
}

.home-modern__button:hover {
    background: #fff;
    border-color: #fff;
    color: var(--ink) !important
}

.home-modern__button--outline {
    background: transparent;
    border-color: #fff
}

.home-modern__button--outline:hover {
    background: #fff
}

.home-modern__intro {

    position: relative;
    overflow: hidden
}

.home-modern__collections
{
     background: var(--cream);
}
.home-modern__intro:after {
    content: "F";
    position: absolute;
    right: 3%;
    bottom: -38%;
    font: 700 290px/.7 var(--font-title);
    color: rgba(210, 164, 95, .14);
    pointer-events: none
}

.home-modern__intro .container {
    position: relative;
    z-index: 1
}

.home-modern__intro p:last-child,
.home-modern__spaces p {
    color: #62666a
}

.home-modern__link {
    display: inline-block;
    margin-top: 12px;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--gold);
    color: var(--ink) !important;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .7px;
    text-transform: uppercase
}

.home-modern__link i {
    color: var(--gold);
    margin-left: 7px
}

.home-modern__link--button {
    background: #f4f4f1;
    border: 0;
    border-radius: 999px;
    padding: 13px 19px
}

.home-modern__link--button:hover {
    background: var(--gold)
}

.home-modern__card {
    position: relative;
    display: block;
    min-height: 290px;
    height: 100%;
    overflow: hidden;
    background: #343638;
    border-radius: 20px
}

.home-modern__card--large {
    min-height: 604px
}

.home-modern__card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s ease
}

.home-modern__card:hover img {
    transform: scale(1.06)
}

.home-modern__card>span {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(12, 13, 14, .78), transparent 65%)
}

.home-modern__card>div {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 25px;
    color: #fff
}

.home-modern__card small,
.home-modern__card em {
    display: block;
    color: #fff;
    font-size: 10px;
    font-style: normal;
    letter-spacing: 1.5px;
    text-transform: uppercase
}

.home-modern__card h3 {
    margin: 9px 0
}

.home-modern__card em {
    letter-spacing: .7px
}

.home-modern__card em i {
    color: var(--gold);
    margin-left: 6px
}

.home-modern__craft {
    background: var(--cream)
}

.home-modern__craft .container {
    overflow: hidden;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 12px 35px rgba(17, 19, 21, .08)
}

.home-modern__craft-image {
    height: 520px;
    object-fit: cover
}

.home-modern__craft-copy {
    height: 100%;
    padding: 60px 12%
}

.home-modern__craft-copy p:not(.home-modern__kicker) {
    color: #62666a
}

.home-modern__mini {
    height: 100%;
    padding: 16px;
    border: 1px solid #ecece8;
    border-radius: 14px
}

.home-modern__mini b,
.home-modern__mini span {
    display: block
}

.home-modern__mini b {
    font: 650 31px/1 var(--font-title);
    letter-spacing: -.05em
}

.home-modern__mini span {
    margin-top: 7px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.35;
    text-transform: uppercase
}

.home-modern__space {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    height: 230px;
    background: #333
}

.home-modern__space img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(.72);
    transition: transform .5s ease
}

.home-modern__space:hover img {
    transform: scale(1.06)
}

.home-modern__space span {
    position: absolute;
    bottom: 16px;
    left: 17px;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase
}

.home-modern__cta {
    padding: 104px 0;
    background: #101214;
    color: #fff;
    text-align: center
}

.home-modern__cta img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(.46) saturate(.65)
}

.home-modern__cta>div:not(.container) {
    position: absolute;
    inset: 0;
    background: rgba(9, 11, 12, .45)
}

.home-modern__cta h2 {
    color: #fff;
    margin: 12px 0
}

.home-modern__cta p:not(.home-modern__kicker) {
    max-width: 480px;
    margin: 0 auto 25px;
    color: #e9e9e6
}

@media(min-width:992px) {
    .py-lg-6 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important
    }
}

@media(max-width:991px) {

    .home-modern__hero,
    .home-modern__hero-row {
        min-height: 500px
    }

    .home-modern__craft .container {
        border-radius: 0
    }

    .home-modern__craft-copy {
        padding: 48px 9%
    }

    .home-modern__card--large {
        min-height: 430px
    }
}

@media(max-width:575px) {

    .home-modern__hero,
    .home-modern__hero-row {
        min-height: 430px
    }

    .home-modern__hero:after {
        width: 280px;
        height: 280px;
        right: -100px;
        top: -100px
    }

    .home-modern h1 {
        font-size: 49px
    }

    .home-modern__card,
    .home-modern__card--large {
        min-height: 340px
    }

    .home-modern__card h3 {
        font-size: 28px
    }

    .home-modern__craft-copy {
        padding: 42px 28px
    }

    .home-modern__craft-image {
        height: 350px
    }

    .home-modern__space {
        height: 170px
    }

    .home-modern__cta {
        padding: 78px 0
    }
}

/* Compact trust band replaces the repeated full-size introduction headline. */
.home-modern__intro {
    background: #fff;
    overflow: visible
}

.home-modern__intro:after {
    display: none
}

.home-modern__intro-panel {
    padding: 28px 34px;
    background: #111315;
    border-radius: 18px;
    color: #fff
}

.home-modern__intro-panel h2 {
    color: #fff;
    font-size: 32px;
    letter-spacing: -.045em
}

.home-modern__intro-panel .home-modern__kicker {
    color: #d2a45f
}

.home-modern__promise {
    display: flex;
    align-items: center;
    gap: 13px;
    padding-left: 23px;
    border-left: 1px solid #3a3d3e
}

.home-modern__promise i {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 11px;
    background: rgba(210, 164, 95, .14);
    color: #d2a45f;
    font-size: 16px
}

.home-modern__promise span {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: .03em;
    text-transform: uppercase
}

.home-modern__intro-link {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border: 1px solid #d2a45f;
    border-radius: 50%;
    color: #d2a45f !important
}

.home-modern__intro-link:hover {
    background: #d2a45f;
    color: #111315 !important
}

@media(max-width:991px) {
    .home-modern__intro-panel {
        padding: 27px
    }

    .home-modern__promise {
        padding-left: 16px
    }
}

@media(max-width:575px) {
    .home-modern__intro-panel {
        padding: 25px 21px
    }

    .home-modern__intro-panel h2 {
        font-size: 30px
    }

    .home-modern__promise {
        padding: 14px 0;
        border-left: 0;
        border-top: 1px solid #3a3d3e
    }

    .home-modern__intro-link {
        margin-top: 5px
    }
}

/* Dedicated mobile menu control and compact promise layout. */
.home-mobile-toggle {
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    background: #111315;
    padding: 12px 11px;
    line-height: 1
}

.home-mobile-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    margin: 5px 0;
    background: #fff;
    transition: transform .2s ease
}

.home-mobile-menu {
    background: #111315 !important;
    color: #fff
}

.home-mobile-menu .offcanvas-header {
    padding: 25px
}

.home-mobile-menu .logo img {
    width: 175px
}

.home-mobile-menu .offcanvas-body {
    padding: 20px 25px 35px
}

.home-mobile-menu .offcanvas-body>p {
    color: #d2a45f;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase
}

.home-mobile-menu nav {
    margin: 22px 0 35px;
    border-top: 1px solid #36393a
}

.home-mobile-menu nav a {
    display: block;
    padding: 17px 0;
    border-bottom: 1px solid #36393a;
    color: #fff !important;
    font-family: var(--font-title);
    font-size: 28px;
    font-weight: 650;
    letter-spacing: -.04em
}

.home-mobile-menu__cta {
    display: inline-block;
    padding: 14px 19px;
    border-radius: 999px;
    background: #d2a45f;
    color: #fff !important;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase
}

.home-mobile-menu__cta i {
    margin-left: 8px
}

@media(max-width:991px) {
    .header__main .main-menu {
        display: block !important
    }

    .header__main .main-menu nav {
        display: none !important
    }

    .home-mobile-toggle {
        display: block !important
    }

    .btn__mood-dark {
        display: none !important
    }
}

@media(max-width:575px) {
    .home-modern__intro-panel {
        border-radius: 15px
    }

    .home-modern__promise span {
        font-size: 11px;
        letter-spacing: .02em
    }

    .home-modern__intro-link {
        display: none
    }
}

/* Mobile header: aligned logo and an uncluttered, touch-friendly menu. */
@media(max-width:991px) {
    .header-area {
        position: relative !important;
        top: auto !important;
        background: #fff !important;
        box-shadow: 0 1px 0 rgba(17, 19, 21, .08) !important;
        z-index: 200
    }

    .header-area .container {
        padding: 0 18px
    }

    .header__main {
        min-height: 82px;
        padding: 0 !important
    }

    .header__main .logo {
        display: flex;
        align-items: center
    }

    .header__main .logo img {
        width: 205px !important;
        height: auto !important;
        max-height: 58px;
        object-fit: contain
    }

    .header__main .main-menu {
        margin-left: auto
    }

    .home-mobile-toggle {
        width: 44px;
        height: 44px;
        padding: 11px 10px;
        box-shadow: 0 5px 14px rgba(17, 19, 21, .14)
    }

    .home-mobile-menu {
        width: min(86vw, 360px) !important
    }

    .home-mobile-menu .offcanvas-header {
        min-height: 86px;
        padding: 18px 22px;
        border-bottom: 1px solid #36393a
    }

    .home-mobile-menu .logo img {
        width: 168px !important;
        height: auto !important
    }

    .home-mobile-menu .offcanvas-body {
        padding: 24px 22px 36px
    }

    .home-mobile-menu nav a {
        padding: 15px 0;
        font-size: 27px
    }
}

@media(max-width:420px) {
    .header__main .logo img {
        width: 180px !important;
        max-height: 54px
    }

    .header-area .container {
        padding: 0 15px
    }

    .home-mobile-toggle {
        width: 42px;
        height: 42px
    }

    .home-mobile-menu .offcanvas-header {
        padding: 17px 20px
    }

    .home-mobile-menu .offcanvas-body {
        padding: 22px 20px 34px
    }
}

/* Tablet and phone Home layout: use a stacked slider card instead of the desktop overlay. */
@media(max-width:1199px) {
    .home-modern .banner-area {
        padding: 22px 0 0
    }

    .home-modern .banner-area>.container {
        max-width: none;
        padding: 0 20px
    }

    .home-modern .banner__image {
        display: flex;
        flex-direction: column
    }

    .home-modern .banner__slider {
        order: 1;
        width: 100%
    }

    .home-modern .banner__content {
        order: 2;
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        max-width: none;
        width: 100%;
        margin: 0;
        padding: 29px 32px !important;
        border-radius: 0 0 18px 18px !important;
        background: #111315 !important
    }

    .home-modern .banner__content .shape {
        display: none
    }

    .home-modern .banner__content h1 {
        margin: 0;
        color: #fff;
        font-family: var(--font-title);
        font-size: clamp(38px, 5vw, 56px) !important;
        line-height: .98;
        letter-spacing: -.055em
    }

    .home-modern .banner__image .parallax-bg {
        height: 390px !important;
        border-radius: 18px 18px 0 0
    }

    .home-modern .banner__image .parallax-bg img {
        height: 100%;
        border-radius: 18px 18px 0 0;
        object-fit: cover
    }

    .home-modern .banner__slider-arry {
        right: 20px;
        bottom: auto;
        top: 330px;
        width: auto;
        border-radius: 13px 13px 0 0
    }

    .home-modern .banner__slider-arry button {
        padding: 13px 18px;
        font-size: 20px
    }

    .home-modern__intro {
        padding-top: 28px !important
    }

    .home-modern__collections {
        padding-top: 38px !important
    }

    .home-modern__collections h2 {
        font-size: clamp(36px, 5vw, 54px)
    }
}

@media(max-width:575px) {
    .home-modern .banner-area>.container {
        padding: 0 15px
    }

    .home-modern .banner__image .parallax-bg {
        height: 300px !important
    }

    .home-modern .banner__content {
        padding: 24px 22px !important;
        border-radius: 0 0 15px 15px !important
    }

    .home-modern .banner__content h1 {
        font-size: 38px !important;
        line-height: 1.01
    }

    .home-modern .banner__slider-arry {
        right: 15px;
        top: 249px
    }

    .home-modern .banner__slider-arry button {
        padding: 11px 14px;
        font-size: 18px
    }

    .home-modern__intro {
        padding: 22px 0 !important
    }

    .home-modern__intro-panel .row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0px !important
    }

    .home-modern__intro-panel .row>.col-lg-4 {
        grid-column: 1/-1
    }

    .home-modern__intro-panel h2 {
        font-size: 28px;
        margin-top: 3px
    }

    .home-modern__intro-panel .row>.col-lg-auto {
        display: none
    }

    .home-modern__promise {
        height: 100%;
        min-height: 116px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 8px;
        padding: 12px !important;
        border: 1px solid #3a3d3e !important;
        border-radius: 12px
    }

    .home-modern__promise i {
        width: 32px;
        height: 32px;
        font-size: 13px;
        border-radius: 9px
    }

    .home-modern__promise span {
        font-size: 9px !important;
        line-height: 1.25;
        letter-spacing: .01em
    }

    .home-modern__collections {
        padding-top: 28px !important
    }
}

.new_header-main .main-menu ul li a, .header-four__main .main-menu ul li a, .header-three__main .main-menu ul li a, .header-five__main .main-menu ul li a, .header-two__main .main-menu ul li a {
    font-weight: 600;
    padding: 30px 0;
    font-size: 14px;
    line-height: 26px;
    color: #272e39 !important;
    text-transform: uppercase
}

@media (max-width:575px){
      .home-modern__card img{
        height: 100%;
      }

    .home-modern__space img{
        height: 100%;
    }
}