:root {
    --lumine-navy: #07172D;
    --lumine-gold: #D8C087;
    --lumine-ivory: #F7F3EA;
    --lumine-white: #FFFFFF;
    --lumine-ink: #162338;
    --lumine-border: rgba(7, 23, 45, 0.14);
    --lumine-shadow: 0 16px 40px rgba(7, 23, 45, 0.12);
}

body {
    background: var(--lumine-white);
    color: var(--lumine-ink);
}
.brand-about-section {
    background: var(--lumine-ivory);
    margin-top: 2.5rem;
    padding-right: 3rem;
}

a {
    color: var(--lumine-navy);
}

a:hover,
a:focus {
    color: var(--lumine-navy);
}

.brand-header {
    background: var(--lumine-navy);
    color: var(--lumine-ivory);
    border-bottom: 1px solid rgba(216, 192, 135, 0.35);
    padding: 10px 0;
}

.brand-header p {
    color: var(--lumine-ivory);
    margin-bottom: 2px;
}

.brand-header .hr span,
.brand-header .con span:first-child {
    color: var(--lumine-gold);
    font-weight: 600;
}

.brand-header .time strong,
.brand-header .icon {
    color: var(--lumine-gold);
}
.brand-header .topper .icon {
    background: rgba(216, 192, 135, 0.12);
    border: 1px solid rgba(216, 192, 135, 0.35);
}

.brand-header .topper .icon span,
.brand-header .topper .text .con span:first-child,
.brand-header .topper .text .con span,
.brand-header .topper .text .hr span,
.brand-header .topper .text .time span:last-child {
    color: var(--lumine-gold);
}

.brand-header .topper .text .con span:last-child,
.brand-header .topper .text .time span:first-child {
    color: var(--lumine-ivory);
}

.brand-wordmark {
    display: block;
    width: 240px;
    max-height: 92px;
    object-fit: contain;
    margin: 0 auto;
}

.moving-navbar {
    position: sticky !important;
    z-index: 1050 !important;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--lumine-ivory) !important;
    border-bottom: 1px solid var(--lumine-border);
}

#ftco-nav {
    display: block !important;
    z-index: 1052 !important;
}

#ftco-nav .nav-link {
    border-radius: 999px;
    color: var(--lumine-navy);
    font-weight: 600;
    letter-spacing: 0.08em;
    margin: 0.5rem 0.2rem;
    padding: 0.65rem 1rem;
    transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

#ftco-nav .nav-link::after {
    content: none;
}

#ftco-nav .nav-link:hover {
    background: rgba(7, 23, 45, 0.08);
    color: var(--lumine-navy);
    transform: translateY(-1px);
}

#ftco-nav .active > .nav-link {
    background: var(--lumine-gold);
    box-shadow: 0 5px 14px rgba(7, 23, 45, 0.14);
    color: var(--lumine-navy);
}

.dropdown-menu {
    background: var(--lumine-navy);
    border: 1px solid rgba(216, 192, 135, 0.35);
}

.dropdown-menu .dropdown-item {
    color: var(--lumine-ivory);
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
    background: var(--lumine-gold);
    color: var(--lumine-navy);
}

.carousel-item {
    height: 68vh;
    min-height: 520px;
    position: relative;
}

.carousel-item::after {
    background: linear-gradient(90deg, rgba(7, 23, 45, 0.66), rgba(7, 23, 45, 0.12));
    content: "";
    inset: 0;
    position: absolute;
}

.hero-media {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.brand-hero-caption {
    bottom: auto;
    left: 8%;
    right: auto;
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.brand-hero-caption h1 {
    color: var(--lumine-ivory);
    font-size: clamp(2rem, 4vw, 3.75rem);
    max-width: 720px;
    text-shadow: 0 3px 18px rgba(7, 23, 45, 0.5);
}

.hero-wordmark {
    border: 0;
    filter: drop-shadow(0 4px 14px rgba(7, 23, 45, 0.55));
    margin-bottom: 24px;
    max-width: 520px;
    width: min(42vw, 520px);
}

.carousel-indicators li {
    background-color: var(--lumine-gold);
}

.btn-primary,
.btncolor,
.visit,
.view,
.btn-custom {
    background: var(--lumine-gold) !important;
    border: 1px solid var(--lumine-gold) !important;
    border-radius: 4px;
    color: var(--lumine-navy) !important;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.btn-primary:hover,
.btn-primary:focus,
.btncolor:hover,
.btncolor:focus,
.visit:hover,
.visit:focus,
.view:hover,
.view:focus,
.btn-custom:hover,
.btn-custom:focus {
    background: var(--lumine-navy) !important;
    border-color: var(--lumine-navy) !important;
    color: var(--lumine-ivory) !important;
}

.btn-primary:focus,
.btncolor:focus,
.visit:focus,
.view:focus,
.btn-custom:focus,
.nav-link:focus {
    box-shadow: 0 0 0 3px rgba(216, 192, 135, 0.48) !important;
    outline: none;
}

.visit {
    font-size: 1.05rem;
    padding: 0.9rem 1.6rem;
}

.view {
    font-size: 0.9rem;
    margin-top: auto;
    padding: 0.55rem 1.3rem;
    pointer-events: auto;
}

.heading-section .subheading {
    color: var(--lumine-navy);
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.heading-section h2,
.heading,
h1,
h2,
h3 {
    color: var(--lumine-navy);
}

.services .icon {
    background: var(--lumine-navy);
    border: 2px solid var(--lumine-gold);
    color: var(--lumine-gold);
}

.ftco-services .services .icon span {
    color: var(--lumine-gold);
}

.card {
    border: 1px solid var(--lumine-border);
    box-shadow: 0 10px 28px rgba(7, 23, 45, 0.08);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.product-img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.hcard {
    height: 60px !important;
}

.hcard2 {
    height: 40px !important;
}

.hero-wrap .overlay {
    background: var(--lumine-navy);
}

.hero-wrap .bread {
    color: var(--lumine-ivory);
}

