.media-card {
  height: 100%;
}

.media-card__img {
  width: 100%;
  height: 11rem;
  object-fit: cover;
  border-radius: 0.75rem 0.75rem 0 0;
  display: block;
}

.media-card .card-section {
  padding-top: 1rem;
}

.bunraku-feature {
  border: 1px solid rgba(35, 35, 35, 0.12);
  border-radius: 0.9rem;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96));
  box-shadow: 0 10px 28px rgba(17, 24, 39, 0.06);
}

.bunraku-feature__content .font-serif {
  margin-top: 0;
  margin-bottom: 0.7rem;
}

.bunraku-feature__slider {
  margin-top: 1rem;
  position: relative;
  border-radius: 0.75rem;
  border: 1px solid rgba(35, 35, 35, 0.14);
  background: #fff;
  overflow: hidden;
}

.bunraku-track {
  position: relative;
  min-height: 14rem;
}

.bunraku-slide {
  margin: 0;
}

.bunraku-slide img {
  width: 100%;
  height: 12.5rem;
  object-fit: cover;
  display: block;
}

.bunraku-slide figcaption {
  font-size: 0.9rem;
  color: var(--color-stone);
  padding: 0.55rem 0.7rem 0.65rem;
  border-top: 1px solid rgba(35, 35, 35, 0.08);
}

.bunraku-feature.is-enhanced .bunraku-slide {
  display: none;
}

.bunraku-feature.is-enhanced .bunraku-slide.is-active {
  display: block;
}

.bunraku-feature__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.52);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  transition: background-color 180ms ease, border-color 180ms ease;
}

.bunraku-feature__arrow svg {
  width: 1rem;
  height: 1rem;
}

.bunraku-feature__arrow:hover,
.bunraku-feature__arrow:focus-visible {
  background: rgba(17, 24, 39, 0.76);
  border-color: rgba(255, 255, 255, 0.72);
}

.bunraku-feature__arrow--prev {
  left: 0.5rem;
}

.bunraku-feature__arrow--next {
  right: 0.5rem;
}

.bunraku-feature__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.75rem 0.7rem;
}

.bunraku-feature__dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  border: 0;
  background: rgba(55, 65, 81, 0.28);
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease;
}

.bunraku-feature__dot.is-active {
  background: var(--color-accent);
  transform: scale(1.15);
}

@media (max-width: 39.99rem) {
  .bunraku-slide img {
    height: 10.5rem;
  }
}

.content-demo-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.wp-feature-media {
  border: 1px solid rgba(35, 35, 35, 0.12);
  border-radius: 0.85rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 24px rgba(17, 24, 39, 0.06);
}

.wp-feature-media__grid {
  margin: 0;
}

.wp-feature-media__grid > .cell {
  padding: 0 !important;
}

.wp-feature-media__figure {
  margin: 0;
  height: 100%;
  background: #eceff3;
  border-right: 1px solid rgba(35, 35, 35, 0.1);
}

.wp-feature-media__image {
  width: 100%;
  height: 100%;
  min-height: 18rem;
  max-height: none;
  object-fit: cover;
  display: block;
}

.wp-feature-media__content {
  padding: clamp(1rem, 2vw, 1.4rem);
}

.wp-feature-media__content .font-serif {
  margin-top: 0;
  margin-bottom: 0.65rem;
}

.wp-feature-media__content p + p {
  margin-top: 0.75rem;
}

@media (max-width: 63.99rem) {
  .wp-feature-media__figure {
    border-right: 0;
    border-bottom: 1px solid rgba(35, 35, 35, 0.1);
  }

  .wp-feature-media__image {
    min-height: 13rem;
    max-height: 16.5rem;
  }
}

.wp-editor-prose::after {
  content: "";
  display: table;
  clear: both;
}

.wp-editor-prose p {
  margin: 0 0 1rem;
  line-height: 1.7;
}

.wp-editor-prose ul {
  margin: 0.5rem 0 0;
  padding-left: 1.15rem;
}

.wp-editor-prose .wp-editor-image {
  margin: 0 0 0.85rem;
  width: min(18rem, 46%);
  border-radius: 0.85rem;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(35, 35, 35, 0.12);
  box-shadow: 0 10px 22px rgba(17, 24, 39, 0.08);
}

.wp-editor-prose .wp-editor-image img {
  display: block;
  width: 100%;
  height: 11.5rem;
  object-fit: cover;
}

.wp-editor-prose .wp-editor-image figcaption {
  padding: 0.5rem 0.65rem 0.6rem;
  font-size: 0.82rem;
  color: var(--color-stone);
}

.wp-editor-prose .alignleft {
  float: left;
  margin-right: 1rem;
}

.wp-editor-prose .alignright {
  float: right;
  margin-left: 1rem;
}

.wp-editor-prose--wide {
  max-width: none;
  font-size: 1.02rem;
  line-height: 1.72;
}

.wp-editor-prose--wide p {
  margin-bottom: 1.1rem;
}

.wp-editor-prose--wide ul {
  margin-top: 0.75rem;
}

.wp-editor-prose--wide .wp-editor-image {
  width: clamp(14rem, 33vw, 24rem);
  margin-bottom: 1.1rem;
  border-radius: 0.95rem;
  box-shadow: 0 14px 28px rgba(17, 24, 39, 0.1);
}

.wp-editor-prose--wide .wp-editor-image img {
  height: clamp(11rem, 23vw, 15rem);
}

.wp-editor-prose--wide .alignleft {
  margin-right: clamp(1rem, 2.4vw, 1.75rem);
}

.wp-editor-prose--wide .alignright {
  margin-left: clamp(1rem, 2.4vw, 1.75rem);
}

@media (max-width: 47.99rem) {
  .wp-editor-prose--wide {
    font-size: 0.98rem;
    line-height: 1.66;
  }

  .wp-editor-prose .wp-editor-image {
    float: none;
    width: 100%;
    margin: 0 0 0.9rem;
  }

  .wp-editor-prose .wp-editor-image img {
    height: 12rem;
  }
}
