/* Original About page redesign. Bootstrap handles all responsive structure. */

body {
    margin: 0;
    padding: 0;
    font-family: var(--font-body);
    color: var(--paragraph);
    background-color: var(--main-bg);
    line-height: 28px;
    font-weight: 400
}
.ref-about {
    display: none
}

.about-editorial {
    --about-ink: #29241f;
    --about-gold: #b18c50;
    --about-cream: #f5f2ed;
    background: #fff;
    color: var(--about-ink)
}

.about-editorial h1, .about-editorial h2, .about-editorial h3 {
    font-family: Georgia, serif;
    font-weight: 400;
    color: var(--about-ink)
}

.about-editorial h1 {
    color: #fff;
    font-size: clamp(46px, 6vw, 80px);
    line-height: 1.02;
    margin: 10px 0 21px
}

.about-editorial h2 {
    font-size: clamp(34px, 4.2vw, 56px);
    line-height: 1.08;
    margin-bottom: 22px
}

.about-editorial h3 {
    font-size: 28px;
    line-height: 1.15
}

.about-editorial p {
    font-size: 15px;
    line-height: 1.7
}

.about-editorial__kicker {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    font-size: 11px !important;
    font-weight: 800
}

.about-editorial__kicker--gold {
    color: var(--about-gold)
}

.about-editorial__hero {
    min-height: 610px;
    background: #453a2e
}

.about-editorial__hero-image {
     position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center center;
    z-index: 0;
}

.about-editorial__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(24, 20, 16, .78), rgba(24, 20, 16, .18) 72%)
}

.about-editorial__hero-row {
    min-height: 610px
}

.about-editorial__lead {
    max-width: 490px;
    color: #fff;
    font-size: 16px !important
}

.about-editorial__button {
    display: inline-block;
    margin-top: 16px;
    padding: 15px 23px;
    background: var(--about-gold);
    border: 1px solid var(--about-gold);
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: .8px;
    font-size: 11px;
    font-weight: 800
}

.about-editorial__button:hover {
    background: transparent;
    color: var(--about-gold) !important
}

.about-editorial__intro p:last-child, .about-editorial__story p:not(.about-editorial__kicker) {
    color: #716a62;
    margin-bottom: 17px
}

.about-editorial__story-main {
    height: 460px;
    object-fit: cover
}

.about-editorial__story-small {
    height: 225px;
    object-fit: cover
}

.about-editorial__years {
    background: var(--about-ink);
    color: #fff;
    height: 222px;
    padding: 28px 20px;
    display: flex;
    flex-direction: column;
    justify-content: end
}

.about-editorial__years b {
    color: #dda16c;
    font: 46px Georgia, serif;
    line-height: 1
}

.about-editorial__years span {
    font-size: 12px;
    line-height: 1.35;
    margin-top: 10px
}

.about-editorial__text-link {
    color: var(--about-ink) !important;
    border-bottom: 1px solid var(--about-gold);
    padding-bottom: 5px;
    margin-top: 8px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .7px
}

.about-editorial__text-link i {
    color:#7b4023;
    margin-left: 8px
}

.about-editorial__principles {
    background: var(--about-cream)
}

.about-editorial__principle {
    height: 100%;
    padding: 32px 28px;
    background: #fff;
    position: relative
}

.about-editorial__principle>span {
    position: absolute;
    right: 25px;
    top: 19px;
    color: #c6bba9;
    font: 20px Georgia, serif
}

.about-editorial__principle i {
    color: var(--about-gold);
    font-size: 28px
}

.about-editorial__principle h3 {
    margin: 26px 0 13px
}

.about-editorial__principle p {
    font-size: 13px;
    line-height: 1.6;
    color: #716a62
}

.about-editorial__image-statement {
    height: 470px;
    overflow: hidden;
    background: #463c31;
    display: flex;
    align-items: center
}

.about-editorial__statement-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.about-editorial__statement-shade {
    position: absolute;
    inset: 0;
    background: rgba(24, 20, 16, .58)
}

.about-editorial__image-statement h2 {
    color: #fff;
    font-size: clamp(38px, 5vw, 63px);
    margin: 10px 0
}

.about-editorial__numbers {
    background: var(--about-ink);
    color: #fff
}

.about-editorial__numbers .col {
    border-right: 1px solid#7b4023;
    text-align: center
}

.about-editorial__numbers .col:last-child {
    border: 0
}

.about-editorial__numbers b, .about-editorial__numbers span {
    display: block
}

