/*
Theme Name: LUXSTAGE
Theme URI: https://example.com/luxstage
Author: Your Name
Author URI: https://example.com
Description: Giao diện WordPress nhẹ và tối ưu cho việc giới thiệu sản phẩm, dịch vụ, dự án và tin tức.
Version: 1.0.0
Tested up to: 6.5
Requires at least: 6.0
Text Domain: luxstage
*/

/* ===========================
   Font Face - Mulish
   =========================== */
@font-face {
  font-family: 'Mulish';
  src: url('fonts/Mulish/Mulish-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mulish';
  src: url('fonts/Mulish/Mulish-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 900;
  font-style: italic;
  font-display: swap;
}

/* ===========================
   CSS Variables
   =========================== */
:root {
  --color-primary: #0f172a;
  --color-accent: #c79c3d;
  --color-bg: #000;
  --color-text: #1f2937;
  --luxstage-root-max-width: 100%;
  --luxstage-home-max-width: 100%;
  --luxstage-home-bg: #000;
  --luxstage-home-panel: #1d1d1f;
  --luxstage-home-text: #fff;
  --luxstage-home-muted: #c7c7c7;
  --luxstage-home-accent: #fcefc9;
  --text-tilte-section: #eef116;
  --text-xem-them-home: #fcefc9;
  --font-family-base: 'Mulish', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

#menu-trinh-don-1 .sub-menu{
    display: none;
}

.luxstage-news-archive-list-section {
  padding: 20px 0 0;
  background: var(--luxstage-home-bg);
  color: var(--luxstage-home-text);
}

.post-type-archive-luxstage_news .site-main{
  max-width: 100%;
}

.luxstage-news-archive-wrap {
  display: grid;
  gap: 1.5rem;
}

.luxstage-news-archive-category-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem;
    justify-content: center;
    margin: 0 0 30px 0;
}

.luxstage-news-archive-category {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0.45rem 1rem;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.2s ease;
    text-transform: capitalize;
    font-family: sans-serif;
    font-style: italic;
}

.luxstage-news-archive-category:hover, .luxstage-news-archive-category.active {
    border-color: var(--luxstage-home-accent);
    background: none;
    color: var(--luxstage-home-accent);
    border-bottom: 1px solid;
}

.luxstage-news-archive-featured-wrap {
  margin-top: 0.3rem;
  padding: 0 80px;
}

.luxstage-news-archive-featured-section {
  border-radius: 0;
  overflow: hidden;
  background: none;
}

.luxstage-news-archive-featured-section .luxstage-root-max {
  max-width: 100%;
  padding: 0;
}

.luxstage-news-archive-featured-card {
  display: grid;
  grid-template-columns: minmax(220px, 46%) minmax(0, 1fr);
  gap: clamp(1rem, 2.5vw, 2rem);
  align-items: stretch;
}

.luxstage-news-archive-featured-image {
  display: block;
  min-height: 280px;
  background: none;
}

.luxstage-news-archive-featured-image img,
.luxstage-news-archive-featured-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 400px;
}

.luxstage-news-archive-featured-content {
    display: grid;
    align-content: center;
    gap: 30px;
    padding: 0;
    flex-flow: column;
    padding: 0 100px;
}

.luxstage-news-archive-featured-term {
    display: inline-flex;
    width: fit-content;
    padding: 0;
    border-radius: 999px;
    background: none;
    color: var(--luxstage-home-accent);
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.luxstage-news-archive-featured-content h2 {
  margin: 0;
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  line-height: 1.28;
}

.luxstage-news-archive-featured-content h2 a {
  color: var(--luxstage-home-text);
}

.luxstage-news-archive-featured-excerpt {
  margin: 0;
  color: var(--luxstage-home-muted);
  line-height: 1.68;
}

.luxstage-news-archive-featured-excerpt.is-fallback {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--luxstage-news-featured-fallback-lines, 3);
  overflow: hidden;
}

.luxstage-news-archive-featured-read-more {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0.35rem 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 0;
    color: var(--luxstage-home-text);
    font-weight: 500;
    font-size: 0.88rem;
    transition: all 0.2s ease;
}

.luxstage-news-archive-featured-read-more:hover {
  border-color: var(--luxstage-home-accent);
  background: var(--luxstage-home-accent);
  color: #111;
}

.luxstage-news-archive-results {
  padding: 30px 80px; 
}

.luxstage-news-archive-grid {
  display: grid;
  grid-template-columns: repeat(var(--luxstage-news-cols-pc, 3), minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.6rem);
}

.luxstage-news-archive-card {
    border-radius: 0;
    overflow: hidden;
    background: none;
    display: block;
}

.luxstage-news-archive-card-image {
    display: block;
    aspect-ratio: 16 / 10;
    background: none;
}

.luxstage-news-archive-card-image img,
.luxstage-news-archive-card-image-fallback {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.luxstage-news-archive-card-body {
    display: grid;
    gap: 0.7rem;
    padding: 15px 0;
}

.luxstage-news-archive-card-term {
    display: inline-flex;
    width: fit-content;
    color: var(--luxstage-home-accent);
    font-size: 0.75rem;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.luxstage-news-archive-card-title {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.5;
}

.luxstage-news-archive-card-title a {
  color: var(--luxstage-home-text);
}

.luxstage-news-archive-empty {
  margin: 0;
  color: var(--luxstage-home-muted);
  line-height: 1.7;
}

.luxstage-news-archive-empty {
  grid-column: 1 / -1;
  text-align: center;
}

.luxstage-news-archive-pagination {
  margin-top: 0.4rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.luxstage-news-archive-page {
  min-width: 30px;
  min-height: 28px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 4px;
  background: transparent;
  color: var(--luxstage-home-text);
  font-size: 0.78rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
}

.luxstage-news-archive-page:hover,
.luxstage-news-archive-page.active {
  border-color: var(--luxstage-home-accent);
  background: var(--luxstage-home-accent);
  color: #111;
}

.luxstage-news-archive-page.next {
  padding: 0 0.65rem;
}

/* Single News Post */
.luxstage-news-single {
  padding: 0;
  background: var(--luxstage-home-bg);
  color: var(--luxstage-home-text);
}

.luxstage-news-single .container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1rem;
}

.luxstage-news-single .entry-header {
  margin-bottom: 2rem;
  text-align: center;
}

.luxstage-news-single .entry-title {
  font-size: clamp(2rem, 4vw, 3.5rem);
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.luxstage-news-single .entry-meta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.9rem;
  color: var(--luxstage-home-muted);
  margin-bottom: 2rem;
  text-transform: uppercase;
}

.luxstage-news-single .entry-meta a {
  color: var(--luxstage-home-accent);
  text-decoration: none;
}

.luxstage-news-single .entry-excerpt {
  font-size: 1.25rem;
  line-height: 1.6;
  color: var(--luxstage-home-muted);
  margin-bottom: 2rem;
  font-style: italic;
}

.luxstage-news-single .post-thumbnail {
  margin-bottom: 3rem;
  border-radius: 12px;
  overflow: hidden;
}

.related-posts-container {
  position: relative;
  overflow: hidden;
}

.related-posts-inner {
  overflow: hidden;
}

.related-posts-grid.grid-layout {
  display: grid;
  grid-template-columns: repeat(var(--per-row-mobile, 1), 1fr);
  gap: 20px;
}

.related-posts-grid.swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform;
  margin: 0;
  padding: 0;
}

.related-post-item.swiper-slide {
  flex: 0 0 calc(100% / var(--per-row-mobile, 1));
  max-width: calc(100% / var(--per-row-mobile, 1));
  min-width: 0;
  box-sizing: border-box;
  padding: 0 10px;
}

@media (min-width: 768px) {
  .related-posts-grid.grid-layout {
    grid-template-columns: repeat(var(--per-row-pc, 3), 1fr);
  }
  .related-post-item.swiper-slide {
    flex: 0 0 calc(100% / var(--per-row-pc, 3));
    max-width: calc(100% / var(--per-row-pc, 3));
    min-width: 0;
  }
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  border-radius: 50%;
  transition: background 0.3s;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: rgba(0, 0, 0, 0.8);
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-next::after {
  content: '→';
}

.swiper-button-prev::after {
  content: '←';
}

.related-posts-pagination {
  margin-top: 30px;
  text-align: center;
}

.related-posts-pagination .page-numbers {
  display: inline-block;
  padding: 8px 15px;
  margin: 0 5px;
  border: 1px solid #ddd;
  text-decoration: none;
  color: #333;
}

.related-posts-pagination .page-numbers.current {
  background: #333;
  color: #fff;
  border-color: #333;
}

/* Fix image responsiveness */
img {
  max-width: 100%;
  height: auto;
}

.entry-content img,
.post-thumbnail img,
.related-post-thumbnail img {
  display: block;
}

.luxstage-news-single .post-thumbnail img {
  width: 100%;
}

.luxstage-news-single .entry-content p {
  margin-bottom: 1.5rem;
}

/* Related Posts */
.related-posts {
  margin-top: 5rem;
  padding-top: 3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.related-title {
  font-size: 2rem;
  margin-bottom: 2.5rem;
  text-align: center;
}

.related-posts-grid.grid-layout {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(var(--per-row-pc), 1fr);
}

@media (max-width: 768px) {
  .related-posts-grid.grid-layout {
    grid-template-columns: repeat(var(--per-row-mobile), 1fr);
  }
}

.related-post-item {
  display: flex;
  flex-direction: column;
}

.related-post-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.related-post-thumbnail {
  aspect-ratio: 16/9;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 1rem;
}

.related-post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.related-post-link:hover .related-post-thumbnail img {
  transform: scale(1.05);
}

.related-post-info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.related-post-categories {
  font-size: 0.8rem;
  text-transform: uppercase;
  color: var(--luxstage-home-accent);
  font-weight: 600;
}

.related-post-title {
  font-size: 1.1rem;
  line-height: 1.4;
  margin: 0;
  font-weight: 600;
}


@media (max-width: 991px) {
  .luxstage-news-archive-featured-card {
    grid-template-columns: 1fr;
    padding: 0 10px;
  }

  .luxstage-news-archive-featured-image {
    min-height: 220px;
  }

  .luxstage-news-archive-featured-content {
    padding: 1rem;
  }
}

@media (max-width: 767px) {
  .luxstage-news-archive-grid {
    grid-template-columns: repeat(var(--luxstage-news-cols-mobile, 1), minmax(0, 1fr));
    padding: 0 10px;
    gap: 40px;
  }

  .luxstage-news-archive-card-title {
    font-size: 1rem;
  }

  .luxstage-header-phone .dashicons{
    display: none;
  }

  .luxstage-root-max.luxstage-product-archive-categories{
    padding: 0 !important;
  }
}

html, body {
  overflow-x: hidden;
  width: 100%;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: var(--font-family-base);
  line-height: 1.6;
  color: var(--color-text);
  background: var(--color-bg);
}

a {
  color: var(--color-primary);
  text-decoration: none;
}

a:hover {
  color: var(--color-accent);
}

body.home {
  background: var(--luxstage-home-bg);
}

.site-header,
.site-footer {
  width: 100%;
  padding: 0 auto;
  background: #000;
  color: var(--luxstage-home-text);
}

.site-footer{
  padding: 0 80px;
  margin: 30px 0 0 0;
}

.site-header {
  padding: 0 80px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: background-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.site-header.is-scrolled,
body.luxstage-header-scrolled .site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.site-main {
  max-width: var(--luxstage-root-max-width);
  margin: 0 auto;
  padding: 0;
}

.luxstage-site-shell {
  width: min(100%, var(--luxstage-home-max-width));
  margin: 0 auto;
}

.luxstage-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 78px;
  border-bottom: none;
  transition: min-height 0.25s ease, border-color 0.25s ease;
}

.luxstage-header-branding-nav {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  flex: 1;
}

.site-header.is-scrolled,
body.luxstage-header-scrolled .site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.94);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(12px);
}

.site-header.is-scrolled .luxstage-header-inner,
body.luxstage-header-scrolled .site-header .luxstage-header-inner {
  min-height: 64px;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.site-header.is-scrolled .site-branding img,
body.luxstage-header-scrolled .site-header .site-branding img {
  max-height: 34px;
}

.site-header.is-scrolled .site-nav a,
body.luxstage-header-scrolled .site-header .site-nav a {
  min-height: 30px;
}

.site-branding {
  flex: 0 0 auto;
}

.site-branding a,
.site-header a,
.site-footer a,
.site-nav a {
  color: var(--luxstage-home-text);
}

.site-branding img {
  display: block;
  max-height: 28px;
  width: auto;
}

.luxstage-site-title {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  color: var(--luxstage-home-text);
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.luxstage-site-title strong {
  font-size: 20px;
  font-weight: 500;
  font-family: auto;
}

.site-nav ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 0;
  margin: 0;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
}

.site-nav a:hover,
.site-header a:hover,
.site-footer a:hover {
  color: var(--luxstage-home-accent);
}

.luxstage-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.7rem;
  flex: 0 0 auto;
}

/* Breadcrumbs CSS */
.luxstage-breadcrumbs {
  background: none;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin: 0;
  display: none;
}

.luxstage-breadcrumbs-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
}

.luxstage-breadcrumbs-item:not(:last-child)::after {
  content: "/";
  margin: 0 0.75rem;
  opacity: 0.3;
}

.luxstage-breadcrumbs-item a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.2s;
}

