/* ============================================
   INDEX PAGE - ストロングマウンテン v2
   ============================================ */

/* ==================== HERO ==================== */
.hero--fullimg {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.hero__img {
  display: block;
  width: 100%;
  height: 70vh;
  min-height: 400px;
  object-fit: cover;
}


/* ==================== VISION ==================== */
.vision {
  position: relative;
  background: var(--c-white);
  color: var(--c-dark);
  padding: clamp(2.5rem, 5vw, 5rem) 0;
  overflow: hidden;
}

/* Hero overlay text (positioned at bottom of hero image) */
.vision__hero-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding-bottom: 2rem;
}

.vision__hero-line {
  display: block;
  font-family: var(--ff-body);
  font-size: clamp(1.5rem, 7vw, 8.75rem);
  font-weight: var(--fw-black);
  color: var(--c-white);
  line-height: 1.15;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
}

.vision__hero-desc {
  font-family: var(--ff-body);
  font-size: clamp(0.875rem, 1.5vw, 1.25rem);
  font-weight: var(--fw-medium);
  color: var(--c-white);
  line-height: 1.75;
  margin-top: 1.5rem;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
}

.vision__bar {
  width: 100%;
  height: 84px;
  background: var(--c-primary);
  margin-top: 0;
}

.vision__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.vision__left {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}

.vision__ja {
  flex-shrink: 0;
  width: 18px;
  height: auto;
  margin-top: 0.5rem;
}

.vision__left-content {
  display: flex;
  flex-direction: column;
  gap: clamp(1.5rem, 3vw, 2.5rem);
}

.vision__title-img {
  display: block;
  width: clamp(200px, 40vw, 500px);
  height: auto;
}

.vision__desc-img {
  display: block;
  width: clamp(250px, 45vw, 550px);
  height: auto;
}

.vision__right {
  position: relative;
}

.vision__image-wrap {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-md);
}

.vision__image-wrap img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* mask-reveal handled entirely by GSAP in app.js */

/* Decorative images (legacy, kept for compatibility) */
.vision__deco {
  position: absolute;
  pointer-events: none;
  display: none;
}

/* ---- Interview section decorative backgrounds ---- */
.interview__deco {
  position: absolute;
  pointer-events: none;
  z-index: 0;

}

.interview__deco--mountain {
  bottom: 2rem;
  left: 6%;
  width: clamp(280px, 38vw, 520px);
  height: auto;
  opacity: 0.18;
}

.interview__deco--strong {
  bottom: 0.5rem;
  left: 2%;
  width: clamp(220px, 30vw, 400px);
  height: auto;
  opacity: 0.18;
}

.interview__deco--mt {
  bottom: 0.5rem;
  left: calc(2% + clamp(220px, 30vw, 400px) - 1rem);
  width: clamp(110px, 15vw, 200px);
  height: auto;
  opacity: 0.18;
}

.interview__deco--circle {
  display: none;
}

/* Section heading & divider → now in style.css (shared) */

.numbers .section-divider {
  background: rgba(255, 255, 255, 0.1);
}


/* ==================== CATEGORY BANNERS ==================== */
.category-section {
  padding: clamp(2rem, 4vw, 4rem) 0;
  background: var(--c-white);
}

/* Category banner 2-column layout: vertical label + image */
.category-banner__layout {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(0.75rem, 1.5vw, 1.5rem);
  align-items: start;
}

.category-banner__label {
  writing-mode: vertical-rl;
  font-family: var(--ff-body);
  font-size: var(--fs-small);
  font-weight: var(--fw-bold);
  letter-spacing: 0.15em;
  color: var(--c-primary);
  line-height: 1.6;
  white-space: nowrap;
}

.categories__banner {
  display: block;
  overflow: hidden;
  border-radius: 0;
  text-decoration: none;
  margin-top: 0;
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.categories__banner img {
  display: block;
  width: 100%;
  height: auto;
}


/* ==================== INTERVIEW ==================== */
.interview {
  position: relative;
  padding: clamp(3rem, 6vw, 6rem) 0;
  background: var(--c-white);
  overflow: hidden;
}

.interview__grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
  margin-top: 2rem;
}

.interview__left {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: sticky;
  top: 120px;
}

.interview__desc {
  text-align: left;
  font-family: var(--ff-body);
  font-size: clamp(0.75rem, 1.2vw, 0.95rem);
  font-weight: var(--fw-medium);
  line-height: 1.8;
  color: var(--c-text-light);
  margin-top: 1rem;
  margin-bottom: 0;
  max-width: 700px;
}

.interview__right {
  min-width: 0;
  overflow: hidden;
}

/* Swiper overrides */
.interview-swiper {
  width: 100%;
  padding: 1.5rem 0 3rem;
  overflow: visible;
}

.interview-swiper .swiper-slide {
  width: auto;
  max-width: 160px;
  transition: transform 0.4s ease, opacity 0.4s ease;
  opacity: 0.5;
}

.interview-swiper .swiper-slide-active {
  max-width: 200px;
  transform: scale(1.1);
  opacity: 1;
  z-index: 2;
}