.about-editorial__numbers b {
    color: var(--about-gold);
    font: 34px Georgia, serif;
    line-height: 1.1
}

.about-editorial__numbers span {
    font-size: 12px;
    line-height: 1.35;
    margin-top: 7px
}

.about-editorial__visit {
    background: #fff
}

.about-editorial__visit-copy {
    padding: 50px 12%
}

.about-editorial__visit-copy p:not(.about-editorial__kicker) {
    color: #716a62
}

.about-editorial__visit-image {
    height: 430px;
    object-fit: cover
}

/* The earlier standard template body stays hidden for rollback safety. */
.page-title, .about-area, .destination-slider, .feature-four-area, .blog-area {
    display: none
}

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

@media(max-width:991px) {
    .about-editorial__hero, .about-editorial__hero-row {
        min-height: 520px
    }

    .about-editorial__visit-copy {
        padding: 45px 9%
    }
}

@media(max-width:575px) {
    .about-editorial__hero, .about-editorial__hero-row {
        min-height: 465px
    }

    .about-editorial__story-main {
        height: 360px
    }

    .about-editorial__story-small {
        height: 175px
    }

    .about-editorial__years {
        height: 173px;
        padding: 18px 14px
    }

    .about-editorial__years b {
        font-size: 37px
    }

    .about-editorial__numbers .col:nth-child(2) {
        border: 0
    }

    .about-editorial__visit-copy {
        padding: 42px 24px
    }

    .about-editorial__visit-image {
        height: 330px
    }
}

/* Modern visual refresh */
.about-editorial {
    --about-ink: #111315;
    --about-gold: #d2a45f;
    --about-cream: #f3f4f2;
    font-family: var(--font-body);
    background: #fff
}

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

.about-editorial h1 {
    font-size: clamp(50px, 7vw, 64px);
    line-height: .94;
    max-width: 780px
}

.about-editorial h2 {
    font-size: clamp(36px, 4.5vw, 64px);
    line-height: 1;
    max-width: 720px
}

.about-editorial p {
    font-size: 16px;
    line-height: 1.65
}

.about-editorial__kicker {
    color: rgb(123, 64, 35);
    font-size: 11px !important;
    letter-spacing: .16em
}

.about-editorial__hero {
    min-height: 710px;
    background: #101214
}

.about-editorial__hero-row {
    min-height: 710px;
}

.about-editorial__hero-image {
    filter: saturate(.72) contrast(1.07);
    transform: scale(1.01);
}

.about-editorial__shade {
    background: linear-gradient(100deg, rgba(9, 11, 12, .90) 0%, rgba(9, 11, 12, .68) 46%, rgba(9, 11, 12, .10) 85%)
}

.about-editorial__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%
}

.about-editorial__lead {
    font-size: 17px !important;
    max-width: 500px;
    color: #e9e9e6
}

.about-editorial__button {
    border-radius: 999px;
    padding: 16px 25px;
    background: #d38641;
    border-color: var(--about-gold);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .16)
}

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

.about-editorial__intro {
    background: var(--about-cream);
    position: relative;
    overflow: hidden
}

.about-editorial__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
}

.about-editorial__intro .container {
    position: relative;
    z-index: 1
}

.about-editorial__intro p:last-child, .about-editorial__story p:not(.about-editorial__kicker) {
    color: #62666a
}

.about-editorial__story {
    padding-top: 7rem
}

.about-editorial__story-main, .about-editorial__story-small {
    border-radius: 20px;
    box-shadow: 0 14px 35px rgba(17, 19, 21, .12)
}

.about-editorial__story-main {
    height: 490px
}

.about-editorial__story-small {
    height: 240px
}

.about-editorial__years {
    height: 235px;
    border-radius: 20px;
    background: var(--about-ink);
    padding: 28px;
    box-shadow: 0 14px 35px rgba(17, 19, 21, .12)
}

.about-editorial__years b {
    font-family: var(--font-title);
    font-size: 50px
}

.about-editorial__text-link {
    border: 0;
    background: #f4f4f1;
    border-radius: 999px;
    padding: 12px 18px;
    color: var(--about-ink) !important
}

.about-editorial__text-link:hover {
    background: #d38641;
}

.about-editorial__principles {
    background: #111315;
    color: #fff
}

.about-editorial__principles h2 {
    color: #fff
}