.luxstage-breadcrumbs-item a:hover {
  color: var(--luxstage-home-accent);
}

.luxstage-breadcrumbs-item.is-current {
  color: var(--luxstage-home-accent);
}

.luxstage-header-phone {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 36px;
  padding: 0 0.1rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
}
.luxstage-header-phone .dashicons{
  border: 2px solid #fff;
  width: 35px !important;
  height: 35px !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.luxstage-header-phone .dashicons:before{
  transform: rotateY(180deg);
}


.luxstage-header-phone .dashicons,
.luxstage-footer-contact-icon .dashicons,
.luxstage-footer-socials .dashicons,
.luxstage-header-search-toggle .dashicons {
  width: 18px;
  height: 18px;
  font-size: 18px;
}

.luxstage-header-contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  background: var(--luxstage-home-accent);
  color: #090909 !important;
  font-size:14px;
  font-weight: 600;
  line-height: 1;
}

.luxstage-header-contact-button:hover {
  color: #090909;
  background: #fff7d5;
}

.luxstage-header-search {
  position: relative;
}

.luxstage-header-search summary {
  list-style: none;
}

.luxstage-header-search summary::-webkit-details-marker {
  display: none;
}

.luxstage-header-search-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #fff;
  color: #000;
  cursor: pointer;
}

.luxstage-header-search[open] .luxstage-header-search-toggle,
.luxstage-header-search-toggle:hover {
  border-color: var(--luxstage-home-accent);
  color: var(--luxstage-home-accent);
}

.luxstage-header-search-panel {
  position: absolute;
  top: calc(100% + 0.65rem);
  right: 0;
  z-index: 20;
  width: min(86vw, 280px);
  padding: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: #0c0c0c;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32);
}

.luxstage-header-search-panel .search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.55rem;
}

.luxstage-header-search-panel .search-field {
  width: 100%;
  min-height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: transparent;
  color: var(--luxstage-home-text);
  padding: 0 0.95rem;
}

.luxstage-header-search-panel .search-submit {
  min-height: 40px;
  border: 0;
  border-radius: 999px;
  background: var(--luxstage-home-accent);
  color: #090909;
  cursor: pointer;
  font-weight: 700;
  padding: 0 1rem;
}

.luxstage-mobile-drawer {
  position: relative;
  display: none;
}

/* Ensure drawer only shows when .is-open class is present */
.luxstage-mobile-drawer:not(.is-open) {
  
}

.luxstage-mobile-drawer-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  background: transparent;
  color: var(--luxstage-home-text);
  cursor: pointer;
}

.luxstage-mobile-drawer-toggle:hover,
.luxstage-mobile-drawer.is-open .luxstage-mobile-drawer-toggle {
  border-color: var(--luxstage-home-accent);
  color: var(--luxstage-home-accent);
}

.luxstage-mobile-drawer-panel {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  justify-content: flex-start;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}

.luxstage-mobile-drawer.is-open .luxstage-mobile-drawer-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.3s ease, visibility 0s;
}

.luxstage-mobile-drawer-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.luxstage-mobile-drawer.is-open .luxstage-mobile-drawer-overlay {
  opacity: 1;
}

.luxstage-mobile-drawer-content {
  position: relative;
  width: 100vw;
  height: 100vh;
  padding: 20px;
  background: #3a3a3a;
  transform: translateX(-100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.luxstage-mobile-drawer.is-open .luxstage-mobile-drawer-content {
  transform: translateX(0);
}

.luxstage-mobile-drawer-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    justify-content: center;
    min-height: 44px;
}

.luxstage-mobile-drawer-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  flex-shrink: 0;
  display: none;
}

.luxstage-mobile-drawer-close:hover {
  color: var(--luxstage-home-accent);
}

.luxstage-mobile-drawer-close .dashicons {
  width: 24px;
  height: 24px;
  font-size: 24px;
}

@media (max-width: 880px) {
  .site-nav {
    display: none;
  }

  .luxstage-mobile-drawer {
    display: block;
  }

  .luxstage-header-inner {
    gap: 0.85rem;
    min-height: 68px;
  }

  .luxstage-header-actions {
    gap: 0.55rem;
  }

  .luxstage-header-phone {
    min-height: 36px;
    font-size: 0.9rem;
    display: none;
  }

  .luxstage-header-phone span {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .luxstage-header-contact-button {
    min-height: 36px;
    padding: 0.45rem 0.9rem;
    font-size: 0.85rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .luxstage-mobile-drawer-panel,
  .luxstage-mobile-drawer-overlay,
  .luxstage-mobile-drawer-content {
    transition: none;
  }
}

@media (max-width: 520px) {
  .luxstage-header-phone span {
    display: none;
  }
}

.luxstage-footer-inner {
  padding-top: 2rem;
  padding-bottom: 1.2rem;
}

.luxstage-footer-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.95fr) minmax(280px, 1.05fr);
  gap: 0;
  align-items: start;
}

.luxstage-footer-grid .luxstage-footer-form-wrap{
  padding: 0 60px 0 0;
}

.luxstage-footer-grid .luxstage-footer-info{
  padding: 0 0 0 60px;
  border-left: 1px solid #fff;
}

@media (max-width: 768px){

  .luxstage-breadcrumbs {
    background: none;
    padding: 15px 10px;
    margin: 0;
  }

  .luxstage-footer-grid .luxstage-footer-form-wrap{
    padding: 0;
  }

  .luxstage-footer-grid .luxstage-footer-info{
    padding: 0;
    border-left: none;
  }

}

.luxstage-footer-form-wrap h2 {
  margin: 10px 0 0 0;
  color: var(--luxstage-home-text);
  font-size: 1.55rem;
  font-weight: 500;
  line-height: 1.25;
  padding: 0 0 25px 0;
}

.luxstage-footer-form-description {
  margin: -0.35rem 0 1.2rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.9rem;
}

.luxstage-footer-form {
  display: grid;
  gap: 1.5rem;
  padding: 30px 0 0 0;
}

.luxstage-footer-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.luxstage-footer-form label {
  display: grid;
  gap: 0.6rem;
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.95rem;
}

.luxstage-footer-form input,
.luxstage-footer-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 0;
  background: transparent;
  color: var(--luxstage-home-text);
  font: inherit;
  padding: 0.3rem 0;
}

.luxstage-footer-form textarea {
  min-height: 90px;
  resize: vertical;
}

.luxstage-footer-form input:focus,
.luxstage-footer-form textarea:focus {
  outline: none;
  border-bottom-color: var(--luxstage-home-accent);
}

.luxstage-footer-form-notice {
  margin-bottom: 1rem;
  padding: 0.8rem 1rem;
  border-radius: 12px;
  font-size: 0.92rem;
}

.luxstage-footer-form-notice.is-success {
  background: rgba(255, 240, 189, 0.12);
  color: var(--luxstage-home-accent);
}

.luxstage-footer-form-notice.is-error {
  background: rgba(255, 255, 255, 0.08);
  color: #ffd9d9;
}

.luxstage-footer-submit {
  justify-self: end;
  min-width: 184px;
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  background: var(--luxstage-home-accent);
  color: #090909;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  padding: 0.45rem 1.3rem;
  margin: 30px 0 0 0;
}

.luxstage-footer-info {
  display: grid;
  gap: 0.8rem;
  align-content: start;
}

.luxstage-footer-branding {
  display: block;
}

.luxstage-footer-branding .luxstage-site-title {
  display: inline-block;
  width: auto;
  min-height: 0;
}

.luxstage-footer-branding img {
  display: block;
  max-height: 30px;
  width: auto;
  height: auto;
}

.luxstage-footer-company,
.luxstage-footer-tax {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
}

.luxstage-footer-tax {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.9rem;
}

.luxstage-footer-contact-list {
  display: grid;
  gap: 20px;
  margin-top: 0.55rem;
}

.luxstage-footer-contact-item {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 0.75rem;
  align-items: flex-start;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.95rem;
  line-height: 1.5;
}

.luxstage-footer-contact-item:hover {
  color: var(--luxstage-home-accent);
}

.luxstage-footer-contact-icon,
.luxstage-footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 50%;
}

.luxstage-footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 30px;
}

.luxstage-footer-socials a {
  color: var(--luxstage-home-text);
}

.luxstage-footer-socials a:hover {
  border-color: var(--luxstage-home-accent);
  color: var(--luxstage-home-accent);
}

.luxstage-footer-bottom {
  margin-top: 1.8rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.luxstage-footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.82rem;
}

body.luxstage-popup-open {
  overflow: hidden;
}

.luxstage-contact-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0s linear 0.2s;
}

.luxstage-contact-popup.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.2s ease, visibility 0s;
}

.luxstage-contact-popup-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.luxstage-contact-popup.is-open .luxstage-contact-popup-overlay {
  opacity: 1;
}

.luxstage-contact-popup-dialog {
  position: relative;
  z-index: 1;
  width: min(92vw, 560px);
  padding: 1.5rem 1.4rem 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: #0c0c0c;
  color: var(--luxstage-home-text);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.55);
  opacity: 0;
  transform: translateY(12px) scale(0.98);
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.luxstage-contact-popup.is-open .luxstage-contact-popup-dialog {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.luxstage-contact-popup-close {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}

.luxstage-contact-popup-close:hover {
  border-color: var(--luxstage-home-accent);
  color: var(--luxstage-home-accent);
}

.luxstage-contact-popup-close .dashicons {
  width: 20px;
  height: 20px;
  font-size: 20px;
}

.luxstage-contact-popup-title {
  margin: 0 0 0.6rem;
  padding-right: 2.7rem;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.25;
}

.luxstage-contact-popup-description {
  margin: 0 0 1.1rem;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.92rem;
}

.luxstage-popup-notice {
  margin: 0 0 1rem;
  padding: 0.8rem 1rem;
  border-radius: 12px;
  font-size: 0.92rem;
}

.luxstage-popup-notice.is-success {
  background: rgba(255, 240, 189, 0.12);
  color: var(--luxstage-home-accent);
}

.luxstage-popup-notice.is-error {
  background: rgba(255, 255, 255, 0.08);
  color: #ffd9d9;
}

.luxstage-contact-popup-form {
  display: grid;
  gap: 1.2rem;
}

.luxstage-contact-popup-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.luxstage-contact-popup-form label {
  display: grid;
  gap: 0.55rem;
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.95rem;
}

.luxstage-contact-popup-form input,
.luxstage-contact-popup-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 0;
  background: transparent;
  color: var(--luxstage-home-text);
  font: inherit;
  padding: 0.3rem 0;
}

.luxstage-contact-popup-form textarea {
  min-height: 90px;
  resize: vertical;
}

.luxstage-contact-popup-form input:focus,
.luxstage-contact-popup-form textarea:focus {
  outline: none;
  border-bottom-color: var(--luxstage-home-accent);
}

.luxstage-contact-popup-submit {
  justify-self: end;
  min-width: 184px;
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  background: var(--luxstage-home-accent);
  color: #090909;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  padding: 0.45rem 1.3rem;
}

.luxstage-contact-popup-submit:hover {
  background: #fff7d5;
}

