.hero-atmosphere {
  position: relative;
  color: #fdf7ee;
}

.hero-atmosphere__background {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-atmosphere__bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.02) contrast(1.03) brightness(0.8);
}

.hero-atmosphere__overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 0%, rgba(217, 179, 108, 0.4), transparent 55%),
    radial-gradient(circle at 90% 100%, rgba(13, 91, 79, 0.5), transparent 60%),
    linear-gradient(to top, rgba(7, 5, 9, 0.96), rgba(12, 11, 13, 0.75));
  mix-blend-mode: multiply;
}

.hero-atmosphere__inner {
  position: relative;
}

.hero-atmosphere__layout {
  display: grid;
  grid-template-columns: minmax(0, 2.1fr) minmax(0, 1.7fr);
  gap: var(--space-8);
  align-items: center;
}

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

.hero-atmosphere__copy {
  max-width: 36rem;
}

.hero-atmosphere__kicker {
  font-size: var(--text-xs);
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(246, 228, 198, 0.9);
  margin-bottom: var(--space-3);
}

.hero-atmosphere__headline {
  font-family: var(--font-serif);
  font-size: clamp(2.4rem, 4.4vw, 3.1rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: var(--space-4);
  color: white;
}

.hero-atmosphere__subcopy {
  color: #f1e2cf;
  margin-bottom: var(--space-6);
}

.hero-atmosphere__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-bottom: var(--space-4);
}

.hero-atmosphere__meta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
}

.hero-atmosphere__cards {
  display: grid;
  gap: var(--space-4);
}

.hero-atmosphere__card--poker {
  position: relative;
}

.hero-atmosphere__card-link {
  font-size: var(--text-sm);
}

.hero-atmosphere__badge-stack {
  right: var(--space-8);
  bottom: var(--space-8);
}

.hero-atmosphere__badge-btn {
  margin-left: var(--space-3);
}

@media (max-width: 900px) {
  .hero-atmosphere__badge-stack {
    position: static;
    margin-top: var(--space-6);
  }

  .hero-atmosphere__badge-btn {
    display: none;
  }
}

.atmosphere-section {
  background: radial-gradient(circle at top left, rgba(217, 179, 108, 0.2), transparent 55%),
              radial-gradient(circle at bottom right, rgba(13, 91, 79, 0.2), transparent 55%),
              var(--color-bg);
}

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

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

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

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

.atmosphere-card__content h3 {
  margin-bottom: var(--space-2);
  color: antiquewhite;
}

.atmosphere-card__content p:last-child {
  margin-bottom: 0;
}

.atmosphere-card--poker {
  background: radial-gradient(circle at 0 0, rgba(217, 179, 108, 0.1), transparent 55%),
              #151419;
}

.atmosphere-card__badge {
  position: absolute;
  left: var(--space-4);
  top: var(--space-4);
}

.atmosphere-gallery__header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--space-4);
}

.atmosphere-gallery__cta {
  flex-shrink: 0;
}

.atmosphere-gallery__item img {
  width: 100%;
  height: auto;
}

.atmosphere-quotes {
  background: var(--color-bg-alt);
}

.atmosphere-quotes__slider {
  margin-top: var(--space-6);
}

.atmosphere-quote {
  min-width: min(320px, 100%);
}

.atmosphere-quote__text {
  font-family: var(--font-serif);
  font-size: var(--text-xl);
  color: var(--color-espresso);
  margin-bottom: var(--space-2);
}

.atmosphere-quote__meta {
  font-size: var(--text-sm);
}

.atmosphere-seasons__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(0, 1.2fr);
  gap: var(--space-6);
}

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

.atmosphere-seasons__panel--light h2 {
  margin-bottom: var(--space-3);
}

.atmosphere-seasons__list {
  margin: 0;
  padding-left: 1.1rem;
}

.atmosphere-seasons__list li {
  margin-bottom: var(--space-2);
}

.atmosphere-seasons__panel--dark h3 {
  margin-bottom: var(--space-3);
  color: white;
}

.atmosphere-seasons__panel--dark p:last-of-type {
  margin-bottom: var(--space-4);
}

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

.atmosphere-cta {
  padding-bottom: var(--space-16);
}

.atmosphere-cta__card {
  text-align: center;
}

.atmosphere-cta__content h2 {
  margin-bottom: var(--space-3);
  color: white;
}

.atmosphere-cta__content p {
  max-width: 40rem;
  margin-inline: auto;
}

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