.elementor-28608 .elementor-element.elementor-element-9b044bf{--display:flex;--margin-top:100px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-28608 .elementor-element.elementor-element-f9e4fd6{--display:flex;}.elementor-28608 .elementor-element.elementor-element-c4fcbee{--display:flex;}.elementor-28608 .elementor-element.elementor-element-b9bcc02{--e-image-carousel-slides-to-show:7;padding:10px 0px 10px 0px;}.elementor-28608 .elementor-element.elementor-element-b9bcc02 .swiper-wrapper{display:flex;align-items:center;}.elementor-28608 .elementor-element.elementor-element-ca0a776{--display:flex;}.elementor-28608 .elementor-element.elementor-element-942a542{--display:flex;}.elementor-28608 .elementor-element.elementor-element-a0967c4{--display:flex;}.elementor-28608 .elementor-element.elementor-element-ae5d214{--display:flex;}.elementor-28608 .elementor-element.elementor-element-ae5d214:not(.elementor-motion-effects-element-type-background), .elementor-28608 .elementor-element.elementor-element-ae5d214 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F7F7F5;}.elementor-28608 .elementor-element.elementor-element-c46f871{--display:flex;--padding-top:60px;--padding-bottom:60px;--padding-left:20px;--padding-right:20px;}.elementor-28608 .elementor-element.elementor-element-81077f2{text-align:center;}.elementor-28608 .elementor-element.elementor-element-81077f2 .elementor-heading-title{font-family:"Playfair Display", Sans-serif;font-size:36px;font-weight:600;}.elementor-28608 .elementor-element.elementor-element-2fbb308{width:var( --container-widget-width, 59% );max-width:59%;--container-widget-width:59%;--container-widget-flex-grow:0;text-align:center;font-family:"Montserrat", Sans-serif;font-size:16px;font-weight:500;color:#2A2A2A;}.elementor-28608 .elementor-element.elementor-element-2fbb308.elementor-element{--align-self:center;}.elementor-28608 .elementor-element.elementor-element-3f1ec08 .gallery-item .gallery-caption{text-align:center;}.elementor-28608 .elementor-element.elementor-element-042fa74{--display:flex;}.elementor-28608 .elementor-element.elementor-element-99d1b87{--display:flex;}@media(min-width:769px){.elementor-28608 .elementor-element.elementor-element-c46f871{--content-width:1300px;}}@media(max-width:1024px){.elementor-28608 .elementor-element.elementor-element-9b044bf{--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}@media(max-width:768px){.elementor-28608 .elementor-element.elementor-element-9b044bf{--margin-top:56px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-28608 .elementor-element.elementor-element-f9e4fd6{--min-height:100vh;}.elementor-28608 .elementor-element.elementor-element-b9bcc02{--e-image-carousel-slides-to-show:2;}.elementor-28608 .elementor-element.elementor-element-81077f2 .elementor-heading-title{font-size:24px;}.elementor-28608 .elementor-element.elementor-element-2fbb308{width:100%;max-width:100%;}}/* Start custom CSS for html, class: .elementor-element-ce5609c *//* =========================================
   EDITORIAL LIGHT SNAPSHOT (Premium Refit)
   ========================================= */

.taiga-snapshot-section.editorial-mix {
  --taiga-light: #F8F9FA;
  --taiga-dark: #1A1A1A;
  --taiga-gold: #D4AF37; 
  --taiga-gold-faded: rgba(212, 175, 55, 0.15);
  
  background-color: var(--taiga-light);
  /* Refined, static architectural grid */
  background-image: 
    linear-gradient(rgba(0, 0, 0, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.03) 1px, transparent 1px);
  background-size: 60px 60px; 
  padding: 6rem 2rem; 
  font-family: 'Montserrat', sans-serif;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* --- Secondary Logo: Oversized Watermark --- */
.taiga-watermark-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90vw;
  max-width: 1200px;
  opacity: 0.04; /* Extremely subtle so it doesn't clash with text */
  pointer-events: none;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  mix-blend-mode: multiply;
}

.taiga-watermark-logo img {
  width: 100%;
  height: auto;
  filter: grayscale(100%); /* Keeps the background elegant and neutral */
  object-fit: contain;
}

/* --- Main Container --- */
.editorial-mix .taiga-container {
  max-width: 1300px; 
  margin: 0 auto;
  position: relative;
  z-index: 2; /* Keeps content above the watermark */
}

/* =========================================
   HEADER TYPOGRAPHY & SEAL
   ========================================= */
.editorial-mix .taiga-section-header {
  text-align: center;
  margin-bottom: 6rem;
}

/* --- Secondary Logo: Premium Header Stamp --- */
.taiga-header-seal {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.taiga-header-seal img {
  width: 100px;
  height: 100px;
  border-radius: 50%; /* Makes the square JPEG a perfect circle */
  object-fit: cover;
  border: 2px solid var(--taiga-gold-faded);
  padding: 4px; /* Creates a nice inner ring effect */
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.taiga-section-header:hover .taiga-header-seal img {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 12px 32px rgba(212, 175, 55, 0.15);
  border-color: var(--taiga-gold);
}

.editorial-mix .taiga-legacy {
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--taiga-gold);
  margin-bottom: 1rem;
}

.editorial-mix .taiga-section-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  line-height: 1.2;
  color: var(--taiga-dark);
  margin: 0;
}

.editorial-mix .taiga-section-title span { 
  color: var(--taiga-gold); 
  font-style: italic; 
}

/* =========================================
   THE GRID & OVERLAPPING CARDS
   ========================================= */
.editorial-mix .taiga-snapshot-grid {
  display: grid;
  /* Forces exactly 4 columns in one row */
  grid-template-columns: repeat(4, 1fr); 
  gap: 1.5rem; 
  row-gap: 5rem; 
}

.taiga-mix-card {
  position: relative;
  padding-bottom: 90px; /* Creates space for the overlapping content box */
  cursor: pointer;
}

/* Image Container - Fashion Portrait Ratio */
.mix-img-box {
  width: 100%;
  aspect-ratio: 3 / 4; 
  overflow: hidden; 
  border-radius: 12px;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  box-shadow: 0 4px 16px rgba(0,0,0,0.04);
}

.mix-bg-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: transform;
}

