/* PASTE THIS INTO css/modern-style.css */

:root {
    /* High Contrast Dark Luxury Theme */
    --bg-dark: #050505;
    --bg-card: #111111;
    --text-main: #f5f5f5;
    --gold: #D4AF37;
    --gold-hover: #F2D06B;
}

/* --- GLOBAL --- */
body {
    font-family: 'Lato', sans-serif;
    background-color: var(--bg-dark);
    color: var(--text-main);
    line-height: 1.8;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, .serif {
    font-family: 'Playfair Display', serif;
    color: var(--gold) !important;
    letter-spacing: 1px;
}

a { text-decoration: none; transition: 0.3s ease; }
p { color: #e0e0e0; }

/* --- NAVBAR --- */
.navbar {
    background: rgba(5, 5, 5, 0.95);
    border-bottom: 1px solid rgba(212, 175, 55, 0.3);
    padding: 15px 0;
    box-shadow: 0 5px 20px rgba(0,0,0,0.5);
}
.navbar-brand img { max-height: 55px; }
.nav-link {
    color: #ffffff !important;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 2px;
    font-weight: bold;
}
.nav-link:hover { color: var(--gold) !important; }

.nav-link.active {
    color: var(--gold) !important;
    border-bottom: 2px solid var(--gold);
}

/* --- SUB-PAGE HEADER --- */
.page-header {
    position: relative;
    padding: 120px 0 60px;
    background-color: #111;
    background-image: url('../img/slide-6.jpg'); 
    background-size: cover;
    background-position: center;
    margin-bottom: 50px;
}
.page-header-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.8);
}
.page-header h1 {
    position: relative;
    z-index: 2;
    font-size: 3.5rem;
    text-transform: uppercase;
    text-shadow: 0 5px 15px black;
}

/* --- HERO SLIDER --- */
.carousel-item {
    height: 85vh;
    min-height: 500px;
    position: relative;
}
.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
}
.slider-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: radial-gradient(circle, transparent 30%, rgba(0,0,0,0.95) 100%);
    box-shadow: inset 0 0 150px rgba(0,0,0,0.9);
    z-index: 2;
    pointer-events: none;
}
.carousel-caption { z-index: 3; bottom: 35%; }
.caption-bottom { bottom: 5% !important; padding-bottom: 20px; }
.hero-title {
    font-size: 3.5rem;
    text-transform: uppercase;
    font-weight: 700;
    color: white !important;
    text-shadow: 0 5px 20px rgba(0,0,0,1);
}

/* --- GOLD BUTTONS --- */
.btn-gold {
    background-color: var(--gold);
    color: #000 !important;
    font-weight: 900;
    padding: 12px 35px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: none;
    border-radius: 0;
    display: inline-block;
    margin-top: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    transition: all 0.3s;
}
.btn-gold:hover {
    background-color: white;
    color: black !important;
    box-shadow: 0 0 25px rgba(212, 175, 55, 0.7);
    transform: translateY(-2px);
}

/* --- SERVICE CARDS --- */
.service-card {
    background: var(--bg-card);
    padding: 30px;
    border: 1px solid #222;
    text-align: center;
    height: 100%;
    transition: transform 0.3s;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}
.service-card:hover {
    transform: translateY(-10px);
    border-color: var(--gold);
    box-shadow: 0 15px 40px rgba(212, 175, 55, 0.2);
}
.service-card img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 20px;
    filter: grayscale(100%);
    transition: 0.3s;
}
.service-card:hover img { filter: grayscale(0%); }
.service-card h4 { margin-bottom: 15px; font-size: 1.4rem; color: white; }

/* --- MASONRY WRAP LAYOUT --- */
.mosaic-wrapper {
    column-count: 4; 
    column-gap: 20px; 
    width: 100%;
    padding: 20px;
}

.gallery-item {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px; 
    break-inside: avoid; 
    position: relative;
    padding: 5px; 
    background-color: #1a1a1a;
    border: 1px solid #444;
    box-shadow: 0 10px 25px rgba(0,0,0,0.8);
    transition: all 0.4s ease;
    overflow: hidden;
}

