.atmosphere-page {
  overflow-x: clip;
  background: var(--color-charcoal);
}

.atmosphere-page .atmosphere-section {
  position: relative;
  overflow: clip;
  padding-block: var(--space-24);
}

.atmosphere-page .atmosphere-section__head {
  min-width: 0;
}

.atmosphere-page .technical-label {
  margin-block-end: var(--space-3);
}

.atmosphere-page figure,
.atmosphere-page address {
  margin: 0;
}

.atmosphere-page figcaption {
  position: absolute;
  z-index: 1;
  inset-inline-start: var(--space-4);
  inset-block-end: var(--space-3);
  color: var(--color-worn-white);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.atmosphere-hero {
  position: relative;
  display: grid;
  max-height: 1100px;
  overflow: clip;
  background: var(--color-charcoal);
}

.atmosphere-hero__image,
.atmosphere-hero__shade,
.atmosphere-hero__container {
  grid-area: 1 / 1;
}

.atmosphere-hero__image {
  width: 100%;
  min-width: 0;
  height: 100%;
  min-height: 76vh;
  object-fit: cover;
  object-position: 62% center;
  filter: grayscale(0.25) contrast(1.1) brightness(0.78);
  transition: filter var(--transition-fast);
}

.atmosphere-hero:hover .atmosphere-hero__image {
  filter: grayscale(0.25) contrast(1.1) brightness(0.88);
}

.atmosphere-hero__shade {
  pointer-events: none;
  background: linear-gradient(90deg, rgba(17, 17, 19, 0.93) 0%, rgba(17, 17, 19, 0.72) 39%, rgba(17, 17, 19, 0.22) 73%, rgba(17, 17, 19, 0.5) 100%);
}

.atmosphere-hero__container {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(100% - (2 * var(--container-gutter)), var(--container-max));
  min-width: 0;
  margin-inline: auto;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: end;
  padding-block: var(--space-16);
}

.atmosphere-hero__panel {
  display: flex;
  min-width: 0;
  grid-column: 1 / span 5;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-4);
  padding: var(--space-6);
  border-inline-start: 2px solid var(--color-hazard-yellow);
  background: rgba(17, 17, 19, 0.9);
}

.atmosphere-hero__panel h1,
.atmosphere-hero__panel p {
  margin: 0;
}

.atmosphere-hero__panel h1 {
  max-width: 15ch;
  font-size: clamp(3.5rem, 7vw, 7.5rem);
}

.atmosphere-hero__panel > p:not(.technical-label) {
  max-width: 46ch;
}

.atmosphere-hero__actions {
  display: flex;
  width: 100%;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-3);
  padding-block-start: var(--space-2);
}

.atmosphere-hero__mail {
  color: var(--color-muted-steel);
  font-size: var(--text-sm);
}

.atmosphere-materials::before,
.atmosphere-signals::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(241, 241, 241, 0.08) 0.55px, transparent 0.7px);
  background-size: 7px 7px;
  content: "";
  opacity: 0.22;
}

.atmosphere-materials > .container,
.atmosphere-signals > .container {
  position: relative;
  z-index: 1;
}

.atmosphere-materials__head {
  width: 33.333%;
  min-width: 0;
  margin-block-end: var(--space-12);
}

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

.atmosphere-material {
  display: grid;
  min-width: 0;
  grid-template-columns: 3rem minmax(0, 1fr);
  gap: var(--space-4);
  padding: var(--space-6) 0;
  border-block-start: var(--border-default);
}

.atmosphere-material--steel {
  margin-block-start: var(--space-8);
  padding: var(--space-6);
  border: var(--border-default);
  background: var(--color-heavy-grey);
}

.atmosphere-material--worn {
  position: relative;
  margin-block-start: var(--space-4);
}

.atmosphere-material--worn::before {
  position: absolute;
  inset-block-start: 0;
  inset-inline-end: 0;
  width: 7rem;
  height: 5px;
  background: repeating-linear-gradient(135deg, var(--color-hazard-yellow) 0 8px, var(--color-ink-black) 8px 16px);
  content: "";
}

.atmosphere-material__number,
.atmosphere-signal__number,
.atmosphere-summary__number,
.atmosphere-rhythm__index {
  margin: 0;
  color: var(--color-hazard-yellow);
  font-size: var(--text-sm);
  font-weight: 600;
  letter-spacing: 0.08em;
}

.atmosphere-material__content {
  min-width: 0;
}

