/*
Theme Name: Luxture Custom Theme
Theme URI: https://luxture.com
Author: Antigravity
Author URI: https://luxture.com
Description: A premium, custom WordPress theme built for Luxture Italian Finishes.
Version: 1.0.0
Text Domain: luxture
*/
:root {
    --primary-white: #FFFFFF;
    --primary-black: #000000;
    --accent-gold: #EBB82E;
    --text-dark: #111111;
    --text-light: #FFFFFF;
    --text-muted: #7A7A7A;
    --whatsapp-green: #25D366;
    --font-heading: 'Josefin Sans', sans-serif;
    --font-body: 'Montserrat', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    font-family: var(--font-body);
    color: var(--text-dark);
    background-color: var(--primary-white);
    line-height: 1.7;
    overflow-x: hidden;
}

a { text-decoration: none; color: inherit; transition: color 0.3s; }
ul { list-style: none; }
img { display: block; width: 100%; }

/* ===================== HEADER ===================== */
.header {
    background-color: var(--primary-black);
    color: var(--text-light);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.2rem 6%;
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: padding 0.4s ease, box-shadow 0.4s ease;
}
.header.scrolled {
    padding: 0.6rem 6%;
    box-shadow: 0 4px 20px rgba(0,0,0,0.5);
}
.logo h2 {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 4px;
}
.logo a { color: white; }
.nav ul { display: flex; gap: 2.5rem; }
.nav a {
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ccc;
    transition: color 0.3s;
    position: relative;
    padding-bottom: 4px;
}
.nav a::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 0; height: 2px;
    background: var(--accent-gold);
    transition: width 0.3s ease;
}
.nav a:hover { color: var(--accent-gold); }
.nav a:hover::after { width: 100%; }

/* ===================== BUTTONS ===================== */
.btn {
    padding: 0.8rem 2rem;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 3px;
    transition: all 0.3s ease;
    display: inline-block;
    cursor: pointer;
    border: 2px solid transparent;
}
.btn-primary {
    border-color: var(--accent-gold);
    color: var(--accent-gold);
    background: transparent;
}
.btn-primary:hover {
    background: var(--accent-gold);
    color: var(--primary-black);
}
.btn-gold {
    background: var(--accent-gold);
    color: var(--primary-black);
    border-color: var(--accent-gold);
}
.btn-gold:hover {
    background: transparent;
    color: var(--accent-gold);
}
.btn-dark {
    background: var(--primary-black);
    color: var(--text-light);
    border-color: var(--primary-black);
}
.btn-dark:hover {
    background: transparent;
    color: var(--primary-black);
}

/* ===================== HERO ===================== */
.hero {
    position: relative;
    height: 88vh;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #111;
}
.hero-slider {
    position: absolute;
    inset: 0;
}
.hero-slider .slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1.2s ease;
}
.hero-slider .slide.active { opacity: 1; }
.hero-slider .slide img {
    width: 100%; height: 100%;
    object-fit: cover;
    filter: brightness(0.5);
    transform: scale(1.05);
    transition: transform 7s ease;
}
.hero-slider .slide.active img { transform: scale(1); }
.hero-content {
    position: relative;
    z-index: 10;
    text-align: center;
    color: var(--text-light);
    max-width: 850px;
    padding: 0 2rem;
}
.hero-content .hero-tag {
    display: inline-block;
    font-size: 0.85rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--accent-gold);
    margin-bottom: 1.5rem;
    font-family: var(--font-heading);
}
.hero-content h1 {
    font-family: var(--font-heading);
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    line-height: 1.15;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}
.hero-content p {
    font-size: 1.1rem;
    margin-bottom: 2.5rem;
    color: #ddd;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.hero-dots {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.7rem;
    z-index: 10;
}
.hero-dots .dot {
    width: 10px; height: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,0.4);
    cursor: pointer;
    transition: background 0.3s, transform 0.3s;
}
.hero-dots .dot.active {
    background: var(--accent-gold);
    transform: scale(1.3);
}