.gallery-item:nth-child(odd) { transform: rotate(1deg); }
.gallery-item:nth-child(even) { transform: rotate(-1deg); }
.gallery-item:nth-child(5n) { transform: rotate(2deg); }

.gallery-item img {
    width: 100%;
    height: auto; 
    transition: 0.5s;
    opacity: 0.85;
    display: block;
}

.gallery-item:hover {
    transform: scale(1.05) rotate(0deg) !important; 
    z-index: 100;
    border-color: var(--gold);
    background-color: var(--gold);
    box-shadow: 0 0 30px rgba(212, 175, 55, 0.3);
}
.gallery-item:hover img { opacity: 1; }

.owner-card {
    display: inline-block; 
    width: 100%;
    margin-bottom: 20px;
    break-inside: avoid;
    background: var(--bg-card);
    border: 2px solid var(--gold);
    padding: 25px;
    text-align: center;
    box-shadow: 0 20px 50px rgba(0,0,0,0.95);
}
.owner-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 15px;
    border: 1px solid #333;
}

/* --- FOOTER & SECTIONS --- */
.contrast-section {
    background: #000;
    padding: 100px 0;
    text-align: center;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
}
.fb-container {
    background: #111; 
    padding: 40px; 
    border: 1px solid #333;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    margin-top: 60px;
}
footer {
    background: #020202;
    padding: 60px 0;
    border-top: 1px solid #222;
    color: #777;
}
.footer-nav { margin-bottom: 30px; }
.footer-nav a {
    color: #e0e0e0;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: bold;
    letter-spacing: 1.5px;
    margin: 0 15px;
    transition: all 0.3s ease;
    display: inline-block;
}
.footer-nav a:hover { color: var(--gold); transform: translateY(-2px); }
.veliy-link { color: #d63384; font-weight: bold; }

/* Mobile Adjustments */
@media(max-width: 992px) {
    .mosaic-wrapper {
        column-count: 3;
    }
}

@media(max-width: 768px) {
    .mosaic-wrapper {
        column-count: 2;
        gap: 10px;
    }
    .footer-nav a { 
        display: block; 
        margin: 10px 0; 
    }
    .hero-title { 
        font-size: 2rem; 
    }
    .navbar-brand img { 
        max-height: 45px; 
    }
}

@media(max-width: 576px) {
    .mosaic-wrapper {
        column-count: 1;
    }
}

/* --- ABOUT ME PAGE STYLES --- */
.story-content {
    font-size: 1.1rem;
    color: #ddd;
    line-height: 1.9;
}
.story-highlight {
    color: var(--gold);
    font-size: 1.5rem;
    font-family: 'Playfair Display', serif;
    margin-right: 5px;
    float: left;
    line-height: 1;
}

.founder-gallery img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border: 1px solid #333;
    transition: 0.3s;
}
.founder-gallery img:hover {
    transform: scale(1.05);
    border-color: var(--gold);
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
}

.map-container iframe {
    width: 100%;
    height: 300px;
    border: 1px solid #333;
    filter: grayscale(100%) invert(92%) contrast(83%);
}

/* Specific Styles for Services Page */
.service-row {
    margin-bottom: 80px;
    align-items: center;
    border-bottom: 1px solid #222;
    padding-bottom: 60px;
}
.service-row:last-child { border-bottom: none; }

.service-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border: 1px solid #444;
    padding: 5px; 
    background: #1a1a1a;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    transition: 0.3s;
}
.service-img:hover {
    transform: scale(1.02);
    border-color: var(--gold);
    box-shadow: 0 15px 40px rgba(212, 175, 55, 0.2);
}

.service-text h3 {
    color: var(--gold);
    font-size: 2rem;
    margin-bottom: 20px;
    border-left: 3px solid var(--gold);
    padding-left: 15px;
}
.service-text p {
    font-size: 1.1rem;
    color: #ccc;
    line-height: 1.8;
}