.atmosphere-material h3,
.atmosphere-material p {
  margin: 0;
}

.atmosphere-material__content h3 {
  margin-block-end: var(--space-4);
}

.atmosphere-material__content p {
  max-width: 42ch;
}

.atmosphere-light__grid {
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: var(--space-6);
  align-items: start;
}

.atmosphere-light__figure {
  width: 100%;
  min-width: 0;
  min-height: 34rem;
  grid-column: 1 / span 7;
  grid-row: 1 / span 2;
}

.atmosphere-light__figure > img {
  object-position: 36% center;
}

.atmosphere-light__copy {
  display: flex;
  min-width: 0;
  grid-column: 9 / span 4;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-4);
  padding-block-start: var(--space-4);
}

.atmosphere-light__copy h2,
.atmosphere-light__copy p {
  margin: 0;
}

.atmosphere-light__copy > p:not(.technical-label) {
  max-width: 56ch;
}

.atmosphere-light__lead {
  color: var(--color-worn-white);
  font-size: var(--text-lg);
  font-weight: 500;
}

.atmosphere-light__aside {
  display: flex;
  min-width: 0;
  grid-column: 6 / span 3;
  grid-row: 2;
  flex-direction: column;
  gap: var(--space-3);
  padding: var(--space-6);
  border: var(--border-default);
  background: var(--color-heavy-grey);
}

.atmosphere-light__aside h3,
.atmosphere-light__aside p {
  margin: 0;
}

.atmosphere-light__aside p {
  max-width: 38ch;
}

.atmosphere-rhythm {
  border-block: var(--border-default);
}

.atmosphere-rhythm__head {
  width: 40%;
  min-width: 0;
  margin-block-end: var(--space-12);
}

.atmosphere-rhythm__grid {
  display: grid;
  min-width: 0;
  grid-template-columns: 3fr 5fr 4fr;
  gap: var(--space-6);
  align-items: start;
}

.atmosphere-rhythm__grid > article {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-4);
}

.atmosphere-rhythm__grid h3,
.atmosphere-rhythm__grid p {
  margin: 0;
}

.atmosphere-rhythm__arrival {
  padding-block-start: var(--space-4);
}

.atmosphere-rhythm__arrival > p:last-child,
.atmosphere-rhythm__later > p:last-child {
  max-width: 36ch;
}

.atmosphere-rhythm__dinner {
  padding: var(--space-6);
  border: var(--border-default);
  background: var(--color-heavy-grey);
}

.atmosphere-rhythm__dinner > p:last-child {
  max-width: 48ch;
}

.atmosphere-rhythm__lead {
  color: var(--color-worn-white);
  font-size: var(--text-lg);
}

.atmosphere-rhythm__later {
  padding-block-start: var(--space-6);
  border-block-start: var(--border-default);
}

.atmosphere-casino {
  background: var(--color-heavy-grey);
}

.atmosphere-casino__intro {
  display: flex;
  width: 50%;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-4);
  margin-block-end: var(--space-12);
}

.atmosphere-casino__intro h2,
.atmosphere-casino__intro p {
  margin: 0;
}

.atmosphere-casino__intro > p:not(.technical-label) {
  max-width: 58ch;
}

.atmosphere-casino__figure {
  width: 100%;
  min-width: 0;
  aspect-ratio: 16 / 9;
}

.atmosphere-casino__figure > img {
  object-position: center center;
}

.atmosphere-casino__details {
  display: grid;
  min-width: 0;
  grid-template-columns: 5fr 6fr;
  gap: var(--space-6);
  margin-block-start: var(--space-8);
}

.atmosphere-casino__details > article {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-3);
  padding-block-start: var(--space-6);
  border-block-start: var(--border-default);
}

.atmosphere-casino__details h3,
.atmosphere-casino__details p {
  margin: 0;
}

.atmosphere-casino__details > article > p:last-child {
  max-width: 40ch;
}

.atmosphere-casino__tables {
  padding-inline-start: var(--space-6);
  border-inline-start: var(--border-default);
}

.atmosphere-signals__head {
  width: 33.333%;
  min-width: 0;
  margin-block-end: var(--space-12);
}

.atmosphere-signals__grid {
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--space-6);
  align-items: start;
}

.atmosphere-signal {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-4);
  padding: var(--space-4) 0;
  border-block-start: var(--border-default);
}

.atmosphere-signal h3,
.atmosphere-signal p {
  margin: 0;
}

