/* ==================================================
   LUXURY CINEMATIC SHOWROOM - ĐẠI DƯƠNG GLASS v3
   Style: Apple x Luxury Interior Magazine
   ================================================== */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;1,400&family=Inter:wght@300;400;600&display=swap');

:root {
   --dg-navy: #000000;
   --dg-gold: #C8A96A;
   --dg-gold-glow: rgba(200, 169, 106, 0.4);
   --dg-glass: rgba(0, 0, 0, 0.7);
}

.dg-home-3d-template {
   background-color: #000000 !important;
   color: #fff;
   font-family: 'Inter', sans-serif;
   overflow-x: hidden;
}

/* TYPOGRAPHY */
.dg-home-3d-template h1,
.dg-home-3d-template h2,
.dg-home-3d-template h3,
.dg-home-3d-template h4 {
   font-family: 'Cormorant Garamond', serif !important;
   font-weight: 400;
   line-height: 1.2;
}

.dg-btn-luxury {
   display: inline-block;
   padding: 12px 35px;
   background: transparent;
   border: 1px solid rgba(255, 255, 255, 0.3);
   color: #fff !important;
   font-family: 'Inter', sans-serif;
   text-transform: uppercase;
   letter-spacing: 2px;
   font-size: 0.8rem;
   transition: all 0.4s ease;
   border-radius: 40px;
   backdrop-filter: blur(5px);
}

.dg-btn-luxury:hover {
   background: #fff;
   color: #000 !important;
   border-color: #fff;
}

.dg-btn-gold {
   border-color: var(--dg-gold);
}

.dg-btn-gold:hover {
   background: var(--dg-gold);
   color: #000 !important;
   box-shadow: 0 0 20px var(--dg-gold-glow);
}

/* =======================================
   1. HERO CINEMATIC (100VH) - FIXED
   ======================================= */
.dg-cinematic-hero {
   position: relative;
   height: 100vh;
   min-height: 800px;
   overflow: hidden;
   background: var(--dg-navy);
   display: flex;
   align-items: center;
}

.dg-hero-bg {
   position: absolute;
   width: 100%;
   height: 100%;
   background: url('../assets/images/modern_interior.png') center/cover;
   filter: brightness(0.75) contrast(1.1);
   transform: scale(1.05);
   z-index: 1;
}

.dg-hero-reflection {
   position: absolute;
   width: 100%;
   height: 100%;
   z-index: 2;
   background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
}

.dg-hero-product {
   position: absolute;
   right: 8%;
   top: 50%;
   transform: translateY(-50%);
   width: 45%;
   height: 85%;
   background: url('../assets/images/led_mirror_cutout.png') center/contain no-repeat;
   z-index: 4;
   filter: drop-shadow(0 20px 50px rgba(0, 0, 0, 0.8));
}

.dg-hero-glow {
   position: absolute;
   right: 25%;
   top: 50%;
   transform: translateY(-50%);
   width: 600px;
   height: 600px;
   background: radial-gradient(circle, var(--dg-gold-glow) 0%, transparent 60%);
   z-index: 3;
   mix-blend-mode: screen;
}

.dg-hero-fog {
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 50%;
   background: linear-gradient(to top, rgba(18, 38, 64, 1) 0%, transparent 100%);
   z-index: 5;
   pointer-events: none;
}

.dg-hero-content {
   position: relative;
   z-index: 10;
   padding-left: 8%;
   margin-top: 5vh;
}

/* Hạ text xuống */
.dg-hero-title {
   font-size: 5.5rem;
   color: #fff;
   text-shadow: 0 10px 40px rgba(0, 0, 0, 0.8);
   margin-bottom: 20px;
   font-style: italic;
}

.dg-hero-desc {
   font-size: 1.1rem;
   color: #ccc;
   max-width: 450px;
   margin-bottom: 40px;
   font-weight: 300;
   letter-spacing: 0.5px;
   line-height: 1.6;
}


/* =======================================
   2. MACRO DETAIL CINEMATIC (NEW)
   ======================================= */
.dg-macro-detail {
   position: relative;
   height: 100vh;
   background: #000;
   overflow: hidden;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 100vw;
   margin-left: calc(-50vw + 50%);
}

/* Gradient fade from hero blue to macro black */
.dg-macro-detail::before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 40%;
   background: linear-gradient(to bottom, rgba(10, 30, 60, 0.85) 0%, transparent 100%);
   z-index: 2;
   pointer-events: none;
}

.dg-macro-text {
   position: relative;
   z-index: 10;
   text-align: center;
}

.dg-macro-img {
   position: absolute;
   width: 100%;
   height: 100%;
   background: url('../assets/images/macro_mirror_edge.png') center/cover;
   opacity: 0.9;
   transform: scale(1);
   filter: brightness(0.5);
}

.dg-macro-text {
   position: relative;
   z-index: 10;
   text-align: center;
   opacity: 1;
   transform: translateY(0);
}

.dg-macro-text h2 {
   font-size: 3rem;
   color: var(--dg-gold);
   margin-bottom: 10px;
}

.dg-macro-text p {
   font-size: 1.2rem;
   color: #aaa;
   letter-spacing: 3px;
   text-transform: uppercase;
}

/* =======================================
   3. IMMERSIVE REVEAL (50/50 SPLIT)
   ======================================= */
.dg-immersive-reveal {
   position: relative;
   height: 100vh;
   background: var(--dg-navy);
   overflow: hidden;
   display: flex;
   width: 100vw;
   margin-left: calc(-50vw + 50%);
}

.dg-imm-container {
   display: flex;
   width: 100%;
   height: 100%;
   align-items: stretch;
   justify-content: space-between;
   padding: 0;
   position: relative;
   z-index: 2;
}

.dg-imm-left {
   flex: 0 0 50%;
   display: flex;
   flex-direction: column;
   justify-content: center;
   padding: 0 8%;
   background: var(--dg-navy);
}

