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

.atmosphere-hero-inner {
  display: flex;
  flex-direction: column;
  gap: var(--space-8);
}

.atmosphere-hero-top {
  display: flex;
  justify-content: center;
}

.hero-dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--color-neutral-400);
}

.atmosphere-hero-eyebrow {
  font-size: var(--font-size-xs);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  margin-bottom: var(--space-2);
}

.atmosphere-hero-title span {
  color: var(--color-neutral-700);
}

.atmosphere-hero-subtitle {
  max-width: 720px;
  margin-inline: auto;
  margin-top: var(--space-3);
}

.atmosphere-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
  gap: var(--space-6);
  align-items: center;
}

.atmosphere-hero-main-card {
  padding: var(--space-6);
}

.atmosphere-hero-main-heading {
  font-size: var(--font-size-2xl);
  margin-bottom: var(--space-3);
}

.atmosphere-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-top: var(--space-5);
}

.atmosphere-hero-visual-col {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.atmosphere-hero-image-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-medium);
  background: #000;
}

.atmosphere-hero-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.atmosphere-hero-image-caption {
  position: absolute;
  left: var(--space-4);
  bottom: var(--space-4);
  padding: 0.4rem 0.8rem;
  border-radius: var(--radius-pill);
  background: rgba(36, 25, 16, 0.78);
  color: #fff;
  font-size: var(--font-size-xs);
}

.atmosphere-hero-floating-badges {
  position: absolute;
  right: -4%;
  top: 6%;
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.atmosphere-hero-badge {
  padding: 0.7rem 1.1rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-soft);
  font-size: var(--font-size-sm);
  line-height: var(--line-height-snug);
}

.atmosphere-hero-badge span {
  display: block;
  font-size: var(--font-size-xs);
  color: var(--color-text-muted);
}

.atmosphere-hero-badge-secondary {
  background: rgba(241, 226, 200, 0.9);
}

.atmosphere-hero-floating-card {
  max-width: 320px;
}

.atmosphere-floating-text {
  font-size: var(--font-size-sm);
  margin-bottom: var(--space-3);
}

.atmosphere-floating-meta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  font-size: var(--font-size-xs);
  color: var(--color-text-muted);
  margin-bottom: var(--space-4);
}

.atmosphere-floating-meta span::before {
  content: "• ";
}

.atmosphere-floating-link {
  width: 100%;
}

.atmosphere-split {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: var(--space-8);
  align-items: center;
  margin-top: var(--space-10);
}

.atmosphere-split.layout-right .atmosphere-split-content {
  order: 1;
}

.atmosphere-split.layout-right .atmosphere-split-media {
  order: 2;
}

.atmosphere-split.layout-left .atmosphere-split-content {
  order: 2;
}

.atmosphere-split.layout-left .atmosphere-split-media {
  order: 1;
}

.atmosphere-split-media picture,
.atmosphere-split-media img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.atmosphere-split-content h2.section-title-left {
  text-align: left;
}

.atmosphere-split-content h3 {
  margin-bottom: var(--space-3);
}

.atmosphere-split-content p + p {
  margin-top: var(--space-3);
}

.atmosphere-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin-top: var(--space-4);
}

.pill {
  padding: 0.35rem 0.9rem;
  border-radius: var(--radius-pill);
  background: rgba(240, 228, 210, 0.9);
  font-size: var(--font-size-xs);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-neutral-700);
}

.atmosphere-details-grid {
  margin-top: var(--space-8);
}

.atmosphere-detail-card .card-title {
  font-size: var(--font-size-lg);
}

.atmosphere-lighting-grid {
  margin-top: var(--space-8);
}

.atmosphere-light-card .card-title {
  margin-bottom: var(--space-3);
}

.atmosphere-social-grid {
  margin-top: var(--space-8);
}

.atmosphere-private-section {
  padding-top: var(--space-16);
  padding-bottom: var(--space-16);
}

.atmosphere-private-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-top: var(--space-5);
}

.atmosphere-next-steps {
  margin-top: var(--space-10);
  display: flex;
  justify-content: center;
}

.atmosphere-next-card {
  max-width: 760px;
  width: 100%;
  padding: var(--space-6);
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(241, 226, 200, 0.96));
  box-shadow: var(--shadow-soft);
}

.atmosphere-next-card h3 {
  margin-bottom: var(--space-3);
}

.atmosphere-next-links {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-top: var(--space-5);
}

.atmosphere-contact-cta {
  background: radial-gradient(circle at top right, rgba(176, 138, 74, 0.12), transparent 55%);
}

.atmosphere-contact-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-6);
  padding: var(--space-6);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-soft);
}

.atmosphere-contact-text h2 {
  margin-bottom: var(--space-2);
}

.atmosphere-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

@media (max-width: 960px) {
  .atmosphere-hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .atmosphere-hero-floating-badges {
    position: static;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .atmosphere-split {
    grid-template-columns: minmax(0, 1fr);
  }

  .atmosphere-split.layout-right .atmosphere-split-content,
  .atmosphere-split.layout-right .atmosphere-split-media,
  .atmosphere-split.layout-left .atmosphere-split-content,
  .atmosphere-split.layout-left .atmosphere-split-media {
    order: initial;
  }
}

@media (max-width: 768px) {
  .atmosphere-hero {
    padding-top: var(--space-16);
  }

  .atmosphere-hero-main-card {
    padding: var(--space-5);
  }

  .atmosphere-contact-shell {
    flex-direction: column;
    align-items: flex-start;
  }

  .atmosphere-contact-actions {
    width: 100%;
  }

  .atmosphere-contact-actions .btn {
    flex: 1 1 auto;
    justify-content: center;
  }
}
