/** Shopify CDN: Minification failed

Line 49:0 All "@import" rules must come first

**/
/**
 * Behind the Scenes Section - Premium Cinematic Experience
 */

/* CSS RESET FOR BEHIND THE SCENES SECTION */
.behind-scenes-section,
.behind-scenes-section *,
.behind-scenes-section *::before,
.behind-scenes-section *::after {
  box-sizing: border-box;
}

.behind-scenes-section {
  background: #000000 !important;
  color: #ffffff !important;
}

/* Force all text to be white */
.behind-scenes-section h1,
.behind-scenes-section h2,
.behind-scenes-section h3,
.behind-scenes-section h4,
.behind-scenes-section h5,
.behind-scenes-section h6,
.behind-scenes-section p,
.behind-scenes-section span,
.behind-scenes-section div {
  color: #ffffff !important;
}

/* Fix for the overly bold heading */
.behind-scenes-section .section-title {
  font-weight: 300 !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  text-shadow: none !important;
  -webkit-text-stroke: 0 !important;
  letter-spacing: -0.01em !important;
  text-transform: none !important;
  filter: none !important;
}

/* END CSS RESET */

@import url("https://fonts.googleapis.com/css2?family=Cormorant:wght@300;400;500;600&family=Jost:wght@300;400;500&display=swap");

:root {
  --primary-bg: #000000;
  --card-bg: #111111;
  --text-color: #ffffff;
  --heading-color: #ffffff;
  --card-shadow: 0 8px 22px rgba(0, 0, 0, 0.5);
  --card-hover-shadow: 0 12px 30px rgba(255, 255, 255, 0.1);
  --transition-medium: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  --luxury-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  --heading-font: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --body-font: "Helvetica", Helvetica, Arial, sans-serif;
  --border-radius: 8px;
  --spacing-unit: 5px;
  --accent-color: rgba(255, 255, 255, 0.3);
}

.behind-scenes-section {
  background-color: #000000 !important;
  padding: calc(var(--spacing-unit) * 10) 0;
  position: relative;
  overflow: hidden;
  font-family: var(--body-font);
  color: var(--text-color) !important;
}

/* Remove background pattern and texture completely */
.behind-scenes-section::before,
.behind-scenes-section::after {
  display: none !important;
  content: none !important;
  background: none !important;
  opacity: 0 !important;
}

/* Decorative elements */
.background-diagonal-lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  opacity: 0.15;
}

.diagonal-line {
  position: absolute;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.05), transparent);
  transform-origin: top left;
}

.diagonal-1 {
  top: -10%;
  left: -5%;
  width: 200px;
  height: 120%;
  transform: rotate(30deg);
}

.diagonal-2 {
  top: -5%;
  right: -5%;
  width: 150px;
  height: 110%;
  transform: rotate(-25deg);
}

/* Film strip effects */
.film-strip {
  position: absolute;
  height: 60px;
  width: 100%;
  background-image: linear-gradient(
      90deg,
      transparent 98%,
      rgba(255, 255, 255, 0.1) 98%,
      rgba(255, 255, 255, 0.1) 100%
    ),
    linear-gradient(
      transparent 30%,
      rgba(255, 255, 255, 0.05) 30%,
      rgba(255, 255, 255, 0.05) 36%,
      transparent 36%
    ),
    linear-gradient(
      transparent 64%,
      rgba(255, 255, 255, 0.05) 64%,
      rgba(255, 255, 255, 0.05) 70%,
      transparent 70%
    );
  background-size: 30px 100%, 100% 100%, 100% 100%;
  opacity: 0.15;
  z-index: 1;
}

.film-strip-top {
  top: 0;
}

.film-strip-bottom {
  bottom: 0;
}

.behind-scenes-section .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 calc(var(--spacing-unit) * 2);
  position: relative;
  z-index: 1;
  background-color: transparent !important;
}

/* Section heading */
.section-heading-container {
  text-align: center;
  margin-bottom: calc(var(--spacing-unit) * 8);
  position: relative;
  background-color: transparent !important;
}

.section-tag {
  display: inline-block;
  font-family: var(--body-font);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 6px 12px;
  margin-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff !important;
  border-radius: 4px;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.section-title {
  font-family: var(--heading-font);
  font-weight: 300 !important;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: calc(var(--spacing-unit) * 2);
  color: #ffffff !important;
  letter-spacing: -0.01em !important;
  position: relative;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.2s forwards;
  text-shadow: none !important;
  -webkit-text-stroke: 0 !important;
}

.section-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 40px;
  height: 2px;
  background-color: #ffffff;
  animation: expandLine 1s cubic-bezier(0.22, 1, 0.36, 1) 0.6s forwards;
}