/* ===================== BRANDS ===================== */
.brands {
    padding: 3rem 6%;
    background: #f4f4f4;
    text-align: center;
}
.brands h4 {
    font-family: var(--font-heading);
    font-size: 0.85rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-bottom: 2rem;
}
.brands-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    flex-wrap: wrap;
    filter: grayscale(1);
    opacity: 0.4;
}
.brands-grid i { font-size: 2.5rem; color: #333; }

/* ===================== WELCOME / INTRO ===================== */
.welcome {
    padding: 7rem 6%;
    background: var(--primary-white);
}
.welcome-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
}
.welcome-text-left h2 {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.2;
    margin-bottom: 1rem;
}
.welcome-text-left p {
    color: var(--accent-gold);
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 1px;
}
.welcome-text-right p {
    color: var(--text-muted);
    font-size: 1.05rem;
    margin-bottom: 1rem;
}

/* ===================== ACHIEVEMENTS ===================== */
.achievements {
    padding: 6rem 6%;
    background: var(--primary-black);
    color: white;
    text-align: center;
}
.achievements h2 {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    margin-bottom: 0.8rem;
}
.achievements > p { color: #aaa; font-size: 1rem; margin-bottom: 3.5rem; }
.achievements-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    max-width: 1000px;
    margin: 0 auto;
}
.stat-box {
    padding: 2rem;
    border: 1px solid rgba(235, 184, 46, 0.2);
    border-radius: 8px;
    transition: border-color 0.3s, transform 0.3s;
}
.stat-box:hover {
    border-color: var(--accent-gold);
    transform: translateY(-5px);
}
.stat-box h3 {
    font-size: 3.5rem;
    color: var(--accent-gold);
    font-family: var(--font-heading);
    margin-bottom: 0.5rem;
}
.stat-box p { color: #ccc; font-size: 0.95rem; letter-spacing: 1px; }

/* ===================== PRODUCTS BENTO ===================== */
.products {
    padding: 6rem 6%;
    background: #f9f9f9;
}
.section-title {
    font-family: var(--font-heading);
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}
.section-subtitle {
    text-align: center;
    color: var(--text-muted);
    margin-bottom: 3.5rem;
    font-size: 1rem;
}
.bento-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}
.bento-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 380px;
    cursor: pointer;
}
.bento-item img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.bento-item:hover img { transform: scale(1.08); }
.bento-content {
    position: absolute;
    bottom: 0; left: 0;
    width: 100%;
    padding: 2rem;
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, transparent 100%);
    color: var(--text-light);
    transform: translateY(10px);
    transition: transform 0.4s ease;
}
.bento-item:hover .bento-content { transform: translateY(0); }
.bento-content h3 {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    margin-bottom: 0.4rem;
}
.bento-content p { color: #ccc; font-size: 0.9rem; }
.bento-cta {
    text-align: center;
    margin-top: 3rem;
}

/* ===================== ABOUT HOME ===================== */
.about-home {
    padding: 7rem 6%;
    background: var(--primary-black);
    color: var(--text-light);
}
.about-home-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
}
.about-home-text h2 {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 3vw, 2.8rem);
    line-height: 1.2;
    margin-bottom: 2rem;
}
.about-home-text p { color: #aaa; font-size: 1rem; margin-bottom: 1rem; }
.about-home-img { border-radius: 10px; overflow: hidden; }
.about-home-img img {
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.5s ease;
}
.about-home-img:hover img { transform: scale(1.03); }

/* ===================== TESTIMONIALS ===================== */
.testimonials {
    padding: 6rem 6%;
    background: #f9f9f9;
    text-align: center;
}
.testimonials h2 {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}
.testimonials > p { color: var(--text-muted); margin-bottom: 3.5rem; }
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
}
.testimonial-card {
    background: white;
    padding: 2.5rem;
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.06);
    transition: transform 0.3s, box-shadow 0.3s;
}
.testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}
.video-thumb {
    width: 100%;
    height: 200px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    margin-bottom: 1.5rem;
    cursor: pointer;
}
.video-thumb img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}
.video-thumb:hover img { transform: scale(1.05); }
.play-icon {
    position: absolute;
    inset: 0;
    display: flex; align-items: center; justify-content: center;
    background: rgba(0,0,0,0.35);
    transition: background 0.3s;
}
.video-thumb:hover .play-icon { background: rgba(0,0,0,0.5); }
.play-icon i { font-size: 3.5rem; color: white; }
.testimonial-card .quote-icon { color: var(--accent-gold); font-size: 1.8rem; margin-bottom: 1rem; }
.testimonial-card p { color: var(--text-muted); font-size: 0.95rem; margin-bottom: 1.2rem; font-style: italic; }
.testimonial-card h4 { font-family: var(--font-heading); font-size: 1.1rem; }
.testimonial-card .role { font-size: 0.82rem; color: var(--text-muted); }

