/* screen8.css - tetote About Us Page - BEM: s8- prefix */

/* NOTE: .u-hero2関連は common.css に統合済み（2025-11-20）
   将来的にこのファイル自体を廃止予定 */

/* ==========================================================================
   Intro Section
   ========================================================================== */
.about-intro {
  background: #f5f3f0;
  padding: 5rem 2rem;
  text-align: center;
}

.about-intro-title {
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 400;
  color: #2c2c2c;
  margin: 0 0 2rem;
  letter-spacing: 0.08em;
}

.about-intro-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(0.9rem, 1.1vw, 1rem);
  color: #666;
  line-height: 2;
  max-width: 800px;
  margin: 0 auto;
}

/* ==========================================================================
   Features Section
   ========================================================================== */
.studio-features-section {
  position: relative;
  background: #fff;
  padding: 5rem 2rem;
}

.studio-features-section::before {
  content: '"';
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(8rem, 15vw, 12rem);
  font-family: 'Noto Serif JP', serif;
  color: rgba(139, 115, 85, 0.1);
  line-height: 1;
  z-index: 0;
}

.studio-features-section::after {
  content: '"';
  position: absolute;
  bottom: -20px;
  right: 50%;
  transform: translateX(50%) rotate(180deg);
  font-size: clamp(8rem, 15vw, 12rem);
  font-family: 'Noto Serif JP', serif;
  color: rgba(139, 115, 85, 0.1);
  line-height: 1;
  z-index: 0;
}

.studio-features-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  max-width: 1200px;
  margin: 0 auto 3rem;
}

.studio-feature-card {
  position: relative;
  text-align: center;
  padding: 2rem 1rem;
}

.feature-number {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(0.875rem, 1vw, 1rem);
  font-weight: 400;
  color: #2c2c2c;
  margin: 0 0 0.5rem;
  letter-spacing: 0.05em;
}

.feature-title {
  font-family: 'Klee One', cursive;
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  font-weight: 500;
  color: #2c2c2c;
  margin: 0 0 1rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.feature-decoration {
  display: block;
  font-size: 1rem;
  color: #2c2c2c;
  margin: 0 0 1rem;
}

.feature-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(0.875rem, 1vw, 0.9375rem);
  color: #666;
  line-height: 1.9;
  margin: 0;
}

.studio-features-cta {
  text-align: center;
  position: relative;
  z-index: 1;
}

/* ==========================================================================
   Scene Section
   ========================================================================== */
.scene-examples {
  background: #f8f6f3;
  padding: 5rem 2rem;
}

.scene-title {
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 400;
  color: #2c2c2c;
  text-align: center;
  margin: 0 0 3rem;
  letter-spacing: 0.08em;
}

.scene-grid {
  display: grid;
  grid-template-columns: 45% 55%;
  gap: 1.5rem;
  max-width: 1400px;
  margin: 0 auto;
}

.scene-gallery {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  gap: 1.5rem;
}

.scene-image {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.scene-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.scene-gallery .scene-image {
  aspect-ratio: 4 / 3;
}

.scene-main-photo {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.scene-text {
  background: #fff;
  padding: 2rem;
  text-align: center;
}

.scene-subtitle {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(0.75rem, 0.9vw, 0.875rem);
  font-weight: 300;
  color: #999;
  margin: 0 0 0.5rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.scene-caption {
  font-family: 'Klee One', cursive;
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 500;
  color: #2c2c2c;
  margin: 0 0 1rem;
  letter-spacing: 0.05em;
}

.scene-content {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(0.875rem, 1vw, 0.9375rem);
  color: #666;
  line-height: 1.9;
  margin: 0;
}

.scene-main-photo .scene-image {
  aspect-ratio: 3 / 4;
  flex: 1;
}

.scene-rental-info {
  max-width: 800px;
  margin: 3rem auto 0;
  text-align: center;
}

/* ==========================================================================
   Costume Section
   ========================================================================== */
.costume-section {
  background: #fff;
  padding: 5rem 2rem;
}

.costume-text {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 3rem;
}

.costume-decoration {
  display: block;
  font-size: 1rem;
  color: #2c2c2c;
  margin: 0 0 1rem;
}

.costume-title {
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 400;
  color: #2c2c2c;
  margin: 0 0 1.5rem;
  letter-spacing: 0.08em;
}

.costume-body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(0.9rem, 1.1vw, 1rem);
  color: #666;
  line-height: 2;
  margin: 0;
}

.costume-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.costume-item {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 2;
}

.costume-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.costume-item:hover img {
  transform: scale(1.05);
}

.costume-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  letter-spacing: 0.08em;
}

/* ==========================================================================
   Catalog Section
   ========================================================================== */
.costume-catalog {
  background: #f5f3f0;
  padding: 5rem 0;
}

.catalog-grid {
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 0;
  max-width: 1400px;
  margin: 0 auto;
}

.catalog-image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.catalog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  box-shadow: 5px 15px 30px rgba(0, 0, 0, 0.2);
}

