.material-symbols-outlined {
  font-variation-settings:
    "FILL" 0,
    "wght" 400,
    "GRAD" 0,
    "opsz" 48;
}
/* navbar css */
.kanda-nav-v8-reveal-mask {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
.kanda-nav-v8-reveal-active .kanda-nav-v8-reveal-mask {
  clip-path: inset(0 0 0 0);
}
.kanda-nav-v8-optical-blur {
  backdrop-filter: blur(12px) contrast(1.2);
}
.kanda-nav-v8-ghost-border {
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.kanda-nav-v8-group:hover .kanda-nav-v8-reveal-image {
  transform: scale(1.05);
}
.kanda-nav-v8-reveal-image {
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Full Menu Revamp Styles */
.kanda-nav-v8-full-menu .kanda-nav-v8-menu-item {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.kanda-nav-v8-full-menu.kanda-nav-v8-is-active .kanda-nav-v8-menu-item {
  opacity: 1;
  transform: translateY(0);
}
.kanda-nav-v8-full-menu .kanda-nav-v8-menu-bg-panel {
  transition: transform 0.8s cubic-bezier(0.85, 0, 0.15, 1);
}
.kanda-nav-v8-full-menu .kanda-nav-v8-nav-image-card {
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  filter: grayscale(1);
}
.kanda-nav-v8-full-menu .kanda-nav-v8-nav-image-card:hover {
  filter: grayscale(0);
  transform: translateY(-10px);
}
.kanda-nav-v8-full-menu .kanda-nav-v8-text-stroke {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
  color: transparent;
}
.kanda-nav-v8-full-menu .kanda-nav-v8-text-stroke:hover {
  color: white;
  -webkit-text-stroke: 0px transparent;
}

/* Grain Overlay Effect */
.grain-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3F%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
  opacity: 0.04;
  pointer-events: none;
  z-index: 9999;
}
::-webkit-scrollbar {
  display: none;
}
.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* Slider Styles */
.slider-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
}
.slider-slide.active {
  opacity: 1;
  z-index: 10;
}
.slider-image {
  transform: scale(1.1);
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.slider-slide.active .slider-image {
  transform: scale(1);
}
.glass-nav {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.text-overlap {
  text-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
}
.vertical-text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.red-gradient-btn {
  background: linear-gradient(135deg, #b3261e 0%, #900708 100%);
  box-shadow: 0 4px 15px rgba(179, 38, 30, 0.3);
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.hover-zoom img {
  transition:
    transform 0.6s cubic-bezier(0.33, 1, 0.68, 1),
    filter 0.6s ease;
  filter: brightness(1.1) contrast(1.1);
}
.hover-zoom:hover img {
  transform: scale(1.05);
}

/* Liquid Fill / High-Contrast Button Transition */
.btn-liquid {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: color 0.4s ease;
}
.btn-liquid::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: -1;
  transition: top 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.btn-liquid:hover::before {
  top: 0;
}
.btn-liquid:hover {
  color: black !important;
}

/* new arrivals css */
#optics-slider::-webkit-scrollbar {
  display: none;
}
#optics-slider {
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: flex;
  gap: 16px;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
#optics-slider > div {
  scroll-snap-align: start;
  transition: border-color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.product-card-focus-shift img {
  /* filter: blur(2px) grayscale(0.5); */
  transition:
    filter 0.8s cubic-bezier(0.4, 0, 0.2, 1),
    transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.product-card-focus-shift:hover img {
  filter: blur(0px) grayscale(0);
  transform: scale(1.08);
}
.optics-card-wrapper {
  border-color: #900708 !important;
}
@media (min-width: 1024px) {
  #optics-slider > div {
    width: calc((100% - (16px * 3)) / 4);
    min-width: calc((100% - (16px * 3)) / 4);
  }
}

/* marque */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.animate-marquee {
  display: flex;
  width: fit-content;
  animation: scroll 30s linear infinite;
}
.material-symbols-outlined {
  font-variation-settings:
    "FILL" 0,
    "wght" 400,
    "GRAD" 0,
    "opsz" 24;
}

/* brands slider */
::-webkit-scrollbar {
  width: 0px;
}
.text-vertical {
  writing-mode: vertical-rl;
}

.optique-brand-slider-c5 .slider-track {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  will-change: transform;
}
.optique-brand-slider-c5 .slider-card {
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .optique-brand-slider-c5 .slider-card {
    flex: 0 0 33.333333%;
  }
}
.optique-brand-slider-c5 .view-collection-btn {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.3s ease;
}
.optique-brand-slider-c5 .group img {
  transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.optique-brand-slider-c5 .group:hover img {
  transform: scale(1.1);
}
.optique-brand-slider-c5 .slider-btn {
  transition: all 0.2s ease;
}
.optique-brand-slider-c5 .slider-btn:hover:not(:disabled) {
  background-color: #b3261e;
}
.optique-brand-slider-c5 .slider-btn:active:not(:disabled) {
  transform: scale(0.92);
}
.optique-brand-slider-c5 .slider-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

/* shop by category */
.kanda-category-grain-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9999;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
}
.material-symbols-outlined {
  font-variation-settings:
    "FILL" 0,
    "wght" 400,
    "GRAD" 0,
    "opsz" 48;
}
.kanda-category-no-scrollbar::-webkit-scrollbar {
  display: none;
}
.kanda-category-no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.kanda-category-archive-slider {
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.kanda-category-archive-slider::-webkit-scrollbar {
  display: none;
}
.kanda-category-slider-item img {
  transition:
    transform 0.6s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.6s ease;
}
.kanda-category-slider-item:hover img {
  transform: scale(1.1);
  filter: brightness(1.1) contrast(1.1);
}
.kanda-category-nav-btn {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.kanda-category-nav-btn:hover {
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.4);
  background: white;
  color: #900708;
}
.kanda-category-nav-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition:
    width 0.6s ease,
    height 0.6s ease;
}
.kanda-category-nav-btn:active::after {
  width: 200%;
  height: 200%;
}

/* TREND CARDS */
.grain-texture {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
  opacity: 0.05;
  pointer-events: none;
}
.trend-card:hover .trend-image {
  filter: contrast(1.1) brightness(1.1) saturate(1.1);
  transform: scale(1.05);
}
.trend-card .explore-btn {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.9);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
.trend-card:hover .explore-btn {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

/* journey timeline css */
::-webkit-scrollbar {
  width: 4px;
}
::-webkit-scrollbar-track {
  background: #0e0e0e;
}
::-webkit-scrollbar-thumb {
  background: #b3261e;
}
body {
  background-color: #131313;
  color: #e5e2e1;
}
main {
  background-color: #fff;
}
.kanda-legacy-v2-progress-line {
  height: 0%;
  transition: height 0.1s linear;
}

/* Active Milestone Glow */
.milestone-active .marker-dot {
  background-color: #b3261e !important;
  border-color: #b3261e !important;
  box-shadow: 0 0 20px 4px rgba(179, 38, 30, 0.6);
  transform: translate(-50%, -50%) scale(1.2) !important;
}

.milestone-active .year-text {
  color: #000 !important;
  opacity: 1 !important;
  /* text-shadow: 0 0 15px rgba(179, 38, 30, 0.4); */
}

.marker-dot {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 40;
}

.year-text {
  transition: all 0.5s ease-out;
}

.kanda-legacy-v2-image-overlay {
  mix-blend-mode: multiply;
  background: linear-gradient(to bottom, transparent, #131313);
}

/* location cards */
.perspective {
  perspective: 2000px;
}
.preserve-3d {
  transform-style: preserve-3d;
}
.backface-hidden {
  backface-visibility: hidden;
}

.flip-card-inner {
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.flip-card-back {
  transform: rotateY(180deg);
}

.watermark {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.03);
  color: transparent;
}

/* Custom scrollbar for high-impact feel */
::-webkit-scrollbar {
  width: 4px;
}
::-webkit-scrollbar-track {
  background: #131313;
}
::-webkit-scrollbar-thumb {
  background: #ff5540;
}

/* content sections css */
.ghost-border {
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.material-symbols-outlined {
  font-variation-settings:
    "FILL" 0,
    "wght" 400,
    "GRAD" 0,
    "opsz" 24;
}
.reveal-mask {
  clip-path: inset(0 0 100% 0);
  transition: clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.group:hover .reveal-mask {
  clip-path: inset(0 0 0% 0);
}
.text-huge {
  font-size: clamp(80px, 12vw, 240px);
  line-height: 0.85;
}

/* testimonial css */
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}
.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.kanda-testimonials-v2-card:hover .portrait-zoom {
  transform: scale(1.1);
}
.flash-hover:hover {
  background-color: white !important;
  color: black !important;
}
.ghost-border {
  border: 1px solid rgba(255, 255, 255, 0.15);
}

/* contact form */
.kanda-narrative-v2-container {
  background: #110807;
  position: relative;
  overflow: hidden;
}

.kanda-narrative-v2-container::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: radial-gradient(
    circle at 70% 30%,
    rgba(179, 38, 30, 0.05) 0%,
    transparent 70%
  );
  pointer-events: none;
}

.kanda-narrative-v2-input {
  background: rgba(255, 255, 255, 0.03) !important;
  border: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  padding: 6px 12px !important;
  color: #ffffff !important;
  font-family: "Epilogue", sans-serif;
  font-weight: 500 !important;
  font-size: inherit !important;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);

  display: inline-block;
  border-radius: 2px 2px 0 0 !important;
}

.kanda-narrative-v2-input {
  border-bottom-color: #b3261e !important;
  background: rgba(179, 38, 30, 0.08) !important;
  outline: none !important;
  padding-left: 16px !important;
}

.kanda-narrative-v2-select {
  appearance: none;
  background: rgba(255, 255, 255, 0.03);
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-weight: 500;
  padding: 6px 32px 6px 12px;
  cursor: pointer;
  transition: all 0.5s ease;
  border-radius: 2px 2px 0 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23b3261e'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 16px;
}

.kanda-narrative-v2-select {
  outline: none;
  border-bottom-color: #b3261e;
  background-color: rgba(179, 38, 30, 0.08);
}

.kanda-narrative-v2-btn-gradient {
  background: #b3261e;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.kanda-narrative-v2-btn-gradient:hover {
  background: #8e1e18;
  letter-spacing: 0.5em;
}

.kanda-narrative-v2-architectural-border {
  border-left: 2px solid #b3261e;
  padding-left: 1.5rem;
}

.narrative-static-text {
  color: rgba(248, 220, 217, 0.6);
  font-size: 1.5rem;
  line-height: 60px;
}

/* reel css */
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}
.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.kanda-reel-section-slider-container {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
/* new brand slider */
.kanda-cat-slider-hide-scrollbar::-webkit-scrollbar {
  display: none;
}
.kanda-cat-slider-hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
/* Specific desktop grid constraint: 4 cards visible within a 1440px max-width context */
@media (min-width: 1024px) {
  .kanda-cat-slider-card {
    width: calc((100% - (3 * 24px)) / 4);
  }
}

/* locations slider css */
.kanda-location-slider-perspective {
  perspective: 2000px;
}
.kanda-location-slider-preserve-3d {
  transform-style: preserve-3d;
}
.kanda-location-slider-backface-hidden {
  backface-visibility: hidden;
}

.kanda-location-slider-flip-card-inner {
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.kanda-location-slider-flip-card:hover .kanda-location-slider-flip-card-inner {
  transform: rotateY(180deg);
}
.kanda-location-slider-flip-card-back {
  transform: rotateY(180deg);
}

.watermark {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.03);
  color: transparent;
}

::-webkit-scrollbar {
  width: 4px;
}
::-webkit-scrollbar-track {
  background: #131313;
}
::-webkit-scrollbar-thumb {
  background: #ff5540;
}

.kanda-location-slider-container {
  overflow: hidden;
  position: relative;
}
.kanda-location-slider-track {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  will-change: transform;
}
.kanda-location-slider-item {
  flex: 0 0 100%;
}
@media (min-width: 640px) {
  .kanda-location-slider-item {
    flex: 0 0 50%; /* 2 cards on tablet */
  }
}
@media (min-width: 1024px) {
  .kanda-location-slider-item {
    flex: 0 0 20%; /* 5 cards on desktop */
  }
}