.taiga-mix-card:hover .mix-bg-image {
  transform: scale(1.08);
}

/* Overlapping Content Box */
.mix-content {
  position: absolute;
  bottom: 0;
  left: 5%; 
  right: 5%;
  background: #ffffff;
  padding: 2rem 1.25rem; 
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.5s ease;
  border-top: 3px solid transparent;
}

.taiga-mix-card:hover .mix-content {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
  border-top-color: var(--taiga-gold);
}

/* Minimalist SVG Icon Wrapper */
.mix-icon-wrap {
  position: absolute;
  top: -20px;
  right: 16px;
  width: 40px; 
  height: 40px;
  background-color: var(--taiga-dark);
  color: var(--taiga-gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  transition: transform 0.4s ease;
}

.mix-icon-wrap svg {
  width: 20px;
  height: 20px;
}

.taiga-mix-card:hover .mix-icon-wrap {
  transform: scale(1.1) rotate(5deg);
  background-color: var(--taiga-gold);
  color: #ffffff;
}

/* Text Content */
.mix-eyebrow {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #888;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.mix-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.25rem; 
  font-weight: 700;
  color: var(--taiga-dark); 
  margin: 0 0 0.75rem 0;
}

.mix-desc {
  font-size: 0.85rem; 
  line-height: 1.5;
  color: #555; 
  margin: 0 0 1.25rem 0;
}

/* Bottom Action Link */
.mix-action {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--taiga-gold);
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.action-arrow {
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.taiga-mix-card:hover .action-arrow {
  transform: translateX(6px);
}

/* =========================================
   SCROLL REVEAL ANIMATIONS 
   ========================================= */
.taiga-reveal {
  opacity: 0;
  visibility: hidden;
}

.taiga-reveal.active {
  animation: taigaFadeUp 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.taiga-snapshot-grid .taiga-mix-card:nth-child(1).active { animation-delay: 0.1s; }
.taiga-snapshot-grid .taiga-mix-card:nth-child(2).active { animation-delay: 0.2s; }
.taiga-snapshot-grid .taiga-mix-card:nth-child(3).active { animation-delay: 0.3s; }
.taiga-snapshot-grid .taiga-mix-card:nth-child(4).active { animation-delay: 0.4s; }

@keyframes taigaFadeUp {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

/* =========================================
   RESPONSIVE QUERIES
   ========================================= */
   
/* Tablet */
@media (max-width: 1024px) {
  .editorial-mix .taiga-snapshot-grid {
    grid-template-columns: repeat(2, 1fr); /* Snaps to 2x2 grid */
    gap: 2rem;
  }
  .mix-content {
    left: 8%;
    right: 8%;
    padding: 2.5rem 2rem;
  }
  .mix-title { font-size: 1.5rem; }
  .mix-desc { font-size: 0.95rem; }
}

/* Mobile */
@media (max-width: 768px) {
  .taiga-snapshot-section.editorial-mix {
    padding: 4rem 1.25rem; 
  }
  .taiga-watermark-logo {
    display: none; /* Hide watermark on mobile to prevent visual clutter */
  }
  .editorial-mix .taiga-snapshot-grid {
    grid-template-columns: 1fr; /* Stacks to 1 column */
    gap: 2rem;
    row-gap: 4rem;
  }
  .mix-content {
    left: 4%;
    right: 4%;
    padding: 2rem 1.5rem;
  }
}/* End custom CSS */
/* Start custom CSS for image-carousel, class: .elementor-element-b9bcc02 *//* ============ Infinite Continuous Marquee ============ */

/* 1. Force Swiper.js to move linearly without snapping/pausing */
.elementor-28608 .elementor-element.elementor-element-b9bcc02 .swiper-wrapper {
  transition-timing-function: linear !important;
}

/* 2. Premium Edge Fade (Soft transparent gradient on left/right edges) */
.elementor-28608 .elementor-element.elementor-element-b9bcc02 .elementor-image-carousel-wrapper {
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 15%, black 85%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, black 15%, black 85%, transparent 100%);
}

/* ============ Logo Styling ============ */

/* 3. Center the logos vertically and horizontally in their slides */
.elementor-28608 .elementor-element.elementor-element-b9bcc02 .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 4. Match the greyscale aesthetic from your reference */
.elementor-28608 .elementor-element.elementor-element-b9bcc02 .swiper-slide img {
  max-width: 140px !important; /* Controls maximum logo width */
  width: auto;
  height: auto;
  max-height: 60px !important; /* Prevents tall logos from stretching */
  object-fit: contain;
  
  /* Creates the faded black/greyscale look */
  filter: grayscale(100%) contrast(120%) opacity(0.5);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
}

/* 5. Reveal full brand colors and pop up slightly on hover */
.elementor-28608 .elementor-element.elementor-element-b9bcc02 .swiper-slide:hover img {
  filter: grayscale(0%) contrast(100%) opacity(1);
  transform: scale(1.08);
}/* End custom CSS */
/* Start custom CSS for image-gallery, class: .elementor-element-3f1ec08 *//* ============ Taiga Uniform Basic Gallery ============ */

/* 1. Force a strict Grid and kill native WP line breaks */
.elementor-28608 .elementor-element.elementor-element-3f1ec08 .gallery {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important; /* Adjust '4' to change columns */
  gap: 15px !important; /* Space between images */
}

.elementor-28608 .elementor-element.elementor-element-3f1ec08 .gallery br {
  display: none !important; 
}

/* 2. Reset the gallery item containers */
.elementor-28608 .elementor-element.elementor-element-3f1ec08 .gallery-item {
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
  -webkit-mask-image: -webkit-radial-gradient(white, black); /* Safari corner fix */
}

/* 3. Ensure links stretch full height/width */
.elementor-28608 .elementor-element.elementor-element-3f1ec08 .gallery-item .gallery-icon,
.elementor-28608 .elementor-element.elementor-element-3f1ec08 .gallery-item .gallery-icon a {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}

/* 4. FORCE UNIFORM IMAGE SIZING */
.elementor-28608 .elementor-element.elementor-element-3f1ec08 .gallery-item img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important; /* Crops cleanly without squishing */
  aspect-ratio: 3 / 4 !important; /* Portrait size. Change to 1/1 for squares */
  display: block !important;
  border: none !important;
  padding: 0 !important;
  transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: transform;
}

/* ============ Premium Hover Animations ============ */

/* Card Lift & Layered Gold Shadow */
.elementor-28608 .elementor-element.elementor-element-3f1ec08 .gallery-item:hover {
  transform: translateY(-8px);
  box-shadow: 
    0 12px 24px rgba(0, 0, 0, 0.08), 
    0 4px 16px rgba(212, 175, 55, 0.25); /* Taiga Gold Glow */
  z-index: 2;
}

/* Cinematic Smooth Zoom */
.elementor-28608 .elementor-element.elementor-element-3f1ec08 .gallery-item:hover img {
  transform: scale(1.08);
}

/* Inner Gold Border Reveal */
.elementor-28608 .elementor-element.elementor-element-3f1ec08 .gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid transparent;
  border-radius: 12px;
  transition: border-color 0.4s ease;
  pointer-events: none;
  z-index: 2;
}

.elementor-28608 .elementor-element.elementor-element-3f1ec08 .gallery-item:hover::after {
  border-color: #D4AF37; /* Taiga Gold */
}

/* ============ Mobile Responsiveness ============ */
@media (max-width: 1024px) {
  .elementor-28608 .elementor-element.elementor-element-3f1ec08 .gallery {
    grid-template-columns: repeat(3, 1fr) !important; 
  }
}

@media (max-width: 768px) {
  .elementor-28608 .elementor-element.elementor-element-3f1ec08 .gallery {
    grid-template-columns: repeat(2, 1fr) !important; 
    gap: 12px !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1d38f6f *//* =========================================
   TAIGA PREMIUM TESTIMONIALS (4-Column)
   ========================================= */

.taiga-testimonial-section {
  --bg-light: #F8F9FA;
  --card-bg: #FFFFFF;
  --text-dark: #1C201D;
  --text-soft: #5B6259;
  --gold: #D4AF37;
  --gold-light: rgba(212, 175, 55, 0.08);
  
  --ui-font: 'Montserrat', Arial, sans-serif;
  --heading-font: 'Fraunces', Georgia, serif;

  position: relative;
  background-color: var(--bg-light);
  padding: 100px 24px;
  overflow: hidden;
  z-index: 1;
}

/* =========================================
   GRAPHICAL BACKGROUND ELEMENTS
   ========================================= */
.taiga-testi-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  z-index: -1;
  pointer-events: none;
}

.shape-left {
  top: -10%;
  left: -5%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.15) 0%, transparent 70%);
}