.catalog-content {
  padding: 3rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fafafa;
}

.catalog-title {
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 400;
  color: #2c2c2c;
  margin: 0 0 2rem;
  letter-spacing: 0.08em;
}

.catalog-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(0.875rem, 1.05vw, 0.9375rem);
  color: #666;
  line-height: 2;
  margin: 0 0 2rem;
}

/* ==========================================================================
   Styling Section
   ========================================================================== */
.styling-section {
  background: #fff;
  padding: 5rem 2rem;
}

.styling-text {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 3rem;
}

.styling-decoration {
  display: block;
  font-size: 1rem;
  color: #2c2c2c;
  margin: 0 0 1rem;
}

.styling-title {
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 400;
  color: #2c2c2c;
  margin: 0 0 1.5rem;
  letter-spacing: 0.08em;
}

.styling-body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(0.9rem, 1.1vw, 1rem);
  color: #666;
  line-height: 2;
  margin: 0;
}

.styling-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 1400px;
  margin: 0 auto;
}

.styling-item {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

.styling-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.styling-item:hover img {
  transform: scale(1.08);
}

/* ==========================================================================
   Button Component
   ========================================================================== */
.btn-dark-theme {
  display: inline-block;
  padding: 1rem 2.5rem;
  background: #1a1a1a;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(0.875rem, 1vw, 1rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-decoration: none;
  border: 1px solid #1a1a1a;
  transition: all 0.3s ease;
}

.btn-dark-theme:hover {
  background: transparent;
  color: #1a1a1a;
}

/* ==========================================================================
   Responsive Design
   ========================================================================== */

/* Tablet (768px - 1023px) */
@media (max-width: 1023px) {
  .u-hero2 {
    height: 50vh;
  }

  .studio-features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }

  .scene-grid {
    grid-template-columns: 1fr;
  }

  .scene-gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
  }

  .catalog-grid {
    grid-template-columns: 1fr;
  }

  .catalog-image {
    min-height: 400px;
  }

  .styling-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* 画像のドロップシャドウを軽減 (Tablet) */
  .scene-image img {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
  }

  .costume-item img {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
  }

  .catalog-image img {
    box-shadow: 4px 12px 25px rgba(0, 0, 0, 0.18);
  }

  .styling-item img {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
  }
}

/* Mobile (< 768px) */
@media (max-width: 767px) {
  .u-hero2 {
    height: 40vh;
  }

  .u-hero2-breadcrumb {
    top: 1rem;
    left: 1rem;
    font-size: 0.75rem;
  }

  .about-intro,
  .studio-features-section,
  .scene-examples,
  .costume-section,
  .costume-catalog,
  .styling-section {
    padding: 3rem 1.5rem;
  }

  .studio-features-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .scene-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr);
  }

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

  .catalog-image {
    min-height: 300px;
  }

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

  .btn-dark-theme {
    width: 100%;
    text-align: center;
  }

  .studio-features-section::before,
  .studio-features-section::after {
    font-size: 6rem;
  }

  /* 画像のドロップシャドウをさらに軽減 (Mobile) */
  .scene-image img {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }

  .costume-item img {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
  }

  .catalog-image img {
    box-shadow: 3px 10px 20px rgba(0, 0, 0, 0.15);
  }

  .styling-item img {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
}

/* Small Mobile (< 480px) */
@media (max-width: 479px) {
  .u-hero2-title {
    font-size: 2rem;
  }

  .catalog-image {
    min-height: 250px;
  }
}
