.b-seo-text {
  padding: 40px 0 64px;
}

.b-seo-text__inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 56px;
  align-items: center;
}

.b-seo-text__title {
  margin: 0 0 20px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.15;
  color: var(--text, #3B3437);
}

.b-seo-text__content p {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.75;
  color: var(--muted, #8A7F7A);
}

.b-seo-text__content p:last-child {
  margin-bottom: 0;
}

.b-seo-text__media {
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--surface-2, #F1EBE2);
}

.b-seo-text__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 768px) {
  .b-seo-text { padding: 32px 0 48px; }
  .b-seo-text__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .b-seo-text__title { font-size: 30px; }
  .b-seo-text__media { aspect-ratio: 16 / 9; }
}

@media (max-width: 480px) {
  .b-seo-text__title { font-size: 26px; }
}