.about-editorial__principle {
    border: 1px solid #35383a;
    border-radius: 18px;
    padding: 34px 30px;
    background: linear-gradient(140deg, #202326, #151719);
    overflow: hidden
}

.about-editorial__principle>span {
    color: #dda16c;
    font-family: var(--font-title)
}

.about-editorial__principle i {
    display: inline-flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: rgba(210, 164, 95, .12);
     color:#dda16c;
}

.about-editorial__principle h3 {
    color: #fff;
    font-size: 28px
}

.about-editorial__principle p {
    color: #b7b9b8
}

.about-editorial__image-statement {
    height: 540px
}

.about-editorial__statement-image {
    filter: brightness(.72) saturate(.75)
}

.about-editorial__statement-shade {
    background: linear-gradient(90deg, rgba(10, 12, 13, .75), rgba(10, 12, 13, .16))
}

.about-editorial__image-statement h2 {
    font-family: var(--font-title);
    letter-spacing: -.055em;
    font-weight: 650;
    line-height: .95
}

.about-editorial__numbers {
    background: rgb(211, 134, 65);
    color: var(--about-ink);
}

.about-editorial__numbers .col {
    border-color: rgba(17, 19, 21, .25);
    text-align: left;
    padding-left: 9%
}

.about-editorial__numbers b {
    color: white;
    font-family: var(--font-title);
    font-weight: 650;
    font-size: 42px;
    letter-spacing: -.06em
}

.about-editorial__numbers span {
    color: var(--about-cream);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em
}

.about-editorial__visit {
    background: var(--about-cream)
}

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

.about-editorial__visit-copy {
    padding: 55px 12%
}

.about-editorial__visit-image {
    height: 470px
}

.about-editorial__visit .about-editorial__button:hover {
    background: var(--about-ink);
    border-color: var(--about-ink);
    color: #fff !important
}

@media(max-width:991px) {
    .about-editorial__hero, .about-editorial__hero-row {
        min-height: 570px
    }

    .about-editorial__story {
        padding-top: 4.5rem
    }

    .about-editorial__visit .container {
        border-radius: 0
    }

    .about-editorial__numbers .col {
        padding-left: 8%
    }
}

@media(max-width:575px) {
    .about-editorial h1 {
        font-size: 49px
    }

    .about-editorial__hero, .about-editorial__hero-row {
        min-height: 500px
    }

    .about-editorial__hero:after {
        width: 280px;
        height: 280px;
        right: -100px;
        top: -100px
    }

    .about-editorial__story {
        padding-top: 3.5rem
    }

    .about-editorial__story-main {
        height: 370px
    }

    .about-editorial__story-small {
        height: 180px
    }

    .about-editorial__years {
        height: 177px;
        padding: 18px
    }

    .about-editorial__years b {
        font-size: 39px
    }

    .about-editorial__image-statement {
        height: 410px
    }

    .about-editorial__numbers b {
        font-size: 36px
    }

    .about-editorial__visit-copy {
        padding: 42px 28px
    }
}

/* Match the Collections hero dimensions and type scale exactly. */
.about-editorial h1 {
    /* font-size: clamp(46px, 5vw, 70px); */
    font-size: 60px;
    max-width: 550px
}

.about-editorial__hero, .about-editorial__hero-row {
    min-height: 540px
}

@media(max-width:991px) {
    .about-editorial__hero, .about-editorial__hero-row {
        min-height: 500px
    }
    .about-editorial__hero-image img{
        height: 100%;
    }
}

@media(max-width:575px) {
    .about-editorial__hero, .about-editorial__hero-row {
        min-height: 430px
    }
    
    .about-editorial__hero-image img{
        height: 100%;
    }
    .about-editorial__statement-image img{
        height: 100%;
    }
}

@media(max-width:575px) {
    .about-editorial h1 {
        font-size: 49px
    }
}

.new_about-editorial__kicker {
    margin: 0;
    color: #d38641;
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: 11px !important;
    font-weight: 800;
}


.header-area.menu-fixed a{
color: var(--heading-color) !important;
}

.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: white;
    text-transform: uppercase
}

@media(max-width:375px){
        .about-editorial h1{
            font-size: 40px;
                margin: 10px 0 16px
        }
        .about-editorial__lead{
            font-size: 15px !important;
        }
        .about-editorial__button {
            padding: 10px 10px;
        }
        .about-editorial h2 {
            font-size: 24px;
            line-height: 1.2;
            margin-bottom: 0px;
        }
        .about-editorial p {
            font-size: 15px;
        }
        .about-editorial__numbers b{
            font-size: 30px !important;
            letter-spacing: 1px;
        }
}