.dg-imm-left h2 {
   font-size: 4rem;
   color: #fff;
   line-height: 1.1;
   margin-bottom: 20px;
}

.dg-imm-left h2 span {
   color: var(--dg-gold);
   font-style: italic;
}

.dg-imm-split-right {
   flex: 0 0 50%;
   position: relative;
   background-size: cover;
   background-position: center;
   overflow: hidden;
}

/* Right-side full image panel */
.dg-imm-right {
   position: absolute;
   right: 0;
   top: 0;
   width: 50%;
   height: 100%;
   background-size: cover;
   background-position: center;
   filter: brightness(0.7);
}

.dg-imm-right::before {
   content: '';
   position: absolute;
   inset: 0;
   background: linear-gradient(to right, #000 0%, transparent 30%);
   z-index: 1;
}

/* Center mirror */
.dg-imm-center {
   position: absolute;
   right: 20%;
   top: 50%;
   transform: translateY(-50%);
   width: 30%;
   z-index: 5;
}

.dg-imm-mirror {
   width: 100%;
   aspect-ratio: 2/3;
   background-size: contain;
   background-position: center;
   background-repeat: no-repeat;
   filter: drop-shadow(0 20px 60px rgba(0, 0, 0, 0.9));
}

/* =======================================
   4. SHOWCASE WITH GLASS PANEL & FLOATING UI
   ======================================= */
.dg-cinematic-category {
   position: relative;
   height: 100vh;
   display: flex;
   align-items: center;
   overflow: hidden;
}

.dg-cat-bg {
   position: absolute;
   width: 100%;
   height: 100%;
   background-size: cover;
   background-position: center;
   filter: brightness(0.7);
}

/* Glass Panel cho Text */
.dg-glass-panel {
   position: relative;
   z-index: 10;
   width: 40%;
   margin-left: 8%;
   padding: 60px;
   background: rgba(18, 38, 64, 0.4);
   backdrop-filter: blur(25px);
   -webkit-backdrop-filter: blur(25px);
   border: 1px solid rgba(255, 255, 255, 0.1);
   border-radius: 2px;
}

.dg-glass-panel h4 {
   color: var(--dg-gold);
   letter-spacing: 3px;
   font-size: 0.9rem;
   text-transform: uppercase;
   margin-bottom: 15px;
   font-family: 'Inter', sans-serif !important;
}

.dg-glass-panel h2 {
   font-size: 3.5rem;
   color: #fff;
   margin-bottom: 20px;
   line-height: 1.1;
}

.dg-glass-panel p {
   color: #ddd;
   font-size: 1rem;
   line-height: 1.6;
   margin-bottom: 30px;
}

/* Floating Spec UI */
.dg-floating-spec {
   position: absolute;
   z-index: 10;
   right: 15%;
   top: 40%;
   background: rgba(255, 255, 255, 0.05);
   backdrop-filter: blur(15px);
   border: 1px solid rgba(255, 255, 255, 0.2);
   padding: 20px 30px;
   border-radius: 4px;
   display: flex;
   flex-direction: column;
   gap: 15px;
   box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.dg-spec-item {
   display: flex;
   align-items: center;
   gap: 10px;
   color: #fff;
   font-size: 0.9rem;
   font-family: 'Inter', sans-serif;
   letter-spacing: 1px;
}

.dg-spec-item::before {
   content: '';
   display: block;
   width: 6px;
   height: 6px;
   background: var(--dg-gold);
   border-radius: 50%;
   box-shadow: 0 0 10px var(--dg-gold);
}

/* =======================================
   5. HORIZONTAL LUXURY SLIDER (APPLE/AUTOMOTIVE STYLE)
   ======================================= */
.dg-horizontal-section {
   background: var(--dg-navy);
   overflow: hidden;
}

.dg-horizontal-sticky {
   position: sticky;
   top: 0;
   height: 100vh;
   display: flex;
   align-items: center;
}

.dg-slider-text-fixed {
   position: absolute;
   left: 8%;
   top: 50%;
   transform: translateY(-50%);
   width: 30%;
   z-index: 10;
}

.dg-slider-text-fixed h4 {
   color: var(--dg-gold);
   letter-spacing: 4px;
   text-transform: uppercase;
   font-family: 'Inter', sans-serif !important;
   font-size: 0.8rem;
   margin-bottom: 20px;
}

.dg-slider-text-fixed h2 {
   font-size: 4rem;
   color: #fff;
   margin-bottom: 20px;
}

.dg-slider-text-fixed p {
   color: #aaa;
   font-size: 1rem;
   line-height: 1.6;
   margin-bottom: 40px;
}

.dg-horizontal-wrapper {
   display: flex;
   height: 80vh;
   margin-left: 45vw;
   gap: 5vw;
   padding-right: 10vw;
}

.dg-slide {
   flex: 0 0 60vw;
   position: relative;
   border-radius: 4px;
   overflow: hidden;
}

.dg-slide img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   filter: brightness(0.6);
   transition: filter 0.5s ease;
}

.dg-slide:hover img {
   filter: brightness(0.9);
}

.dg-slide-info {
   position: absolute;
   bottom: 40px;
   left: 40px;
}

.dg-slide-info h3 {
   font-size: 2.5rem;
   color: #fff;
   margin-bottom: 10px;
}

.dg-slide-info span {
   background: rgba(0, 0, 0, 0.5);
   backdrop-filter: blur(5px);
   padding: 5px 15px;
   color: var(--dg-gold);
   font-size: 0.8rem;
   text-transform: uppercase;
   letter-spacing: 2px;
   border: 1px solid rgba(200, 169, 106, 0.3);
}

/* =======================================
   6. MAGAZINE STORY
   ======================================= */
.dg-magazine-story {
   background: var(--dg-navy);
   padding: 150px 0;
   overflow: hidden;
}

.dg-story-text {
   padding-left: 8%;
   padding-right: 5%;
}

.dg-title-large {
   font-size: 4.5rem;
   color: #fff;
   margin-bottom: 30px;
}

.dg-overlap-container {
   width: 100%;
   height: 700px;
   position: relative;
}

.dg-img-back {
   position: absolute;
   top: 0;
   right: 5%;
   width: 65%;
   height: 80%;
   background-size: cover;
   background-position: center;
   border-radius: 2px;
   box-shadow: 0 30px 60px rgba(0, 0, 0, 0.8);
   filter: brightness(0.85);
}

.dg-img-front {
   position: absolute;
   bottom: 0;
   left: 0;
   width: 55%;
   height: 70%;
   background-size: cover;
   background-position: center;
   border-radius: 2px;
   box-shadow: 20px -20px 60px rgba(0, 0, 0, 0.9);
   border: 1px solid rgba(255, 255, 255, 0.05);
}

/* =======================================
   7. GLASS FACTORY TRUST
   ======================================= */
.dg-glass-factory {
   position: relative;
   min-height: 100vh;
   display: flex;
   align-items: center;
   justify-content: center;
   overflow: hidden;
}

.dg-factory-bg-img {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   filter: brightness(0.6) blur(10px);
   z-index: 1;
   transform: scale(1.1);
}

.dg-glass-container {
   align-items: center;
   justify-content: center;
   position: relative;
   z-index: 10;
   display: flex;
   gap: 30px;
   max-width: 1200px;
   width: 100%;
   padding: 0 20px;
}

.dg-glass-card {
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   flex: 1;
   background: rgba(15, 15, 15, 0.7);
   backdrop-filter: blur(30px);
   border: 1px solid rgba(255, 255, 255, 0.08);
   border-top: 1px solid rgba(255, 255, 255, 0.15);
   box-shadow: 0 30px 60px rgba(0, 0, 0, 0.9);
   transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.dg-glass-card:hover {
   transform: translateY(-20px);
   border-color: rgba(200, 169, 106, 0.5);
   box-shadow: 0 40px 80px rgba(0, 0, 0, 1), inset 0 0 40px rgba(200, 169, 106, 0.05);
}

.dg-glass-card h3 {
   font-size: 5rem;
   color: #fff;
   margin: 0;
   display: inline-block;
   font-family: 'Cormorant Garamond', serif !important;
   font-style: italic;
}

.dg-glass-card span {
   font-size: 2rem;
   color: var(--dg-gold);
}

.dg-glass-card p {
   font-size: 1rem;
   color: var(--dg-gold);
   margin-top: 15px;
   text-transform: uppercase;
   letter-spacing: 3px;
   font-family: 'Inter', sans-serif;
}

/* RESPONSIVE MOBILE */
@media (max-width: 768px) {
   .dg-hero-title {
      font-size: 3.5rem;
   }

   .dg-hero-product {
      right: 0;
      width: 90%;
      top: 60%;
   }

   .dg-hero-content {
      margin-top: 10vh;
   }

   .dg-imm-container {
      flex-direction: column;
      justify-content: center;
      text-align: center;
   }

   .dg-imm-left {
      margin-bottom: 40px;
   }

   .dg-imm-right {
      width: 100%;
      mask-image: none;
      -webkit-mask-image: none;
      filter: blur(10px) brightness(0.6);
   }

   .dg-glass-panel {
      width: 90%;
      margin: 0 auto;
      padding: 30px;
   }

   .dg-floating-spec {
      position: relative;
      right: auto;
      top: auto;
      margin: 20px auto;
      width: 90%;
   }

   .dg-slider-text-fixed {
      position: relative;
      width: 90%;
      left: 5%;
      top: 0;
      transform: none;
      margin-top: 50px;
   }

   .dg-horizontal-wrapper {
      margin-left: 5vw;
      height: 50vh;
      margin-top: 30px;
   }

   .dg-slide {
      flex: 0 0 85vw;
   }

   .dg-overlap-container {
      height: 500px;
   }

   .dg-img-back,
   .dg-img-front {
      position: relative;
      width: 90%;
      left: auto;
      right: auto;
      margin: 0 auto 20px;
   }

   .dg-glass-container {
      flex-direction: column;
   }
}

/* =======================================
   8. PORTFOLIO FULLSCREEN ACCORDION
   ======================================= */
.dg-portfolio-fullscreen {
   position: relative;
   width: 100vw;
   margin-left: calc(-50vw + 50%);
   height: 100vh;
   overflow: hidden;
   display: flex;
}

.dg-port-item {
   flex: 1;
   position: relative;
   transition: flex 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
   border-right: 1px solid rgba(255, 255, 255, 0.1);
   cursor: pointer;
   overflow: hidden;
}

.dg-port-item:hover {
   flex: 2;
}

.dg-port-bg {
   position: absolute;
   width: 100%;
   height: 100%;
   background-size: cover;
   background-position: center;
   filter: grayscale(20%) brightness(0.8);
   transition: all 0.6s ease;
}

.dg-port-item:hover .dg-port-bg {
   filter: grayscale(0%) brightness(0.8);
   transform: scale(1.05);
}

.dg-port-content {
   position: absolute;
   bottom: 50px;
   left: 30px;
   opacity: 0;
   transform: translateY(20px);
   transition: all 0.4s ease 0.2s;
}

.dg-port-item:hover .dg-port-content {
   opacity: 1;
   transform: translateY(0);
}

.dg-port-content h3 {
   color: #fff;
   font-size: 3.5rem;
   margin-bottom: 10px;
   font-style: italic;
}

.dg-port-content p {
   color: var(--dg-gold);
   text-transform: uppercase;
   letter-spacing: 3px;
   font-family: 'Inter', sans-serif;
   font-size: 0.9rem;
   margin-bottom: 5px;
}


@media (max-width: 768px) {
   .dg-portfolio-fullscreen {
      flex-direction: column;
   }

   .dg-port-item {
      border-right: none;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
   }

   .dg-port-content {
      opacity: 1;
      transform: none;
   }
}

/* =======================================
   IMAGE BACKGROUND CLASSES (To prevent WP from replacing inline styles)
   ======================================= */
.dg-bg-modern-interior {
   background-image: url('../assets/images/modern_interior.png');
}

.dg-bg-gym {
   background-image: url('../assets/images/gym_mirror_room.png');
}

.dg-bg-bathroom {
   background-image: url('../assets/images/bathroom_after.png');
}

.dg-bg-factory {
   background-image: url('../assets/images/factory_glass_workshop.png');
}

.dg-bg-led-cutout {
   background-image: url('../assets/images/led_mirror_cutout.png');
}

.dg-bg-kitchen {
   background-image: url('../assets/images/modern_kitchen.png');
}

.dg-bg-before {
   background-image: url('../assets/images/bathroom_before.png');
}

.dg-glass-number {
   display: flex;
   justify-content: center;
   align-items: baseline;
   gap: 5px;
}

/* =======================================
   LUXURY SHOWROOM ENHANCEMENTS
   ======================================= */
/* Feature Mini Row */
.dg-mini-features {
   display: flex;
   gap: 20px;
   margin-bottom: 30px;
   border-top: 1px solid rgba(255, 255, 255, 0.1);
   padding-top: 15px;
}

.dg-mini-feature {
   font-family: 'Inter', sans-serif;
   font-size: 0.8rem;
   color: #aaa;
   text-transform: uppercase;
   letter-spacing: 1px;
   display: flex;
   align-items: center;
   gap: 8px;
}

.dg-mini-feature::before {
   content: '';
   width: 4px;
   height: 4px;
   background: var(--dg-gold);
   border-radius: 50%;
   box-shadow: 0 0 8px var(--dg-gold);
}

.dg-hero-cta-row {
   display: flex;
   gap: 15px;
}

/* Light Sweep */
.dg-light-sweep {
   position: absolute;
   top: 0;
   left: -100%;
   width: 50%;
   height: 100%;
   background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.1), transparent);
   transform: skewX(-20deg);
   animation: sweep 5s infinite;
   z-index: 5;
   pointer-events: none;
}