@keyframes expandLine {
  from {
    transform: translateX(-50%) scaleX(0);
  }
  to {
    transform: translateX(-50%) scaleX(1);
  }
}

/* Videos Container */
.videos-container {
  display: flex;
  gap: calc(var(--spacing-unit) * 3);
  position: relative;
  height: 540px;
  background-color: transparent !important;
}

/* Columns */
.left-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing-unit) * 3);
  height: 100%;
  perspective: 1000px;
  background-color: transparent !important;
}

.right-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing-unit) * 3);
  height: 100%;
  perspective: 1000px;
  background-color: transparent !important;
}

/* Video Cards */
.video-card {
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.5);
  background-color: #111111 !important;
  position: relative;
  transition: all var(--luxury-transition);
  cursor: pointer;
  height: 100%;
  transform-style: preserve-3d;
  opacity: 0;
  transform: translateZ(-100px) translateY(30px) rotateX(10deg);
}

/* Animation for each card - staggered entrance */
.left-column .video-card:nth-child(1) {
  animation: cardEnter 1s cubic-bezier(0.22, 1, 0.36, 1) 0.4s forwards;
}

.left-column .video-card:nth-child(2) {
  animation: cardEnter 1s cubic-bezier(0.22, 1, 0.36, 1) 0.6s forwards;
}

.right-column .video-card:nth-child(1) {
  animation: cardEnter 1s cubic-bezier(0.22, 1, 0.36, 1) 0.5s forwards;
}

.right-column .video-card:nth-child(2) {
  animation: cardEnter 1s cubic-bezier(0.22, 1, 0.36, 1) 0.7s forwards;
}

.right-column .video-card:nth-child(3) {
  animation: cardEnter 1s cubic-bezier(0.22, 1, 0.36, 1) 0.9s forwards;
}

@keyframes cardEnter {
  from {
    opacity: 0;
    transform: translateZ(-100px) translateY(30px) rotateX(10deg);
  }
  to {
    opacity: 1;
    transform: translateZ(0) translateY(0) rotateX(0);
  }
}

.left-column .video-card {
  height: calc(50% - var(--spacing-unit) * 1.5);
}

.right-column .video-card {
  height: calc(33.333% - var(--spacing-unit) * 2);
}

.video-card:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 12px 30px rgba(255, 255, 255, 0.1);
}

/* Card label */
.card-label {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 4px 8px;
  background-color: rgba(255, 255, 255, 0.15);
  color: white !important;
  font-size: 0.7rem;
  border-radius: 4px;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0.8;
  z-index: 3;
  transition: opacity 0.3s ease;
}

.video-card:hover .card-label {
  opacity: 0;
}

/* Video counter dot at corner */
.video-counter {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 24px;
  height: 24px;
  background-color: var(--accent-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white !important;
  font-size: 0.75rem;
  font-weight: 600;
  z-index: 3;
  opacity: 0.9;
}

.video-counter::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: rgba(255, 0, 0, 0.7);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 2s infinite;
}

.video-thumbnail {
  position: relative;
  border-radius: var(--border-radius);
  overflow: hidden;
  height: 100%;
}

.video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-medium);
  filter: brightness(0.9) contrast(1.05);
}

.video-card:hover .video-thumbnail img {
  transform: scale(1.08);
  filter: brightness(0.7) contrast(1.1);
}

/* Cinematography overlay effect */
.thumbnail-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.2) 0%,
    transparent 40%,
    transparent 60%,
    rgba(0, 0, 0, 0.4) 100%
  );
  pointer-events: none;
}

/* Film grain texture */
.grain-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNTAwIiBoZWlnaHQ9IjUwMCI+CjxmaWx0ZXIgaWQ9Im4iPgo8ZmVUdXJidWxlbmNlIHR5cGU9ImZyYWN0YWxOb2lzZSIgYmFzZUZyZXF1ZW5jeT0iLjciIG51bU9jdGF2ZXM9IjEwIiBzdGl0Y2hUaWxlcz0ic3RpdGNoIj48L2ZlVHVyYnVsZW5jZT4KPC9maWx0ZXI+CjxyZWN0IHdpZHRoPSI1MDAiIGhlaWdodD0iNTAwIiBmaWxsPSIjMDAwIj48L3JlY3Q+CjxyZWN0IHdpZHRoPSI1MDAiIGhlaWdodD0iNTAwIiBmaWxsPSIjZmZmIiBvcGFjaXR5PSIwLjA1IiBmaWx0ZXI9InVybCgjbikiPjwvcmVjdD4KPC9zdmc+");
  pointer-events: none;
  opacity: 0.05;
  mix-blend-mode: overlay;
  z-index: 2;
}