.atmosphere-signal > p:last-child {
  max-width: 30ch;
}

.atmosphere-signal--offset {
  margin-block-start: var(--space-8);
}

.atmosphere-signal--summary {
  margin-block-start: var(--space-4);
  padding: var(--space-6);
  border: var(--border-accent);
  background: rgba(17, 17, 19, 0.6);
}

.atmosphere-signal--summary > p:last-child {
  max-width: 48ch;
}

.atmosphere-view__top {
  display: grid;
  min-width: 0;
  grid-template-columns: 4fr 7fr;
  gap: var(--space-6);
  align-items: center;
}

.atmosphere-view__quote {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-4);
}

.atmosphere-view__quote h2,
.atmosphere-view__quote p {
  margin: 0;
}

.atmosphere-view__quote > p:last-child {
  color: var(--color-worn-white);
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 5vw, 5.25rem);
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 0.9;
  text-transform: uppercase;
}

.atmosphere-view__figure {
  width: 100%;
  min-width: 0;
  aspect-ratio: 3 / 2;
}

.atmosphere-view__figure > img {
  object-position: 52% center;
}

.atmosphere-view__copy {
  display: grid;
  min-width: 0;
  grid-template-columns: 5fr 6fr;
  gap: var(--space-6);
  margin-block-start: var(--space-8);
}

.atmosphere-view__copy > article {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-4);
  padding-block-start: var(--space-6);
  border-block-start: var(--border-default);
}

.atmosphere-view__copy h3,
.atmosphere-view__copy p {
  margin: 0;
}

.atmosphere-view__copy p {
  max-width: 52ch;
}

.atmosphere-view__copy > article:last-child {
  padding: var(--space-6);
  border: var(--border-default);
  background: var(--color-heavy-grey);
}

.atmosphere-summary {
  border-block-start: var(--border-default);
}

.atmosphere-summary__head {
  width: 42%;
  min-width: 0;
  margin-block-end: var(--space-12);
}

.atmosphere-summary__grid {
  display: grid;
  min-width: 0;
  grid-template-columns: 3fr 5fr 4fr;
  gap: var(--space-6);
  align-items: end;
}

.atmosphere-summary__grid > article {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-4);
  padding: var(--space-6);
  border-inline-start: 2px solid var(--color-hazard-yellow);
}

.atmosphere-summary__grid h3,
.atmosphere-summary__grid p {
  margin: 0;
}

.atmosphere-summary__grid > article > p:last-child {
  max-width: 38ch;
}

.atmosphere-summary__environment {
  border: var(--border-default) !important;
  background: var(--color-heavy-grey);
}

.atmosphere-summary__offline {
  border-inline-start-color: var(--color-steel-line) !important;
}

.atmosphere-summary__offline .technical-label {
  margin: 0;
}

.atmosphere-contact {
  position: relative;
  overflow: clip;
  padding-block: var(--space-24);
  border-block-start: var(--border-default);
}

.atmosphere-contact::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: repeating-linear-gradient(90deg, rgba(241, 241, 241, 0.035) 0 1px, transparent 1px 40px);
  content: "";
}

.atmosphere-contact__grid {
  position: relative;
  display: grid;
  min-width: 0;
  grid-template-columns: 6fr 5fr;
  gap: var(--space-6);
}

.atmosphere-contact__invite,
.atmosphere-contact__details,
.atmosphere-contact__action {
  min-width: 0;
}

.atmosphere-contact__invite {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-4);
}

.atmosphere-contact__invite h2,
.atmosphere-contact__invite p {
  margin: 0;
}

.atmosphere-contact__invite > p:not(.technical-label) {
  max-width: 48ch;
}

.atmosphere-contact__details {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: var(--space-4);
  padding: var(--space-6);
  border: var(--border-default);
  background: var(--color-heavy-grey);
  font-style: normal;
}

.atmosphere-contact__details a {
  min-width: 0;
  color: var(--color-worn-white);
  line-height: 1.5;
}

.atmosphere-contact__details a:hover {
  color: var(--color-hazard-yellow);
}

.atmosphere-contact__action {
  grid-column: 1 / -1;
  padding-block-start: var(--space-2);
}

.atmosphere-contact__action .button {
  min-width: 16.25rem;
}

.atmosphere-location {
  position: relative;
  overflow: clip;
  padding-block: var(--space-16);
  border-block-start: var(--border-default);
  background: var(--color-heavy-grey);
}

