:root {
  --lifestyle-hero-min-height: 460px;
}

.lifestyle-hero {
  padding-top: var(--space-16);
  padding-bottom: var(--space-16);
}

.lifestyle-hero__layout {
  display: grid;
  gap: var(--space-8);
}

@media (min-width: 900px) {
  .lifestyle-hero__layout {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.95fr);
    align-items: center;
  }
}

.lifestyle-hero__content {
  max-width: 640px;
}

.lifestyle-breadcrumb ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  font-size: var(--font-size-xs);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  margin-bottom: var(--space-4);
}

.lifestyle-breadcrumb li + li::before {
  content: "/";
  margin-right: 0.4rem;
  color: var(--color-border-strong);
}

.lifestyle-hero__lead {
  font-size: var(--font-size-lg);
  line-height: var(--line-height-relaxed);
  margin-bottom: var(--space-4);
}

.lifestyle-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-bottom: var(--space-3);
}

.lifestyle-hero__meta {
  max-width: 32rem;
  font-size: var(--font-size-sm);
}

.lifestyle-hero__media {
  min-height: var(--lifestyle-hero-min-height);
}

.lifestyle-essence {
  gap: var(--space-8);
  align-items: center;
}

.lifestyle-essence__highlights {
  margin-top: var(--space-6);
}

.lifestyle-essence__image {
  max-width: 540px;
  margin-left: auto;
}

.lifestyle-grid {
  margin-top: var(--space-6);
}

.lifestyle-card__media {
  margin-bottom: var(--space-4);
}

.lifestyle-card__actions {
  margin-top: var(--space-3);
}

.lifestyle-split {
  gap: var(--space-8);
  align-items: flex-start;
}

.lifestyle-feature h3 {
  font-size: var(--font-size-xl);
  margin-bottom: var(--space-2);
}

.lifestyle-feature__cta {
  margin-top: var(--space-3);
}

.lifestyle-split__aside {
  position: sticky;
  top: var(--space-8);
}

@media (max-width: 900px) {
  .lifestyle-split__aside {
    position: static;
  }
}

.lifestyle-list {
  margin-top: var(--space-3);
  margin-bottom: var(--space-3);
  padding-left: 1.2rem;
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}

.lifestyle-list li {
  margin-bottom: 0.35rem;
}

.lifestyle-value__grid {
  gap: var(--space-6);
}

.lifestyle-value__item {
  height: 100%;
}

.lifestyle-value__cta {
  margin-top: var(--space-8);
}

.lifestyle-value__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  justify-content: center;
  margin-top: var(--space-3);
}

.lifestyle-cta-strip {
  background: linear-gradient(135deg, var(--color-accent), var(--color-accent-soft));
  color: var(--color-bg);
}

.lifestyle-cta-strip h2,
.lifestyle-cta-strip p {
  color: inherit;
}

.lifestyle-cta-strip__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
}

.lifestyle-cta-strip__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

@media (max-width: 767px) {
  .lifestyle-hero {
    padding-top: var(--space-12);
    padding-bottom: var(--space-12);
  }

  .lifestyle-hero__media {
    min-height: 260px;
  }

  .lifestyle-cta-strip__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
