/**
 * Luiggia's Table Custom Styles
 * Warm, intimate, old-world Italian aesthetic
 * Colors: Warm Sepia Brown #6F5A48, Muted Antique Gold #C2A15A, Soft Charcoal #2E2A26
 */

/* ========== Typography ========== */
.luiggias-body {
    font-family: 'Cormorant Garamond', serif;
    color: #2E2A26;
    padding-top: 80px !important;
        /* Space for fixed header */
}

.luiggias-script {
    font-family: 'Great Vibes', 'Bickham Script Pro', cursive;
    font-weight: 400;
    font-style: italic;
}

/* ========== Color Overrides ========== */
.luiggias-body,
.luiggias-header,
.luiggias-footer {
    background-color: #FAF6EF;
}

.luiggias-header {
    background-color: #6F5A48 !important;
}

.luiggias-header .header-top {
    background-color: #5A4737 !important;
    border-bottom: 1px solid #8B7355;
}

.luiggias-header .header-upper {
    background-color: #6F5A48 !important;
}

.luiggias-header .logo-box {
    background-color: #6F5A48 !important;
}

.luiggias-header .header-top a,
.luiggias-header .header-top li {
    color: #FAF6EF !important;
}

.luiggias-header .navigation a {
    color: #FAF6EF !important;
}

.luiggias-header .navigation a:hover {
    color: #FFF7F4 !important;
}

/* Change the diamond separator to cream */
.luiggias-header .header-top .top-info li:after {
    border-color: #FFF7F4 !important;
}

/* Fix the dropdown arrow color */
.luiggias-header .main-menu .navigation>li.dropdown>a:after {
    color: #FFF7F4 !important;
}

/* Change navigation underline on hover to cream */
.luiggias-header .main-menu .navigation>li>a::before {
    border-color: #FFF7F4 !important;
}

/* Back to Pasta Prego link styling */
.back-to-pasta-prego {
    font-size: 0.9em;
    opacity: 0.8;
}

.back-to-pasta-prego:hover {
    opacity: 1;
}

/* ========== Text-based Logo with Photo ========== */
.luiggias-text-logo a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}

.logo-photo {
    width: 110px !important;
    height: 110px !important;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
    border: 5px solid #FAF6EF !important;
    background-color: #FAF6EF !important;
    padding: 8px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
}

.luiggias-text-logo a:hover .logo-photo {
    border-color: #C2A15A !important;
    background-color: #FAF6EF !important;
}

.logo-script {
    font-family: 'Great Vibes', 'Bickham Script Pro', cursive;
    font-size: 48px;
    color: #FFF7F4 !important;
    line-height: 1.2;
    margin-bottom: 5px;
}

.logo-subtitle {
    font-family: 'Cormorant Garamond', serif;
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #FFF7F4 !important;
    font-weight: 500;
}

.luiggias-text-logo a:hover .logo-script,
.luiggias-text-logo a:hover .logo-subtitle {
    color: #C2A15A !important;
}

/* ========== Header Scroll Behavior ========== */
.luiggias-header.fixed-header .header-upper {
    background: #6F5A48 !important;
}

.luiggias-header.fixed-header .main-box .logo-box {
    opacity: 1 !important;
    visibility: visible !important;
    padding: 10px 0 !important;
}

.luiggias-header.header-down,
.luiggias-header.header-up {
    top: 0 !important;
}

.luiggias-header .logo-box {
    opacity: 1 !important;
    padding: 20px 0 !important;
}

body.luiggias-body .main-header.fixed-header {
    background: #6F5A48 !important;
}

body.luiggias-body .main-header.fixed-header .header-upper {
    background: #6F5A48 !important;
}

/* Make header collapse when scrolling */
.luiggias-header.fixed-header .logo-photo {
    width: 60px !important;
    height: 60px !important;
}

.luiggias-header.fixed-header .logo-script {
    font-size: 32px !important;
}

.luiggias-header.fixed-header .logo-subtitle {
    font-size: 9px !important;
}

.luiggias-header.fixed-header .main-menu .navigation>li {
    padding: 15px 0 !important;
}

.luiggias-header.fixed-header .header-upper .links-box {
    padding: 10px 0 !important;
}

/* ========== Buttons ========== */
body.luiggias-body .btn,
body.luiggias-body button.btn,
body.luiggias-body a.btn,
body.luiggias-body .btn-red,
body.luiggias-body .btn.btn-red,
body.luiggias-body .btn-lg,
body.luiggias-body .luiggias-btn,
body.luiggias-body .luiggias-btn-gold,
.luiggias-header .btn,
.luiggias-header .btn-red,
.luiggias-header .btn.btn-lg,
.luiggias-header .luiggias-btn,
.luiggias-hero .btn,
.luiggias-hero .luiggias-btn-gold,
.luiggias-cta .btn,
.luiggias-hero .hero-cta .btn,
.luiggias-hero .hero-cta .btn-lg,
.luiggias-hero .hero-cta .luiggias-btn-gold,
.luiggias-hero .hero-cta a.btn {
    background-color: #C2A15A !important;
    background: #C2A15A !important;
    border-color: #C2A15A !important;
    color: #2E2A26 !important;
}

