.atmosphere-hero {
  padding-top: calc(var(--space-16) + var(--header-height));
  padding-bottom: var(--space-12);
}

.atmosphere-hero__grid {
  display: grid;
  gap: var(--space-10);
}

@media (min-width: 900px) {
  .atmosphere-hero__grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    align-items: center;
  }
}

.atmosphere-hero__title {
  margin-top: var(--space-4);
  margin-bottom: var(--space-4);
}

.atmosphere-hero__subtitle {
  max-width: 32rem;
}

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

.atmosphere-hero__actions {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-top: var(--space-6);
}

.atmosphere-hero__meta {
  margin-top: var(--space-4);
  max-width: 30rem;
}

.atmosphere-hero__visual {
  position: relative;
}

.atmosphere-hero__image-frame {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

.atmosphere-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.atmosphere-hero__badge {
  position: absolute;
  right: 6%;
  bottom: -2.5rem;
  max-width: 17rem;
}

@media (max-width: 768px) {
  .atmosphere-hero__badge {
    position: static;
    margin-top: var(--space-6);
  }
}

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

.atmosphere-section-title {
  margin-bottom: var(--space-4);
}

.atmosphere-intro__grid {
  display: grid;
  gap: var(--space-6);
}

@media (min-width: 900px) {
  .atmosphere-intro__grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    align-items: start;
  }

  .atmosphere-hero__actions {
    flex-direction: row;
  }
}

.atmosphere-intro__highlights {
  display: grid;
  gap: var(--space-4);
}

.atmosphere-intro__item {
  padding: var(--space-4);
  border-radius: var(--radius-lg);
  background: radial-gradient(circle at top, rgba(193, 155, 74, 0.16) 0, rgba(8, 10, 18, 0.98) 45%, #05060a 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.atmosphere-layout {
  display: flex;
  flex-direction: column;
  gap: var(--space-10);
}

.atmosphere-block {
  display: grid;
  gap: var(--space-8);
  align-items: center;
}

@media (min-width: 900px) {
  .atmosphere-block {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  }

  .atmosphere-block--reverse {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  }
}

.atmosphere-block__image-col {
  position: relative;
}

.atmosphere-block__figure {
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-card);
}

.atmosphere-block__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.atmosphere-block__content p:last-of-type {
  margin-bottom: 0;
}

.atmosphere-block__links {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-top: var(--space-4);
}

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

.atmosphere-block__image-col--texture {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-3);
}

.atmosphere-texture-swatch {
  border-radius: var(--radius-lg);
  min-height: 6rem;
  box-shadow: var(--shadow-subtle);
}

.atmosphere-texture-swatch--plum {
  background: radial-gradient(circle at top, #6b1f32 0, #301527 55%, #050309 100%);
}

.atmosphere-texture-swatch--linen {
  background: linear-gradient(135deg, #111217 0, #151821 40%, #05060a 100%);
}

.atmosphere-texture-swatch--brass {
  background: linear-gradient(135deg, #c19b4a 0, #e0b96e 40%, #7b5a26 100%);
}

.atmosphere-block__image-col--lamps {
  min-height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.atmosphere-lamp-glow {
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 0, #ffe2b3 0, #ffb45a 35%, rgba(5, 6, 10, 0.1) 70%, transparent 100%);
  box-shadow: 0 0 40px rgba(255, 180, 90, 0.6);
}

.atmosphere-lamp-glow--small {
  width: 5.5rem;
  height: 5.5rem;
  margin-left: -3rem;
  opacity: 0.65;
}

.atmosphere-block__image-col--city {
  min-height: 9rem;
  display: flex;
  align-items: stretch;
}

.atmosphere-city-glow {
  width: 100%;
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, #111827 0, #020309 55%, #05060a 100%),
    radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.12) 0, transparent 60%),
    radial-gradient(circle at 80% 70%, rgba(248, 191, 114, 0.32) 0, transparent 60%);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.atmosphere-block__image-col--sound {
  min-height: 9rem;
  display: flex;
  align-items: center;
}

.atmosphere-sound-wave {
  width: 100%;
  height: 6rem;
  border-radius: var(--radius-lg);
  background: repeating-linear-gradient(
      90deg,
      rgba(193, 155, 74, 0.18) 0,
      rgba(193, 155, 74, 0.18) 2px,
      transparent 2px,
      transparent 6px
    );
  position: relative;
  overflow: hidden;
}

.atmosphere-sound-wave::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0, rgba(255, 180, 90, 0.35) 40%, transparent 80%);
  mix-blend-mode: screen;
}

.atmosphere-block__image-col--team {
  min-height: 9rem;
  display: flex;
  align-items: center;
}

.atmosphere-team-silhouette {
  width: 100%;
  border-radius: var(--radius-xl);
  background: radial-gradient(circle at 15% 10%, rgba(255, 236, 214, 0.28) 0, transparent 55%),
    radial-gradient(circle at 80% 80%, rgba(107, 31, 50, 0.6) 0, transparent 55%),
    linear-gradient(160deg, #05060a 0, #111827 60%, #050309 100%);
}

.atmosphere-block__image-col--bar {
  min-height: 9rem;
  display: flex;
  align-items: center;
}

.atmosphere-bar-bottles {
  width: 100%;
  border-radius: var(--radius-xl);
  background: linear-gradient(120deg, rgba(255, 244, 219, 0.08) 0, transparent 40%),
    repeating-linear-gradient(
      90deg,
      rgba(224, 185, 110, 0.2) 0,
      rgba(224, 185, 110, 0.2) 2px,
      transparent 2px,
      transparent 16px
    ),
    linear-gradient(135deg, #050309 0, #151827 60%, #05060a 100%);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.atmosphere-cta {
  margin-top: var(--space-4);
}

.atmosphere-cta__grid {
  display: grid;
  gap: var(--space-6);
  align-items: center;
}

@media (min-width: 900px) {
  .atmosphere-cta__grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  }
}

.atmosphere-cta__actions {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

@media (min-width: 600px) {
  .atmosphere-cta__actions {
    flex-direction: row;
    justify-content: flex-end;
  }
}

.atmosphere-cta__note {
  margin-top: var(--space-4);
  max-width: 38rem;
}