@keyframes sweep {
   0% {
      left: -100%;
   }

   20% {
      left: 200%;
   }

   100% {
      left: 200%;
   }
}

/* Floating Spec Card */
.dg-floating-card {
   position: absolute;
   z-index: 10;
   background: rgba(10, 20, 30, 0.6);
   backdrop-filter: blur(20px);
   border: 1px solid rgba(255, 255, 255, 0.05);
   padding: 15px 25px;
   border-radius: 4px;
   box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.dg-floating-card h5 {
   font-family: 'Inter', sans-serif !important;
   font-size: 0.7rem;
   color: var(--dg-gold);
   text-transform: uppercase;
   letter-spacing: 2px;
   margin-bottom: 10px;
}

.dg-floating-card ul {
   list-style: none;
   padding: 0;
   margin: 0;
}

.dg-floating-card li {
   font-family: 'Inter', sans-serif;
   font-size: 0.85rem;
   color: #ddd;
   margin-bottom: 5px;
   display: flex;
   align-items: center;
   gap: 8px;
}

.dg-floating-card li::before {
   content: '�';
   color: var(--dg-gold);
}

/* Scroll Hint */
.dg-scroll-hint {
   position: absolute;
   bottom: 40px;
   left: 8%;
   display: flex;
   align-items: center;
   gap: 15px;
   z-index: 10;
}

.dg-scroll-text {
   font-family: 'Inter', sans-serif;
   font-size: 0.7rem;
   color: #aaa;
   text-transform: uppercase;
   letter-spacing: 3px;
}

.dg-scroll-line {
   width: 1px;
   height: 60px;
   background: rgba(255, 255, 255, 0.1);
   position: relative;
   overflow: hidden;
}

.dg-scroll-line::after {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 50%;
   background: var(--dg-gold);
   animation: scrollLine 2s infinite;
}

@keyframes scrollLine {
   0% {
      transform: translateY(-100%);
   }

   100% {
      transform: translateY(200%);
   }
}

/* Emotional Points */
.dg-emotional-points {
   display: flex;
   flex-direction: column;
   gap: 15px;
   margin-top: 30px;
}

.dg-point {
   display: flex;
   align-items: center;
   gap: 15px;
   border-bottom: 1px solid rgba(255, 255, 255, 0.05);
   padding-bottom: 10px;
}

.dg-point strong {
   font-family: 'Cormorant Garamond', serif;
   font-size: 1.2rem;
   color: var(--dg-gold);
   min-width: 120px;
}

.dg-point span {
   font-family: 'Inter', sans-serif;
   font-size: 0.9rem;
   color: #ccc;
}

/* Enhanced Glass Panel */
.dg-glass-panel {
   background: linear-gradient(135deg, rgba(10, 20, 30, 0.8) 0%, rgba(18, 38, 64, 0.4) 100%);
   border-top: 1px solid rgba(255, 255, 255, 0.15);
   border-left: 1px solid rgba(255, 255, 255, 0.1);
   box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.8), inset 0 0 40px rgba(200, 169, 106, 0.05);
}