/* Hover Overlay */
.hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0.6) 40%,
    rgba(0, 0, 0, 0.1) 100%
  );
  opacity: 0;
  transition: opacity var(--transition-medium),
    transform var(--transition-medium);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: calc(var(--spacing-unit) * 4);
  transform: translateY(10px);
  pointer-events: none;
  z-index: 3;
}

.video-card:hover .hover-overlay {
  opacity: 1;
  transform: translateY(0);
}

.video-title {
  margin: 0 0 calc(var(--spacing-unit) * 1.5);
  font-family: var(--heading-font);
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--heading-color) !important;
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.3s ease 0.1s, transform 0.3s ease 0.1s;
}

.video-description {
  margin: 0;
  font-family: var(--body-font);
  font-size: 0.85rem;
  line-height: 1.5;
  color: var(--text-color) !important;
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.3s ease 0.2s, transform 0.3s ease 0.2s;
}

.video-card:hover .video-title,
.video-card:hover .video-description {
  opacity: 1;
  transform: translateY(0);
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.7);
  opacity: 0;
  transition: opacity var(--transition-medium),
    transform var(--transition-medium);
  z-index: 4;
}

.play-circle {
  fill: none;
  stroke: white;
  stroke-width: 2;
  stroke-dasharray: 69;
  stroke-dashoffset: 69;
  transform-origin: center;
  transition: stroke-dashoffset 0.6s ease;
}

.play-icon {
  fill: white;
  transform-origin: center;
  transform: scale(0.8);
  transition: transform 0.4s ease;
}

.video-card:hover .play-button {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.video-card:hover .play-circle {
  stroke-dashoffset: 0;
  animation: rotateCircle 8s linear infinite;
}

.video-card:hover .play-icon {
  transform: scale(1);
}

@keyframes rotateCircle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Modal Styles */
.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

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

.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(8px);
}

.modal-content {
  position: relative;
  width: 90%;
  max-width: 850px;
  z-index: 2;
  transform: translateY(20px) scale(0.98);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1),
    opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  border-radius: 8px;
  overflow: hidden;
}

.video-modal.active .modal-content {
  transform: translateY(0) scale(1);
  opacity: 1;
}

/* Film frame effect for the modal */
.modal-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  pointer-events: none;
  z-index: 3;
}

.close-modal {
  position: absolute;
  top: -40px;
  right: 0;
  background: transparent;
  border: none;
  padding: 6px;
  cursor: pointer;
  z-index: 3;
  opacity: 0.8;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.close-modal:hover {
  opacity: 1;
  transform: scale(1.1) rotate(90deg);
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  border-radius: 8px;
  overflow: hidden;
  background-color: #000;
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: #000;
}

/* Standard animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Pulse Animation for Play Button and record dot */
@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0.9;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0.9;
  }
}

.pulse-animation .play-button {
  animation: pulse 2s infinite;
}

/* Process section container */
.process-container {
  display: flex;
  gap: 40px;
  position: relative;
  margin-top: 50px;
  background-color: transparent !important;
}

/* Process toggles - vertical buttons on left */
.process-toggles {
  display: flex;
  flex-direction: column;
  gap: 25px;
  min-width: 180px;
  padding-top: 15px;
  background-color: transparent !important;
}

.process-toggle {
  display: flex;
  align-items: center;
  background-color: transparent;
  border: none;
  padding: 12px 10px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.65, 0.05, 0.36, 1);
  position: relative;
  text-align: left;
  opacity: 0;
  transform: translateX(-20px);
  animation: fadeInLeft 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: calc(0.3s * var(--i, 1));
}

.process-toggle:nth-child(1) {
  --i: 1;
}
.process-toggle:nth-child(2) {
  --i: 2;
}
.process-toggle:nth-child(3) {
  --i: 3;
}

.process-toggle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  z-index: -1;
  transform: scaleX(0.95);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.process-toggle:hover::before {
  opacity: 0.7;
  transform: scaleX(1);
}

.process-toggle.active {
  background-color: #ffffff !important;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  transform: translateX(0);
}

.process-toggle.active::before {
  opacity: 0;
}

.toggle-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff !important;
  font-weight: 600;
  font-size: 16px;
  margin-right: 12px;
  transition: all 0.35s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.process-toggle.active .toggle-number {
  background-color: #000000 !important;
  color: #ffffff !important;
}