.feature-box {
    background: #111;
    padding: 30px;
    text-align: center;
    border: 1px solid #333;
    transition: 0.3s;
    height: 100%;
}
.feature-box:hover {
    border-color: var(--gold);
    transform: translateY(-5px);
}
.feature-icon {
    font-size: 2.5rem;
    color: var(--gold);
    margin-bottom: 20px;
}

.contact-form-container {
    background: #111;
    padding: 40px;
    border: 1px solid #333;
    box-shadow: 0 10px 40px rgba(0,0,0,0.5);
}

.form-control {
    background-color: #222;
    border: 1px solid #444;
    color: #fff;
    border-radius: 0;
    padding: 15px;
}
.form-control:focus {
    background-color: #222;
    color: #fff;
    border-color: var(--gold);
    box-shadow: 0 0 10px rgba(212, 175, 55, 0.2);
}

/* Sidebar Info Card (Consolidated) */
.info-card {
    background: #111;
    border: 1px solid #333;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

/* --- CALENDAR DARK MODE OVERRIDES --- */
:root {
    --fc-page-bg-color: #050505;
    --fc-border-color: #333;
    --fc-neutral-bg-color: #1a1a1a;
    --fc-list-event-hover-bg-color: #222;
    --fc-today-bg-color: rgba(212, 175, 55, 0.15);
    --fc-button-bg-color: var(--gold);
    --fc-button-border-color: var(--gold);
    --fc-button-text-color: #000;
    --fc-button-hover-bg-color: #fff;
    --fc-button-hover-border-color: #fff;
    --fc-button-hover-text-color: #000;
    --fc-button-active-bg-color: #fff;
    --fc-button-active-border-color: #fff;
    --fc-button-active-text-color: #000;
}

.fc { color: #f5f5f5; font-family: 'Lato', sans-serif; }
.fc-col-header-cell-cushion { color: var(--gold); text-decoration: none; font-family: 'Playfair Display', serif; font-size: 1.1rem; }
.fc-daygrid-day-number { color: #bbb; text-decoration: none; }
.fc-timegrid-slot-label-cushion { color: #888; }
.fc-event { border: none; }
.fc-h-event { background-color: var(--gold); border-color: var(--gold); color: black; font-weight: bold; }

/* --- INFO BOX & TOASTS --- */
.alert-info {
    background-color: #111 !important;
    border: 1px solid var(--gold) !important;
    color: #ddd !important;
    border-radius: 0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}
.alert-info strong { color: var(--gold); }
.alert-info img { border: 1px solid #333; opacity: 0.8; }

.toast {
    background-color: #111 !important;
    border: 1px solid #333;
    color: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
}
.toast-header {
    background-color: #222 !important;
    color: var(--gold) !important;
    border-bottom: 1px solid #333;
}
.btn-close { filter: invert(1); } 

/* --- MODAL --- */
.modal-content {
    background-color: #0a0a0a;
    border: 2px solid var(--gold);
    color: #fff;
    border-radius: 0;
    padding: 20px;
}
#bookingForm label { color: var(--gold); font-weight: bold; margin-top: 10px; display: block;}
#bookingForm input, #bookingForm select, #bookingForm textarea {
    background-color: #1a1a1a;
    border: 1px solid #444;
    color: white;
    width: 100%;
    padding: 10px;
    margin-top: 5px;
}
#bookingForm input:focus, #bookingForm select:focus, #bookingForm textarea:focus {
    border-color: var(--gold);
    outline: none;
}
#eventDetails {
    background-color: #111;
    color: #fff;
    border: 1px solid #333;
}
#eventDetails strong { color: var(--gold); }

/* --- LEGAL PAGES --- */
.legal-content {
    background: #111;
    padding: 40px;
    border: 1px solid #333;
    color: #ccc;
    font-size: 1rem;
    line-height: 1.8;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}
.legal-content h3 {
    color: var(--gold);
    margin-bottom: 20px;
    font-size: 1.8rem;
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
}
.legal-content h4, .legal-content h5 {
    color: #fff;
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 1.2rem;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}
.legal-content a { color: var(--gold); text-decoration: none; }
.legal-content a:hover { text-decoration: underline; }
.legal-content ul { padding-left: 20px; }
.legal-content li { margin-bottom: 10px; }