body.about-page main {
  background-color: var(--color-bg);
}

.about-hero {
  position: relative;
  padding-block: var(--space-16);
}

.about-hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('/assets/images/karlovia-restaurace-interier.webp');
  background-size: cover;
  background-position: center;
  filter: saturate(0.9) brightness(0.55);
  z-index: -2;
}

.about-block {
  position: relative;
}

.about-section-header {
  margin-bottom: var(--space-4);
}

.about-highlights {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  font-size: var(--font-size-sm);
  color: var(--color-text-soft);
}

.about-highlights li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about-highlights .dot {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 999px;
  background: radial-gradient(circle, var(--color-primary-strong), transparent 70%);
}

.about-values {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
  padding-left: 0;
}

.about-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-figure {
  max-width: 540px;
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: var(--color-bg-elevated);
  border: 1px solid rgba(118, 131, 150, 0.6);
  box-shadow: var(--shadow-soft);
}

.about-figure img {
  width: 100%;
  height: auto;
}

.about-figure figcaption {
  padding: var(--space-3) var(--space-4);
  font-size: var(--font-size-xs);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-text-soft);
  background: linear-gradient(to right, rgba(25, 184, 184, 0.12), rgba(5, 7, 11, 0.95));
}

.team-grid {
  gap: var(--space-4);
}

.detail-lines {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

.about-contact-form {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.about-submit-btn {
  width: 100%;
}

@media (min-width: 768px) {
  .about-submit-btn {
    width: auto;
  }
}

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

.about-card {
  height: 100%;
}

.about-kitchen .about-highlights li span:first-child {
  max-width: 80%;
}

.about-references .card {
  height: 100%;
}

.about-cta .booking-panel {
  margin-top: var(--space-4);
}

@media (min-width: 992px) {
  .about-cta .booking-panel {
    margin-top: 0;
  }
}