body.luiggias-body .btn:hover,
body.luiggias-body button.btn:hover,
body.luiggias-body a.btn:hover,
body.luiggias-body .btn-red:hover,
body.luiggias-body .btn.btn-red:hover,
body.luiggias-body .btn-lg:hover,
body.luiggias-body .luiggias-btn:hover,
body.luiggias-body .luiggias-btn-gold:hover,
.luiggias-header .btn:hover,
.luiggias-header .btn-red:hover,
.luiggias-header .luiggias-btn:hover,
.luiggias-hero .btn:hover,
.luiggias-hero .luiggias-btn-gold:hover,
.luiggias-cta .btn:hover,
.luiggias-hero .hero-cta .btn:hover,
.luiggias-hero .hero-cta .btn-lg:hover,
.luiggias-hero .hero-cta .luiggias-btn-gold:hover,
.luiggias-hero .hero-cta a.btn:hover {
    background-color: #FAF6EF !important;
    background: #FAF6EF !important;
    border-color: #C2A15A !important;
    color: #2E2A26 !important;
}

/* Button slide effect pseudo elements */
body.luiggias-body .btn:before,
body.luiggias-body .btn:after,
body.luiggias-body .luiggias-btn:before,
body.luiggias-body .luiggias-btn:after,
body.luiggias-body .luiggias-btn-gold:before,
body.luiggias-body .luiggias-btn-gold:after,
.luiggias-hero .hero-cta .btn:before,
.luiggias-hero .hero-cta .btn:after {
    background: #C2A15A !important;
    display: block !important;
}

body.luiggias-body .btn:hover:before,
body.luiggias-body .btn:hover:after,
body.luiggias-body .luiggias-btn:hover:before,
body.luiggias-body .luiggias-btn:hover:after,
body.luiggias-body .luiggias-btn-gold:hover:before,
body.luiggias-body .luiggias-btn-gold:hover:after,
.luiggias-hero .hero-cta .btn:hover:before,
.luiggias-hero .hero-cta .btn:hover:after {
    width: 0 !important;
}

/* ========== Hero Section ========== */
.luiggias-hero {
    position: relative;
    min-height: 75vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    /* Space for fixed header */
}

.luiggias-hero .hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.luiggias-hero .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #6F5A48 0%, #5A4737 100%) !important;
    z-index: 1;
}

.luiggias-hero .auto-container {
    position: relative;
    z-index: 2;
}

.luiggias-hero .hero-content {
    text-align: center;
    color: #FAF6EF;
    padding: 60px 20px;
}

.luiggias-hero h1 {
    font-size: 5em;
    color: #FAF6EF;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.luiggias-hero .hero-subtitle {
    font-size: 1.4em;
    color: #FAF6EF;
    margin-bottom: 40px;
    font-weight: 300;
    line-height: 1.6;
}

.luiggias-hero .hero-cta {
    margin-top: 40px;
}

/* ========== Section Styling ========== */
.section-padding {
    padding: 80px 0;
}

.section-label {
    display: block;
    font-size: 0.9em;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #C2A15A;
    margin-bottom: 15px;
    font-weight: 500;
}

.decorative-line {
    width: 80px;
    height: 2px;
    background-color: #C2A15A;
    margin: 20px auto;
}

/* ========== Introduction Section ========== */
.luiggias-intro {
    background-color: #FAF6EF;
}

.luiggias-intro h2 {
    font-size: 2.5em;
    color: #2E2A26;
    margin-bottom: 20px;
    font-weight: 600;
}

.luiggias-intro .lead-text {
    font-size: 1.3em;
    color: #2E2A26;
    line-height: 1.8;
    margin-bottom: 20px;
    font-weight: 500;
}

.luiggias-intro p {
    font-size: 1.1em;
    color: #2E2A26;
    line-height: 1.8;
}

/* ========== Story Preview Section ========== */
.luiggias-story-preview {
    background-color: #F5F1E8;
    padding: 100px 0;
}

.story-image-container {
    text-align: center;
    padding: 20px;
}

.vintage-photo {
    max-width: 100%;
    border: 8px solid #FAF6EF;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    filter: sepia(20%);
}

.photo-caption {
    font-family: 'Great Vibes', 'Bickham Script Pro', cursive;
    font-size: 1.5em;
    color: #6F5A48;
    margin-top: 20px;
    font-style: italic;
}

.story-content {
    padding: 40px;
}