.shape-right {
  bottom: -15%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.04) 0%, transparent 70%);
}

/* Updated to 1300px */
.taiga-testimonial-section .taiga-container {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}

/* =========================================
   HEADER
   ========================================= */
.taiga-testi-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 64px auto;
}

.taiga-eyebrow {
  display: block;
  font-family: var(--ui-font);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--gold);
  margin-bottom: 16px;
}

.taiga-title {
  font-family: var(--heading-font);
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  color: var(--text-dark);
  line-height: 1.2;
  margin: 0 0 20px 0;
}

.taiga-title span {
  font-style: italic;
  color: var(--gold);
}

.taiga-desc {
  font-family: var(--ui-font);
  font-size: 1.05rem;
  color: var(--text-soft);
  line-height: 1.6;
}

/* =========================================
   GRID & CARDS (Updated for 4 Columns)
   ========================================= */
.taiga-testi-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.taiga-testi-card {
  position: relative;
  background: var(--card-bg);
  border-radius: 16px;
  /* Slightly adjusted padding to fit 4 columns beautifully */
  padding: 40px 28px 32px; 
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0,0,0,0.03);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
}

/* Hover Lift & Layered Gold Shadow */
.taiga-testi-card:hover {
  transform: translateY(-8px);
  box-shadow: 
    0 12px 24px rgba(0, 0, 0, 0.04), 
    0 24px 48px rgba(0, 0, 0, 0.06),
    0 4px 16px rgba(212, 175, 55, 0.12);
  border-color: transparent;
}