@media (max-width: 520px) {
  .luxstage-contact-popup-row {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  .luxstage-contact-popup,
  .luxstage-contact-popup-overlay,
  .luxstage-contact-popup-dialog {
    transition: none;
  }
}

.home .site-header,
.home .site-footer {
  max-width: none;
  background: transparent;
  color: var(--luxstage-home-text);
}

.home .site-header.is-scrolled,
body.home.luxstage-header-scrolled .site-header {
  background: rgba(0, 0, 0, 0.94);
}

.home .site-header a,
.home .site-footer a,
.home .site-nav a {
  color: var(--luxstage-home-text);
}

.home .site-header a:hover,
.home .site-footer a:hover,
.home .site-nav a:hover {
  color: var(--luxstage-home-accent);
}

.hero {
  background: linear-gradient(135deg, var(--color-primary), #334155);
  color: #fff;
  padding: 4rem 1rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.card {
  background: #fff;
  padding: 1.25rem;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  margin-bottom: 1rem;
}

.post-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  .post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.home .site-main,
.front-page .site-main {
  max-width: none;
  padding: 0;
  background: var(--luxstage-home-bg);
  color: var(--luxstage-home-text);
}

.luxstage-root-max {
  width: min(100%, var(--luxstage-home-max-width));
  margin: 0 auto;
}

.luxstage-home-section {
  background: var(--luxstage-home-bg);
  color: var(--luxstage-home-text);
}

.luxstage-home-section-title {
    margin: 0 0 30px;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    text-transform: initial;
    font-style: italic;
}

.luxstage-home-text-link {
    color: var(--text-xem-them-home);
    font-size: 16px;
    font-style: italic;
}
.luxstage-home-text-link:hover {
  color: var(--luxstage-home-accent);
}

.luxstage-slider-track {
  position: relative;
  overflow: hidden;
  touch-action: pan-y pinch-zoom;
  user-select: none;
  -webkit-user-select: none;
}

@media (max-width: 640px) {
  .luxstage-slider-track {
    cursor: grab;
  }

  .luxstage-slider-track:active {
    cursor: grabbing;
  }

  .luxstage-home-section-title {
    font-size: 30px;
  }

  .luxstage-home-lighting-section .luxstage-home-section-title {
    font-size: 30px;
    padding: 0 40px;
  }

  .luxstage-home-lighting-section {
    padding: 40px 10px !important; 
    background: var(--luxstage-home-panel);
    overflow: hidden;
 }

 .luxstage-home-services-section {
    padding: 0;

  }

  .luxstage-home-projects-section {
    padding: 30px 0 !important;
  }

}

.luxstage-slider-slide {
  display: none;
}

.luxstage-slider-slide.active {
  display: block;
}

.luxstage-slider-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 1.5rem;
}

.luxstage-slider-dot {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

.luxstage-slider-dot.active {
  background: var(--luxstage-home-text);
}

.luxstage-home-banner-section {
  padding: 0;
}

.luxstage-home-banner .luxstage-slider-slide {
  position: relative;
  max-height: 520px;
  overflow: hidden;
}

.luxstage-home-banner-link,
.luxstage-home-banner-image {
  display: block;
}

.luxstage-home-banner-image {
  width: 100%;
  height: 520px;
  min-height: 280px;
  object-fit: cover;
}

.luxstage-home-banner .luxstage-slider-dots {
  position: absolute;
  right: 0;
  bottom: 1rem;
  left: 0;
}

.luxstage-home-banner .luxstage-home-slider {
  position: relative;
}

.luxstage-home-slogan-section {
  padding: 2.1rem 1rem 2.3rem;
}

.luxstage-home-slogan {
  display: grid;
  justify-items: center;
  color: var(--luxstage-home-text);
  text-align: center;
  padding: 0;
}

.luxstage-home-slogan-content {
  max-width:100%;
  font-size: 20px;
  font-style: italic;
  line-height: 1.55;
}

.luxstage-home-slogan-content p {
  margin: 0;
}

.luxstage-home-slogan .luxstage-home-text-link {
  margin-top: 1rem;
}

.luxstage-home-intro-banner-section {
  padding: 0 80px;
  background: none;
}


.luxstage-root-max.luxstage-home-intro-banner {
  overflow: hidden;
}

.luxstage-home-intro-banner .luxstage-slider-slide {
  max-height: 430px;
  overflow: hidden;
}

.luxstage-home-intro-banner-item {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.85fr);
  align-items: stretch;
  min-height: 300px;
  max-height: 430px;
}

.luxstage-home-intro-banner-media {
  position: relative;
  background: #050505;
  overflow: hidden;
}

.luxstage-home-intro-banner-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 300px;
  max-height: 430px;
  object-fit: cover;
}

.luxstage-home-intro-banner-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  color: var(--luxstage-home-text);
  text-align: center;
  background: var(--luxstage-home-panel);
}

.luxstage-home-intro-banner-copy h2 {
  max-width: 280px;
  margin: 0 0 1rem;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.45;
}

.luxstage-home-intro-banner-description {
  max-width: 320px;
  color: var(--luxstage-home-muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.luxstage-home-intro-banner-description p {
  margin: 0;
}

.luxstage-home-intro-banner-copy .luxstage-home-text-link {
  margin-top: 1.4rem;
}

.luxstage-home-products-section {
  padding: 40px 80px;
}

.luxstage-home-products-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 3rem 1.5rem;
}

.luxstage-home-product-card {
  position: relative;
  display: grid;
  gap: 0.7rem;
  text-align: center;
}

.luxstage-home-product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1.12;
  border: 1px solid rgba(255, 255, 255, 0.58);
  background: #030303;
}

.luxstage-home-product-image img,
.luxstage-home-image-placeholder {
  display: block;
  width: 78%;
  height: 78%;
  object-fit: contain;
}

.luxstage-home-image-placeholder {
  border: 1px dashed rgba(255, 255, 255, 0.35);
}

.luxstage-home-product-card h3 {
  margin: 0.4rem 0 0;
  font-size: 1rem;
  line-height: 1.35;
}

.luxstage-home-product-card h3 a,
.luxstage-home-project-card a {
  color: var(--luxstage-home-text);
}

.luxstage-home-project-card a{
  border-radius: 10px;
  overflow: hidden;
}

.luxstage-home-action {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.luxstage-home-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0.45rem 1.7rem;
  border-radius: 999px;
  background: var(--luxstage-home-accent);
  color: #060606;
  font-weight: 700;
  line-height: 1;
}

.luxstage-home-button:hover {
  color: #060606;
  background: #fff7d5;
}

.luxstage-home-lighting-section {
  padding: 40px 80px;
  background: var(--luxstage-home-panel);
  overflow: hidden;
}

.luxstage-home-lighting-steps {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.6rem;
}

@media (max-width: 767px){
  .luxstage-home-lighting-steps {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .luxstage-home-intro-banner-section{
    padding: 40px 0 !important;
  }
  .luxstage-home-services-section{
   padding: 0 !important;
  }
}

.luxstage-home-lighting-step {
  position: relative;
  z-index: 2;
  flex: 1 1 0;
  min-width: 0;
  color: var(--luxstage-home-text);
  text-align: center;
}

.luxstage-home-lighting-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
}

.luxstage-home-lighting-icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.luxstage-home-lighting-step h3 {
  margin: 16px 0 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
}

.luxstage-home-lighting-description {
  color: var(--luxstage-home-muted);
  font-size: 0.75rem;
}

.luxstage-home-lighting-description p {
  margin: 0.35rem 0 0;
}

.luxstage-home-lighting-arrow-wrap {
  position: relative;
  z-index: 1;
  flex: 0 0 42px;
  height: 4px;
  margin-top: 28px;
}

.luxstage-home-lighting-arrow {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 250%;
  border-radius: 5px 0 0 5px;
  height: 100%;
  background: #bebaba;
}

.luxstage-home-lighting-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 999px;
  background: #fff;
  transform: translateY(-50%);
}

.luxstage-home-services-section {
  padding: 60px 80px;
}

.luxstage-home-services {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.15fr);
  gap: 1.2rem;
  align-items: stretch;
}

.luxstage-home-services-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 1.2rem;
}

.luxstage-home-services-intro {
  max-width: 100%;
  color: var(--luxstage-home-text);
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  line-height: 1.5;
}

.luxstage-home-services-intro p {
  margin: 0;
  font-size: 18px;
}

.luxstage-home-services-stats {
  display: flex;
  gap: 2.5rem;
  margin-top: 2.2rem;
}

.luxstage-home-services-stat {
  display: grid;
  gap: 10px;
  text-align: center;
}

.luxstage-home-services-stat strong {
  font-size: 47px;
  font-weight: 400;
  line-height: 1;
}

.luxstage-home-services-stat span {
  color: var(--luxstage-home-muted);
  font-size: 16px;
}

.luxstage-home-services-cards {
  position: relative;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  container-type: inline-size;
  --luxstage-services-card-gap: 0.8rem;
  user-select: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* Mobile: Show grab cursor for touch */
@media (max-width: 768px) {
  .luxstage-home-services-cards {
    cursor: grab;
  }
  
  .luxstage-home-services-cards.is-dragging {
    cursor: grabbing;
  }
}

/* Desktop: Default cursor (wheel scroll) */
@media (min-width: 769px) {
  .luxstage-home-services-cards {
    cursor: default;
  }
}

.luxstage-home-services-scroll-track {
  overflow: hidden;
  width: 100%;
  touch-action: pan-y;
}

.luxstage-home-services-scroll-content {
  display: flex;
  width: max-content;
  will-change: transform;
  /* Animation removed - controlled by GSAP */
  transition: none;
}

.luxstage-home-services-card-set {
  display: flex;
  flex: 0 0 auto;
  gap: var(--luxstage-services-card-gap);
  padding-right: var(--luxstage-services-card-gap);
}

.luxstage-home-service-card {
  position: relative;
  flex: 0 0 clamp(220px, 32vw, 320px);
  width: clamp(220px, 32vw, 320px);
  flex: 0 0 calc((100cqw - var(--luxstage-services-card-gap)) / 2);
  width: calc((100cqw - var(--luxstage-services-card-gap)) / 2);
  min-height: 260px;
  height: 400px;
  overflow: hidden;
  background: #101010;
}

/* Pause state (no longer needed with GSAP, but keep for backwards compatibility) */
.luxstage-home-services-cards:hover .luxstage-home-services-scroll-content,
.luxstage-home-services-cards.is-paused .luxstage-home-services-scroll-content,
.luxstage-home-services-cards.is-dragging .luxstage-home-services-scroll-content {
  /* Controlled by GSAP */
}

@keyframes luxstage-services-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}


.luxstage-home-service-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}

.luxstage-home-service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.55));
}

.luxstage-home-service-card-content {
    position: absolute;
    width: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    display: grid;
    justify-items: center;
    gap: 20px;
    text-align: center;
}

.luxstage-home-service-card h3 {
    display: inline-flex;
    max-width: 100%;
    border-radius: 10px;
    margin: 0;
    padding: 10px;
    background: var(--luxstage-home-accent);
    color: #090909;
    font-size: 0.9rem;
    line-height: 1.2;
}

.luxstage-home-service-description {
  color: var(--luxstage-home-text);
  font-size: 0.82rem;
}

.luxstage-home-service-description p {
  margin: 0;
}

.luxstage-home-service-button {
  display: inline-flex;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: #090909;
  font-size: 0.78rem;
  font-style: italic;
  line-height: 1;
}

@media (prefers-reduced-motion: reduce) {
  .luxstage-home-services-scroll-content {
    animation: none;
    transform: none;
  }
}

/* Services Dot Pagination */
.luxstage-services-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  padding: 16px;
}

.luxstage-services-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.luxstage-services-dot:hover {
  background: rgba(255, 255, 255, 0.6);
  transform: scale(1.2);
}

.luxstage-services-dot.active {
  background: var(--luxstage-home-accent);
  transform: scale(1.3);
}

/* Show dots on mobile always */
@media (max-width: 768px) {
  .luxstage-services-dots {
    display: flex;
  }
}

.luxstage-home-projects-section {
  padding: 0 80px;
}

.luxstage-home-projects-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 190px;
  gap: 20px;
}

/* Tăng chiều cao cho màn hình lớn hơn */
@media (min-width: 1400px) {
  .luxstage-home-projects-grid {
    grid-auto-rows: 220px;
  }
}

@media (min-width: 1600px) {
  .luxstage-home-projects-grid {
    grid-auto-rows: 250px;
  }
}

@media (min-width: 1920px) {
  .luxstage-home-projects-grid {
    grid-auto-rows: 280px;
  }
}

.luxstage-home-project-card:first-child {
  grid-column: span 2;
  grid-row: span 2;
}

.luxstage-home-project-card:first-child span {
  font-size: 22px;
}

.luxstage-home-project-card:nth-child(2),
.luxstage-home-project-card:nth-child(3) {
  grid-column: span 1;
}

.luxstage-home-project-card {
  position: relative;
  overflow: hidden;
  background: #101010;
}

.luxstage-home-project-card > a:not(.luxstage-home-mobile-slide-arrow),
.luxstage-home-project-card > a:not(.luxstage-home-mobile-slide-arrow) img {
  display: block;
  width: 100%;
  height: 100%;
}

.luxstage-home-project-card img {
  object-fit: cover;
  transition: transform 0.25s ease;
}

.luxstage-home-project-card > a:not(.luxstage-home-mobile-slide-arrow):hover img {
  transform: scale(1.04);
}

.luxstage-home-project-card > a:not(.luxstage-home-mobile-slide-arrow)::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.55));
}

.luxstage-home-project-card span {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  z-index: 1;
  color: var(--luxstage-home-text);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}

.luxstage-home-mobile-slide-arrow {
  display: none;
}

body.post-type-archive-luxstage_product,
body.tax-luxstage_category,
body.post-type-archive-luxstage_project,
body.tax-luxstage_project_category,
body.single-luxstage_product,
body.single-luxstage_project {
  background: var(--luxstage-home-bg);
}

.post-type-archive-luxstage_product .site-header,
.post-type-archive-luxstage_product .site-footer,
.tax-luxstage_category .site-header,
.tax-luxstage_category .site-footer,
.post-type-archive-luxstage_project .site-header,
.post-type-archive-luxstage_project .site-footer,
.tax-luxstage_project_category .site-header,
.tax-luxstage_project_category .site-footer,
.single-luxstage_product .site-header,
.single-luxstage_product .site-footer,
.single-luxstage_project .site-header,
.single-luxstage_project .site-footer {
  max-width: none;
  background: var(--luxstage-home-bg);
  color: var(--luxstage-home-text);
  border-color: rgba(255, 255, 255, 0.14);
}

.post-type-archive-luxstage_product .site-header a,
.post-type-archive-luxstage_product .site-footer a,
.post-type-archive-luxstage_product .site-nav a,
.tax-luxstage_category .site-header a,
.tax-luxstage_category .site-footer a,
.tax-luxstage_category .site-nav a,
.post-type-archive-luxstage_project .site-header a,
.post-type-archive-luxstage_project .site-footer a,
.post-type-archive-luxstage_project .site-nav a,
.tax-luxstage_project_category .site-header a,
.tax-luxstage_project_category .site-footer a,
.tax-luxstage_project_category .site-nav a,
.single-luxstage_product .site-header a,
.single-luxstage_product .site-footer a,
.single-luxstage_product .site-nav a,
.single-luxstage_project .site-header a,
.single-luxstage_project .site-footer a,
.single-luxstage_project .site-nav a {
  color: var(--luxstage-home-text);
}

