@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=Montserrat:wght@400;500;600&display=swap');

:root {
    --ink: #29231e;
    --gold: #b88945;
    --cream: #faf6ee;
    --muted: #756d65;
    --line: #e7ddd0
}
.container{
    max-width: 1500px !important;
}
body {
    font-family: Montserrat, Arial, sans-serif;
    color: var(--ink)
}

h1,
h2,
h3,
h4,
.serif {
    font-family: 'Cormorant Garamond', serif
}

.brand {
    font: 600 30px 'Cormorant Garamond';
    letter-spacing: 3px;
    color: var(--ink)
}

.brand small {
    display: block;
    font: 600 7px Montserrat;
    letter-spacing: 4px;
    color: var(--gold)
}

.nav-link {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.2px
}

.btn-gold {
    background: var(--gold);
    color: #fff;
    border: 1px solid var(--gold);
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 12px 21px
}

.btn-outline-gold {
    border: 1px solid var(--gold);
    color: var(--gold);
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 12px 21px
}

.hero {
    min-height: 720px;
    padding: 160px 0 90px;
    background: linear-gradient(90deg, #fffdf8f5, #fffdf890 48%, #fffdf810), url('https://images.unsplash.com/photo-1519741497674-611481863552?auto=format&fit=crop&w=2200&q=90') center/cover
}

.eyebrow {
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gold);
    font-weight: 600
}

.hero h1 {
    font-size: clamp(60px, 8vw, 105px);
    line-height: .84
}

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

.hero p {
    max-width: 560px;
    color: #625b54
}

.section {
    padding: 40px 0
}

.soft {
    background: var(--cream)
}

.title {
    font-size: 55px;
    line-height: .95
}

.muted {
    color: var(--muted)
}

.story-img {
    height: 530px;
    width: 100%;
    object-fit: cover
}

.category {
    height: 430px;
    position: relative;
    overflow: hidden
}

.category img,
.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s
}

.category:hover img,
.slide:hover img {
    transform: scale(1.05)
}

.category:after,
.slide:after {
    content: '';
    position: absolute;
    inset: 40% 0 0;
    background: linear-gradient(transparent, #000b)
}

.cattext,
.slidetext {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 22px;
    color: #fff
}

.cattext h3,
.slidetext h4 {
    font-size: 34px;
    margin: 3px 0
}

.cattext small,
.slidetext small {
    color: #e8c88f;
    letter-spacing: 2px
}

.carousel {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none
}

.carousel::-webkit-scrollbar {
    display: none
}

.slide {
    flex: 0 0 340px;
    height: 450px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    scroll-snap-align: start
}

.slidetext p {
    font-size: 10px;
    margin: 0
}

.controls button {
    width: 42px;
    height: 42px;
    background: #fff;
    border: 1px solid var(--gold);
    color: var(--gold)
}

.controls button:hover {
    background: var(--gold);
    color: #fff
}

.feature {
    height: 100%;
    border: 1px solid var(--line);
    padding: 28px;
    background: #fff
}

.feature-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--cream);
    color: var(--gold);
    font-size: 19px
}

.testimonial {
    border: 1px solid var(--line);
    padding: 35px;
    background: #fff
}

.testimonial p {
    font: 400 27px/1.25 'Cormorant Garamond';
}

/* =========================================================
   HERO
========================================================= */

.pagehero {
    padding: 20px 0;
    background:
        linear-gradient(
            120deg,
            #faf9f6,
            #fff
        );
}