/* Gold Inner Border Reveal */
.taiga-testi-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid transparent;
  border-radius: 16px;
  transition: border-color 0.4s ease;
  pointer-events: none;
}

.taiga-testi-card:hover::after {
  border-color: var(--gold);
}

/* Large Graphical Quote Icon Background */
.testi-quote-mark {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 64px;
  color: var(--gold-light);
  z-index: 0;
  transition: transform 0.5s ease, color 0.5s ease;
}

.taiga-testi-card:hover .testi-quote-mark {
  transform: scale(1.1) rotate(5deg);
  color: rgba(212, 175, 55, 0.15);
}

/* =========================================
   CARD CONTENT
   ========================================= */
.testi-stars {
  display: flex;
  gap: 4px;
  color: var(--gold);
  margin-bottom: 20px;
  z-index: 2;
  position: relative;
}

.testi-text {
  font-family: var(--ui-font);
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--text-dark);
  font-style: italic;
  margin: 0 0 28px 0;
  flex-grow: 1; /* Pushes author to the bottom */
  z-index: 2;
  position: relative;
}

/* Customer Profile Area */
.testi-author {
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 2;
  position: relative;
  border-top: 1px solid rgba(0,0,0,0.06);
  padding-top: 20px;
}

.author-img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--gold-light);
}