.post-type-archive-luxstage_product .site-header a:hover,
.post-type-archive-luxstage_product .site-footer a:hover,
.post-type-archive-luxstage_product .site-nav a:hover,
.tax-luxstage_category .site-header a:hover,
.tax-luxstage_category .site-footer a:hover,
.tax-luxstage_category .site-nav a:hover,
.post-type-archive-luxstage_project .site-header a:hover,
.post-type-archive-luxstage_project .site-footer a:hover,
.post-type-archive-luxstage_project .site-nav a:hover,
.tax-luxstage_project_category .site-header a:hover,
.tax-luxstage_project_category .site-footer a:hover,
.tax-luxstage_project_category .site-nav a:hover,
.single-luxstage_product .site-header a:hover,
.single-luxstage_product .site-footer a:hover,
.single-luxstage_product .site-nav a:hover,
.single-luxstage_project .site-header a:hover,
.single-luxstage_project .site-footer a:hover,
.single-luxstage_project .site-nav a:hover {
  color: var(--luxstage-home-accent);
}

.post-type-archive-luxstage_product .site-main,
.tax-luxstage_category .site-main,
.post-type-archive-luxstage_project .site-main,
.tax-luxstage_project_category .site-main,
.single-luxstage_product .site-main,
.single-luxstage_project .site-main {
  max-width: none;
  padding: 0;
  background: var(--luxstage-home-bg);
  color: var(--luxstage-home-text);
}

.single-luxstage_project .luxstage-root-max,
.luxstage-project-single .luxstage-root-max {
  width: min(100%, var(--luxstage-home-max-width));
  margin-right: auto;
  margin-left: auto;
}

body.page-template-page-about {
  background: var(--luxstage-home-bg);
}

.page-template-page-about .site-header,
.page-template-page-about .site-footer {
  max-width: none;
  background: var(--luxstage-home-bg);
  color: var(--luxstage-home-text);
  border-color: rgba(255, 255, 255, 0.14);
}

.page-template-page-about .site-header a,
.page-template-page-about .site-footer a,
.page-template-page-about .site-nav a {
  color: var(--luxstage-home-text);
}

.page-template-page-about .site-header a:hover,
.page-template-page-about .site-footer a:hover,
.page-template-page-about .site-nav a:hover {
  color: var(--luxstage-home-accent);
}

.page-template-page-about .site-main {
  max-width: none;
  padding: 0;
  background: var(--luxstage-home-bg);
  color: var(--luxstage-home-text);
}

.page-template-page-about .luxstage-root-max,
.luxstage-about-page .luxstage-root-max {
  width: min(100%, var(--luxstage-home-max-width));
  margin-right: auto;
  margin-left: auto;
}

.luxstage-product-archive-section {
  background: var(--luxstage-home-bg);
  color: var(--luxstage-home-text);
}

.luxstage-product-archive-hero {
  position: relative;
  display: grid;
  min-height: auto;
  overflow: hidden;
}

.luxstage-product-archive-hero-media {
  position: relative;
  inset: 0;
}

.luxstage-product-archive-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05), #000 90%);
}

.luxstage-product-archive-hero-image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 200px;
    object-fit: cover;
    max-height: 300px;
}

.luxstage-product-archive-hero-content {
  position: relative;
  z-index: 1;
  align-self: end;
  display: grid;
  justify-items: center;
  padding: 0 1rem 3.4rem;
  text-align: center;
}

.luxstage-product-archive-hero-content h1 {
  margin: 0 0 1.5rem;
  color: var(--luxstage-home-text);
  font-size: 35px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}

.luxstage-product-archive-hero-description {
  max-width: 820px;
  color: var(--luxstage-home-text);
  font-size: clamp(1rem, 1.7vw, 1.35rem);
  font-style: italic;
}

.luxstage-product-archive-hero-description p {
  margin: 0;
}

.luxstage-product-archive-hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: 2rem;
  padding: 0.8rem 2.45rem;
  border-radius: 999px;
  background: var(--luxstage-home-accent);
  color: #080808;
  font-size: clamp(1rem, 1.8vw, 1.35rem);
  font-weight: 700;
  line-height: 1;
}

.luxstage-product-archive-category-section {
  padding: 0 1rem 5.5rem;
}

.luxstage-root-max.luxstage-product-archive-categories{
  padding: 0 80px;
}

.luxstage-product-archive-categories.loading {
  cursor: wait;
}

.luxstage-product-archive-categories.loading .luxstage-product-archive-results,
.luxstage-product-archive-categories.loading .luxstage-product-archive-pagination-wrap {
  opacity: 0.45;
  pointer-events: none;
}

.luxstage-product-archive-category-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(92px, 1fr));
  gap: 1.15rem;
  align-items: start;
  padding: 0 0 2.2rem;
  justify-content: space-between;
}

.luxstage-product-archive-category {
  display: grid;
  justify-items: center;
  gap: 0.8rem;
  min-width: 0;
  border: 0;
  background: transparent;
  color: var(--luxstage-home-text);
  cursor: pointer;
  font: inherit;
  line-height: 1.25;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

.luxstage-product-archive-category:hover,
.luxstage-product-archive-category.active {
  color: var(--luxstage-home-accent);
}

.luxstage-product-archive-category:focus-visible,
.luxstage-product-archive-page:focus-visible {
  outline: 2px solid var(--luxstage-home-accent);
  outline-offset: 4px;
}

.luxstage-product-archive-category-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
}

.luxstage-product-archive-category:not(:first-child) .luxstage-product-archive-category-icon{
  width: 100px;
  height: 100px;
}

.luxstage-product-archive-category-icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.luxstage-product-archive-category-all-icon {
  position: relative;
  opacity: 0.85;
}

.luxstage-product-archive-category span:last-child {
  font-size: 0.92rem;
}

.luxstage-product-archive-separator {
  width: min(100%, 560px);
  height: 1px;
  margin: 0 auto 3rem;
  background: rgba(255, 255, 255, 0.65);
}

.luxstage-product-archive-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4rem 2rem;
}

.luxstage-product-archive-card {
  display: grid;
  gap: 0.75rem;
  text-align: center;
}

.luxstage-product-archive-card-image {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1.05;
  border: 1px solid rgba(255, 255, 255, 0.75);
  background: #030303;
}

.luxstage-product-archive-card-image img,
.luxstage-product-archive-image-placeholder {
  display: block;
  width: 78%;
  height: 78%;
  object-fit: contain;
}

.luxstage-product-archive-image-placeholder {
  border: 1px dashed rgba(255, 255, 255, 0.35);
}

.luxstage-product-archive-card h2 {
  margin: 0.55rem 0 0;
  color: var(--luxstage-home-text);
  font-size: 1.1rem;
  line-height: 1.35;
}

.luxstage-product-archive-card h2 a,
.luxstage-product-archive-detail-link {
  color: var(--text-xem-them-home);
}

.luxstage-product-archive-detail-link {
  font-size: 0.85rem;
  font-style: italic;
}

.luxstage-product-archive-empty {
  grid-column: 1 / -1;
  color: var(--luxstage-home-muted);
  text-align: center;
}

.luxstage-product-archive-pagination {
  display: flex;
  justify-content: center;
  gap: 0.55rem;
  margin-top: 5rem;
}

.luxstage-product-archive-page {
  min-width: 38px;
  min-height: 28px;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  background: #fff;
  color: #111;
  cursor: pointer;
  font-weight: 600;
}

.luxstage-product-archive-page.active {
  border-color: #006ecf;
  background: #0073e6;
  color: #fff;
}

.luxstage-product-archive-page.next {
  padding: 0 0.8rem;
}

.luxstage-project-archive-hero-section,
.luxstage-project-archive-process-section,
.luxstage-project-archive-list-section {
  background: var(--luxstage-home-bg);
  color: var(--luxstage-home-text);
}

.luxstage-project-archive-hero {
  position: relative;
  display: grid;
  min-height: 455px;
  overflow: hidden;
}

.luxstage-project-archive-hero-media {
  position: absolute;
  inset: 0;
}

.luxstage-project-archive-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.2) 48%, #000 100%),
    rgba(0, 0, 0, 0.14);
}

.luxstage-project-archive-hero-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 455px;
  object-fit: cover;
}

.luxstage-project-archive-hero-content {
  position: relative;
  z-index: 1;
  align-self: end;
  display: grid;
  gap: 100px;
  justify-items: center;
  padding: 6.4rem 1.2rem 1.45rem;
  text-align: center;
}

.luxstage-project-archive-hero-content h1 {
  margin: 0;
  color: var(--luxstage-home-text);
  font-size: clamp(2.65rem, 7vw, 5.15rem);
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.luxstage-project-archive-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
  width: min(100%, 1040px);
}

.luxstage-project-archive-stat {
  display: grid;
  align-content: center;
  min-height: 84px;
  padding: 0.8rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.5);
  color: #050505;
  line-height: 1.15;
}

.luxstage-project-archive-stat strong {
  display: block;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 800;
  letter-spacing: 0;
}

.luxstage-project-archive-stat span {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.86rem;
}

.luxstage-project-archive-process-section {
  padding: 50px 80px;
}

.luxstage-project-archive-process {
  counter-reset: luxstage-project-process;
  display: flex;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0;
}

.luxstage-project-archive-process-item {
  counter-increment: luxstage-project-process;
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 0.72rem;
  min-width: 0;
  text-align: center;
  width: auto;
}

.luxstage-project-archive-process-item:not(:last-child)::after {
  display:none;
  content: "";
  position: absolute;
  top: 31px;
  left: calc(50% + 39px);
  width: calc(100% - 60px);
  height: 1px;
  background: linear-gradient(90deg, rgba(231, 210, 176, 0.9), rgba(231, 210, 176, 0.4));
}

.luxstage-project--process-line-item:not(:last-child){
  width: 100px;
  height: 4px;
  position: relative;
}

.luxstage-project--process-line-item:last-child {
  display: none;
}

.luxstage-project--process-line-item .line-item-pro {
  position: relative;
  top: 31px;
  width: 100%;
  height: 100%;
  background: #ffffffc7;}

.luxstage-project--process-line-item .line-item-pro::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: -2px;
  left: -7px;
  display: none;
}

.luxstage-project--process-line-item .line-item-pro::after{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: -2px;
  right: -7px;
}

@media (max-width: 767px){
  .luxstage-project-archive-process{
    display: grid;
    grid-auto-columns: 1fr 1fr;
  }
  .luxstage-project--process-line-item{
    display: none;
  }

}

.luxstage-project-archive-process-icon {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  background: var(--luxstage-home-bg);
}

.luxstage-project-archive-process-icon img {
  display: block;
  max-width: 80px;
  max-height: 80px;
  object-fit: contain;
}

.luxstage-project-archive-process-icon.is-empty::before {
  content: counter(luxstage-project-process, decimal-leading-zero);
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(231, 210, 176, 0.86);
  border-radius: 50%;
  color: rgba(231, 210, 176, 0.95);
  font-size: 1rem;
  font-weight: 700;
}

.luxstage-project-archive-process h2 {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.86rem;
  font-weight: 400;
  line-height: 1.35;
}

.luxstage-project-archive-process p {
  margin: 0;
  color: var(--luxstage-home-muted);
  font-size: 0.8rem;
  line-height: 1.45;
}

.luxstage-project-archive-list-section {
  padding: 0;
}

.luxstage-project-archive-wrap.loading {
  cursor: wait;
}

.luxstage-project-archive-wrap.loading .luxstage-project-archive-results,
.luxstage-project-archive-wrap.loading .luxstage-project-archive-pagination-wrap {
  opacity: 0.45;
  pointer-events: none;
}

.luxstage-project-archive-category-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.9rem 1rem;
  margin-bottom: 40px;
}

.luxstage-project-archive-category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.56rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: transparent;
  color: var(--luxstage-home-text);
  font-size: 0.96rem;
  line-height: 1;
  text-decoration: none;
}

.luxstage-project-archive-category:hover,
.luxstage-project-archive-category.active {
  border-color: var(--luxstage-home-accent);
  color: var(--luxstage-home-accent);
}

.luxstage-project-archive-category:focus-visible,
.luxstage-project-archive-page:focus-visible {
  outline: 2px solid var(--luxstage-home-accent);
  outline-offset: 4px;
}

.luxstage-project-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.35rem 1.6rem;
  padding: 0 80px;
}

.luxstage-project-archive-card {
  display: grid;
  gap: 0.55rem;
  min-width: 0;
}

.luxstage-project-archive-card-image {
  display: block;
  aspect-ratio: 1.55;
  overflow: hidden;
  background: #101010;
}

.luxstage-project-archive-card-image img,
.luxstage-project-archive-image-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.luxstage-project-archive-image-placeholder {
  border: 1px dashed rgba(255, 255, 255, 0.25);
}

.luxstage-project-archive-card-category {
  margin-top: 0.28rem;
  color: rgba(231, 210, 176, 0.95);
  font-size: 0.72rem;
  line-height: 1.2;
  text-transform: uppercase;
}

.luxstage-project-archive-card-title-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 36px;
  gap: 0.85rem;
  align-items: center;
}

.luxstage-project-archive-card-title-row h2 {
  margin: 0;
  color: var(--luxstage-home-text);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.22;
  text-transform: uppercase;
}

.luxstage-project-archive-card-title-row h2 a {
  color: inherit;
  text-decoration: none;
}

.luxstage-project-archive-card-arrow {
  position: relative;
  display: block;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(231, 210, 176, 0.92);
  border-radius: 50%;
}

