/*
Theme Name: LUVONICAL THE FLORIST ACADEMY
Description: LUVONICAL THE FLORIST ACADEMYのオリジナルWordPressテーマ。クラシックエディタとACFによる運用を前提としています。
Author: Antigravity
Version: 1.0.0
*/

/* ==========================================================================
   Page: Team Detail (.page-team-detail / .p-team-detail)
   ========================================================================== */
.p-team-detail__hero {
  position: relative;
  width: 100%;
  margin-bottom: 4rem;
}

.p-team-detail__hero-img {
  width: 100%;
  aspect-ratio: 2 / 1;
  background-color: var(--color-black);
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  overflow: hidden;
}

.p-team-detail__hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-team-detail__hero-info {
  position: absolute;
  bottom: clamp(1.5rem, 5vw, 3rem);
  left: clamp(1.5rem, 5vw, 4rem);
  color: var(--color-white);
  z-index: 2;
}

.p-team-detail__hero-role {
  font-family: var(--font-en);
  font-size: clamp(0.75rem, 2.5vw, 0.9rem);
  font-weight: 600;
  margin-bottom: 0.5rem;
  letter-spacing: 0.05em;
}

.p-team-detail__hero-name {
  display: block;
  font-family: var(--font-en);
  font-size: clamp(2rem, 8vw, 3rem);
  font-weight: 500;
  margin-bottom: 0.25rem;
  letter-spacing: 0.05em;
  line-height: 1;
}

.p-team-detail__hero-name-ja {
  display: block;
  font-size: clamp(0.85rem, 3vw, 1rem);
  margin-bottom: 1rem;
  opacity: 0.8;
  font-weight: normal;
}

.p-team-detail__hero-sns {
  display: inline-block;
  color: inherit;
  transition: opacity 0.3s ease;
}

.p-team-detail__hero-sns:hover {
  opacity: 0.6;
}

@media (max-width: 768px) {
  .p-team-detail__hero-img {
    aspect-ratio: 4 / 3;
  }
  
  .p-team-detail__hero-info {
    position: static;
    color: var(--color-black);
    padding: 1.5rem 0 0;
  }
  
  .p-team-detail__hero-sns {
    color: var(--color-black);
  }
}

/* ==========================================================================
   Page: 404 Not Found (.page-404 / .error404)
   ========================================================================== */
.page-404 .error404-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 0 10rem;
}

.page-404 .error404-text-ja {
  font-size: 1rem;
  line-height: 2;
  margin-bottom: 2rem;
  font-weight: 500;
}

.page-404 .error404-text-en {
  font-family: var(--font-en);
  font-size: 0.95rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 4rem;
}

.c-btn-dark {
  display: inline-block;
  background-color: var(--color-black, #000);
  color: var(--color-white, #fff);
  padding: 1.5rem 4rem;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid var(--color-black, #000);
  transition: background-color 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), color 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.c-btn-dark:hover {
  background-color: transparent;
  color: var(--color-black, #000);
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
  .page-404 .error404-text-ja,
  .page-404 .error404-text-en {
    text-align: center !important;
  }
}




/* ==========================================================================
   Added from inline styles for Team / Price
   ========================================================================== */
.c-card__title--team {
  font-size: 1.1rem;
  margin-bottom: 0.25rem;
  font-family: var(--font-en);
  font-weight: 500;
}

.c-card__role {
  font-size: 0.75rem;
  font-family: var(--font-en);
  font-weight: 500;
}

.c-price-large {
  font-size: clamp(3rem, 6vw, 5rem);
  font-weight: 500;
  font-family: var(--font-en);
  line-height: 1;
  margin-bottom: 1rem;
  color: #111;
}