/* Thumbnail Selector */
.dg-thumbnail-selector {
   display: flex;
   gap: 10px;
   margin-top: 30px;
}

.dg-thumb {
   padding: 8px 15px;
   background: rgba(255, 255, 255, 0.05);
   border: 1px solid rgba(255, 255, 255, 0.1);
   color: #aaa;
   font-family: 'Inter', sans-serif;
   font-size: 0.75rem;
   text-transform: uppercase;
   letter-spacing: 2px;
   cursor: pointer;
   transition: all 0.3s;
}

.dg-thumb:hover,
.dg-thumb.active {
   background: var(--dg-gold);
   color: #000;
   border-color: var(--dg-gold);
}

/* Right Showcase Setup */
.dg-showcase-right {
   position: relative;
   width: 50%;
   height: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
}

.dg-card-material {
   top: 20%;
   right: 10%;
}

.dg-card-dimension {
   bottom: 20%;
   left: 10%;
}

.dg-card-detail {
   top: 40%;
   left: 5%;
}



.dg-bg-oval-mirror {
   background-image: url('../assets/images/oval_transparent.png');
}

/* =======================================
   CENTRAL PRODUCT EXPERIENCE (HUB)
   ======================================= */
.dg-category-hub {
   position: relative;
   height: 100vh;
   background: var(--dg-navy);
}