.luxstage-project-archive-card-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  border-top: 1px solid rgba(231, 210, 176, 0.95);
  border-right: 1px solid rgba(231, 210, 176, 0.95);
  transform: translate(-65%, -50%) rotate(45deg);
}

.luxstage-project-archive-card-address {
  display: inline-flex;
  align-items: center;
  gap: 0.48rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
  line-height: 1.3;
}

.luxstage-project-archive-card-address span {
  position: relative;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  border: 1px solid currentColor;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.luxstage-project-archive-card-address span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
  transform: translate(-50%, -50%);
}

.luxstage-project-archive-empty {
  grid-column: 1 / -1;
  color: var(--luxstage-home-muted);
  text-align: center;
}

.luxstage-project-archive-pagination {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 3rem;
}

.luxstage-project-archive-page {
  min-width: 28px;
  min-height: 24px;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  background: #fff;
  color: #111;
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 600;
}

.luxstage-project-archive-page.active {
  border-color: #006ecf;
  background: #0073e6;
  color: #fff;
}

.luxstage-project-archive-page.next {
  padding: 0 0.65rem;
}

.luxstage-service-archive-section {
    background: var(--luxstage-home-bg);
    color: var(--luxstage-home-text);
    padding: 0 80px;
}

.luxstage-service-archive-hero {
  position: relative;
  display: grid;
  min-height: auto;
  overflow: hidden;
}

.luxstage-service-archive-hero-media {
  position: absolute;
  inset: 0;
}

.luxstage-service-archive-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0.92) 90%);
}

.luxstage-service-archive-hero-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 540px;
  object-fit: cover;
}

.luxstage-service-archive-hero-content {
    position: relative;
    z-index: 1;
    align-self: end;
    display: grid;
    justify-items: left;
    padding: 50px 0 50px 0;
    text-align: center;
    gap: 20px;
}

.luxstage-service-archive-hero-content h1 {
    margin: 0;
    color: var(--luxstage-home-text);
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: none;
    width: 100%;
    text-align: left;
    padding: 0 0 14px 0;
}

.luxstage-service-archive-hero-description {
    max-width: 100%;
    font-size: 18px;
    line-height: 1.7;
    text-align: left;
    font-weight: normal;
}
.luxstage-service-archive-hero-description p {
  margin: 0;
}

.luxstage-service-archive-hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  margin-top: 1.7rem;
  padding: 0.82rem 2.25rem;
  border-radius: 999px;
  background: var(--luxstage-home-accent);
  color: #0b0b0b;
  font-size: clamp(1rem, 1.6vw, 1.24rem);
  font-weight: 600;
  line-height: 1;
  font-style:italic;
}

.luxstage-service-archive-list-section {
  padding: 0 80px;
}

.luxstage-service-archive-grid {
  display: grid;
  grid-template-columns: repeat(var(--luxstage-service-columns-desktop, 3), minmax(0, 1fr));
  gap: 1.45rem;
}

.luxstage-service-archive-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: none;
  background: none;
}

.luxstage-service-archive-card-image {
  position: relative;
  display: block;
  aspect-ratio: 1.34;
  overflow: hidden;
}

.luxstage-service-archive-card-image img,
.luxstage-service-archive-card-image-fallback {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.luxstage-service-archive-card-image-fallback {
  background: rgba(255, 255, 255, 0.08);
}

.luxstage-service-archive-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1rem;
  align-items: center;
}

.luxstage-service-archive-card-title {
  margin: 0;
  font-size: 1.1rem;
  line-height: 0;
  padding: 20px 0 0;

}

.luxstage-service-archive-card-title a {
  color: var(--luxstage-home-text);
}

.luxstage-service-archive-card-excerpt {
  margin: 0.7rem 0 0;
  color: var(--luxstage-home-muted);
  font-size: 0.92rem;
  line-height: 1.65;
}

.luxstage-service-archive-card-link {
  margin-top: auto;
  padding-top: 0.95rem;
  color: var(--luxstage-home-accent);
  font-size: 0.88rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  display: none;
}

.luxstage-service-archive-empty {
  grid-column: 1 / -1;
  color: var(--luxstage-home-muted);
  text-align: center;
}

.luxstage-service-archive-pagination {
  margin-top: 2rem;
}

.luxstage-service-archive-pagination ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.luxstage-service-archive-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  min-height: 34px;
  padding: 0.22rem 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: var(--luxstage-home-text);
  font-size: 0.9rem;
}

.luxstage-service-archive-pagination .page-numbers.current {
  border-color: var(--luxstage-home-accent);
  background: var(--luxstage-home-accent);
  color: #0c0c0c;
}

.luxstage-service-archive-pagination .page-numbers.dots {
  border-color: transparent;
}

.luxstage-service-archive-pagination .page-numbers.next {
  font-weight: 600;
}

.luxstage-service-single .entry-header{
  display: grid;
  align-items: center;
  gap: 30px;
}


.luxstage-product-single {
  background: var(--luxstage-home-bg);
  color: var(--luxstage-home-text);
  overflow-x: hidden;
}

.luxstage-product-single-section {
  padding: 3.4rem 80px;
  max-width: 100%;
}

.luxstage-product-single-hero {
  padding-top: 4.5rem;
}

.luxstage-product-single-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
  gap: 3rem;
  align-items: start;
  max-width: 100%;
}

.luxstage-product-single-gallery {
  display: grid;
  gap: 0.8rem;
  min-width: 0;
  max-width: 100%;
  position: sticky;
  top: 100px;
  align-self: start;
}

.luxstage-product-single-tilte h1 {
    margin-block-start: 0;
    margin-block-end: 0;
    text-align: center;
}

.luxstage-product-single-main-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1.27;
  border: none;
  background: #020202;
}

.luxstage-product-single-image,
.luxstage-product-single-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: zoom-in;
}

.luxstage-product-single-placeholder {
  border: 1px dashed rgba(255, 255, 255, 0.35);
}

/* Main Gallery Arrows */
.luxstage-main-gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  cursor: pointer;
  opacity: 0;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  backdrop-filter: blur(4px);
}

.luxstage-main-gallery-arrow:hover {
  background: rgba(0, 0, 0, 0.8);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-50%) scale(1.1);
}

.luxstage-product-single-main-image:hover .luxstage-main-gallery-arrow {
  opacity: 1;
}

.luxstage-main-gallery-arrow-prev {
  left: 16px;
}

.luxstage-main-gallery-arrow-next {
  right: 16px;
}

.luxstage-main-gallery-arrow svg {
  width: 24px;
  height: 24px;
  display: block;
}

/* Main Gallery Dots */
.luxstage-main-gallery-dots {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  backdrop-filter: blur(4px);
}

.luxstage-main-gallery-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}

.luxstage-main-gallery-dot:hover {
  background: rgba(255, 255, 255, 0.8);
  transform: scale(1.2);
}

.luxstage-main-gallery-dot.active {
  background: #fff;
  width: 24px;
  border-radius: 4px;
}

.luxstage-product-single-thumbs {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 0.55rem;
  max-width: 100%;
  overflow: hidden;
}

.luxstage-product-single-thumbs-viewport {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.luxstage-product-single-thumbs-track {
  display: flex;
  gap: 0.55rem;
  max-width: 100%;
}

.luxstage-product-single-thumb {
  display: flex;
  flex: 0 0 calc((100% - 2.2rem) / 5);
  align-items: center;
  justify-content: center;
  aspect-ratio: 1.12;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: #020202;
  cursor: pointer;
  transition: all 0.3s ease;
}

.luxstage-product-single-thumb:hover {
  border-color: var(--luxstage-home-accent);
  opacity: 0.8;
}

.luxstage-product-single-thumb.active {
  border-color: var(--luxstage-home-accent);
  box-shadow: 0 0 0 2px var(--luxstage-home-accent);
}

.luxstage-product-gallery-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.74);
  cursor: pointer;
  transform: translateY(-50%);
}

.luxstage-product-gallery-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.luxstage-product-gallery-arrow-prev {
  left: 0.55rem;
}

.luxstage-product-gallery-arrow-prev::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}

.luxstage-product-gallery-arrow-next {
  right: 0.55rem;
}

.luxstage-product-gallery-arrow-next::before {
  transform: translate(-65%, -50%) rotate(45deg);
}

.luxstage-product-single-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.luxstage-product-single-summary {
    display: grid;
    min-height: 620px;
    align-content: start;
    min-width: 0;
    max-width: 100%;
    position: relative;
    border: none;
}

.luxstage-product-single-sumary-content{
   border: 1px solid #ffffff8a;
}

.luxstage-product-single-summary h1 {
  margin: 0;
  color: var(--luxstage-home-text);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
  overflow-wrap: break-word;
  word-wrap: break-word;
  display: none;
}

.luxstage-product-single-divider {
  width: 100%;
  height: 1px;
  margin: 2rem 0 1.4rem;
  background: rgba(255, 255, 255, 0.82);
  display: none;
}

.luxstage-product-single-tabs {
    display: flex;
    flex-wrap: nowrap;
    gap: 1px;
    max-width: 100%;
    background: #ffffff8a;
    justify-content: space-between;
}

.luxstage-product-single-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    border-bottom: 1px solid #ffffff8a !important;
    border-radius: 0;
    background: #000;
    color: var(--luxstage-home-text);
    cursor: pointer;
    font: inherit;
    font-size: 1rem;
    padding: 0.55rem 1rem;
    max-width: 100%;
    width: 100%;
}

.luxstage-product-single-tab:hover,
.luxstage-product-single-tab.active {
  border-bottom: none !important;
  color: var(--luxstage-home-accent);
}

.luxstage-product-single-tab:focus-visible,
.luxstage-product-single-thumb:focus-visible,
.luxstage-product-gallery-arrow:focus-visible,
.luxstage-product-single-video:focus-visible,
.luxstage-product-video-modal-close:focus-visible,
.luxstage-product-single-download-button:focus-visible,
.luxstage-product-single-download-pagination button:focus-visible {
  outline: 2px solid var(--luxstage-home-accent);
  outline-offset: 4px;
}

.luxstage-product-single-panels {
    min-height: 550px;
    max-height: 550px;
    padding: 30px;
    max-width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

/* Custom scrollbar for panels */
.luxstage-product-single-panels::-webkit-scrollbar {
  width: 6px;
}

.luxstage-product-single-panels::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
}

.luxstage-product-single-panels::-webkit-scrollbar-thumb {
  background: var(--luxstage-home-accent);
  border-radius: 3px;
}

.luxstage-product-single-panels::-webkit-scrollbar-thumb:hover {
  background: rgba(212, 175, 55, 0.8);
}

.luxstage-product-single-panel {
  display: none;
  color: var(--luxstage-home-muted);
  font-size: 0.95rem;
  line-height: 1.7;
  max-width: 100%;
}

.luxstage-product-single-panel.active {
  display: block;
}

.luxstage-product-single-panel p {
  margin: 0 0 1rem;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.luxstage-product-single-panel table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.luxstage-product-single-panel td,
.luxstage-product-single-panel th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  padding: 0.55rem 0;
  text-align: left;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.luxstage-product-single-downloads {
  display: grid;
  gap: 0.55rem;
  padding: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.03);
}

.luxstage-product-single-download-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 145px 112px;
  gap: 1rem;
  align-items: center;
  min-height: 30px;
  padding: 0.65rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(0, 0, 0, 0.28);
}

@media (max-width: 768px) {
  .luxstage-product-single-download-row {
    grid-template-columns: 1fr;
    gap: 0.8rem;
    padding: 1rem;
    text-align: center;
    max-width: 100%;
  }

  .luxstage-product-single-download-row strong {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
  }

  .luxstage-product-single-downloads {
    max-width: 100%;
  }

  .luxstage-service-archive-section{
    padding: 0;
  }

  .luxstage-about-page{
    padding: 0px !important;
  }
}

.luxstage-product-single-download-row[hidden] {
  display: none;
}

.luxstage-product-single-download-row strong {
  color: var(--luxstage-home-text);
  font-size: 0.92rem;
  line-height: 1.45;
  word-break: break-word;
}

.luxstage-product-single-download-row time {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.78rem;
  white-space: nowrap;
}

.luxstage-product-single-download-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0.42rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  color: var(--luxstage-home-text);
  font-size: 0.78rem;
  font-weight: 700;
}

.luxstage-product-single-download-button:hover {
  border-color: var(--luxstage-home-accent);
  background: var(--luxstage-home-accent);
  color: #080808;
}

.luxstage-product-single-download-pagination {
  display: flex;
  justify-content: center;
  gap: 0.45rem;
  padding-top: 0.45rem;
}

.luxstage-product-single-download-pagination button {
  position: relative;
  min-width: 28px;
  height: 28px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: var(--luxstage-home-text);
  cursor: pointer;
  font: inherit;
  font-size: 0.78rem;
}

.luxstage-product-single-download-pagination button.active {
  border-color: var(--luxstage-home-accent);
  background: var(--luxstage-home-accent);
  color: #080808;
  font-weight: 700;
}

.luxstage-product-single-download-pagination button:disabled {
  cursor: not-allowed;
  opacity: 0.35;
}

.luxstage-product-single-download-pagination [data-download-prev]::before,
.luxstage-product-single-download-pagination [data-download-next]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
}

.luxstage-product-single-download-pagination [data-download-prev]::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}