.toggle-text {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff !important;
  transition: color 0.35s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.process-toggle.active .toggle-text {
  color: #000000 !important;
}

/* Process steps content */
.process-content {
  flex: 1;
  position: relative;
  min-height: 540px;
  background-color: transparent !important;
}

.process-step {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background-color: transparent !important;
}

.process-step.active {
  opacity: 1;
  visibility: visible;
}

/* Layout for Step 2 - Two videos side by side */
.step2-grid {
  display: flex;
  gap: calc(var(--spacing-unit) * 3);
  height: 100%;
  background-color: transparent !important;
}

.step2-grid .video-card {
  flex: 1;
  height: 100%;
}

/* Layout for Step 3 - Three videos in a row */
.step3-grid {
  display: flex;
  flex-wrap: wrap;
  gap: calc(var(--spacing-unit) * 3);
  height: 100%;
  background-color: transparent !important;
}

.step3-grid .video-card {
  flex: 1;
  min-width: calc(33.333% - calc(var(--spacing-unit) * 2));
  height: 100%;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Responsive Styles */
@media (max-width: 991px) {
  .videos-container {
    flex-direction: column;
    height: auto;
    gap: calc(var(--spacing-unit) * 4);
  }

  .left-column,
  .right-column {
    width: 100%;
    gap: calc(var(--spacing-unit) * 4);
  }

  .left-column .video-card,
  .right-column .video-card {
    height: 200px;
  }

  .section-title {
    font-size: 2rem;
  }

  /* Process section container */
  .process-container {
    flex-direction: column;
    gap: 30px;
  }

  .process-toggles {
    flex-direction: row;
    justify-content: center;
    min-width: auto;
    width: 100%;
    padding-top: 0;
    margin-bottom: 10px;
  }

  .process-toggle {
    flex: 1;
    justify-content: center;
    max-width: 160px;
  }

  /* Important: Keep process steps absolute on mobile */
  .process-content {
    height: auto;
    min-height: auto;
  }

  .process-step {
    position: absolute;
    height: auto;
    min-height: 0;
  }

  /* Add this class to dynamically control height */
  .process-content-wrapper {
    position: relative;
    transition: height 0.4s ease;
  }

  .step2-grid,
  .step3-grid {
    height: auto;
  }
}

@media (max-width: 767px) {
  .behind-scenes-section {
    padding: calc(var(--spacing-unit) * 8) 0;
  }

  .section-title {
    font-size: 1.8rem;
  }

  .video-title {
    font-size: 1rem;
  }

  .video-description {
    font-size: 0.8rem;
  }

  .videos-container {
    gap: calc(var(--spacing-unit) * 3);
  }

  .left-column,
  .right-column {
    gap: calc(var(--spacing-unit) * 3);
  }

  .left-column .video-card,
  .right-column .video-card {
    height: 180px;
  }

  .play-button svg {
    width: 35px;
    height: 35px;
  }

  .hover-overlay {
    padding: calc(var(--spacing-unit) * 3);
  }

  .process-toggles {
    gap: 15px;
    overflow-x: auto;
    padding-bottom: 10px;
    justify-content: flex-start;
  }

  .process-toggle {
    min-width: 130px;
    padding: 10px 8px;
  }

  .toggle-number {
    width: 30px;
    height: 30px;
    margin-right: 8px;
    font-size: 14px;
  }

  .toggle-text {
    font-size: 12px;
  }

  .step2-grid,
  .step3-grid {
    flex-direction: column;
  }

  .step2-grid .video-card,
  .step3-grid .video-card {
    height: 180px;
    margin-bottom: var(--spacing-unit);
  }
}

@media (max-width: 480px) {
  .section-title {
    font-size: 1.6rem;
  }

  .left-column .video-card,
  .right-column .video-card {
    height: 150px;
  }

  .video-title {
    font-size: 0.9rem;
    margin-bottom: 2px;
  }

  .video-description {
    font-size: 0.75rem;
  }

  .play-button svg {
    width: 32px;
    height: 32px;
  }

  .hover-overlay {
    padding: calc(var(--spacing-unit) * 2);
  }

  .close-modal {
    top: -35px;
  }

  /* Additional mobile refinements */
  .process-toggle {
    min-width: 100px;
    padding: 8px 6px;
  }

  .toggle-number {
    width: 24px;
    height: 24px;
    margin-right: 6px;
    font-size: 12px;
  }

  .toggle-text {
    font-size: 11px;
  }

  .step2-grid .video-card,
  .step3-grid .video-card {
    height: 150px;
  }
}