/* ===================== BLOG / NEWS ===================== */
.blog {
    padding: 6rem 6%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.blog h2 { font-family: var(--font-heading); font-size: 2.5rem; margin-bottom: 0.5rem; }
.blog > p { color: var(--text-muted); margin-bottom: 3.5rem; }
.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    text-align: left;
}
.news-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.07);
    transition: transform 0.3s, box-shadow 0.3s;
}
.news-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}
.news-img {
    height: 220px;
    background-size: cover !important;
    background-position: center !important;
    transition: transform 0.4s;
}
.news-card:hover .news-img { transform: scale(1.02); }
.news-content { padding: 1.8rem; }
.news-content .date {
    font-size: 0.8rem;
    color: var(--accent-gold);
    font-weight: 600;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 0.8rem;
}
.news-content h4 {
    font-family: var(--font-heading);
    font-size: 1.15rem;
    margin-bottom: 1rem;
    line-height: 1.4;
}
.news-content a { color: var(--accent-gold); font-weight: 700; font-size: 0.88rem; }
.news-content a:hover { text-decoration: underline; }

/* ===================== CTA SECTION ===================== */
.cta-section {
    padding: 6rem 6%;
    background: var(--accent-gold);
    text-align: center;
}
.cta-section h2 {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 4vw, 3rem);
    color: var(--primary-black);
    margin-bottom: 1rem;
}
.cta-section > p { font-size: 1.1rem; color: var(--primary-black); margin-bottom: 2.5rem; }
.cta-contacts {
    display: flex;
    justify-content: center;
    gap: 4rem;
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
}
.cta-contact-item i {
    font-size: 1.8rem;
    color: var(--primary-black);
    display: block;
    margin-bottom: 0.5rem;
}
.cta-contact-item h3 {
    font-family: var(--font-heading);
    font-size: 1.2rem;
    color: var(--primary-black);
}

