/* =====================================================================
   FV (ファーストビュー) — Hero Section
   ===================================================================== */

.hero {
  position: relative;
  overflow: hidden;
  background: #1f9054;
}

/* ---- PR表記 ---- */
.hero__pr {
  background: var(--blue-deep);
  color: rgba(255, 255, 255, .88);
  font-size: 10px;
  letter-spacing: .04em;
  text-align: center;
  padding: 4px 8px;
  font-weight: 500;
}

/* ---- 画像バナーモード (admin MAIN SP) ---- */
.hero--img .hero__banner {
  display: block;
  width: 100%;
  height: auto;
}

.hero--img .hero__cta {
  padding: 16px;
  display: grid;
  gap: 9px;
  background: linear-gradient(180deg, #1f9054, #19844b);
}

/* ---- HTMLコーディングモード ---- */
.hero__main {
  position: relative;
  padding: 14px 14px 0;
  background:
    radial-gradient(ellipse 120% 80% at 80% 20%, rgba(255, 255, 255, .12) 0%, transparent 55%),
    radial-gradient(ellipse 60% 40% at 10% 90%, rgba(0, 0, 0, .08) 0%, transparent 50%),
    linear-gradient(155deg, #2db562 0%, #1f9054 45%, #19844b 100%);
  overflow: hidden;
}

.hero__main::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      -35deg,
      transparent,
      transparent 18px,
      rgba(255, 255, 255, .04) 18px,
      rgba(255, 255, 255, .04) 19px
    );
  pointer-events: none;
}

.hero__main::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120px;
  height: 80px;
  background-image: radial-gradient(circle, rgba(255, 255, 255, .15) 1px, transparent 1px);
  background-size: 8px 8px;
  opacity: .5;
  pointer-events: none;
}

.hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0;
  align-items: start;
}

.hero__content {
  min-width: 0;
  padding-bottom: 12px;
}

/* バッジ */
.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: var(--white);
  color: var(--blue-deep);
  font-size: 10px;
  font-weight: 800;
  padding: 5px 10px;
  border-radius: 999px;
  margin-bottom: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
}

.hero__badge-icon {
  font-size: 12px;
  line-height: 1;
}

/* 見出し */
.hero__title {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.35;
  color: var(--white);
  letter-spacing: .02em;
}

.hero__title em {
  display: block;
  font-style: normal;
  font-size: 34px;
  font-weight: 900;
  color: var(--gold);
  text-shadow: 0 2px 0 rgba(20, 61, 36, .35), 0 4px 12px rgba(0, 0, 0, .15);
  line-height: 1.15;
  margin: 2px 0;
}

.hero__lead {
  margin: 0;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.65;
  color: rgba(255, 255, 255, .92);
  max-width: 210px;
}

/* モデル画像 */
.hero__model {
  flex-shrink: 0;
  width: 130px;
  margin: -4px -8px 0 0;
  align-self: end;
}

.hero__model img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: bottom right;
}

/* スピードハイライト */
.hero__speed {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 14px 12px;
  padding: 10px 14px;
  background: var(--white);
  border: 3px solid var(--blue);
  border-radius: var(--r-lg);
  box-shadow: 0 4px 16px rgba(0, 0, 0, .12);
}

.hero__speed-icon {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  color: var(--blue);
}

.hero__speed-icon svg {
  width: 100%;
  height: 100%;
}

.hero__speed-text {
  flex: 1;
  min-width: 0;
}

.hero__speed-label {
  display: block;
  font-size: 10px;
  font-weight: 700;
  color: var(--ink-2);
  line-height: 1.3;
}

.hero__speed-value {
  display: flex;
  align-items: baseline;
  gap: 4px;
  flex-wrap: wrap;
}

.hero__speed-value strong {
  font-size: 26px;
  font-weight: 900;
  color: var(--blue);
  line-height: 1.1;
  letter-spacing: -.02em;
}

.hero__speed-note {
  font-size: 9px;
  font-weight: 500;
  color: var(--ink-3);
}

/* 特徴アイコングリッド */
.hero__feats {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
  padding: 0 10px 14px;
}

.hero__feat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  background: var(--white);
  border-radius: var(--r-sm);
  padding: 8px 4px 7px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
  min-height: 72px;
}

.hero__feat-icon {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  font-size: 18px;
  line-height: 1;
  color: var(--blue);
}

.hero__feat-icon--gold { color: var(--gold-deep); }

.hero__feat-icon--yen {
  font-size: 16px;
  font-weight: 900;
  color: var(--blue);
}

.hero__feat-title {
  font-size: 9px;
  font-weight: 800;
  color: var(--ink);
  line-height: 1.25;
}

.hero__feat-sub {
  font-size: 8px;
  font-weight: 600;
  color: var(--ink-3);
  line-height: 1.2;
}

/* CTA */
.hero__cta {
  padding: 16px;
  display: grid;
  gap: 9px;
  background: linear-gradient(180deg, #1f9054, #19844b);
}

@media (max-width: 340px) {
  .hero__title { font-size: 20px; }
  .hero__title em { font-size: 28px; }
  .hero__model { width: 110px; }
  .hero__feat-title { font-size: 8px; }
}