.dg-hub-sticky {
   position: absolute;
   top: 0;
   left: 0;
   width: 100vw;
   height: 100vh;
   overflow: hidden;
   display: flex;
}

.dg-hub-slides {
   position: relative;
   width: 100%;
   height: 100%;
}

.dg-hub-slide {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   display: flex;
   opacity: 0;
   pointer-events: none;
   z-index: 1;
}

/* Slide 1 is visible by default before GSAP takes over */
.dg-hub-slide:nth-child(1) {
   opacity: 1;
   pointer-events: auto;
   z-index: 2;
}

.dg-hub-bg {
   position: absolute;
   width: 100%;
   height: 100%;
   filter: brightness(0.8);
   z-index: -2;
   transition: transform 0.5s ease;
}

/* Fake 3D Layer */
.dg-hub-vignette {
   position: absolute;
   width: 100%;
   height: 100%;
   background: radial-gradient(circle at center, transparent 30%, #000 120%);
   z-index: -1;
   pointer-events: none;
}

.dg-hub-content {
   position: relative;
   width: 45%;
   padding: 0 8%;
   display: flex;
   flex-direction: column;
   justify-content: center;
   z-index: 10;
}

.dg-hub-content h4 {
   color: var(--dg-gold);
   font-family: 'Inter', sans-serif !important;
   font-size: 0.8rem;
   letter-spacing: 4px;
   text-transform: uppercase;
   margin-bottom: 20px;
}

.dg-hub-content h2 {
   font-size: 4.5rem;
   color: #fff;
   line-height: 1.1;
   margin-bottom: 20px;
   font-style: italic;
}

.dg-hub-content p {
   color: #ccc;
   font-size: 1.1rem;
   line-height: 1.6;
   margin-bottom: 30px;
}

.dg-hub-features {
   display: flex;
   gap: 15px;
   margin-bottom: 40px;
   padding: 0;
   list-style: none;
   flex-wrap: wrap;
}

.dg-hub-features li {
   display: flex;
   align-items: center;
   gap: 8px;
   font-family: 'Inter', sans-serif;
   font-size: 0.85rem;
   color: #fff;
   text-transform: uppercase;
   letter-spacing: 1px;
}

.dg-hub-features li::before {
   content: '';
   width: 4px;
   height: 4px;
   background: var(--dg-gold);
   border-radius: 50%;
   box-shadow: 0 0 10px var(--dg-gold);
}

.dg-hub-visual {
   position: relative;
   width: 55%;
   height: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
   z-index: 5;
   perspective: 1000px;
}

.dg-hub-mirror {
   width: 60%;
   height: 70%;
   background-size: contain;
   background-position: center;
   background-repeat: no-repeat;
   filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.8));
   transform: translateZ(50px);
}

/* Navigation Indicator */
.dg-hub-nav {
   position: absolute;
   bottom: 50px;
   left: 8%;
   display: flex;
   align-items: center;
   gap: 40px;
   z-index: 100;
}

.dg-hub-progress {
   font-family: 'Inter', sans-serif;
   font-size: 1.5rem;
   color: var(--dg-gold);
   font-weight: 300;
}

.dg-hub-dots {
   display: flex;
   gap: 20px;
}

.dg-hub-dots span {
   font-family: 'Inter', sans-serif;
   font-size: 0.8rem;
   color: #555;
   text-transform: uppercase;
   letter-spacing: 2px;
   transition: all 0.4s;
}

.dg-hub-dots span.active {
   color: #fff;
   text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
   border-bottom: 1px solid var(--dg-gold);
   padding-bottom: 5px;
}

@media (max-width: 768px) {
   .dg-hub-slide {
      flex-direction: column;
   }

   .dg-hub-content {
      width: 100%;
      padding: 40px 5%;
      height: 50%;
      justify-content: flex-end;
   }

   .dg-hub-content h2 {
      font-size: 3rem;
   }

   .dg-hub-visual {
      width: 100%;
      height: 50%;
   }

   .dg-hub-nav {
      bottom: 20px;
      left: 5%;
      flex-direction: column;
      gap: 10px;
      align-items: flex-start;
   }

   .dg-hub-dots {
      gap: 10px;
   }

   .dg-hub-dots span {
      font-size: 0.6rem;
   }
}

/* FIX FLATSOME SECTION CONTENT CENTERING */
.dg-glass-factory .section-content {
   display: flex;
   justify-content: center;
   align-items: center;
   width: 100%;
   min-height: 100vh;
}


/* GLOBAL CENTERING FOR FLATSOME SECTIONS */
.dg-home-3d-template .section-content {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   width: 100%;
   min-height: inherit;
   height: 100%;
}

.dg-home-3d-template .section {
   display: flex;
   align-items: center;
   justify-content: center;
   background-color: #000000 !important;
}





.dg-black-section {
   background-color: #000 !important;
}




/* =======================================
   4. PRODUCT MARQUEE 2 ROWS
   ======================================= */
.dg-product-marquee-section {
   padding: 120px 0;
   bacground: var(--dg-navy);
   overflow: hidden;
   position: relative;
   z-index: 10;
}

.dg-marquee-header {
   text-align: center;
   margin-bottom: 60px;
   padding: 0 20px;
}

.dg-marquee-header h2 {
   font-size: 4rem;
   color: #fff;
   margin-bottom: 15px;
}

