/* Interlude */
.interlude { background: #fff; padding: 40px 20px; }
.interlude__inner { max-width: 560px; margin: 0 auto; display: grid; place-items: center; }
.interlude__text { text-align: center; font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji"; font-weight: 400; letter-spacing: 0.01em; line-height: 1.6; margin: 0; font-size: clamp(12px, 2.4vw, 18px); color: #111; }
/* Ensure equal spacing around interlude by removing extra margin on following band */
.interlude + .fullbleed { margin-top: 0; }
/* Reset & base */
* { box-sizing: border-box; }
html, body { height: 100%; }
body {
  margin: 0;
  font-family: 'Poppins', ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
  color: #111;
  background: #fff;
}
a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; height: auto; }
button { font: inherit; }
.skip-link { position: absolute; left: 8px; top: -40px; background: #111; color: #fff; padding: 10px 14px; border-radius: 6px; z-index: 1000; transition: top .2s ease; }
.skip-link:focus { top: 8px; }

/* Focus styles */
:focus-visible { outline: 2px solid #111; outline-offset: 2px; }

/* Header */
.lv-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,0.85); backdrop-filter: saturate(180%) blur(12px); border-bottom: 1px solid rgba(0,0,0,0.06); transition: transform .3s ease; }
.lv-header__inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 16px; padding: 12px 20px; max-width: 1440px; margin: 0 auto; }
.lv-left { display: flex; align-items: center; gap: 16px; }
.lv-right { justify-self: end; display: flex; align-items: center; gap: 24px; }
.lv-contact { font-size: 16px; font-weight: 500; }
.lv-ico { display: inline-flex; align-items: center; justify-content: center; color: #111; position: relative; }
.lv-ico svg { display: block; width: 18px; height: 18px; }
.lv-badge { position: absolute; top: -6px; right: -8px; background: #111; color: #fff; font-size: 10px; line-height: 1; padding: 2px 4px; border-radius: 999px; }
.lv-burger { width: 16px; height: 10px; background: none; border: 0; position: relative; cursor: pointer; }
.lv-burger::before, .lv-burger::after, .lv-burger:focus-visible { outline: none; }
.lv-burger::before, .lv-burger::after { content: ""; position: absolute; left: 0; right: 0; height: 2px; background: #111; }
.lv-burger::before { top: 0; }
.lv-burger::after { bottom: 0; }
.lv-burger span { position: absolute; left: 0; right: 0; top: 50%; height: 2px; background: #111; transform: translateY(-50%); display: block; }
.lv-logo { justify-self: center; display: inline-flex; align-items: center; }
.lv-logo img { display: block; height: 60px; width: auto; }
.lv-nav ul { list-style: none; display: flex; gap: 24px; margin: 0; padding: 0; }
.lv-nav a { font-size: 14px; font-weight: 500; opacity: 0.8; }
.lv-nav a:hover { opacity: 1; }

/* Menu label and Search link */
.lv-menu-label { font-size: 16px; font-weight: 500; }
.lv-search-link { display: inline-flex; align-items: center; gap: 8px; font-size: 16px; }
.lv-search-icon { width: 12px; height: 12px; display: inline-block; border: 2px solid #111; border-radius: 50%; position: relative; }
.lv-search-icon::after { content: ""; position: absolute; width: 6px; height: 2px; background: #111; right: -4px; bottom: -2px; transform: rotate(45deg); transform-origin: center; border-radius: 1px; }

/* Hero */
.hero { position: relative; min-height: 800px; height: 100vh; max-height: 1200px; display: grid; place-items: center; overflow: hidden; margin-top: 0; margin-bottom: 0; }
.hero__content { display: grid; place-items: center; align-content: center; }
.hero__content-inner { display: grid; place-items: center; }
.hero__media { position: absolute; inset: 0; overflow: hidden; }
.hero__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; top: 0; }
.hero__fallback { position: absolute; inset: 0; background: #ffffff; background-image: none; z-index: 1; transition: opacity .4s ease; will-change: background-position; }
.hero.hero--video-ready .hero__fallback { opacity: 0; }
.hero__content { position: relative; z-index: 2; text-align: center; color: #fff; text-shadow: 0 2px 10px rgba(0,0,0,0.4); mix-blend-mode: normal; will-change: transform; transform: none; }
.hero__content::before { content: none; }
.hero__title { font-family: 'Poppins', ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji"; font-size: clamp(36px, 7vw, 70px); font-weight: 300; letter-spacing: 0.01em; margin: 0 16px; color: #111; text-shadow: none; }
.hero__subtitle { font-size: clamp(14px, 2vw, 22px); margin-top: 8px; color: #111; text-shadow: none; opacity: 1; }
.hero__media + .hero__content { padding-block: 0; }
.hero__cta { 
  position: absolute; 
  top: 30%; 
  left: 50%; 
  transform: translate(-50%, -50%); 
  z-index: 3;
  background: #000;
  color: #fff;
  border: none;
  padding: 36px 86px;
  font-size: 20px;
  font-weight: 400;
  border-radius: 50px;
  cursor: pointer;
  transition: opacity 0.5s ease, transform 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  letter-spacing: 0.02em;
}
.hero__cta:hover {
  transform: translate(-50%, -50%) scale(1.05);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.4);
}
.hero__cta.is-visible {
  opacity: 1 !important;
  pointer-events: auto !important;
}

/* Sections */
.section-intro { max-width: 1200px; margin: 64px auto 24px; padding: 0 20px; }
.section-intro h2 { font-size: 28px; font-weight: 600; margin: 0 0 8px; }
.section-intro p { margin: 0; color: #444; }

/* Stories grid */
.stories__grid { max-width: 1200px; margin: 0 auto; padding: 0 20px 80px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.story-card { grid-column: span 4; position: relative; overflow: hidden; border-radius: 8px; }
.story-card--span-6 { grid-column: span 6; }
.story-card--span-12 { grid-column: span 12; }
.story-card--tall img { aspect-ratio: 2 / 3; }
.story-card--contain img { object-fit: contain; background: #f5f5f5; }
.story-card--align-right img { object-position: calc(50% - 100px) center; }
.story-card img[src$="kusama3.png"] { object-position: center center !important; }
.story-card img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 3 / 4; transition: transform .5s ease; }
.story-card__link:focus-visible img, .story-card:hover img { transform: scale(1.03); }
.story-card__meta { position: absolute; left: 0; right: 0; bottom: 0; padding: 16px; color: #fff; background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.55) 100%); }
.story-card__meta h3 { margin: 0 0 4px; font-weight: 600; }
.story-card__meta p { margin: 0; opacity: 0.9; }

/* Full-bleed figure */
.fullbleed { margin: 40px 0; }
.fullbleed__figure { margin: 0; }
.fullbleed__figure img { width: 100%; height: auto; display: block; }
.fullbleed__figure { position: relative; }
.fullbleed__media { position: relative; width: 100%; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 10px; }
.fullbleed__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.fullbleed__overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.5); z-index: 1; }
.fullbleed__play { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 72px; height: 72px; border-radius: 50%; border: 0; background: rgba(0,0,0,0.7); color: #fff; display: grid; place-items: center; cursor: pointer; z-index: 2; }
.fullbleed__play::before { content: ""; display: block; width: 0; height: 0; border-left: 18px solid #fff; border-top: 12px solid transparent; border-bottom: 12px solid transparent; margin-left: 4px; }
.fullbleed__caption { max-width: 1200px; margin: 8px auto 0; padding: 0 20px; font-size: 13px; color: #666; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,1px,1px); white-space: nowrap; border: 0; }

/* Carousel */
.carousel { position: relative; }
.carousel__viewport { overflow: hidden; max-width: 1440px; margin: 0 auto; padding: 0 20px 60px; }
.carousel__track { display: grid; grid-auto-flow: column; grid-auto-columns: 80%; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding: 20px; -webkit-overflow-scrolling: touch; scrollbar-width: none; cursor: grab; }
.carousel__track:active { cursor: grabbing; }
.carousel__track::-webkit-scrollbar { display: none; }
.carousel__slide { scroll-snap-align: start; border-radius: 10px; overflow: hidden; position: relative; }
.carousel__slide img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 16 / 9; object-position: center 10%; }
.carousel__controls { position: absolute; inset: 0 20px auto; display: flex; justify-content: space-between; align-items: center; pointer-events: none; }
.carousel__prev, .carousel__next { pointer-events: auto; width: 40px; height: 40px; border-radius: 50%; border: 0; background: rgba(0,0,0,0.6); color: #fff; cursor: pointer; display: grid; place-items: center; }
.carousel__prev::before { content: '‹'; font-size: 28px; line-height: 1; }
.carousel__next::before { content: '›'; font-size: 28px; line-height: 1; }
.carousel__dots { display: none; }

/* Copy */
.copy { padding: 60px 20px 100px; background: #fafafa; }
.copy__inner { max-width: 920px; margin: 0 auto; }
.copy h2 { margin: 0 0 12px; font-weight: 600; }
.copy p { margin: 0; color: #333; line-height: 1.6; }

/* Footer */
.lv-footer { border-top: 1px solid #eee; background: #fff; }
.lv-footer__inner { max-width: 1440px; margin: 0 auto; padding: 24px 20px 60px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; }
.lv-footer nav ul { list-style: none; display: flex; gap: 20px; margin: 0; padding: 0; }
.lv-footer a { color: #444; font-size: 14px; }
/* Anchor offset for sticky header */
.lv-main section { scroll-margin-top: 72px; }

/* Reveal animations */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s ease; }
.reveal.reveal--visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}

/* Product Gallery */
.product-gallery { 
  background: #fff; 
  padding-bottom: 80px;
  overflow: hidden;
}

/* Gallery Tabs */
.gallery-tabs {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  position: sticky;
  top: 73px;
  z-index: 95;
  transition: box-shadow 0.3s ease;
  margin-top: 0;
}
.gallery-tabs.is-stuck {
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.gallery-tabs__inner { 
  max-width: 1440px; 
  margin: 0 auto; 
  padding: 0 20px; 
  display: flex; 
  gap: 40px; 
  justify-content: center;
}
.gallery-tab { 
  background: none; 
  border: none; 
  padding: 16px 8px; 
  font-size: 15px; 
  font-weight: 400; 
  cursor: pointer; 
  position: relative; 
  color: #666;
  transition: color 0.2s ease;
}
.gallery-tab:hover { 
  color: #111; 
}
.gallery-tab.active { 
  color: #111; 
  font-weight: 500;
}
.gallery-tab.active::after { 
  content: ''; 
  position: absolute; 
  bottom: 0; 
  left: 0; 
  right: 0; 
  height: 2px; 
  background: #111; 
}

/* Category Navigation with Sticky */
.category-nav { 
  background: #fff; 
  border-bottom: 1px solid #e5e5e5; 
  position: sticky; 
  top: 123px; 
  z-index: 90;
  transition: box-shadow 0.3s ease, top 0.3s ease;
}
.category-nav.is-stuck {
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.category-nav__inner { 
  max-width: 1440px; 
  margin: 0 auto; 
  padding: 0 20px; 
  display: flex; 
  gap: 32px; 
  overflow-x: auto; 
  scrollbar-width: none;
}
.category-nav__inner::-webkit-scrollbar { 
  display: none; 
}
.category-link { 
  padding: 16px 0; 
  font-size: 14px; 
  white-space: nowrap; 
  color: #666; 
  position: relative;
  transition: color 0.2s ease;
}
.category-link:hover { 
  color: #111; 
}
.category-link.active { 
  color: #111; 
  font-weight: 500;
}
.category-link.active::after { 
  content: ''; 
  position: absolute; 
  bottom: 0; 
  left: 0; 
  right: 0; 
  height: 2px; 
  background: #111; 
}

/* Product Grid */
.product-grid { 
  max-width: 1440px; 
  margin: 104px auto 0; 
  padding: 0 20px; 
  display: grid; 
  grid-template-columns: repeat(3, 1fr); 
  gap: 0;
}

/* Product Card */
.product-card { 
  background: #fff; 
  border-radius: 0; 
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-card__link { 
  display: block; 
  text-decoration: none; 
  color: inherit;
}
.product-card__image { 
  position: relative; 
  aspect-ratio: 1; 
  overflow: hidden; 
  background: #f9f9f9;
}
.product-card__image img { 
  width: 100%; 
  height: 100%; 
  object-fit: cover; 
  transition: transform 0.5s ease;
}
.product-card:hover .product-card__image img {
  transform: scale(1.05);
}
.product-card__wishlist { 
  position: absolute; 
  top: 12px; 
  right: 12px; 
  width: 28px; 
  height: 28px; 
  border: none; 
  background: transparent; 
  cursor: pointer; 
  display: grid; 
  place-items: center;
  opacity: 1;
  transition: transform 0.2s ease;
  z-index: 1;
  padding: 0;
}
.product-card__wishlist:hover {
  transform: scale(1.1);
}
.product-card__wishlist svg { 
  width: 24px; 
  height: 24px; 
  color: #111;
  transition: all 0.2s ease;
}
.product-card__wishlist.is-active svg {
  fill: #111;
  color: #111;
}
.product-card__info { 
  padding: 16px; 
}
.product-card__title { 
  font-size: 14px; 
  font-weight: 500; 
  margin: 0 0 4px; 
  letter-spacing: 0.02em;
}
.product-card__model { 
  font-size: 13px; 
  color: #666; 
  margin: 0 0 8px;
}
.product-card__price { 
  font-size: 14px; 
  font-weight: 500; 
  margin: 0;
}

/* Responsive */
@media (max-width: 1024px) {
  .product-grid { 
    grid-template-columns: repeat(3, 1fr); 
    gap: 16px;
  }
  .category-nav__inner { 
    gap: 24px; 
  }
  .story-card { grid-column: span 6; }
  .story-card--span-6 { grid-column: span 12; }
  .story-card--span-12 { grid-column: span 12; }
  .carousel__track { grid-auto-columns: 88%; }
}
@media (max-width: 720px) {
  .product-grid { 
    grid-template-columns: repeat(2, 1fr); 
    gap: 12px;
  }
  .gallery-tabs__inner { 
    gap: 24px; 
  }
  .category-nav { 
    top: 56px; 
  }
  .category-nav__inner { 
    gap: 20px; 
    padding: 0 16px;
  }
  .category-link { 
    font-size: 13px; 
  }
  .product-card__wishlist {
    opacity: 1;
  }
  .story-card { grid-column: span 6; }
  .story-card--span-6 { grid-column: span 12; }
  .story-card--span-12 { grid-column: span 12; }
  .carousel__track { grid-auto-columns: 88%; }
}
@media (max-width: 720px) {
  .lv-header__inner { grid-template-columns: 1fr auto 1fr; }
  .lv-nav { display: none; }
  .lv-right { gap: 16px; }
  .stories__grid { grid-template-columns: repeat(6, 1fr); }
  .story-card { grid-column: span 6; }
  .story-card--span-6 { grid-column: span 6; }
  .story-card--span-12 { grid-column: span 6; }
  .carousel__track { grid-auto-columns: 92%; }
}

@media (min-width: 1440px) {
  .section-intro { max-width: 1280px; }
  .stories__grid { max-width: 1280px; }
  .carousel__viewport { max-width: 1600px; }
  .carousel__track { grid-auto-columns: 70%; }
  .hero { min-height: 800px; height: 100vh; max-height: 1200px; }
}

/* Mobile nav overlay */
@media (max-width: 720px) {
  .nav-open body { overflow: hidden; }
  .nav-open .lv-header { transform: translateY(0) !important; }
  .lv-nav.is-open,
  .nav-open .lv-nav { display: block; position: fixed; inset: 56px 0 0 0; background: rgba(255,255,255,0.98); padding: 24px; }
  .lv-nav.is-open ul,
  .nav-open .lv-nav ul { flex-direction: column; gap: 16px; }
}

/* Chatbot Styles */
.chatbot {
  position: absolute;
  bottom: 40px;
  right: 40px;
  max-width: 420px;
  width: calc(100% - 80px);
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.chatbot__messages {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-height: 400px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(0,0,0,0.2) transparent;
}

.chatbot__messages::-webkit-scrollbar {
  width: 6px;
}

.chatbot__messages::-webkit-scrollbar-track {
  background: transparent;
}

.chatbot__messages::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.2);
  border-radius: 3px;
}

.chatbot__message {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 16px 20px;
  border-radius: 16px;
  font-size: 14px;
  line-height: 1.6;
  color: #111;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  animation: slideInUp 0.3s ease-out;
}

.chatbot__notification {
  background: rgba(17, 17, 17, 0.95);
  backdrop-filter: blur(10px);
  padding: 12px 16px;
  border-radius: 12px;
  font-size: 13px;
  line-height: 1.5;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  gap: 10px;
  animation: slideInUp 0.3s ease-out;
}

.chatbot__notification svg {
  flex-shrink: 0;
  opacity: 0.9;
}

.chatbot__keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.chatbot__keyword {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(0,0,0,0.1);
  padding: 12px 20px;
  border-radius: 24px;
  font-size: 14px;
  font-weight: 500;
  color: #111;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  white-space: nowrap;
}

.chatbot__keyword:hover {
  background: rgba(17, 17, 17, 0.95);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.chatbot__keyword:active {
  transform: translateY(0);
}

.chatbot__store-button {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(0,0,0,0.1);
  padding: 14px 20px;
  border-radius: 16px;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 160px;
}

.chatbot__store-button strong {
  font-size: 14px;
  font-weight: 600;
  color: #111;
  display: block;
}

.chatbot__store-button span {
  font-size: 12px;
  color: #666;
  display: block;
}

.chatbot__store-button:hover {
  background: rgba(17, 17, 17, 0.95);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.chatbot__store-button:hover strong,
.chatbot__store-button:hover span {
  color: #fff;
}

.chatbot__products {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 16px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  animation: slideInUp 0.3s ease-out;
}

.chatbot__product-card {
  display: flex;
  gap: 12px;
  padding: 12px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,0.06);
  transition: all 0.2s ease;
}

.chatbot__product-card:hover {
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transform: translateX(-2px);
}

.chatbot__product-card img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
  background: #f5f5f5;
}

.chatbot__product-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}

.chatbot__product-info h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  color: #111;
  line-height: 1.3;
}

.chatbot__product-info p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #111;
}

.chatbot__product-btn {
  background: #111;
  color: #fff;
  border: none;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  align-self: flex-start;
  margin-top: 4px;
}

.chatbot__product-btn:hover {
  background: #333;
  transform: translateY(-1px);
}

/* Animations */
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-in {
  animation: slideInUp 0.3s ease-out;
}

.fade-out {
  animation: fadeOut 0.3s ease-out forwards;
}

@keyframes fadeOut {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.95);
  }
}

/* Responsive Chatbot */
@media (max-width: 720px) {
  .chatbot {
    bottom: 20px;
    right: 20px;
    left: 20px;
    max-width: none;
    width: auto;
  }
  
  .chatbot__messages {
    max-height: 300px;
  }
  
  .chatbot__keyword {
    font-size: 13px;
    padding: 10px 16px;
  }
  
  .chatbot__message {
    font-size: 13px;
    padding: 14px 16px;
  }
  
  .chatbot__products {
    padding: 12px;
  }
  
  .chatbot__product-card img {
    width: 70px;
    height: 70px;
  }
}
