/* ==========================================================================
   v2: ファーストビュー刷新 ＋ 想い／スタッフ セクション
   ========================================================================== */

/* --- ヒーロー：写真を主役に、桜のグラデを敷く --- */
.hero-v2 {
  position: relative;
  overflow: hidden;
  padding: 56px 0 72px;
  background:
    radial-gradient(1100px 620px at 82% -12%, #FBE7EC 0%, rgba(251,231,236,0) 62%),
    radial-gradient(760px 520px at 4% 108%, #F7EBD8 0%, rgba(247,235,216,0) 60%),
    var(--paper);
}
.hero-v2::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 64px;
  background: linear-gradient(180deg, rgba(247,240,230,0) 0%, var(--paper) 100%);
  pointer-events: none;
}
.hero-v2 .hero-grid {
  display: grid;
  grid-template-columns: 1fr 1.06fr;
  gap: 52px;
  align-items: center;
  max-width: 1180px;
}
.hero-v2 .hero-copy h1 {
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.42;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
}
.hero-v2 .hero-copy h1 em {
  font-style: normal;
  color: var(--primary-strong);
  background: linear-gradient(180deg, transparent 62%, var(--accent-soft) 62%);
  padding: 0 2px;
}
.hero-v2 .lede { margin-bottom: 28px; }

/* 写真＋フローティングカード */
.hero-visual { position: relative; }
.hero-photo-lg {
  margin: 0;
  border-radius: 26px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  box-shadow: 0 30px 60px -30px rgba(61, 43, 30, 0.45);
}
.hero-photo-lg img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 42%;
}
.hero-float {
  position: absolute;
  right: -20px;
  bottom: -28px;
  width: 236px;
  background: var(--surface-raised);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 16px 18px;
  box-shadow: 0 22px 44px -24px rgba(61, 43, 30, 0.5);
}
.hero-float-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
  background: var(--primary);
  border-radius: 999px;
  padding: 3px 10px;
  margin-bottom: 8px;
}
.hero-float strong {
  display: block;
  font-size: 17px;
  line-height: 1.5;
  font-family: "Hiragino Maru Gothic ProN", "Hiragino Sans", sans-serif;
}
.hero-float span {
  display: block;
  font-size: 12.5px;
  line-height: 1.7;
  color: var(--ink-dim);
  margin-top: 4px;
}

/* --- 代表の想い --- */
.story-section {
  background: linear-gradient(180deg, var(--surface) 0%, var(--paper) 100%);
  padding: 76px 0;
}
.story-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 52px;
  align-items: start;
}
.story-portrait { text-align: center; }
.story-portrait img {
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
  border-radius: 50%;
  background: var(--surface-raised);
  box-shadow: 0 22px 44px -26px rgba(61, 43, 30, 0.6);
}
.story-name { margin-top: 16px; }
.story-name span {
  display: block;
  font-size: 12.5px;
  letter-spacing: 0.05em;
  color: var(--ink-dim);
}
.story-name strong {
  display: block;
  font-family: "Hiragino Maru Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 21px;
  letter-spacing: 0.1em;
  margin-top: 2px;
}
.story-tags {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
}
.story-tags li {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
  color: var(--primary-strong);
  background: var(--primary-soft);
  border-radius: 999px;
  padding: 4px 11px;
}
.story-body h2 {
  font-size: clamp(23px, 2.6vw, 31px);
  line-height: 1.5;
  margin-bottom: 18px;
}
.story-body p { margin-bottom: 16px; }
.story-body strong { color: var(--primary-strong); }
.story-speaker {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-top: 24px;
  padding: 16px 18px;
  background: var(--surface-raised);
  border: 1px solid var(--border);
  border-left: 4px solid var(--primary);
  border-radius: 14px;
}
.story-speaker svg {
  width: 20px; height: 20px;
  flex-shrink: 0;
  margin-top: 4px;
  color: var(--primary);
}
.story-speaker p { margin: 0; font-size: 14.5px; line-height: 1.8; }
.story-speaker strong { color: var(--ink); }

/* --- スタッフ --- */
.team-section { padding: 72px 0; }
.team-section .section-lede {
  margin-top: 12px;
  color: var(--ink-dim);
}
.team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 36px;
}
.team-card {
  margin: 0;
  background: var(--surface-raised);
  border: 1px solid var(--border);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.team-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.team-card figcaption {
  padding: 14px 18px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.03em;
}

/* --- モバイル --- */
@media (max-width: 860px) {
  .hero-v2 { padding: 26px 0 44px; }
  .story-grid,
  .team-grid { grid-template-columns: 1fr; gap: 28px; }

  /* モバイルは 見出し → 写真 → 説明 → CTA の順に組み替える */
  .hero-v2 .hero-grid { display: flex; flex-direction: column; gap: 0; max-width: none; }
  .hero-v2 .hero-copy { display: contents; }
  .hero-v2 .eyebrow { order: 1; }
  .hero-v2 .hero-copy h1 { order: 2; font-size: 25px; line-height: 1.52; margin-bottom: 18px; }
  .hero-visual { order: 3; margin-bottom: 34px; }
  .hero-v2 .lede { order: 4; font-size: 15px; margin-bottom: 22px; }
  .hero-cta { order: 5; }
  .hero-badges { order: 6; margin-top: 16px; }

  .hero-photo-lg { aspect-ratio: 4 / 3; border-radius: 20px; }
  .hero-photo-lg img { object-position: center 38%; }
  /* モバイルは写真を隠さないよう、カードは写真の下に置く */
  .hero-float {
    position: static;
    width: auto;
    margin-top: -18px;
    margin-left: 12px;
    margin-right: 12px;
    padding: 14px 18px;
  }
  .hero-float strong { font-size: 16px; }
  .hero-float span { font-size: 12px; }
  .story-portrait img { max-width: 190px; }
  .story-body h2 { font-size: 22px; }
}