.interview__slide {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #111;
  aspect-ratio: 9 / 16;
  text-decoration: none;
  cursor: pointer;
}

.interview__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.6s ease;
}

.interview__slide:hover img {
  transform: scale(1.05);
}

.interview__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  border: none;
  cursor: pointer;
  z-index: 2;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.interview__play:hover {
  transform: translate(-50%, -50%) scale(1.15);
}

.interview__play svg {
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
}

/* Swiper pagination */
.interview-swiper .swiper-pagination {
  bottom: 0;
}

.interview-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ccc;
  opacity: 1;
  transition: background 0.3s ease, transform 0.3s ease;
}

.interview-swiper .swiper-pagination-bullet-active {
  background: #ff6b35;
  transform: scale(1.3);
}


/* ==================== IN NUMBERS ==================== */
.numbers {
  display: block;
  padding: clamp(3rem, 6vw, 6rem) 0;
  background: var(--c-white);
  color: var(--c-dark);
  overflow: hidden;
  max-width: 100vw;
}

.numbers__desc {
  text-align: left;
  font-family: var(--ff-body);
  font-size: clamp(0.875rem, 1.5vw, 1.125rem);
  font-weight: var(--fw-bold);
  line-height: 2;
  color: var(--c-dark);
  margin-top: 2rem;
  margin-bottom: clamp(3rem, 6vw, 5rem);
  max-width: 900px;
}

.numbers__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1rem, 3vw, 2.5rem);
  max-width: 100%;
  overflow: hidden;
}

.numbers__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: clamp(1.5rem, 3vw, 2.5rem) 0.5rem;
  min-width: 0;
  overflow: hidden;
}

.numbers__item-deco {
  display: none;
}

.numbers__item-label {
  position: relative;
  z-index: 1;
  font-family: var(--ff-body);
  font-size: clamp(0.875rem, 1.2vw, 1rem);
  font-weight: var(--fw-medium);
  letter-spacing: 0.08em;
  color: var(--c-text-light);
  margin-bottom: 0.75rem;
}

.numbers__item-value {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.15em;
}

.counter {
  display: inline-block;
  min-width: 2ch;
  text-align: right;
  font-family: var(--ff-en);
  font-size: clamp(4rem, 8vw, 7rem);
  font-weight: var(--fw-black);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
  color: var(--c-primary);
  line-height: 1;
}

.numbers__item-unit {
  font-family: var(--ff-body);
  font-size: clamp(1rem, 2vw, 1.5rem);
  font-weight: var(--fw-bold);
  color: var(--c-dark);
}


/* ==================== BRAND MARQUEE ==================== */
.marquee-section {
  padding: clamp(2rem, 4vw, 3.5rem) 0;
  background: #fafafa;
  overflow: hidden;
}

.marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.marquee__inner {
  display: flex;
  gap: 0;
  width: max-content;
  animation: marqueeScroll 30s linear infinite;
}

.marquee__item {
  flex-shrink: 0;
  padding: 0 clamp(1.5rem, 4vw, 3rem);
  font-family: var(--ff-body);
  font-size: clamp(1rem, 2vw, 1.5rem);
  font-weight: var(--fw-bold);
  letter-spacing: 0.06em;
  color: var(--c-dark);
  white-space: nowrap;
  position: relative;
}

.marquee__item::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff6b35;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@keyframes marqueeScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}


/* ==================== RESPONSIVE ==================== */

/* PC only helper */
.u-pc-only {
  display: inline;
}

@media (max-width: 1024px) {
  .vision__left {
    text-align: left;
  }

  .vision__deco--text {
    top: -1rem;
    left: 0;
  }

  .vision__deco--img {
    bottom: -2rem;
    right: 0;
  }

  .categories__banner {
    border-radius: 8px;
  }
}

@media (max-width: 756px) {
  .vision__inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

@media (max-width: 768px) {
  .u-pc-only {
    display: none;
  }

  .vision__hero-text {
    padding-bottom: 1rem;
  }

  .vision__hero-line {
    font-size: 5.5vw;
    white-space: nowrap;
  }

  .vision__hero-desc {
    display: none;
  }

  .interview__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .interview__left {
    position: static;
  }

  .interview__deco {
    display: none;
  }

  .numbers {
    overflow: hidden;
  }

  .numbers__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    width: 100%;
  }

  .numbers__item {
    width: 100%;
  }

  .numbers__desc {
    text-align: left;
  }

  .categories__banner {
    border-radius: 8px;
  }

  .interview-swiper .swiper-slide {
    max-width: 140px;
  }
  .interview-swiper .swiper-slide-active {
    max-width: 180px;
  }

  .hero__scroll {
    bottom: 1.5rem;
  }
}

@media (max-width: 480px) {
  .numbers__grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
  }

  .counter {
    font-size: clamp(1.75rem, 10vw, 2.25rem);
  }

  .numbers__desc {
    font-size: 0.8rem;
    text-align: left;
  }

  .interview-swiper .swiper-slide {
    max-width: 120px;
  }
  .interview-swiper .swiper-slide-active {
    max-width: 160px;
  }
}