.dg-marquee-header p {
   color: var(--dg-gold);
   letter-spacing: 3px;
   text-transform: uppercase;
   font-family: 'Inter', sans-serif;
   font-size: 0.9rem;
}

.dg-marquee-container {
   display: flex;
   flex-direction: column;
   gap: 30px;
   width: 100vw;
}

.dg-marquee-row {
   width: 100%;
   overflow: hidden;
   white-space: nowrap;
}

.dg-marquee-track {
   display: inline-flex;
   gap: 30px;
   width: max-content;
}

.dg-marquee-item {
   width: 450px;
   height: 320px;
   background-size: cover;
   background-position: center;
   border-radius: 8px;
   filter: grayscale(50%) brightness(0.6);
   transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
   cursor: pointer;
   border: 1px solid rgba(255, 255, 255, 0.05);
   position: relative;
}

.dg-marquee-item:hover {
   filter: grayscale(0%) brightness(1.1);
   transform: scale(1.05);
   z-index: 10;
   box-shadow: 0 30px 60px rgba(0, 0, 0, 0.8);
   border-color: rgba(200, 169, 106, 0.3);
}

/* ::after text hover removed */

/* Animations */
.dg-marquee-left .dg-marquee-track {
   animation: marqueeLeft 90s linear infinite;
}

.dg-marquee-right .dg-marquee-track {
   animation: marqueeRight 90s linear infinite;
}

.dg-marquee-left:hover .dg-marquee-track,
.dg-marquee-right:hover .dg-marquee-track {
   animation-play-state: paused;
}

@keyframes marqueeLeft {
   0% {
      transform: translateX(0);
   }

   100% {
      transform: translateX(calc(-50% - 15px));
   }
}

@keyframes marqueeRight {
   0% {
      transform: translateX(calc(-50% - 15px));
   }

   100% {
      transform: translateX(0);
   }
}

@media (max-width: 768px) {
   .dg-marquee-item {
      width: 300px;
      height: 220px;
   }

   .dg-marquee-header h2 {
      font-size: 3rem;
   }
}



/* Marquee Overlay Styling */
.dg-mq-overlay {
   position: absolute;
   inset: 0;
   display: flex;
   flex-direction: column;
   justify-content: flex-end;
   padding: 30px;
   background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, transparent 60%);
   opacity: 0;
   transition: all 0.4s ease;
   border-radius: 8px;
}

.dg-marquee-item:hover .dg-mq-overlay {
   opacity: 1;
}

.dg-mq-overlay h3 {
   color: #fff;
   font-family: 'Cormorant Garamond', serif;
   font-size: 2rem;
   margin: 0;
   transform: translateY(15px);
   transition: transform 0.4s ease;
}

.dg-marquee-item:hover .dg-mq-overlay h3 {
   transform: translateY(0);
}

.dg-mq-overlay h5 {
   color: var(--dg-gold);
   font-family: 'Inter', sans-serif;
   font-size: 0.8rem;
   text-transform: uppercase;
   letter-spacing: 2px;
   margin-bottom: 5px;
   transform: translateY(15px);
   transition: transform 0.4s ease;
}

.dg-marquee-item:hover .dg-mq-overlay h5 {
   transform: translateY(0);
}

/* =======================================
   CATEGORY TAB SHOWCASE
   ======================================= */
.dg-cat-tab-section {
   background: #000;
   width: 100vw;
   margin-left: calc(-50vw + 50%);
}

.dg-cat-tab-header {
   text-align: center;
   padding: 100px 20px 60px;
}

.dg-cat-tab-header h2 {
   font-family: "Cormorant Garamond", serif;
   font-size: 4rem;
   color: #fff;
   margin-bottom: 15px;
}

.dg-cat-tab-header p {
   color: var(--dg-gold);
   letter-spacing: 3px;
   text-transform: uppercase;
   font-size: 0.85rem;
}

.dg-cat-tab-wrapper {
   display: flex;
   width: 100%;
   min-height: 80vh;
   /* Cho phép wrapper scroll dọc */
   max-height: 90vh;
}

/* Left sidebar tabs — sticky theo scroll */
.dg-cat-tabs {
   display: flex;
   flex-direction: column;
   width: 280px;
   flex-shrink: 0;
   border-right: 1px solid rgba(255, 255, 255, 0.07);
   position: sticky;
   top: 0;
   height: fit-content;
   max-height: 90vh;
   overflow-y: auto;
   /* Ẩn scrollbar */
   scrollbar-width: none;
}

.dg-cat-tabs::-webkit-scrollbar {
   display: none;
}

.dg-cat-tab {
   display: flex;
   flex-direction: column;
   padding: 30px 40px;
   cursor: pointer;
   border-bottom: 1px solid rgba(255, 255, 255, 0.05);
   transition: all 0.4s ease;
   position: relative;
}

.dg-cat-tab::before {
   content: "";
   position: absolute;
   left: 0;
   top: 0;
   width: 3px;
   height: 0;
   background: var(--dg-gold);
   transition: height 0.4s ease;
}

.dg-cat-tab:hover::before,
.dg-cat-tab.active::before {
   height: 100%;
}

.dg-cat-tab:hover,
.dg-cat-tab.active {
   background: rgba(200, 169, 106, 0.06);
}

.dg-tab-num {
   font-family: "Inter", sans-serif;
   font-size: 0.75rem;
   color: rgba(200, 169, 106, 0.5);
   letter-spacing: 3px;
   margin-bottom: 8px;
   transition: color 0.4s;
}

.dg-cat-tab.active .dg-tab-num {
   color: var(--dg-gold);
}

.dg-tab-name {
   font-family: "Cormorant Garamond", serif;
   font-size: 1.3rem;
   color: #555;
   transition: color 0.4s;
}

.dg-cat-tab:hover .dg-tab-name,
.dg-cat-tab.active .dg-tab-name {
   color: #fff;
}

/* Right panel area */
.dg-cat-panels {
   flex: 1;
   position: relative;
}