.luxstage-product-single-download-pagination [data-download-next]::before {
  transform: translate(-65%, -50%) rotate(45deg);
}

.luxstage-product-single-action {
    display: flex;
    justify-content: center;
    margin-top: auto;
    position: relative;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    margin: 30px 0 0;
}

.luxstage-product-single-quote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  min-height: 38px;
  border-radius: 999px;
  background: var(--luxstage-home-accent);
  color: #080808;
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
}

.luxstage-product-single-quote:hover {
  color: #080808;
  background: #fff7d5;
}

.luxstage-product-single-video-section {
  padding-top: 2rem;
  text-align: center;
}

.luxstage-product-single-video-section h2,
.luxstage-product-related-section h2 {
  margin: 0;
  color: var(--luxstage-home-text);
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  line-height: 1.25;
}

.luxstage-product-single-videos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.4rem;
  margin-top: 2rem;
}

.luxstage-product-single-video {
  display: grid;
  gap: 0.75rem;
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--luxstage-home-text);
  cursor: pointer;
  font: inherit;
  text-align: center;
}

.luxstage-product-single-video-frame {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(255, 255, 255, 0.62);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0)),
    #070707;
  overflow: hidden;
}

.luxstage-product-single-video-frame img,
.luxstage-product-single-video-frame video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.82;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.luxstage-product-single-video-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at center, rgba(0, 0, 0, 0.08), transparent 55%),
    linear-gradient(to top, rgba(0, 0, 0, 0.58), transparent 62%);
}

.luxstage-product-single-video:hover .luxstage-product-single-video-frame img {
  opacity: 1;
  transform: scale(1.04);
}

.luxstage-product-single-video:hover .luxstage-product-single-video-frame video {
  opacity: 1;
  transform: scale(1.04);
}

.luxstage-product-single-video-play {
  position: relative;
  z-index: 2;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
}

.luxstage-product-single-video-play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 53%;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #fff;
  transform: translate(-38%, -50%);
}

.luxstage-product-single-video-title {
  color: var(--luxstage-home-muted);
  font-size: 0.92rem;
  word-break: break-word;
}

.luxstage-product-video-modal {
  position: fixed;
  z-index: 9999;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
}

.luxstage-product-video-modal.active {
  display: flex;
}

.luxstage-video-modal-open {
  overflow: hidden;
}

.luxstage-product-video-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.86);
}

.luxstage-product-video-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 960px);
}

.luxstage-product-video-modal-close {
  position: absolute;
  right: 0;
  bottom: calc(100% + 0.75rem);
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  background: #050505;
  cursor: pointer;
}

.luxstage-product-video-modal-close::before,
.luxstage-product-video-modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background: #fff;
}

.luxstage-product-video-modal-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.luxstage-product-video-modal-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.luxstage-product-video-modal-content {
  position: relative;
}

.luxstage-product-video-modal-content iframe,
.luxstage-product-video-modal-content video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  background: #101010;
}

/* Gallery Modal */
.luxstage-gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.luxstage-gallery-modal.active {
  opacity: 1;
  visibility: visible;
}

.luxstage-gallery-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  cursor: pointer;
}

.luxstage-gallery-modal-dialog {
  position: relative;
  width: 100%;
  max-width: 1200px;
  z-index: 2001;
}

.luxstage-gallery-modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  cursor: pointer;
  color: #fff;
}

.luxstage-gallery-modal-close::before,
.luxstage-gallery-modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
}

.luxstage-gallery-modal-close::before {
  transform: rotate(45deg);
}

.luxstage-gallery-modal-close::after {
  transform: rotate(-45deg);
}

.luxstage-gallery-modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.luxstage-gallery-modal-main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.luxstage-gallery-modal-content img {
  max-width: 100%;
  max-height: 75vh;
  object-fit: contain;
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

.luxstage-gallery-modal-thumbs {
  display: flex;
  gap: 0.8rem;
  margin-top: 1.5rem;
  justify-content: center;
  overflow-x: auto;
  max-width: 100%;
  padding: 5px;
}

.luxstage-gallery-modal-thumb {
  width: 64px;
  height: 64px;
  border: 2px solid transparent;
  cursor: pointer;
  padding: 0;
  background: #000;
  flex: 0 0 auto;
  transition: border-color 0.3s;
}

.luxstage-gallery-modal-thumb.active {
  border-color: var(--luxstage-home-accent, #fff);
}

.luxstage-gallery-modal-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: none;
  box-shadow: none;
}

.luxstage-gallery-modal-prev,
.luxstage-gallery-modal-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.3s;
}

.luxstage-gallery-modal-prev:hover,
.luxstage-gallery-modal-next:hover {
  background: rgba(255, 255, 255, 0.2);
}

.luxstage-gallery-modal-prev {
  left: -70px;
}

.luxstage-gallery-modal-next {
  right: -70px;
}

.luxstage-gallery-modal-prev::after,
.luxstage-gallery-modal-next::after {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.luxstage-gallery-modal-prev::after {
  transform: rotate(-135deg);
  margin-left: 5px;
}

.luxstage-gallery-modal-next::after {
  transform: rotate(45deg);
  margin-right: 5px;
}

@media (max-width: 1400px) {
  .luxstage-gallery-modal-prev {
    left: 20px;
  }
  .luxstage-gallery-modal-next {
    right: 20px;
  }
  .luxstage-gallery-modal-prev,
  .luxstage-gallery-modal-next {
    background: rgba(0, 0, 0, 0.5);
  }
}

@media (max-width: 768px) {
  .luxstage-gallery-modal-prev,
  .luxstage-gallery-modal-next {
    width: 40px;
    height: 40px;
  }
  .luxstage-gallery-modal-close {
    top: -50px;
    right: 10px;
  }
}

/* Video Modal Arrows */
.luxstage-video-modal-prev,
.luxstage-video-modal-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.3s;
  z-index: 2002;
}

.luxstage-video-modal-prev:hover,
.luxstage-video-modal-next:hover {
  background: rgba(255, 255, 255, 0.2);
}

.luxstage-video-modal-prev {
  left: -70px;
}

.luxstage-video-modal-next {
  right: -70px;
}

.luxstage-video-modal-prev::after,
.luxstage-video-modal-next::after {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.luxstage-video-modal-prev::after {
  transform: rotate(-135deg);
  margin-left: 5px;
}

.luxstage-video-modal-next::after {
  transform: rotate(45deg);
  margin-right: 5px;
}

@media (max-width: 1400px) {
  .luxstage-video-modal-prev {
    left: 20px;
  }
  .luxstage-video-modal-next {
    right: 20px;
  }
  .luxstage-video-modal-prev,
  .luxstage-video-modal-next {
    background: rgba(0, 0, 0, 0.5);
  }
}

@media (max-width: 768px) {
  .luxstage-video-modal-prev,
  .luxstage-video-modal-next {
    width: 40px;
    height: 40px;
  }

  .luxstage-project-single{
    padding: 0 10px !important;
  }
}

.luxstage-project-single {
  background: var(--luxstage-home-bg);
  color: var(--luxstage-home-text);
  width: 100%;
  min-height: 100vh;
  padding: 0 80px;
}

.luxstage-project-single-section {
  padding: 3rem 1rem;
}

.luxstage-project-single-hero {
  padding-top: 4.5rem;
}

.luxstage-project-single-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(320px, 1fr);
  gap: 2.6rem;
  align-items: start;
}

.luxstage-project-single-featured {
  display: block;
  min-height: 380px;
  aspect-ratio: 1.45;
  background: #090909;
  overflow: hidden;
}

.luxstage-project-single-featured-image,
.luxstage-project-single-image-placeholder,
.luxstage-project-single-gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.luxstage-project-single-image-placeholder {
  border: 1px dashed rgba(255, 255, 255, 0.26);
}

.luxstage-project-single-content {
  display: grid;
  align-content: start;
  gap: 1.45rem;
  min-width: 0;
  padding-top: 0.1rem;
}

.luxstage-project-single-content h1 {
  margin: 0;
  color: var(--luxstage-home-text);
  font-size: clamp(1.85rem, 3.5vw, 2.55rem);
  font-weight: 500;
  line-height: 1.15;
  text-transform: uppercase;
}

.luxstage-project-single-divider {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.82);
}

.luxstage-project-single-excerpt,
.luxstage-project-single-editor {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.98rem;
  line-height: 1.75;
}

.luxstage-project-single-excerpt {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.05rem;
}

.luxstage-project-single-excerpt p,
.luxstage-project-single-editor p {
  margin: 0 0 1rem;
}

.luxstage-project-single-editor > :last-child {
  margin-bottom: 0;
}

.luxstage-project-single-gallery-section {
  padding-top: 0.8rem;
}

.luxstage-project-single-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem 1.5rem;
}

.luxstage-project-single-gallery-item {
  display: block;
  aspect-ratio: 1.42;
  background: #101010;
  overflow: hidden;
}

.luxstage-project-single-gallery-item img {
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.luxstage-project-single-gallery-item:hover img {
  opacity: 0.92;
  transform: scale(1.035);
}

.luxstage-project-single-video-section {
  min-height: 260px;
  padding-top: 1rem;
  text-align: center;
}

.luxstage-project-single-video-section h2 {
  margin: 0;
  color: var(--luxstage-home-text);
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  font-weight: 700;
  line-height: 1.25;
}

.luxstage-project-single-videos {
  margin-top: 2rem;
  text-align: left;
}

.luxstage-about-page {
  min-height: 100vh;
  background: var(--luxstage-home-bg);
  color: var(--luxstage-home-text);
}

.luxstage-about-section {
  padding: 2.4rem 1rem;
}



.luxstage-about-hero-section {
  padding-top: 0;
  padding-bottom: 0;
}

.luxstage-about-hero-media {
  overflow: hidden;
  background: #101010;
}

.luxstage-about-hero-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 380px;
}

.luxstage-about-intro-section {
  padding: 1.2rem 80px 0 80px;
}

.luxstage-about-intro-section h1 {
    max-width: 100%;
    margin: 0 0 40px 0;
    color: var(--luxstage-home-text);
    font-size: 40px;
    font-weight: 500;
    line-height: 1.3;
    font-family: emoji;
    padding: 0 30px;
}

.luxstage-about-richtext {
    max-width: 100%;
    color: rgba(255, 255, 255, 0.78);
    font-size: 20px;
    line-height: 1.65;
    padding: 0 30px;
}

.luxstage-about-richtext p,
.luxstage-about-feature-content p,
.luxstage-about-accordion-panel p,
.luxstage-about-contact-list p {
  margin: 0 0 1rem;
}

.luxstage-about-richtext > :last-child,
.luxstage-about-feature-content > :last-child,
.luxstage-about-accordion-panel > :last-child,
.luxstage-about-contact-list > :last-child {
  margin-bottom: 0;
}

.luxstage-about-features-section {
  padding-top: 1rem;
  padding-bottom: 2.2rem;
  padding-left: 80px;
  padding-right: 80px;
}

.luxstage-about-features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.luxstage-about-feature {
  display: grid;
  gap: 0.58rem;
  justify-items: center;
  align-content: start;
  min-width: 0;
  padding: 0 1.1rem;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
  text-align: center;
}

.luxstage-about-feature:last-child {
  border-right: 0;
}

.luxstage-about-feature-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
}

.luxstage-about-feature-icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.luxstage-about-feature-icon:empty::before {
  content: "";
  width: 28px;
  height: 28px;
  border: 1px solid rgba(231, 210, 176, 0.9);
  border-radius: 5px;
}

.luxstage-about-feature h2 {
  margin: 0;
  color: var(--luxstage-home-text);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
}

.luxstage-about-feature-content {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.78rem;
  line-height: 1.55;
}

.luxstage-about-values-section {
  padding: 1.7rem 80px 0 80px;
}

.luxstage-about-values-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: 2.2rem;
  align-items: stretch;
}

.luxstage-about-accordion {
  border: 1px solid rgba(255, 255, 255, 0.38);
}

.luxstage-about-accordion-item + .luxstage-about-accordion-item {
  border-top: 1px solid rgba(255, 255, 255, 0.38);
}

.luxstage-about-accordion-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  min-height: 64px;
  border: 0;
  background: transparent;
  color: var(--luxstage-home-text);
  cursor: pointer;
  font: inherit;
  padding: 1rem 0.95rem;
  text-align: left;
}

.luxstage-about-accordion-button span {
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-family: emoji;
  font-style: italic;
  font-weight: 700;
  line-height: 1.1;
}

.luxstage-about-accordion-button i {
  position: relative;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.luxstage-about-accordion-button i::before,
.luxstage-about-accordion-button i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translate(-50%, -75%) rotate(135deg);
  transition: transform 0.3s ease;
}

.luxstage-about-accordion-button i::after {
  display: none;
}

.luxstage-about-accordion-item.active .luxstage-about-accordion-button i::before {
  transform: translate(-50%, -25%) rotate(-45deg);
}

.luxstage-about-accordion-button:focus-visible {
  outline: 2px solid var(--luxstage-home-accent);
  outline-offset: -3px;
}

.luxstage-about-accordion-panel {
  padding: 0 0.95rem 1.05rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.92rem;
  line-height: 1.55;
}

.luxstage-about-accordion-panel {
  overflow: hidden;
}

.luxstage-about-accordion-panel .luxstage-about-accordion-content {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--accordion-preview-lines, 3);
  max-height: calc(var(--accordion-preview-lines, 3) * 1.55em);
}