.story-content h2 {
    font-size: 2.2em;
    color: #2E2A26;
    margin-bottom: 25px;
    font-weight: 600;
}

.story-content p {
    font-size: 1.15em;
    color: #2E2A26;
    line-height: 1.8;
    margin-bottom: 20px;
}

.luiggias-link {
    display: inline-block;
    color: #C2A15A;
    font-weight: 600;
    font-size: 1.1em;
    text-decoration: none;
    margin-top: 20px;
    transition: all 0.3s ease;
}

.luiggias-link:hover {
    color: #A88A48;
    text-decoration: none;
}

/* ========== Experience Section ========== */
.luiggias-experience {
    background-color: #FAF6EF;
}

.luiggias-experience h2 {
    font-size: 2.5em;
    color: #2E2A26;
    margin-bottom: 20px;
    font-weight: 600;
}

.experience-card {
    text-align: center;
    padding: 40px 20px;
    background-color: #F5F1E8;
    border-radius: 8px;
    margin-bottom: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.experience-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(111, 90, 72, 0.15);
}

.experience-icon {
    font-size: 3em;
    color: #C2A15A;
    margin-bottom: 20px;
}

.experience-card h3 {
    font-size: 1.5em;
    color: #2E2A26;
    margin-bottom: 15px;
    font-weight: 600;
}

.experience-card p {
    font-size: 1.05em;
    color: #2E2A26;
    line-height: 1.7;
}

/* ========== Call to Action Section ========== */
.luiggias-cta {
    background: linear-gradient(135deg, #6F5A48 0%, #5A4737 100%);
    padding: 100px 0;
    color: #FAF6EF;
}

.luiggias-cta h2 {
    font-size: 4em;
    color: #FAF6EF;
    margin-bottom: 20px;
}

.luiggias-cta .cta-text {
    font-size: 1.3em;
    color: #FAF6EF;
    margin-bottom: 40px;
    font-weight: 300;
}

/* ========== Footer ========== */
.luiggias-footer {
    background-color: #2E2A26;
    color: #FAF6EF;
}

.luiggias-footer .social-title {
    color: #C2A15A;
}

.luiggias-footer a {
    color: #FAF6EF;
    transition: color 0.3s ease;
}

.luiggias-footer a:hover {
    color: #C2A15A;
    text-decoration: none;
}

.luiggias-footer .footer-bottom-area {
    background-color: #1F1C19;
    border-top: 1px solid #3D3631;
}

.back-to-main {
    display: inline-block;
    margin-top: 20px;
    color: #C2A15A !important;
    font-weight: 600;
    font-size: 1.1em;
}

/* ========== Scroll to Top Button ========== */
.scroll-area i {
    background: #6F5A48 !important;
    color: #FFF7F4 !important;
}

.scroll-area::after,
.scroll-area::before {
    border-color: #6F5A48 !important;
}

.scroll-area i:hover {
    background: #C2A15A !important;
}

/* ========== Page Banners ========== */
.luiggias-body .page-banner-area {
    padding-top: 250px !important;
    padding-bottom: 100px !important;
}

/* ========== Story Page Styling ========== */
.family-quote {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 1.3em !important;
    color: #6F5A48;
    font-style: italic;
    padding: 30px 40px;
    border-left: 4px solid #C2A15A;
    background-color: #F5F1E8;
    margin: 30px 0;
    font-weight: 500;
}

/* ========== Preloader Override ========== */
.luiggias-body .preloader {
    background-color: #6F5A48;
}

.luiggias-body .spinner div {
    background-color: #C2A15A;
}

/* ========== Responsive Design ========== */
@media (max-width: 991px) {
    .luiggias-hero h1 {
        font-size: 3.5em;
    }

    .story-content {
        padding: 40px 20px;
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .luiggias-hero h1 {
        font-size: 2.5em;
    }

    .luiggias-hero .hero-subtitle {
        font-size: 1.1em;
    }

    .luiggias-cta h2 {
        font-size: 2.5em;
    }
}

.page-banner-area .hero-cta {
    margin-top: 40px !important;
}

/* Mobile menu styling for Luiggia's pages */
.luiggias-body .hidden-bar {
    background-color: #6F5A48 !important;
}

.luiggias-body .hidden-bar h2,
.luiggias-body .hidden-bar .navigation a,
.luiggias-body .hidden-bar .info,
.luiggias-body .hidden-bar .info a {
    color: #FAF6EF !important;
}

.luiggias-body .info-bar {
    background-color: #6F5A48 !important;
}

.luiggias-body .info-bar h2,
.luiggias-body .info-bar .info,
.luiggias-body .info-bar .info a {
    color: #FAF6EF !important;
}

.luiggias-body .hidden-bar .separator span {
    background-color: #C2A15A !important;
}

.luiggias-body .info-bar .separator span {
    background-color: #C2A15A !important;
}