/** Shopify CDN: Minification failed

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

**/
/* Apr 2026 Gradient Hero Banner */
.gradient-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.gradient-hero__slideshow {
  position: relative;
  width: 100%;
  height: 600px;
}

.gradient-hero__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  pointer-events: none;
  overflow: hidden;
}

.gradient-hero__slide.active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}

/* Background image */
.gradient-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.gradient-hero__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gradient-hero__bg-placeholder {
  width: 100%;
  height: 100%;
}

.gradient-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* Layout */
.gradient-hero__inner {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 200px;
}

/* Decorative elements */
.gradient-hero__deco-top,
.gradient-hero__deco-bottom {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 3;
}

.gradient-hero__deco-top { top: 0; }
.gradient-hero__deco-bottom { bottom: 0; }

.gradient-hero__deco-bar-left,
.gradient-hero__deco-bar-right {
  position: absolute;
  width: 4px;
  height: 200px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.4;
  z-index: 2;
}

.gradient-hero__deco-bar-left { left: 120px; }
.gradient-hero__deco-bar-right { right: 120px; }

.gradient-hero__deco-circle {
  position: absolute;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  pointer-events: none;
  z-index: 2;
}

.gradient-hero__deco-circle--1 {
  width: 400px;
  height: 400px;
  right: 10%;
  top: 80px;
  opacity: 0.12;
}

.gradient-hero__deco-circle--2 {
  width: 300px;
  height: 300px;
  right: 5%;
  top: 180px;
  opacity: 0.08;
}

.gradient-hero__deco-circle--3 {
  width: 500px;
  height: 500px;
  left: -50px;
  top: -100px;
  opacity: 0.08;
}

.gradient-hero__deco-diamond {
  position: absolute;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  border-width: 1px;
  border-style: solid;
  opacity: 0.25;
  z-index: 2;
}

.gradient-hero__deco-dot {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 2;
}

.gradient-hero__deco-dot--1 {
  width: 8px;
  height: 8px;
  left: 160px;
  top: 100px;
  opacity: 0.3;
}

.gradient-hero__deco-dot--2 {
  width: 6px;
  height: 6px;
  left: 57%;
  bottom: 100px;
  opacity: 0.2;
}

.gradient-hero__deco-dot--3 {
  width: 10px;
  height: 10px;
  right: 170px;
  bottom: 150px;
  opacity: 0.15;
}

/* Left content */
.gradient-hero__left {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 800px;
  z-index: 3;
}

.gradient-hero__eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.gradient-hero__heading-jp {
  font-family: 'Playfair Display', serif;
  font-size: 64px;
  font-weight: 700;
  color: #1A1A1A;
  line-height: 1.1;
  margin: 0;
}

.gradient-hero__heading-en {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 400;
  color: #666666;
  letter-spacing: 2px;
  margin: 0;
}

.gradient-hero__divider {
  width: 60px;
  height: 2px;
}

.gradient-hero__description {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 1.8;
  max-width: 600px;
}

.gradient-hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 48px;
  border-radius: 4px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.3s ease;
  width: fit-content;
}

.gradient-hero__cta:hover {
  opacity: 0.85;
  color: #FFFFFF;
}

/* Right content */
.gradient-hero__right {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-end;
  text-align: right;
  z-index: 3;
}

.gradient-hero__right-label {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.gradient-hero__right-tagline {
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  font-weight: 400;
  color: #2A2A2A;
  line-height: 1.4;
  margin: 0;
  white-space: pre-line;
}

.gradient-hero__right-sub {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #888888;
  letter-spacing: 3px;
}

/* Navigation dots */
.gradient-hero__dots {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}

.gradient-hero__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.3s, transform 0.3s;
}

.gradient-hero__dot.active {
  background: rgba(0, 0, 0, 0.5);
  transform: scale(1.2);
}

.gradient-hero__dot:hover {
  background: rgba(0, 0, 0, 0.4);
}

