/* ════════════════════════════════
   下層ページ — ラグジュアリー・フェミニン
   ════════════════════════════════ */

/* ── ページヒーロー（ヘッダーは独立なので padding-top 不要） ── */
.page-hero {
  position: relative;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  background: var(--color-white);
  overflow: hidden;
  border-bottom: 1px solid rgba(109,46,70,0.04);
}
@media (min-width: 768px) {
  .page-hero {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}
.page-hero--has-image {
  background: var(--color-dark);
  color: #fff;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.page-hero--has-image .page-hero__bg {
  position: absolute;
  inset: 0;
  opacity: 0.25;
}
.page-hero--has-image .page-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-hero__content { position: relative; z-index: 2; }
.page-hero__label {
  font-family: var(--font-accent);
  font-size: 13px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--color-gold);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.page-hero__label::before {
  content: '';
  width: 32px;
  height: 1px;
  background: var(--color-gold);
}
.page-hero--has-image .page-hero__label { color: var(--color-rosegold); }
.page-hero--has-image .page-hero__label::before { background: var(--color-rosegold); }
.page-hero__title {
  font-family: var(--font-heading);
  font-size: var(--fs-2xl);
  font-weight: 500;
  letter-spacing: 0.06em;
  background: linear-gradient(135deg, #B8956A 0%, #C9917B 40%, #D4A48A 60%, #B8956A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.page-hero--has-image .page-hero__title {
  background: linear-gradient(135deg, #e8d0bc 0%, #f0ddd0 40%, #e8d0bc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media (min-width: 768px) {
  .page-hero__title { font-size: var(--fs-3xl); }
}
.page-hero__breadcrumb {
  margin-top: 1rem;
  font-size: var(--fs-xs);
  color: var(--color-muted);
  letter-spacing: 0.04em;
}
.page-hero--has-image .page-hero__breadcrumb { color: rgba(255,255,255,0.5); }
.page-hero__breadcrumb a { transition: color var(--transition); }
.page-hero__breadcrumb a:hover { color: var(--color-berry); }

/* ── 下層ページ本文 ── */
.page-content h2 {
  font-family: var(--font-heading);
  font-size: var(--fs-2xl);
  font-weight: 500;
  color: var(--color-dark);
  margin-bottom: 1rem;
  letter-spacing: 0.04em;
}
.page-content h3 {
  font-family: var(--font-heading);
  font-size: var(--fs-xl);
  font-weight: 500;
  color: var(--color-dark);
  margin-bottom: 0.75rem;
}
.page-content p {
  font-size: var(--fs-sm);
  line-height: 2;
  margin-bottom: 1.25rem;
  letter-spacing: 0.03em;
}

/* ── About ── */
.about-profile .grid--2 { align-items: flex-start; }
.about-profile__image {
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 3/4;
  box-shadow: var(--shadow-md);
}
.about-profile__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.about-profile__image:hover img { transform: scale(1.03); }
.about-profile__name {
  font-family: var(--font-heading);
  font-size: var(--fs-2xl);
  font-weight: 500;
  color: var(--color-dark);
  margin-bottom: 0.25rem;
  letter-spacing: 0.06em;
}
.about-profile__name-en {
  font-size: var(--fs-sm);
  color: var(--color-muted);
  font-family: var(--font-accent);
  letter-spacing: 0.1em;
  margin-bottom: 0.5rem;
}
.about-profile__title {
  font-size: var(--fs-sm);
  color: var(--color-rose);
  margin-bottom: 1.75rem;
  letter-spacing: 0.03em;
}
.about-profile__bio p {
  font-size: var(--fs-sm);
  line-height: 2;
  margin-bottom: 1rem;
}

/* ── 最幸女子ヒーロー ── */
.saikou-hero {
  position: relative;
  padding: 4rem 0 3.5rem;
  background: var(--color-white);
  border-bottom: 1px solid rgba(109,46,70,0.04);
}
@media (min-width: 768px) {
  .saikou-hero { padding: 5rem 0 4.5rem; }
  .saikou-hero__inner { display: flex; align-items: center; gap: 3.5rem; }
  .saikou-hero__text { width: 50%; }
  .saikou-hero__image { width: 50%; }
}
.saikou-hero__image {
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 16/9;
  background: var(--color-cream);
  margin-top: 2rem;
  box-shadow: var(--shadow-md);
}
@media (min-width: 768px) {
  .saikou-hero__image { margin-top: 0; }
}
.saikou-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ── サービス詳細 ── */
.service-detail .grid--2 { align-items: flex-start; }
.service-detail h3 {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 0.75rem;
}
.service-detail h3::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.25em;
  bottom: 0.25em;
  width: 3px;
  background: linear-gradient(180deg, var(--color-gold), var(--color-rosegold));
  border-radius: 2px;
}
.service-detail__images {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.service-detail__image {
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: var(--shadow-sm);
}
.service-detail__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.service-detail__image:hover img { transform: scale(1.03); }

/* ── セミナーカード ── */
.event-card {
  background: var(--color-white);
  border-radius: var(--radius);
  padding: 2.25rem;
  box-shadow: var(--shadow-sm);
  margin-bottom: 1rem;
  border: 1px solid rgba(109,46,70,0.04);
}
.event-card__status {
  display: inline-block;
  font-size: var(--fs-xs);
  color: #fff;
  padding: 0.375rem 1rem;
  border-radius: 100px;
  margin-bottom: 1rem;
  letter-spacing: 0.06em;
}
.event-card__status--active {
  background: linear-gradient(135deg, var(--color-berry), #7d3a54);
}
.event-card__status--ended { background: var(--color-muted); }
.event-card__title {
  font-family: var(--font-heading);
  font-size: var(--fs-xl);
  font-weight: 500;
  color: var(--color-dark);
  margin-bottom: 0.75rem;
  letter-spacing: 0.04em;
}
.event-card__desc {
  font-size: var(--fs-sm);
  color: var(--color-text);
  line-height: 1.9;
  margin-bottom: 1.5rem;
}

/* ── 法的ページ ── */
.legal-content h2 {
  font-family: var(--font-heading);
  font-size: var(--fs-lg);
  font-weight: 500;
  color: var(--color-dark);
  margin-top: 2.5rem;
  margin-bottom: 0.75rem;
  letter-spacing: 0.04em;
}
.legal-content p {
  font-size: var(--fs-sm);
  line-height: 2;
  margin-bottom: 1rem;
}
.legal-content ul {
  margin: 0.5rem 0 1rem 1.5rem;
  font-size: var(--fs-sm);
  line-height: 2;
}

/* ── お問い合わせ ── */
.contact-form { max-width: 640px; margin: 0 auto; }
.contact-note {
  max-width: 640px;
  margin: 0 auto;
  padding: 1.75rem;
  background: var(--color-white);
  border-radius: var(--radius);
  text-align: center;
  border: 1px solid rgba(109,46,70,0.06);
}
.contact-note p {
  font-size: var(--fs-sm);
  color: var(--color-text);
  margin-bottom: 1rem;
}

/* ── インライン画像 ── */
.inline-image {
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin: 2rem 0;
  box-shadow: var(--shadow-sm);
}
.inline-image img { width: 100%; height: auto; }

/* ── ミッション ── */
.mission-section { text-align: center; }
.mission-section p {
  max-width: 640px;
  margin: 0 auto;
  font-size: var(--fs-sm);
  line-height: 2.1;
  letter-spacing: 0.04em;
}