.dg-cat-panel {
   position: absolute;
   inset: 0;
   display: flex;
   opacity: 0;
   pointer-events: none;
   transition: opacity 0.5s ease;
}

.dg-cat-panel.active {
   opacity: 1;
   pointer-events: auto;
}

/* Panel left content */
.dg-cat-panel-left {
   width: 45%;
   display: flex;
   flex-direction: column;
   justify-content: center;
   padding: 60px 60px;
   background: #000;
}

.dg-cat-label {
   font-family: "Inter", sans-serif;
   font-size: 0.75rem;
   color: var(--dg-gold);
   letter-spacing: 4px;
   text-transform: uppercase;
   margin-bottom: 20px;
}

.dg-cat-panel-left h2 {
   font-family: "Cormorant Garamond", serif;
   font-size: 3.5rem;
   color: #fff;
   line-height: 1.1;
   margin-bottom: 25px;
}

.dg-cat-desc {
   font-family: "Inter", sans-serif;
   font-size: 1rem;
   color: #aaa;
   line-height: 1.8;
   margin-bottom: 30px;
}

.dg-cat-specs {
   list-style: none;
   padding: 0;
   margin: 0 0 40px;
   display: flex;
   flex-direction: column;
   gap: 10px;
}

.dg-cat-specs li {
   font-family: "Inter", sans-serif;
   font-size: 0.85rem;
   color: #ccc;
   display: flex;
   align-items: center;
   gap: 12px;
}

.dg-cat-specs li::before {
   content: "";
   width: 20px;
   height: 1px;
   background: var(--dg-gold);
   flex-shrink: 0;
}

/* Panel right image */
.dg-cat-panel-right {
   width: 55%;
   background-size: cover;
   background-position: center;
   position: relative;
}