/* ===================== FOOTER ===================== */
.footer {
    background: var(--primary-black);
    color: var(--text-light);
    display: grid;
    grid-template-columns: 1.5fr 1fr 1.5fr;
    gap: 3rem;
    padding: 5rem 6% 3rem;
}
.footer-col h3 {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    letter-spacing: 3px;
    color: var(--accent-gold);
    margin-bottom: 1rem;
}
.footer-col h4 {
    font-family: var(--font-heading);
    color: var(--accent-gold);
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
    font-size: 1.1rem;
}
.footer-col p { color: #999; margin-bottom: 0.6rem; font-size: 0.95rem; }
.footer-col ul li { margin-bottom: 0.8rem; }
.footer-col ul li a { color: #999; font-size: 0.9rem; transition: color 0.3s; }
.footer-col ul li a:hover { color: var(--accent-gold); }
.footer-social { display: flex; gap: 1rem; margin-top: 1.5rem; }
.footer-social a {
    width: 38px; height: 38px;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: #aaa;
    font-size: 0.9rem;
    transition: all 0.3s;
}
.footer-social a:hover {
    background: var(--accent-gold);
    border-color: var(--accent-gold);
    color: black;
}
.footer-bottom {
    background: #050505;
    text-align: center;
    padding: 1.2rem 6%;
    color: #555;
    font-size: 0.85rem;
}

/* ===================== WHATSAPP ===================== */
.whatsapp-btn {
    position: fixed;
    bottom: 30px; right: 30px;
    background: var(--whatsapp-green);
    color: white;
    width: 62px; height: 62px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 2rem;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
    z-index: 999;
    transition: transform 0.3s, box-shadow 0.3s;
}
.whatsapp-btn:hover {
    transform: scale(1.12);
    box-shadow: 0 10px 30px rgba(37, 211, 102, 0.5);
}

/* ===================== PAGE HEADER ===================== */
.page-header {
    background: var(--primary-black);
    color: white;
    text-align: center;
    padding: 6rem 5%;
    position: relative;
}
.page-header::after {
    content: '';
    position: absolute;
    bottom: 0; left: 50%;
    transform: translateX(-50%);
    width: 60px; height: 3px;
    background: var(--accent-gold);
}
.page-header h1 {
    font-family: var(--font-heading);
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    color: var(--accent-gold);
    margin-bottom: 0.8rem;
}
.page-header p { color: #aaa; font-size: 1.1rem; }

/* ===================== SCROLL REVEAL ===================== */
.reveal {
    opacity: 0;
    transform: translateY(35px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}
.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ===================== DISPLAY GALLERY VIDEO ===================== */
.display-gallery {
    width: 100%;
    position: relative;
}
.gallery-video-wrap {
    position: relative;
    width: 100%;
    height: 520px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}
/* Background image layer - only THIS gets the dim filter */
.gallery-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    filter: brightness(0.45);
    transition: filter 0.5s ease;
}
.gallery-video-wrap:hover .gallery-bg {
    filter: brightness(0.35);
}
/* Gradient overlay above bg */
.gallery-overlay-dark {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.15) 100%);
    z-index: 1;
}
/* Play button sits ABOVE both bg and overlay */
.gallery-play-btn {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-circle {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: rgba(235, 184, 46, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: var(--primary-black);
    transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 0 0 0 rgba(235, 184, 46, 0.5);
    animation: pulse-ring 2s infinite;
}
@keyframes pulse-ring {
    0%   { box-shadow: 0 0 0 0 rgba(235,184,46,0.6); }
    70%  { box-shadow: 0 0 0 25px rgba(235,184,46,0); }
    100% { box-shadow: 0 0 0 0 rgba(235,184,46,0); }
}
.gallery-video-wrap:hover .play-circle {
    transform: scale(1.12);
    background: var(--accent-gold);
}
.gallery-title-wrap {
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    text-align: center;
    white-space: nowrap;
}
.gallery-title-wrap h2 {
    font-family: var(--font-heading);
    font-size: clamp(2.5rem, 6vw, 5rem);
    color: var(--accent-gold);
    letter-spacing: 6px;
    line-height: 1.1;
    text-shadow: 0 2px 20px rgba(0,0,0,0.5);
}

/* ===================== VIDEO MODAL ===================== */
.video-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    align-items: center;
    justify-content: center;
}
.video-modal.open {
    display: flex;
}
.video-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.88);
    cursor: pointer;
}
.video-modal-box {
    position: relative;
    z-index: 2;
    width: 90%;
    max-width: 960px;
    animation: modalIn 0.35s ease;
}
@keyframes modalIn {
    from { opacity: 0; transform: scale(0.88); }
    to   { opacity: 1; transform: scale(1); }
}
.modal-close {
    position: absolute;
    top: -48px;
    right: 0;
    background: var(--accent-gold);
    border: none;
    color: var(--primary-black);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 1.1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s;
}
.modal-close:hover { transform: rotate(90deg); }
.video-iframe-wrap {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
    border-radius: 8px;
    background: #000;
}
.video-iframe-wrap iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 8px;
}

/* ===================== RESPONSIVE ===================== */
@media (max-width: 1024px) {
    .bento-grid { grid-template-columns: repeat(2, 1fr); }
    .welcome-container, .about-home-inner { grid-template-columns: 1fr; gap: 2.5rem; }
    .footer { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
    .nav { display: none; }
    .nav.open { display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: #000; padding: 1.5rem 6%; z-index: 999; }
    .nav.open ul { flex-direction: column; gap: 1.2rem; }
    .hamburger { display: flex !important; }
    .hero-content h1 { font-size: 2.2rem; }
    .bento-grid { grid-template-columns: 1fr; }
    .testimonials-grid { grid-template-columns: 1fr; }
    .footer { grid-template-columns: 1fr; }
    .cta-contacts { gap: 2rem; }
    .achievements-grid { grid-template-columns: repeat(2, 1fr); }
    .about-home-inner { grid-template-columns: 1fr; }
    .gallery-title-wrap h2 { font-size: 2rem; }
}

/* ===================== HAMBURGER ===================== */
.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
    margin-left: 1rem;
}
.hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: all 0.3s ease;
}
.hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* ===================== ELEMENTOR FULL-WIDTH ===================== */
.elementor-page .header,
.elementor-page .footer {
    display: flex;
}
.elementor-section.elementor-section-stretched {
    left: 0 !important;
    width: 100% !important;
}
/* Elementor canvas template - removes header/footer */
.elementor-template-canvas .header,
.elementor-template-canvas .footer {
    display: none;
}