.atmosphere-location::after {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: var(--space-8);
  width: 9rem;
  height: 2px;
  background: var(--color-hazard-yellow);
  content: "";
}

.atmosphere-location__inner {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-4);
}

.atmosphere-location__inner h2,
.atmosphere-location__inner p {
  margin: 0;
}

.atmosphere-location__inner h2 {
  max-width: 8.5ch;
  font-size: clamp(2.6rem, 6vw, 5rem);
}

.atmosphere-location__inner h2 a {
  text-decoration: none;
}

.atmosphere-location__inner h2 a:hover {
  color: var(--color-worn-white);
  text-decoration: underline;
  text-decoration-color: var(--color-hazard-yellow);
}

.atmosphere-location__inner > p {
  max-width: 52ch;
}

@media (max-width: 70rem) {
  .atmosphere-hero {
    min-height: 68rem;
  }

  .atmosphere-hero__image {
    min-height: 68rem;
  }

  .atmosphere-hero__shade {
    background: linear-gradient(180deg, rgba(17, 17, 19, 0.1) 0%, rgba(17, 17, 19, 0.3) 42%, rgba(17, 17, 19, 0.95) 69%, rgba(17, 17, 19, 0.98) 100%);
  }

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

  .atmosphere-hero__panel {
    grid-column: 1 / span 7;
  }

  .atmosphere-materials__head,
  .atmosphere-signals__head,
  .atmosphere-rhythm__head,
  .atmosphere-summary__head {
    width: 62.5%;
  }

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

  .atmosphere-material--worn {
    grid-column: 1 / -1;
    margin-block-start: 0;
  }

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

  .atmosphere-light__figure {
    min-height: 36rem;
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .atmosphere-light__copy {
    grid-column: 1 / span 6;
    grid-row: auto;
  }

  .atmosphere-light__aside {
    grid-column: 1 / span 6;
    grid-row: auto;
  }

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

  .atmosphere-rhythm__later {
    grid-column: 1 / -1;
  }

  .atmosphere-casino__intro {
    width: 75%;
  }

  .atmosphere-casino__details {
    grid-template-columns: 1fr;
  }

  .atmosphere-casino__tables {
    padding-inline-start: 0;
    border-inline-start: 0;
  }

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

  .atmosphere-signal--offset,
  .atmosphere-signal--summary {
    margin-block-start: 0;
  }

  .atmosphere-view__top {
    grid-template-columns: 1fr;
  }

  .atmosphere-view__figure {
    grid-row: 1;
  }

  .atmosphere-view__quote {
    width: 75%;
  }

  .atmosphere-view__copy {
    grid-template-columns: 1fr;
    width: 75%;
  }

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

  .atmosphere-summary__environment {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .atmosphere-contact__grid {
    grid-template-columns: 1fr;
  }

  .atmosphere-contact__action {
    grid-column: auto;
  }
}

@media (max-width: 47.99rem) {
  .atmosphere-page .atmosphere-section,
  .atmosphere-contact {
    padding-block: var(--space-16);
  }

  .atmosphere-hero {
    min-height: 56vh;
  }

  .atmosphere-hero__image {
    min-height: 56vh;
    object-position: 64% center;
  }

  .atmosphere-hero__shade {
    background: linear-gradient(180deg, rgba(17, 17, 19, 0.26) 0%, rgba(17, 17, 19, 0.5) 35%, rgba(17, 17, 19, 0.95) 67%, rgba(17, 17, 19, 0.99) 100%);
  }

  .atmosphere-hero__container {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: end;
    padding-block: var(--space-6);
  }

  .atmosphere-hero__panel {
    grid-column: 1 / -1;
    gap: var(--space-3);
    padding: var(--space-6) 0 0;
    border-inline-start: 0;
    border-block-start: 2px solid var(--color-hazard-yellow);
    background: transparent;
  }

  .atmosphere-hero__panel h1 {
    max-width: 100%;
    font-size: clamp(3rem, 13vw, 4.6rem);
  }

  .atmosphere-hero__panel > p:not(.technical-label) {
    max-width: 100%;
  }

  .atmosphere-hero__actions {
    align-items: stretch;
  }

  .atmosphere-hero__actions .button {
    width: 100%;
    min-height: 3.25rem;
  }

  .atmosphere-materials::before,
  .atmosphere-signals::before {
    opacity: 0.11;
  }

  .atmosphere-materials__head,
  .atmosphere-signals__head,
  .atmosphere-rhythm__head,
  .atmosphere-summary__head,
  .atmosphere-casino__intro,
  .atmosphere-view__quote,
  .atmosphere-view__copy {
    width: 100%;
  }

  .atmosphere-materials__head,
  .atmosphere-signals__head,
  .atmosphere-rhythm__head,
  .atmosphere-summary__head {
    margin-block-end: var(--space-8);
  }

  .atmosphere-materials__grid,
  .atmosphere-light__grid,
  .atmosphere-rhythm__grid,
  .atmosphere-casino__details,
  .atmosphere-signals__grid,
  .atmosphere-view__top,
  .atmosphere-view__copy,
  .atmosphere-summary__grid,
  .atmosphere-contact__grid {
    grid-template-columns: 1fr;
  }

  .atmosphere-materials__grid,
  .atmosphere-signals__grid,
  .atmosphere-summary__grid {
    gap: var(--space-4);
  }

  .atmosphere-material {
    grid-template-columns: 1fr;
    gap: var(--space-3);
    padding: var(--space-6);
    border: var(--border-default);
    background: var(--color-heavy-grey);
  }

  .atmosphere-material--steel,
  .atmosphere-material--worn {
    margin: 0;
  }

  .atmosphere-material--worn::before {
    inset-inline-start: var(--space-6);
    inset-inline-end: auto;
  }

  .atmosphere-material__content p,
  .atmosphere-light__copy > p:not(.technical-label),
  .atmosphere-light__aside p,
  .atmosphere-rhythm__arrival > p:last-child,
  .atmosphere-rhythm__later > p:last-child,
  .atmosphere-rhythm__dinner > p:last-child,
  .atmosphere-casino__intro > p:not(.technical-label),
  .atmosphere-casino__details > article > p:last-child,
  .atmosphere-signal > p:last-child,
  .atmosphere-signal--summary > p:last-child,
  .atmosphere-view__copy p,
  .atmosphere-summary__grid > article > p:last-child,
  .atmosphere-contact__invite > p:not(.technical-label),
  .atmosphere-location__inner > p {
    max-width: 100%;
  }

  .atmosphere-light__figure {
    min-height: 0;
    aspect-ratio: 4 / 5;
    grid-column: auto;
    grid-row: auto;
  }

  .atmosphere-light__copy,
  .atmosphere-light__aside {
    grid-column: auto;
    grid-row: auto;
  }

  .atmosphere-light__copy {
    padding-block-start: 0;
  }

  .atmosphere-light__aside {
    padding: var(--space-6);
  }

  .atmosphere-rhythm__grid > article {
    padding: var(--space-6);
    border: var(--border-default);
  }

  .atmosphere-rhythm__arrival,
  .atmosphere-rhythm__later {
    border-block-start: var(--border-default);
  }

  .atmosphere-rhythm__dinner {
    background: var(--color-heavy-grey);
  }

  .atmosphere-casino__intro {
    margin-block-end: var(--space-8);
  }

  .atmosphere-casino__figure {
    aspect-ratio: 16 / 10;
  }

  .atmosphere-casino__details {
    gap: var(--space-4);
    margin-block-start: var(--space-6);
  }

  .atmosphere-casino__details > article {
    padding: var(--space-6) 0 0;
  }

  .atmosphere-signal,
  .atmosphere-signal--summary {
    padding: var(--space-6);
    border: var(--border-default);
    background: var(--color-heavy-grey);
  }

  .atmosphere-signal--summary {
    border: var(--border-accent);
  }

  .atmosphere-view__figure {
    grid-row: auto;
  }

  .atmosphere-view__quote > p:last-child {
    font-size: clamp(2.2rem, 10vw, 3.4rem);
  }

  .atmosphere-view__copy {
    gap: var(--space-4);
    margin-block-start: var(--space-6);
  }

  .atmosphere-summary__grid > article,
  .atmosphere-summary__environment {
    grid-column: auto;
    grid-row: auto;
  }

  .atmosphere-summary__grid > article {
    padding: var(--space-6);
  }

  .atmosphere-contact__details {
    padding: var(--space-6);
  }

  .atmosphere-contact__action .button {
    width: 100%;
    min-height: 3.25rem;
  }

  .atmosphere-location {
    padding-block: var(--space-12);
  }

  .atmosphere-location__inner h2 {
    max-width: 100%;
    font-size: clamp(1.9rem, 9vw, 2.4rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .atmosphere-hero__image {
    transition: none;
  }
}