.author-name {
  font-family: var(--ui-font);
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-dark);
  margin: 0 0 4px 0;
}

.author-role {
  display: block;
  font-family: var(--ui-font);
  font-size: 0.8rem;
  color: var(--text-soft);
}

/* =========================================
   SCROLL REVEAL
   ========================================= */
.taiga-reveal {
  opacity: 0;
  visibility: hidden;
}

.taiga-reveal.active {
  animation: taigaFadeUp 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

/* Added 4th card delay */
.taiga-testi-grid .taiga-testi-card:nth-child(1).active { animation-delay: 0.1s; }
.taiga-testi-grid .taiga-testi-card:nth-child(2).active { animation-delay: 0.25s; }
.taiga-testi-grid .taiga-testi-card:nth-child(3).active { animation-delay: 0.4s; }
.taiga-testi-grid .taiga-testi-card:nth-child(4).active { animation-delay: 0.55s; }

@keyframes taigaFadeUp {
  0% { opacity: 0; visibility: hidden; transform: translateY(40px); }
  100% { opacity: 1; visibility: visible; transform: translateY(0); }
}

/* =========================================
   RESPONSIVE DESIGN
   ========================================= */
/* Tablet Landscape - Drops to 2x2 Grid */
@media (max-width: 1100px) {
  .taiga-testi-grid { 
    grid-template-columns: repeat(2, 1fr); 
    gap: 24px;
  }
}

/* Mobile - Stacks to 1 Column */
@media (max-width: 768px) {
  .taiga-testimonial-section { padding: 80px 20px; }
  .taiga-testi-header { margin-bottom: 48px; }
  .taiga-testi-grid { grid-template-columns: 1fr; }
  .taiga-testi-card { padding: 40px 32px 32px; } /* Restores slightly more padding on mobile */
}/* End custom CSS */