.mign-block-section.mign-product-hero {
  margin-top: 126px;
}
.mign-product-hero__inner {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 48px;
  align-items: start;
  padding: 48px;
  min-height: 400px;
}

/* Left column */
.mign-product-hero__left {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.mign-product-hero__eyebrow {
  color: var(--color-text-secondary, #5b575c);
  font-family: var(--font-family-sans-en, "DIN 2014");
  font-size: var(--font-size-xs, 12px);
  font-style: normal;
  font-weight: var(--font-weight-regular, 400);
  line-height: 130%; /* 15.6px */
  letter-spacing: var(--letter-spacing-normal, 0);
  margin: 0;
}

.mign-product-hero__headline {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.mign-product-hero__headline-span1,
.mign-product-hero__headline-span2 {
  color: var(--color-text-primary, #1a171c);
  font-family: var(--font-family-serif-en, "Cormorant Infant");
  font-size: var(--font-size-6xl, 72px);
  font-style: normal;
  font-weight: var(--font-weight-semibold, 600);
  line-height: 110%; /* 79.2px */
  letter-spacing: var(--letter-spacing-normal, 0);
  letter-spacing: 0;
}

.mign-product-hero__lead {
  color: var(--color-text-primary, #1a171c);
  font-family: var(--font-family-sans-jp, "Ryo Gothic PlusN");
  font-size: var(--font-size-base, 16px);
  font-style: normal;
  font-weight: var(--font-weight-light, 300);
  line-height: 200%; /* 32px */
  letter-spacing: var(--letter-spacing-normal, 0);
}

/* Right column */
.mign-product-hero__right {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
}

.mign-product-hero__right-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

/* Editor placeholder */
.mign-product-hero__right-placeholder {
  width: 100%;
  aspect-ratio: 4 / 3;
  background-color: #e5e3df33;
  border: 2px dashed #afadab;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 14px;
  border-radius: 4px;
}

/* Editor overrides */
.mign-product-hero.is-editor .mign-product-hero__eyebrow,
.mign-product-hero.is-editor .mign-product-hero__lead {
  color: #5b575c;
}

.mign-product-hero.is-editor .mign-product-hero__headline-span1 {
  color: #5b575c;
}

.mign-product-hero.is-editor .mign-product-hero__headline-span2 {
  color: #1a171c;
}

/* Responsive */
@media (max-width: 1024px) {
  .mign-product-hero__headline-span2 {
    font-size: 72px;
  }
}

@media (max-width: 768px) {
  .mign-product-hero__inner {
    grid-template-columns: 1fr;
    padding: 60px 24px 40px;
    gap: 40px;
    min-height: auto;
  }

  .mign-product-hero__headline-span2 {
    font-size: 52px;
    letter-spacing: -1px;
  }

  .mign-product-hero__lead {
    max-width: 100%;
  }

  .mign-product-hero__right {
    order: -1;
  }
}