.luxstage-about-accordion-item.active .luxstage-about-accordion-panel .luxstage-about-accordion-content {
  display: block;
  -webkit-line-clamp: unset;
  max-height: none;
}

.luxstage-about-accordion .luxstage-about-accordion-button {
  cursor: pointer;
}

.luxstage-about-values-images {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.luxstage-about-values-image {
  min-height: 180px;
  background: #101010;
  overflow: hidden;
}

.luxstage-about-values-image:first-child {
  grid-column: 1 / -1;
}

.luxstage-about-values-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 700px;
}

.luxstage-about-contact-section {
  padding-top: 2.8rem;
  padding-bottom: 1.4rem;
}

.luxstage-about-contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.95fr);
  gap: 2rem;
  padding-top: 1.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.34);
}

.luxstage-about-contact-form {
  padding-right: 2rem;
  border-right: 1px solid rgba(255, 255, 255, 0.34);
}

.luxstage-about-contact h2 {
  margin: 0 0 1.45rem;
  color: var(--luxstage-home-text);
  font-size: clamp(1.25rem, 2.5vw, 1.7rem);
  font-weight: 500;
  line-height: 1.25;
}

.luxstage-about-contact-info h2 {
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  letter-spacing: 0.18em;
}

.luxstage-about-contact form {
  display: grid;
  gap: 1.15rem;
}

.luxstage-about-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.35rem;
}

.luxstage-about-contact label {
  display: grid;
  gap: 0.45rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
}

.luxstage-about-contact input,
.luxstage-about-contact textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 0;
  background: transparent;
  color: var(--luxstage-home-text);
  font: inherit;
  padding: 0.4rem 0;
}

.luxstage-about-contact textarea {
  resize: vertical;
}

.luxstage-about-contact button[type="submit"] {
  justify-self: end;
  min-width: 210px;
  min-height: 42px;
  margin-top: 0.6rem;
  border: 0;
  border-radius: 999px;
  background: var(--luxstage-home-accent);
  color: #080808;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
}

.luxstage-about-contact-list {
  display: grid;
  gap: 0.95rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.96rem;
}

.luxstage-about-contact-list a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.luxstage-about-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.luxstage-about-socials a {
  display: grid;
  place-items: center;
  min-width: 32px;
  min-height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 50%;
  color: var(--luxstage-home-text);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.luxstage-about-map-section {
  padding: 0 1rem 2.2rem;
  background: var(--luxstage-home-bg);
}

.luxstage-about-map {
  min-height: 260px;
  background: #101010;
  overflow: hidden;
}

.luxstage-about-map iframe {
  display: block;
  width: 100%;
  min-height: 260px;
  border: 0;
}

.luxstage-product-related-section {
  padding-top: 3.8rem;
}

.luxstage-product-single-heading-line {
  width: min(100%, 400px);
  height: 1px;
  margin: 2rem 0 3.8rem;
  background: rgba(255, 255, 255, 0.82);
}

.luxstage-product-related-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.luxstage-product-related-grid {
  display: flex;
  gap: 0;
  position: relative;
  width: 100%;
  will-change: transform;
  /* GSAP controlled */
}

.luxstage-product-related-grid::-webkit-scrollbar {
  display: none;
}

.luxstage-product-related-card {
  flex: 0 0 auto;
  width: calc((100% - (var(--related-columns-desktop, 4) - 1) * 2rem) / var(--related-columns-desktop, 4));
  display: grid;
  gap: 0;
  text-align: center;
}

@media (max-width: 900px) {
  .luxstage-product-related-grid {
    gap: 0;
  }
  
  .luxstage-product-related-card {
    width: calc((100% - (var(--related-columns-mobile, 2) - 1) * 1rem) / var(--related-columns-mobile, 2));
  }
}

.luxstage-product-related-image {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  background: #020202;
}

.luxstage-product-related-image img {
  display: block;
  width: 82%;
  height: 82%;
  object-fit: contain;
  border: 1px solid #fff;
}

.luxstage-product-related-card h3 {
  margin: 0.8rem 0 0;
  color: var(--luxstage-home-text);
  font-size: 1.15rem;
  line-height: 1.35;
}

.luxstage-product-related-card h3 a,
.luxstage-product-related-detail {
  color: var(--luxstage-home-text);
}

.luxstage-product-related-detail {
    font-size: 0.88rem;
    font-style: italic;
    color: var(--text-xem-them-home);
}

/* Related Products Dot Pagination */
.luxstage-related-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  padding: 16px 0;
}

.luxstage-related-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.luxstage-related-dot:hover {
  background: rgba(255, 255, 255, 0.6);
  transform: scale(1.2);
}

.luxstage-related-dot.active {
  background: var(--luxstage-home-accent);
  transform: scale(1.3);
}

/* Mobile: Show grab cursor for touch */
@media (max-width: 900px) {
  .luxstage-product-related-grid {
    cursor: grab;
  }
  
  .luxstage-product-related-grid.is-dragging {
    cursor: grabbing;
  }
}

@media (max-width: 900px) {
  .luxstage-product-related-card h3 {
    font-size: 0.95rem;
  }
  
  .luxstage-product-related-detail {
    font-size: 0.8rem;
  }
}

@media (max-width: 900px) {
  .luxstage-header-inner,
  .luxstage-footer-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .luxstage-header-inner {
    flex-wrap: nowrap;
    justify-content: center;
    padding: 0.85rem 0;
  }

  .site-branding,
  .site-nav,
  .luxstage-header-actions {
    width: auto;
    justify-content: center;
    text-align: center;
    line-height: 0;
  }

  .site-nav ul {
    justify-content: center;
  }

  .luxstage-footer-submit {
    justify-self: start;
  }

  .luxstage-home-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .luxstage-home-intro-banner-item,
  .luxstage-home-services {
    grid-template-columns: 1fr;
  }

  .luxstage-home-lighting-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .luxstage-home-lighting-arrow-wrap {
    display: none;
  }

  .luxstage-home-projects-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .luxstage-home-project-card:first-child,
  .luxstage-home-project-card:nth-child(2),
  .luxstage-home-project-card:nth-child(3) {
    grid-column: span 1;
    grid-row: span 1;
  }

  .luxstage-product-archive-hero {
    min-height: 520px;
  }

  .luxstage-product-archive-hero-image {
    min-height: 520px;
  }

  .luxstage-product-archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .luxstage-service-archive-hero,
  .luxstage-service-archive-hero-image {
    min-height: auto;
  }

  .luxstage-service-archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .luxstage-project-archive-hero,
  .luxstage-project-archive-hero-image {
    min-height: 520px;
  }

  .luxstage-project-archive-hero-content {
    gap: 2.6rem;
  }

  .luxstage-project-archive-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    max-width: 620px;
  }

  .luxstage-project-archive-process {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.6rem 1rem;
    padding: 0 10px;
  }

  .luxstage-project-archive-process-item:not(:last-child)::after {
    display: none;
  }

  .luxstage-project-archive-process >  div:nth-of-type(13){
    grid-column: span 2;
  }

  .luxstage-project-archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0 10px;
  }

  .luxstage-product-single-grid {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }

  .luxstage-product-single-gallery,
  .luxstage-product-single-summary {
    min-width: 0;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
  
  .luxstage-product-single-gallery {
    position: static;
  }

  .luxstage-product-single-gallery > * {
    min-width: 0;
    max-width: 100%;
  }

  .luxstage-product-single-summary > * {
    min-width: 0;
    max-width: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }

  .luxstage-product-single-summary h1 {
    word-break: break-word;
  }

  .luxstage-product-single-main-image {
    max-width: 100%;
  }

  .luxstage-product-single-thumbs {
    max-width: 100%;
  }

  .luxstage-product-single-thumbs-viewport {
    max-width: 100%;
  }

  .luxstage-product-single-tabs {
    max-width: 100%;
  }

  .luxstage-product-single-panels {
    max-width: 100%;
    padding: 30px 10px;
  }

  .luxstage-product-single-panel {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
  }

  .luxstage-product-single-panel table {
    min-width: 100%;
  }

  .luxstage-product-single-panel p,
  .luxstage-product-single-panel div {
    max-width: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }

  .luxstage-project-single-hero-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .luxstage-project-single-featured {
    min-height: 320px;
  }

  .luxstage-project-single-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .luxstage-about-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.8rem 0;
  }

  .luxstage-about-feature:nth-child(2n) {
    border-right: 0;
  }

  .luxstage-about-values-grid,
  .luxstage-about-contact {
    grid-template-columns: 1fr;
  }

  .luxstage-about-contact-form {
    padding-right: 0;
    padding-bottom: 1.7rem;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.34);
  }

  .luxstage-product-single-summary {
    min-height: 0;
    padding: 0 0 70px 0;
  }

  .luxstage-product-single-panels {
    min-height: 0;
  }

  .luxstage-product-single-action {
    margin-top: 2rem;
  }

  .luxstage-product-related-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem 1.5rem;
  }

  .luxstage-service-archive-hero-content h1{
    line-height: 1.5;
    width: 100%;
    font-size: 20px;
  }
  .luxstage-service-archive-hero-description {
    max-width: 100%;
    font-size: 11px;
  }
}