.dg-cat-panel-right::before {
   content: "";
   position: absolute;
   inset: 0;
   background: linear-gradient(to right, #000 0%, transparent 25%);
}

@media (max-width: 900px) {
   .dg-cat-tab-wrapper {
      flex-direction: column;
   }

   .dg-cat-tabs {
      flex-direction: row;
      width: 100%;
      overflow-x: auto;
      border-right: none;
      border-bottom: 1px solid rgba(255, 255, 255, 0.07);
   }

   .dg-cat-tab {
      min-width: 150px;
      padding: 20px;
      border-bottom: none;
      border-right: 1px solid rgba(255, 255, 255, 0.05);
   }

   .dg-cat-tab::before {
      top: auto;
      bottom: 0;
      left: 0;
      width: 0;
      height: 3px;
      transition: width 0.4s ease;
   }

   .dg-cat-tab:hover::before,
   .dg-cat-tab.active::before {
      width: 100%;
      height: 3px;
   }

   .dg-cat-panels {
      min-height: 70vh;
   }

   .dg-cat-panel {
      flex-direction: column;
   }

   .dg-cat-panel-left {
      width: 100%;
      padding: 40px 30px;
   }

   .dg-cat-panel-right {
      width: 100%;
      min-height: 300px;
      flex-shrink: 0;
   }
}

/* =========================
   LUXURY CONTACT EXPERIENCE
========================= */

.dg-contact-luxury {
   position: relative;
   overflow: hidden;
   background: #020B18;
   padding: 140px 0 120px;
}

/* BACKGROUND */

.dg-contact-bg {
   position: absolute;
   inset: 0;
   background:
      radial-gradient(circle at 20% 30%, rgba(200, 169, 106, .08), transparent 35%),
      radial-gradient(circle at 80% 70%, rgba(255, 255, 255, .03), transparent 35%),
      linear-gradient(180deg, #020B18 0%, #061326 100%);
   z-index: 1;
}

.dg-contact-overlay {
   position: absolute;
   inset: 0;
   background:
      linear-gradient(to right,
         rgba(2, 11, 24, .95) 15%,
         rgba(2, 11, 24, .6) 50%,
         rgba(2, 11, 24, .9) 100%);
   z-index: 2;
}

.dg-contact-light {
   position: absolute;
   width: 700px;
   height: 700px;
   border-radius: 50%;
   background: radial-gradient(circle,
         rgba(200, 169, 106, .18),
         transparent 70%);
   top: -200px;
   right: -150px;
   filter: blur(80px);
   z-index: 1;
}

/* ROW */

.dg-contact-row {
   position: relative;
   z-index: 5;
   max-width: 1400px;
   margin: auto;
}

/* LEFT CONTENT */

.dg-contact-left {
   padding-right: 60px;
}

.dg-contact-title {
   font-size: 4rem;
   line-height: 1.05;
   font-weight: 300;
   color: #fff;
   margin-bottom: 30px;
   letter-spacing: -2px;
}

.dg-contact-title em,
.dg-contact-title span {
   color: #C8A96A;
   font-style: italic;
}

.dg-contact-desc {
   color: rgba(255, 255, 255, .72);
   font-size: 1.05rem;
   line-height: 1.9;
   max-width: 560px;
   margin-bottom: 50px;
}

/* FEATURES */

.dg-contact-features {
   display: flex;
   flex-direction: column;
   gap: 22px;
   margin-bottom: 45px;
}

.dg-contact-feature {
   display: flex;
   align-items: flex-start;
   gap: 20px;
}

.dg-contact-feature span {
   width: 42px;
   height: 42px;
   border-radius: 50%;
   border: 1px solid rgba(200, 169, 106, .35);
   display: flex;
   align-items: center;
   justify-content: center;
   color: #C8A96A;
   font-size: .85rem;
   flex-shrink: 0;
}

.dg-contact-feature strong {
   display: block;
   color: #fff;
   font-size: 1rem;
   margin-bottom: 6px;
   letter-spacing: .5px;
}

.dg-contact-feature p {
   margin: 0;
   color: rgba(255, 255, 255, .6);
   font-size: .95rem;
}

/* CTA */

.dg-contact-cta {
   display: flex;
   gap: 18px;
   flex-wrap: wrap;
}

/* BUTTONS */

.dg-btn-luxury {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   padding: 15px 32px;
   border-radius: 999px;
   border: 1px solid rgba(255, 255, 255, .15);
   color: #fff;
   text-decoration: none;
   font-size: .85rem;
   letter-spacing: 1.5px;
   text-transform: uppercase;
   transition: .4s ease;
   backdrop-filter: blur(20px);
   background: rgba(255, 255, 255, .03);
}

.dg-btn-luxury:hover {
   transform: translateY(-3px);
   border-color: #C8A96A;
   color: #fff;
   box-shadow: 0 10px 40px rgba(200, 169, 106, .18);
}

.dg-btn-gold {
   background: #C8A96A;
   color: #07121F;
   border: none;
   font-weight: 600;
}

.dg-btn-gold:hover {
   background: #d6b980;
   color: #07121F;
}

/* RIGHT VISUAL */

.dg-contact-right {
   position: relative;
}

.dg-contact-visual {
   position: relative;
   height: 780px;
}

/* ROOM */

.dg-contact-room {
   position: absolute;
   inset: 0;
   border-radius: 36px;
   background-size: cover;
   background-position: center;
   overflow: hidden;
   filter: brightness(.45);
   transform: scale(1.03);
}

/* MIRROR */

.dg-contact-mirror {
   position: absolute;
   width: 460px;
   height: 580px;
   right: 8%;
   top: 50%;
   transform: translateY(-50%);
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center;
   z-index: 5;
   animation: dgFloating 6s ease-in-out infinite;
   filter:
      drop-shadow(0 0 25px rgba(255, 210, 140, .18)) drop-shadow(0 0 60px rgba(255, 190, 120, .12));
}

/* LIGHT SWEEP */

.dg-light-sweep {
   position: absolute;
   top: 0;
   left: -120%;
   width: 60%;
   height: 100%;
   background: linear-gradient(90deg,
         transparent,
         rgba(255, 255, 255, .16),
         transparent);
   transform: skewX(-20deg);
   animation: dgSweep 6s infinite;
}

/* FLOATING CARDS */

.dg-contact-floating-card {
   position: absolute;
   background: rgba(255, 255, 255, .05);
   border: 1px solid rgba(255, 255, 255, .08);
   backdrop-filter: blur(25px);
   border-radius: 22px;
   padding: 18px 22px;
   z-index: 7;
   box-shadow: 0 20px 60px rgba(0, 0, 0, .35);
}

.dg-contact-floating-card h5 {
   margin: 0 0 6px;
   color: #fff;
   font-size: .9rem;
   letter-spacing: 1px;
}

.dg-contact-floating-card p {
   margin: 0;
   color: rgba(255, 255, 255, .6);
   font-size: .82rem;
}

.dg-card-top {
   top: 14%;
   left: 5%;
}

.dg-card-bottom {
   bottom: 12%;
   left: 12%;
}

/* FOG */

.dg-contact-fog {
   position: absolute;
   left: 0;
   right: 0;
   bottom: -120px;
   height: 320px;
   background:
      radial-gradient(circle at 20% 50%, rgba(255, 255, 255, .05), transparent 35%),
      radial-gradient(circle at 70% 50%, rgba(255, 255, 255, .04), transparent 35%);
   filter: blur(70px);
   z-index: 3;
}

/* BOTTOM CARDS */

.dg-contact-bottom-row {
   position: relative;
   z-index: 5;
   margin-top: 120px;
}

.dg-contact-info-card {
   position: relative;
   height: 100%;
   padding: 42px;
   border-radius: 28px;
   background: rgba(255, 255, 255, .03);
   border: 1px solid rgba(255, 255, 255, .06);
   backdrop-filter: blur(20px);
   overflow: hidden;
   transition: .4s ease;
}

.dg-contact-info-card:hover {
   transform: translateY(-8px);
   border-color: rgba(200, 169, 106, .3);
   box-shadow: 0 25px 80px rgba(0, 0, 0, .35);
}

.dg-contact-info-card:before {
   content: "";
   position: absolute;
   inset: 0;
   background: linear-gradient(135deg,
         rgba(200, 169, 106, .08),
         transparent 45%);
   pointer-events: none;
}

.dg-contact-icon {
   width: 54px;
   height: 54px;
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   background: rgba(200, 169, 106, .12);
   color: #C8A96A;
   margin-bottom: 26px;
   font-size: 1.2rem;
}

.dg-contact-info-card h4 {
   color: #fff;
   margin-bottom: 14px;
   font-size: 1.2rem;
   font-weight: 500;
}

.dg-contact-info-card p {
   color: rgba(255, 255, 255, .62);
   line-height: 1.8;
   margin: 0;
}

/* ANIMATION */

@keyframes dgFloating {
   0% {
      transform: translateY(-50%) translateY(0px);
   }

   50% {
      transform: translateY(-50%) translateY(-14px);
   }

   100% {
      transform: translateY(-50%) translateY(0px);
   }
}

@keyframes dgSweep {
   0% {
      left: -120%;
   }

   100% {
      left: 180%;
   }
}

/* RESPONSIVE */

@media (max-width: 849px) {

   .dg-contact-luxury {
      padding: 100px 0 80px;
   }

   .dg-contact-title {
      font-size: 2.6rem;
      line-height: 1.1;
   }

   .dg-contact-left {
      padding-right: 0;
      margin-bottom: 60px;
   }

   .dg-contact-visual {
      height: 540px;
   }

   .dg-contact-mirror {
      width: 260px;
      height: 360px;
      right: 50%;
      transform: translate(50%, -50%);
   }

   .dg-card-top {
      top: 5%;
      left: 0;
   }

   .dg-card-bottom {
      bottom: 5%;
      left: 0;
   }

   .dg-contact-info-card {
      padding: 30px;
      margin-bottom: 20px;
   }

   .dg-contact-bottom-row {
      margin-top: 80px;
   }
}