.page-hero__inner {
  align-items: center;
}

.page-hero__visual {
  display: flex;
  justify-content: center;
}

.guidelines-hero-figure {
  max-width: 460px;
  width: 100%;
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid rgba(144, 233, 192, 0.7);
  box-shadow: var(--shadow-elevated);
}

.guidelines-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.guidelines-grid {
  margin-top: var(--space-4);
}

.guidelines-card {
  display: flex;
  flex-direction: column;
}

.guidelines-inline-figure {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(90, 191, 163, 0.7);
}

.guidelines-inline-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 900px) {
  .page-hero__inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .page-hero__visual {
    order: -1;
  }
}