@media (max-width: 640px) {
  .site-header,
  .site-footer {
    padding-right: 0.85rem;
    padding-left: 0.85rem;
  }
   .site-header .site-branding img {
    max-height: 18px !important;
  }
  .luxstage-header-actions,
  .site-nav ul {
    flex-wrap: wrap;
  }

  .luxstage-header-phone {
    width: auto;
    justify-content: center;
  }

  .luxstage-footer-form-row {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .luxstage-footer-submit {
    width: 100%;
    justify-self: stretch;
  }
  
  .luxstage-home-slogan{
    padding: 0px 0;
  }

  .luxstage-home-slogan-content {
    max-width: 100%;
    font-size: 16px;
    font-style: italic;
    line-height: 1.55;
  }

  .luxstage-home-intro-banner-copy h2 {
    max-width: 280px;
    margin: 0 0 1rem;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.45;
  }
  .luxstage-home-products-section {
    padding: 30px 0;
  }




  .luxstage-home-banner-image, .luxstage-home-intro-banner-image {
    height: auto;
    min-height: auto;
    max-height: 300px;
  }
  
  .luxstage-home-banner .luxstage-slider-slide {
    max-height: 360px;
  }

  .luxstage-home-intro-banner-item {
    min-height: 0;
    max-height: none;
  }
  
  .luxstage-home-intro-banner .luxstage-slider-slide {
    max-height: 100%;
  }

  .luxstage-home-intro-banner-copy {
    padding: 2rem 1rem;
  }

  .luxstage-home-products-grid,
  .luxstage-home-projects-grid,
  .luxstage-home-lighting-steps {
    grid-template-columns: 1fr 1fr;
  }

  .luxstage-service-archive-hero,
  .luxstage-service-archive-hero-image {
    min-height: 0;
    padding: 0 10px;
  }

  .luxstage-service-archive-list-section {
    padding-top: 10px;
    padding-bottom: 10px;
    padding: 10px;
  }

  .luxstage-service-archive-grid {
    grid-template-columns: repeat(var(--luxstage-service-columns-mobile, 1), minmax(0, 1fr));
    gap: 1rem;
  }
  .luxstage-service-archive-hero-content{
    gap: 0;
    padding: 20px 0;
  }

  .luxstage-service-archive-hero-button{
    min-height: 10px;
    font-size: 12px;
    padding: 10px 20px;
    margin-top: 20px;
  }

  .luxstage-home-products-grid,
  .luxstage-home-projects-grid {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth !important;
    scroll-padding-inline: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .luxstage-home-products-grid::-webkit-scrollbar,
  .luxstage-home-projects-grid::-webkit-scrollbar {
    display: none;
  }

  .luxstage-home-product-card,
  .luxstage-home-project-card {
    flex: 0 0 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .luxstage-home-project-card:first-child,
  .luxstage-home-project-card:nth-child(2),
  .luxstage-home-project-card:nth-child(3) {
    grid-column: auto;
    grid-row: auto;
  }

  .luxstage-home-project-card {
    min-height: 320px;
  }

  .luxstage-home-mobile-slide-arrow {
    position: absolute;
    top: 50%;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.52);
    color: var(--luxstage-home-text);
    font-size: 2rem;
    line-height: 1;
    text-decoration: none;
    transform: translateY(-50%);
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
    backdrop-filter: blur(8px);
    display: none;
  }

  .luxstage-home-mobile-slide-arrow:active {
    background: rgba(0, 0, 0, 0.72);
    border-color: rgba(255, 255, 255, 0.72);
    transform: translateY(-50%) scale(0.94);
  }

  .luxstage-home-mobile-slide-arrow-prev {
    left: 0.65rem;
  }

  .luxstage-home-mobile-slide-arrow-next {
    right: 0.65rem;
  }

  .luxstage-home-products-grid.is-mobile-layout-free,
  .luxstage-home-projects-grid.is-mobile-layout-free {
    scroll-snap-type: none;
  }

  /* Disable scroll-snap when auto-carousel is enabled */
  .luxstage-home-products-grid[data-auto-carousel="true"],
  .luxstage-home-projects-grid[data-auto-carousel="true"] {
    scroll-snap-type: none !important;
    overflow: visible !important;
    flex-wrap: nowrap !important;
    cursor: grab !important;
    position: relative;
    width: 100%;
  }

  .luxstage-home-products-grid[data-auto-carousel="true"]:active,
  .luxstage-home-projects-grid[data-auto-carousel="true"]:active {
    cursor: grabbing !important;
  }

  .luxstage-home-products-grid[data-auto-carousel="true"] .luxstage-home-product-card,
  .luxstage-home-projects-grid[data-auto-carousel="true"] .luxstage-home-project-card {
    scroll-snap-align: none !important;
    scroll-snap-stop: normal !important;
    flex-shrink: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  /* Hide navigation arrows when auto-carousel is enabled */
  .luxstage-home-products-grid[data-auto-carousel="true"] .luxstage-home-mobile-slide-arrow,
  .luxstage-home-projects-grid[data-auto-carousel="true"] .luxstage-home-mobile-slide-arrow {
    display: none !important;
  }

  .luxstage-home-products-grid.is-mobile-layout-free .luxstage-home-product-card,
  .luxstage-home-projects-grid.is-mobile-layout-free .luxstage-home-project-card {
    flex-basis: 66%;
    scroll-snap-align: none;
    scroll-snap-stop: normal;
  }

  .luxstage-home-products-grid.is-mobile-layout-free .luxstage-home-mobile-slide-arrow,
  .luxstage-home-projects-grid.is-mobile-layout-free .luxstage-home-mobile-slide-arrow {
    display: none;
  }

  .luxstage-home-services-cards.is-mobile-services-one .luxstage-home-service-card {
    flex-basis: 100cqw;
    width: 100cqw;
  }

  .luxstage-home-services-cards.is-mobile-services-one-half .luxstage-home-service-card {
    flex-basis: 66cqw;
    width: 66cqw;
  }

  .luxstage-home-services-stats {
    flex-wrap: nowrap;
    gap: 1.5rem;
  }

  .luxstage-product-archive-hero {
    min-height: 470px;
  }

  .luxstage-product-archive-hero-image {
    min-height: 100%;
  }

  .luxstage-product-archive-hero-content h1{
    font-size: 30px;
  }

  .luxstage-product-archive-hero-description p {
    font-size: 14px;
  }
  .luxstage-product-archive-hero-content {
    padding-bottom: 2.5rem;
  }

  .luxstage-product-archive-category-list,
  .luxstage-product-archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .luxstage-product-archive-category-section{
    padding: 0;
  }

  .luxstage-product-archive-separator{
    display: none;
  }

  .luxstage-product-archive-results {
    padding: 15px 10px;
  }


  /* Mobile: Custom Dropdown with Icons */
  .luxstage-mobile-category-dropdown {
    position: relative;
    margin-bottom: 2rem;
    width: 100%;
    max-width: 100%;
  }
  
  .luxstage-mobile-category-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 52px;
    padding: 0.6rem 1rem;
    border-radius: 0;
    background: none;
    color: var(--luxstage-home-text);
    font-family: inherit;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
    border-bottom: 2px solid var(--luxstage-home-text);
}
  
  .luxstage-mobile-category-toggle:hover {
    background: rgba(255, 255, 255, 0.08);
  }
  
  .luxstage-mobile-category-current {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex: 1;
    min-width: 0;
  }
  
  .luxstage-mobile-category-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    border-radius: 4px;
    overflow: hidden;
  }
  
  .luxstage-mobile-category-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .luxstage-mobile-category-text {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
  }
  
  .luxstage-mobile-category-arrow {
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid var(--luxstage-home-accent);
    flex-shrink: 0;
    transition: transform 0.3s ease;
  }
  
  .luxstage-mobile-category-dropdown.is-open .luxstage-mobile-category-arrow {
    transform: rotate(180deg);
  }
  
  /* Dropdown Panel */
  .luxstage-mobile-category-panel {
    position: absolute;
    top: calc(100% + 0px);
    left: 0;
    right: 0;
    z-index: 100;
    max-height: 0;
    overflow: hidden;
    border-radius: 0;
    background: #000;
    border: none;
    box-shadow: 0 8px 24px -18px rgb(255 253 253 / 60%);
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease, visibility 0s linear 0.3s;
  }
  
  .luxstage-mobile-category-dropdown.is-open .luxstage-mobile-category-panel {
    max-height: 400px;
    overflow-y: auto;
    opacity: 1;
    visibility: visible;
    transition: max-height 0.3s ease, opacity 0.3s ease, visibility 0s;
  }
  
  .luxstage-mobile-category-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem 1rem;
    color: var(--luxstage-home-text);
    border-bottom: none;
    transition: background 0.2s ease;
  }
  
  .luxstage-mobile-category-item:first-child {
    border-radius: 0;
  }
  
  .luxstage-mobile-category-item:last-child {
    border-bottom: 0;
    border-radius: 0 0 8px 8px;
  }
  
  .luxstage-mobile-category-item:hover,
  .luxstage-mobile-category-item.active {
    background: rgba(255, 255, 255, 0.08);
    color: var(--luxstage-home-accent);
  }
  
  .luxstage-mobile-category-item .luxstage-mobile-category-icon {
    width: 36px;
    height: 36px;
  }
  
  /* Hide desktop tabs on mobile */
  .luxstage-product-archive-category-list {
    display: none;
  }

  .luxstage-project-archive-hero-content h1{
    font-size: 30px !important;
  }

  .luxstage-project-archive-hero,
  .luxstage-project-archive-hero-image {
    min-height: 30px;
    height: auto !important;
  }

  .luxstage-project-archive-hero-content {
    gap: 2rem;
    padding: 5.2rem 1rem 1.15rem;
  }

  .luxstage-project-archive-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }

  .luxstage-project-archive-stat {
    min-height: 70px;
    padding: 0.65rem 0.7rem;
    border-radius: 10px;
  }

  .luxstage-project-archive-stat strong {
    font-size: 1.8rem;
  }

  .luxstage-project-archive-stat span {
    font-size: 0.75rem;
  }

  .luxstage-project-archive-process-section {
    padding-top: 1.1rem;
    padding: 1.1rem 10px 10px ;
  }

  .luxstage-project-archive-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .luxstage-project-archive-process h2 {
    font-size: 0.82rem;
  }

  /* Mobile: Hide desktop tab layout, show select dropdown */
  .luxstage-project-archive-category-select-wrapper {
    display: block;
    margin-bottom: 2rem;
  }
  
  .luxstage-project-archive-category-select {
    width: 100%;
    padding: 1rem 2.5rem 1rem 1rem;
    font-size: 1rem;
    font-family: inherit;
    color: var(--luxstage-text-primary);
    background-color: rgba(255, 255, 255, 0.05);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23d4af37' d='M1.41 0L6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: all 0.2s ease;
  }
  
  .luxstage-project-archive-category-select:hover {
    background-color: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.5);
  }
  
  .luxstage-project-archive-category-select:focus {
    outline: 2px solid var(--luxstage-home-accent);
    outline-offset: 2px;
  }
  
  .luxstage-project-archive-category-list {
    display: none;
  }

  /* Mobile: Hide desktop tab layout, show select dropdown for news */
  .luxstage-news-archive-category-select-wrapper {
    display: block;
    margin-bottom: 2rem;
  }
  
  .luxstage-news-archive-category-select {
    width: 100%;
    padding: 1rem 2.5rem 1rem 1rem;
    font-size: 1rem;
    font-family: inherit;
    color: var(--luxstage-text-primary);
    background-color: rgba(255, 255, 255, 0.05);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23d4af37' d='M1.41 0L6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: all 0.2s ease;
  }
  
  .luxstage-news-archive-category-select:hover {
    background-color: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.5);
  }
  
  .luxstage-news-archive-category-select:focus {
    outline: 2px solid var(--luxstage-home-accent);
    outline-offset: 2px;
  }
  
  .luxstage-news-archive-category-list {
    display: none;
  }
  
   
  .luxstage-news-archive-featured-section {
     display: none;
  }
  
  .luxstage-news-archive-wrap {
    display: block;
    gap: 0;
  }

  .luxstage-news-archive-results{
    display: block;
    padding: 30px 0 !important;
  }

  .luxstage-news-single .entry-meta{
    font-size: 12px;
  }

  .related-posts {
     margin-top: 0;
     padding-top: 0;
  }

  .related-title {
    font-size: 2rem;
    margin-bottom: 10px;
    text-align: center;
  }
  
  .luxstage-about-accordion {
    order: 2;
  }

  .luxstage-project-archive-category {
    flex: 0 0 auto;
    min-height: 38px;
    font-size: 0.9rem;
  }

  .luxstage-project-archive-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .luxstage-product-single-section {
    padding: 2.5rem 1rem;
  }

  .luxstage-project-single-section {
    padding: 2.3rem 1rem;
  }

  .luxstage-project-single-hero {
    padding-top: 2.5rem;
  }

  .luxstage-project-single-featured {
    min-height: 230px;
  }

  .luxstage-project-single-content {
    gap: 1rem;
  }

  .luxstage-project-single-gallery-grid {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }

  .luxstage-about-section {
    padding: 10px;
  }

  .luxstage-about-hero-media {
    aspect-ratio: 0;
  }

  .luxstage-about-intro-section h1 {
    margin-bottom: 15px;
    font-size: 22px;
  }

  .luxstage-about-richtext {
    max-width: 100%;
    font-size: 12px;
    line-height: 1.5;
  }
  
  .luxstage-about-features {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }

  .luxstage-about-feature,
  .luxstage-about-feature:nth-child(2n) {
    border-right: 0;
  }

  .luxstage-about-feature {
    padding: 0;
    border-bottom: none;
  }

  .luxstage-about-feature:last-child {
    border-bottom: 0;
  }

  .luxstage-about-values-images {
    grid-template-columns: 1fr;
    order: 1;
  }

  .luxstage-about-form-row {
    grid-template-columns: 1fr;
  }

  .luxstage-about-contact button[type="submit"] {
    justify-self: stretch;
    min-width: 0;
  }

  .luxstage-about-hero-image{
    height: auto;
  }


  .luxstage-product-single-hero {
    padding-top: 2.5rem;
  }

  .luxstage-product-single-main-image {
    min-height: 260px;
  }

  .luxstage-product-single-thumb {
    flex-basis: calc((100% - 1.1rem) / 3);
    min-height: 96px;
  }

  .luxstage-product-single-tabs {
    gap: 1px;
  }

  .luxstage-product-single-tab {
    min-height: 20px;
    font-size: 11px;
    padding: 10px;
    border: none;
  }

  .luxstage-product-single-downloads {
    padding: 0.55rem;
  }

  .luxstage-product-single-download-row {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.45rem;
  }

  .luxstage-product-single-download-button {
    width: 100%;
  }

  .luxstage-product-related-track {
    grid-template-columns: 1fr;
    animation: none;
  }
}


/* Quick Contact CSS */
.luxstage-quick-contact {
  position: fixed;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.luxstage-qc-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 5px;
  border-radius: 50%;
  background: var(--luxstage-home-accent, #c5a47e);
  color: #000;
  box-shadow: 0 0 15px !important;
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
}

.luxstage-qc-item::before,
.luxstage-qc-item::after,
.luxstage-qc-pulse-bg {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: inherit;
  border-radius: 50%;
  z-index: -1;
  pointer-events: none;
  display: none;
}

.luxstage-qc-item::before {
  animation: luxstage-qc-ripple 2.5s infinite;
}

.luxstage-qc-item::after {
  animation: luxstage-qc-ripple 3.5s infinite;
  animation-delay: 0.5s;
}

.luxstage-qc-pulse-bg {
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  opacity: 0.8;
  z-index: -2;
  animation: luxstage-qc-pulse-bg 2s infinite ease-in-out;
}

@keyframes luxstage-qc-ripple {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}

@keyframes luxstage-qc-pulse-bg {
  0%, 100% {
    transform: scale(1);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.7;
  }
}

@keyframes luxstage-qc-shake {
  0%, 100% { transform: rotate(0deg); }
  10%, 30%, 50%, 70%, 90% { transform: rotate(-10deg); }
  20%, 40%, 60%, 80% { transform: rotate(10deg); }
}

.luxstage-qc-item:hover {
  transform: scale(1.1);
  box-shadow: none !important;
  opacity: 1;
  border: 2px solid #fff;
}

.luxstage-qc-item img,
.luxstage-qc-item .dashicons,
.luxstage-qc-item .luxstage-qc-svg {
  position: relative;
  z-index: 1;
  animation: luxstage-qc-shake 3s infinite ease-in-out;
}

.luxstage-qc-item img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 50%;
}

.luxstage-qc-item .luxstage-qc-svg {
  width: 30px;
  height: 30px;
  display: block;
  flex-shrink: 0;
}

.luxstage-qc-item .luxstage-qc-svg * {
  fill: inherit;
}

.luxstage-qc-item .dashicons {
  font-size: 24px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* CSS đã được tối ưu cho Quick Contact items */

@media (max-width: 768px) {
  .luxstage-qc-item {
    width: 40px;
    height: 40px;
  }
}

/* Desktop: Hide mobile dropdown, show tab layout (>640px) */
@media (min-width: 641px) {
  .luxstage-mobile-category-dropdown,
  .luxstage-project-archive-category-select-wrapper,
  .luxstage-news-archive-category-select-wrapper {
    display: none;
  }
  
  .luxstage-product-archive-category-list,
  .luxstage-project-archive-category-list,
  .luxstage-news-archive-category-list {
  }
}