/* Arrow navigation */
.gradient-hero__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(0, 0, 0, 0.15);
  border: none;
  color: #333;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}

.gradient-hero__arrow:hover {
  background: rgba(0, 0, 0, 0.25);
}

.gradient-hero__arrow--prev { left: 16px; }
.gradient-hero__arrow--next { right: 16px; }

.gradient-hero__arrow svg {
  width: 20px;
  height: 20px;
}

/* Progress bar */
.gradient-hero__progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  z-index: 10;
  transition: width linear;
}

/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap');

/* Responsive */
@media (max-width: 1200px) {
  .gradient-hero__inner {
    padding: 0 80px;
  }
  .gradient-hero__heading-jp {
    font-size: 48px;
  }
  .gradient-hero__right-tagline {
    font-size: 32px;
  }
}

/* Tablet: 769px - 1100px */
@media (min-width: 769px) and (max-width: 1100px) {
  .gradient-hero__slideshow {
    height: 500px;
  }

  .gradient-hero__inner {
    padding: 0 48px;
    gap: 24px;
  }

  .gradient-hero__left {
    max-width: 58%;
    gap: 16px;
  }

  .gradient-hero__heading-jp {
    font-size: 36px;
  }

  .gradient-hero__heading-en {
    font-size: 20px;
  }

  .gradient-hero__description {
    font-size: 14px;
    max-width: 100%;
  }

  .gradient-hero__cta {
    padding: 14px 36px;
    font-size: 13px;
  }

  .gradient-hero__right-tagline {
    font-size: 26px;
  }

  .gradient-hero__right-label {
    font-size: 10px;
    letter-spacing: 4px;
  }

  .gradient-hero__right-sub {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .gradient-hero__slideshow {
    height: auto;
    min-height: auto;
  }

  .gradient-hero__slide {
    position: relative;
  }

  .gradient-hero__slide:not(.active) {
    position: absolute;
  }

  /* Mobile: image on top, text below */
  .gradient-hero__bg {
    position: relative;
    height: 300px;
  }

  .gradient-hero__overlay {
    display: none;
  }

  .gradient-hero__inner {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 32px 24px 48px;
    gap: 28px;
    background: #FFFFFF;
  }

  .gradient-hero__left {
    gap: 16px;
  }

  .gradient-hero__heading-jp {
    font-size: 28px;
    color: #1A1A1A !important;
  }

  .gradient-hero__heading-en {
    font-size: 16px;
    color: #666666 !important;
  }

  .gradient-hero__eyebrow {
    font-size: 11px;
    letter-spacing: 3px;
  }

  .gradient-hero__description {
    font-size: 14px;
    color: #555555 !important;
    line-height: 1.7;
  }

  .gradient-hero__cta {
    padding: 14px 36px;
    font-size: 13px;
    width: 100%;
    justify-content: center;
  }

  .gradient-hero__right {
    display: none;
  }

  .gradient-hero__deco-top,
  .gradient-hero__deco-bottom,
  .gradient-hero__deco-bar-left,
  .gradient-hero__deco-bar-right,
  .gradient-hero__deco-circle,
  .gradient-hero__deco-diamond,
  .gradient-hero__deco-dot {
    display: none;
  }

  .gradient-hero__arrow {
    width: 36px;
    height: 36px;
    top: 150px;
    background: rgba(255, 255, 255, 0.7);
    color: #333;
  }

  .gradient-hero__arrow--prev { left: 8px; }
  .gradient-hero__arrow--next { right: 8px; }

  .gradient-hero__dots {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    justify-content: center;
    padding: 16px 0;
    background: #FFFFFF;
  }
  .gradient-hero__dot {
    width: 8px;
    height: 8px;
    background: rgba(0, 0, 0, 0.15);
  }
  .gradient-hero__dot.active {
    background: rgba(0, 0, 0, 0.4);
  }

  .gradient-hero__progress {
    display: none;
  }
}