.eyebrow {
    margin-bottom: 14px;
    color: var(--gold);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.pagehero h1 {
    max-width: 800px;
    margin-bottom: 22px;
    font-size: clamp(48px, 7vw, 90px);
    font-weight: 400;
    line-height: .98;
}

.pagehero p {
    max-width: 620px;
    font-size: 16px;
    line-height: 1.8;
}
.filter a {
    display: inline-block;
    border: 1px solid var(--line);
    padding: 8px 13px;
    margin: 4px;
    color: var(--muted);
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.video {
    aspect-ratio: 16/9;
    background: #eee
}
a {
    color: rgb(184 137 69);
}
.video iframe {
    width: 100%;
    height: 100%;
    border: 0
}

.contact {
    background: var(--cream);
    padding: 35px
}

.form-control,
.form-select {
    border-radius: 0;
    border-color: var(--line);
    padding: 13px;
    font-size: 12px
}

.mobilebar {
    display: none
}

footer {
    background: var(--ink);
    color: #d5cabe;
    padding: 45px 0 100px
}

.footerbrand {
    font: 400 35px 'Cormorant Garamond';
    color: #fff;
    letter-spacing: 3px
}
/* =========================================================
   FOOTER
========================================================= */

footer {
    padding: 70px 0;

    background: #0c0c0c;

    color: #fff;
}

.footerbrand {
    font-family: "Playfair Display", serif;

    font-size: 32px;

    letter-spacing: 5px;
}

footer p {
    color: rgba(255, 255, 255, .55);

    line-height: 1.8;
}


/* =========================================================
   MOBILE BAR
========================================================= */

.mobilebar {
    display: none;
}
@media(max-width:767px) {
    body {
        padding-bottom: 68px
    }

    .hero {
        min-height: 650px;
        padding: 135px 0 70px;
        background: linear-gradient(90deg, #fffdf8f0, #fffdf880), url('https://images.unsplash.com/photo-1519741497674-611481863552?auto=format&fit=crop&w=1200&q=85') center/cover
    }

    .hero h1 {
        font-size: 62px
    }

    .section {
        padding: 65px 0
    }

    .title {
        font-size: 46px
    }

    .story-img {
        height: 390px
    }

    .category {
        height: 390px
    }

    .slide {
        flex-basis: 82vw;
        height: 420px
    }

    .pagehero {
        padding: 130px 0 55px
    }

    .pagehero h1 {
        font-size: 58px
    }

    .mobilebar {
        display: flex;
        position: fixed;
        z-index: 2000;
        bottom: 0;
        left: 0;
        right: 0;
        height: 66px;
        background: #fff;
        border-top: 1px solid var(--line);
        box-shadow: 0 -8px 24px #33271818
    }

    .mobilebar a {
        flex: 1;
        text-align: center;
        padding-top: 8px;
        color: var(--ink);
        font-size: 8px;
        text-transform: uppercase;
        letter-spacing: .5px
    }

    .mobilebar i {
        display: block;
        font-style: normal;
        font-size: 20px;
        line-height: 22px;
        color: var(--gold)
    }

    footer {
        padding-bottom: 85px
    }
}

@media (max-width: 991px) {

    /* Center mobile menu */
    .navbar .navbar-collapse {
        text-align: center;
    }

    .navbar .navbar-nav {
        width: 100%;

        margin-left: 0 !important;

        align-items: center !important;

        justify-content: center !important;

        text-align: center;
    }

    .navbar .navbar-nav .nav-item {
        width: 100%;

        display: flex;

        justify-content: center;

        text-align: center;
    }

    .navbar .navbar-nav .nav-link {
        text-align: center;

        display: inline-block;
    }

    /* Center Get in Touch */
    .navbar .navbar-nav .btn-gold {
        margin-left: auto;
        margin-right: auto;
    }
}

/* =========================================================
   LUMEN HOMEPAGE — NEW DESIGN CSS
   Add this at the END of your existing style.css
========================================================= */

/* HERO */
.hero {
    position: relative;
    overflow: hidden;
}

.hero h1 {
    letter-spacing: -2px;
}

.hero-copy {
    max-width: 620px;
    line-height: 1.8;
}

.hero-note {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #8b8178;
    letter-spacing: 2px;
}

.hero-note span {
    display: block;
    width: 35px;
    height: 1px;
    background: var(--gold);
}


/* STORY IMAGE */
.story-img {
    height: 620px;
    object-fit: cover;
}

.image-label {
    position: absolute;
    left: 18px;
    bottom: 18px;
    padding: 8px 12px;
    background: rgba(255,255,255,.94);
    color: var(--ink);
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 2px;
}


/* STATS */
.stats-grid {
    border-top: 1px solid var(--line);
}

.stat {
    padding: 20px 10px;
    border-bottom: 1px solid var(--line);
}

.stat:nth-child(odd) {
    border-right: 1px solid var(--line);
}

.stat strong {
    display: block;
    color: var(--gold);
    font: 400 34px/1 'Cormorant Garamond', serif;
    margin-bottom: 5px;
}

.stat small {
    color: var(--muted);
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 1px;
}


/* CATEGORY CARDS */
.category {
    height: 520px;
    position: relative;
    overflow: hidden;
    display: block;
    color: #fff;
}

.category img {
    transition: transform .7s cubic-bezier(.2,.7,.2,1);
}

.category::after {
    inset: 35% 0 0;
    background: linear-gradient(
        to bottom,
        transparent,
        rgba(0,0,0,.78)
    );
}

.category:hover img {
    transform: scale(1.06);
}

.cattext {
    left: 25px;
    right: 25px;
    bottom: 25px;
}

.cattext h3 {
    font-size: 38px;
    font-weight: 400;
}

.cattext small {
    font-size: 8px;
}

.category-arrow {
    position: absolute;
    right: 0;
    bottom: 4px;
    font-size: 22px;
    transition: transform .3s ease;
}

.category:hover .category-arrow {
    transform: translateX(7px);
}


/* FEATURED GALLERY */
.slide {
    flex-basis: 360px;
    height: 470px;
}

.slide::after {
    inset: 40% 0 0;
    background: linear-gradient(
        to bottom,
        transparent,
        rgba(0,0,0,.82)
    );
}

.slide img {
    transition: transform .7s cubic-bezier(.2,.7,.2,1);
}

.slide:hover img {
    transform: scale(1.06);
}

.slidetext {
    left: 24px;
    right: 20px;
    bottom: 22px;
}

.slidetext h4 {
    font-size: 32px;
    font-weight: 400;
}

.slidetext small {
    font-size: 8px;
}

.slidetext p {
    font-size: 10px;
    color: rgba(255,255,255,.8);
}


/* GALLERY CONTROLS */
.controls {
    display: flex;
    gap: 8px;
}

.controls button {
    transition:
        background .25s ease,
        color .25s ease,
        transform .25s ease;
}

.controls button:hover {
    transform: translateY(-2px);
}


/* GALLERY LINK */
.gallery-link {
    text-decoration: none;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.gallery-link span {
    display: inline-block;
    transition: transform .25s ease;
}

.gallery-link:hover span {
    transform: translateX(6px);
}


/* FEATURE CARDS */
.feature {
    position: relative;
    min-height: 260px;
    padding: 32px;
    background: #fff;
    border: 1px solid var(--line);
    transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;
}

.feature:hover {
    transform: translateY(-5px);
    border-color: #d9c6aa;
    box-shadow: 0 18px 40px rgba(41,35,30,.07);
}

.feature-icon {
    margin-bottom: 22px;
}

.feature h3 {
    font-size: 30px;
    font-weight: 400;
    margin-top: 18px;
}

.feature p {
    font-size: 12px;
    line-height: 1.8;
}

.feature-number {
    position: absolute;
    top: 30px;
    right: 30px;
    color: #b7aea5;
    font-size: 8px;
    letter-spacing: 2px;
}


/* TESTIMONIAL */
.testimonial-section {
    background: var(--cream);
}

.testimonial {
    position: relative;
    padding: 50px 40px;
    border: 1px solid var(--line);
    background: #fff;
}

.quote-mark {
    margin-top: 15px;
    color: var(--gold);
    font: 400 75px/.8 'Cormorant Garamond', serif;
}

.testimonial p {
    max-width: 720px;
    margin: 20px auto 25px;
    font: 400 32px/1.3 'Cormorant Garamond', serif;
}

.testimonial-line {
    width: 40px;
    height: 1px;
    margin: 25px auto;
    background: var(--gold);
}


/* FINAL CTA */
.final-cta {
    padding-top: 105px;
    padding-bottom: 110px;
}

.final-cta p {
    font-size: 12px;
    line-height: 1.8;
}


/* BUTTON HOVER */
.btn-gold,
.btn-outline-gold {
    transition:
        background .25s ease,
        color .25s ease,
        transform .25s ease,
        box-shadow .25s ease;
}

.btn-gold:hover {
    background: #a5783a;
    border-color: #a5783a;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(184,137,69,.22);
}

.btn-outline-gold:hover {
    background: var(--gold);
    color: #fff;
    transform: translateY(-2px);
}


/* NAVBAR BOTTOM LINE */
.navbar {
    border-bottom: 1px solid rgba(41,35,30,.08);
}

.social-disabled {
    opacity: .45;
    cursor: not-allowed;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .hero {
        min-height: 650px;
    }

    .hero h1 {
        font-size: 62px;
        letter-spacing: -1px;
    }

    .hero-copy {
        font-size: 12px;
        line-height: 1.75;
    }

    .hero-note {
        margin-top: 30px !important;
    }

    .story-img {
        height: 430px;
    }

    .stat {
        padding: 18px 8px;
    }

    .stat strong {
        font-size: 30px;
    }

    .category {
        height: 390px;
    }

    .cattext h3 {
        font-size: 32px;
    }

    .slide {
        flex-basis: 82vw;
        height: 430px;
    }

    .feature {
        min-height: auto;
        padding: 28px;
    }

    .testimonial {
        padding: 40px 22px;
    }

    .testimonial p {
        font-size: 28px;
    }

    .final-cta {
        padding-top: 75px;
        padding-bottom: 85px;
    }
}


/* SMALL PHONES */
@media (max-width: 400px) {

    .hero h1 {
        font-size: 54px;
    }

    .title {
        font-size: 42px;
    }

    .category {
        height: 360px;
    }

    .slide {
        height: 400px;
    }
}

/* =========================================================
   LUMEN HERO CAROUSEL
========================================================= */

.hero-carousel {
    position: relative;
    min-height: 760px;
    padding: 0 !important;
    overflow: hidden;
    background: #eee;
}


/* Carousel */

.hero-carousel .carousel,
.hero-carousel .carousel-inner,
.hero-carousel .carousel-item {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;
}

.hero-carousel .carousel-item img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    transform: scale(1.04);

    transition: transform 6s ease;
}

.hero-carousel .carousel-item.active img {
    transform: scale(1);
}


/* Overlay */

.hero-carousel::after {
    content: "";

    position: absolute;
    inset: 0;

    z-index: 1;

    background:
        linear-gradient(
            90deg,
            rgba(255,253,248,.94) 0%,
            rgba(255,253,248,.78) 35%,
            rgba(255,253,248,.25) 70%,
            rgba(255,253,248,.02) 100%
        );
}


/* Content */

.hero-content {
    position: relative;

    z-index: 3;

    min-height: 400px;

    display: flex;
    align-items: center;

    padding: 100px 0 80px;
}

.hero-carousel h1 {
    font-size: clamp(60px, 8vw, 105px);

    line-height: .84;

    letter-spacing: -2px;
}


/* Description */

.hero-copy {
    max-width: 500px;

    font-size: 12px;

    line-height: 1.7;

    color: #625b54;

    margin-bottom: 22px;
}


/* =========================================================
   LEFT / RIGHT BUTTONS
========================================================= */

.hero-prev,
.hero-next {
    z-index: 6;

    top: auto;
    bottom: 35px;

    width: 48px;
    height: 48px;

    opacity: 1;

    border: 1px solid rgba(184,137,69,.7);

    background: rgba(255,255,255,.85);

    transition:
        background .25s ease,
        color .25s ease,
        transform .25s ease;
}

.hero-prev {
    left: auto;
    right: 100px;
}

.hero-next {
    right: 42px;
}

.hero-arrow {
    font-size: 18px;

    line-height: 1;

    color: var(--gold);
}

.hero-prev:hover,
.hero-next:hover {
    background: var(--gold);

    transform: translateY(-2px);
}

.hero-prev:hover .hero-arrow,
.hero-next:hover .hero-arrow {
    color: #fff;
}


/* Remove Bootstrap default icon */

.hero-prev .carousel-control-prev-icon,
.hero-next .carousel-control-next-icon {
    display: none;
}


/* =========================================================
   INDICATORS
========================================================= */

.hero-indicators {
    position: absolute;

    z-index: 6;

    left: 50%;

    bottom: 58px;

    transform: translateX(-50%);

    display: flex;

    gap: 7px;
}

.hero-indicators button {
    width: 28px;
    height: 2px;

    padding: 0;

    border: 0;

    background: rgba(41,35,30,.35);

    opacity: 1;
}

.hero-indicators button.active {
    width: 50px;

    background: var(--gold);
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    body {
        overflow-x: hidden;
    }

    .navbar {
        position: sticky;
        z-index: 1100;
    }

    .navbar > .container {
        position: relative;
    }

    .navbar .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 1101;
        padding: 18px 16px 22px !important;
        background: #fff;
        border-top: 1px solid var(--line);
        box-shadow: 0 14px 24px rgba(41, 35, 30, .12);
    }

    .hero-carousel {
        min-height: 0;
        height: auto;
        overflow: visible;
        background: var(--cream);
    }

    .hero-carousel .carousel {
        position: relative;
        inset: auto;
        height: auto;
        aspect-ratio: 1200 / 587;
        background: #f7f3ec;
    }

    .hero-carousel .carousel-inner,
    .hero-carousel .carousel-item {
        position: absolute;
        inset: 0;
        height: 100%;
    }

    .hero-content {
        min-height: 0;
        align-items: flex-start;
        padding: 42px 0 46px;
        background: var(--cream);
    }

    .hero-carousel .carousel-item img {
        object-fit: contain;
        object-position: center center;
        transform: none;
        background: #f7f3ec;
    }

    .hero-carousel::after {
        display: none;
    }

    .hero-carousel h1 {
        font-size: 58px;
        line-height: .87;
    }

    .hero-copy {
        max-width: 100%;

        font-size: 11px;

        line-height: 1.65;

        margin-bottom: 18px;
    }


    /* Mobile arrows */

    .hero-prev,
    .hero-next {
        bottom: 16px;

        width: 42px;
        height: 42px;
    }

    .hero-prev {
        left: 20px;
        right: auto;
    }

    .hero-next {
        right: 20px;
    }


    /* Mobile indicators */

    .hero-indicators {
        bottom: 27px;
    }

    .hero-indicators button {
        width: 18px;
    }

    .hero-indicators button.active {
        width: 35px;
    }

}
/* =========================================================
   LIGHTBOX
========================================================= */

.lightbox {
    position: fixed;
    inset: 0;

    z-index: 9999;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(8, 8, 8, .97);

    opacity: 0;
    visibility: hidden;

    transition:
        opacity .4s ease,
        visibility .4s ease;
}

.lightbox.active {
    opacity: 1;
    visibility: visible;
}


/* =========================================================
   LIGHTBOX IMAGE AREA
========================================================= */

.lightbox-image-area {
    position: relative;

    width: min(88vw, 1300px);
    height: 80vh;

    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-image {
    max-width: 100%;
    max-height: 100%;

    object-fit: contain;

    opacity: 0;

    transform: scale(.96);

    transition:
        opacity .4s ease,
        transform .4s ease;
}

.lightbox-image.loaded {
    opacity: 1;
    transform: scale(1);
}


/* =========================================================
   LIGHTBOX CLOSE
========================================================= */

.lightbox-close {
    position: absolute;

    top: 28px;
    right: 35px;

    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255, 255, 255, .3);

    border-radius: 50%;

    background: transparent;

    color: #fff;

    font-size: 28px;
    font-weight: 200;

    cursor: pointer;

    transition: .3s ease;
}

.lightbox-close:hover {
    background: #fff;
    color: #111;
}


/* =========================================================
   LIGHTBOX ARROWS
========================================================= */

.lightbox-arrow {
    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    width: 55px;
    height: 55px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255, 255, 255, .35);

    border-radius: 50%;

    background: rgba(0, 0, 0, .2);

    color: #fff;

    font-size: 25px;

    cursor: pointer;

    transition: .3s ease;
}

.lightbox-arrow:hover {
    background: #fff;
    color: #111;
}

.lightbox-prev {
    left: 30px;
}

.lightbox-next {
    right: 30px;
}


/* =========================================================
   LIGHTBOX INFO
========================================================= */

.lightbox-info {
    position: absolute;

    left: 40px;
    bottom: 35px;

    max-width: 500px;

    color: #fff;
}

.lightbox-tag {
    margin-bottom: 9px;

    color: var(--gold-light);

    font-size: 10px;
    letter-spacing: 3px;

    text-transform: uppercase;
}

.lightbox-title {
    margin: 0 0 7px;

    font-family: "Playfair Display", serif;

    font-size: 32px;
    font-weight: 400;
}

.lightbox-desc {
    margin: 0;

    color: rgba(255, 255, 255, .65);

    font-size: 13px;
}


/* =========================================================
   LIGHTBOX COUNTER
========================================================= */

.lightbox-counter {
    position: absolute;

    right: 40px;
    bottom: 40px;

    color: rgba(255, 255, 255, .7);

    font-size: 11px;
    letter-spacing: 2px;
}


/* =========================================================
   LIGHTBOX THUMBNAILS
========================================================= */

.lightbox-thumbs {
    position: absolute;

    left: 50%;
    bottom: 20px;

    display: flex;

    gap: 5px;

    transform: translateX(-50%);

    max-width: 40vw;

    overflow: hidden;
}

.lightbox-thumb {
    width: 45px;
    height: 35px;

    flex-shrink: 0;

    border: 1px solid transparent;

    opacity: .45;

    object-fit: cover;

    cursor: pointer;

    transition: .3s ease;
}

.lightbox-thumb:hover,
.lightbox-thumb.active {
    opacity: 1;
    border-color: var(--gold);
}
/* =========================================================
   CTA
========================================================= */

.gallery-cta {
    padding: 120px 20px;

    text-align: center;

    background: #111;

    color: #fff;
}

.gallery-cta h2 {
    margin-bottom: 20px;

    font-size: clamp(40px, 6vw, 70px);

    font-weight: 400;
}

.gallery-cta p {
    max-width: 550px;

    margin: 0 auto 35px;

    color: rgba(255, 255, 255, .6);

    line-height: 1.8;
}
