.restaurant-atmosphere {
  position: relative;
  overflow: clip;
  background: var(--color-milk);
}

.restaurant-atmosphere .eyebrow {
  margin-bottom: var(--space-3);
}

.atmosphere-hero__grid,
.atmosphere-materials__feature,
.atmosphere-evening__grid,
.atmosphere-contact__panel {
  display: grid;
  min-width: 0;
}

.atmosphere-hero {
  padding-top: clamp(3.5rem, 8vw, 6rem);
}

.atmosphere-hero__grid {
  grid-template-columns: minmax(0, 42fr) minmax(0, 58fr);
  align-items: center;
  gap: clamp(2.5rem, 5vw, 4rem);
  min-height: 38.75rem;
}

.atmosphere-hero__copy,
.atmosphere-hero__image,
.atmosphere-materials__image,
.atmosphere-materials__copy,
.atmosphere-evening__copy,
.atmosphere-evening__image,
.atmosphere-contact__cta,
.atmosphere-contact__details {
  min-width: 0;
  width: 100%;
}

.atmosphere-hero__copy {
  max-width: 48ch;
}

.atmosphere-hero h1 {
  margin-bottom: var(--space-5);
  font-size: clamp(2.25rem, 5vw, 4rem);
}

.atmosphere-hero__lead {
  max-width: 48ch;
  margin-bottom: 0;
  font-size: var(--text-lg);
}

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

.atmosphere-hero__actions .button {
  min-height: 3rem;
}

.atmosphere-hero__image {
  aspect-ratio: 16 / 9;
  border-radius: var(--radius-xl);
}

.atmosphere-hero__image figcaption {
  position: absolute;
  right: var(--space-4);
  bottom: var(--space-4);
  left: var(--space-4);
  width: auto;
  margin: 0;
  padding: var(--space-2) var(--space-3);
  border-radius: var(--radius-sm);
  background: rgba(255, 249, 241, 0.86);
  color: var(--color-olive);
}

.atmosphere-rhythm {
  position: relative;
}

.atmosphere-rhythm::before,
.atmosphere-summary::before {
  position: absolute;
  z-index: 0;
  width: 18rem;
  height: 14rem;
  border-radius: 49% 51% 42% 58% / 55% 42% 58% 45%;
  background: rgba(230, 237, 240, 0.72);
  content: "";
  filter: blur(2px);
  pointer-events: none;
}

.atmosphere-rhythm::before {
  top: 2rem;
  right: -8rem;
}

.atmosphere-rhythm > .container,
.atmosphere-summary > .container {
  position: relative;
  z-index: 1;
}

.atmosphere-rhythm__heading {
  max-width: 520px;
}

.atmosphere-rhythm__heading p {
  max-width: 58ch;
  margin-bottom: 0;
}

.atmosphere-rhythm__grid,
.atmosphere-materials__cards,
.atmosphere-service__grid,
.atmosphere-casino__grid {
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-5);
}

.atmosphere-rhythm__grid {
  margin-top: var(--space-7);
}

.atmosphere-fragment,
.atmosphere-detail-card,
.atmosphere-service-card,
.atmosphere-casino-card {
  min-width: 0;
  width: 100%;
}

.atmosphere-fragment {
  max-width: 30ch;
}

.atmosphere-fragment__mark {
  display: block;
  width: 2rem;
  margin-bottom: var(--space-4);
  color: var(--color-brass);
  font-family: var(--font-heading);
  font-size: 1.6rem;
  line-height: 1;
}

.atmosphere-fragment h3 {
  margin-bottom: var(--space-3);
  font-size: var(--text-xl);
}

.atmosphere-fragment p {
  margin-bottom: 0;
}

.atmosphere-materials__feature {
  grid-template-columns: minmax(0, 54fr) minmax(0, 46fr);
  align-items: center;
  gap: clamp(2.5rem, 5vw, 4rem);
}

.atmosphere-materials__image {
  aspect-ratio: 4 / 3;
}

.atmosphere-materials__copy {
  max-width: 55ch;
}

.atmosphere-materials__copy p {
  margin-bottom: 0;
}

.atmosphere-materials__cards {
  margin-top: var(--space-7);
}

.atmosphere-detail-card {
  min-height: 100%;
  padding: var(--space-5);
  border: 1px solid var(--color-border-warm);
  border-radius: var(--radius-lg);
  background: var(--color-milk);
}

.atmosphere-detail-card--mist {
  border-color: var(--color-border-cool);
  background: var(--color-mist-blue);
}

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

.atmosphere-detail-card p {
  max-width: 28ch;
  margin-bottom: 0;
}

.atmosphere-light__layout {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(0, 720px) minmax(0, 1fr);
  gap: var(--space-7);
}

.atmosphere-light__content,
.atmosphere-light__botanical {
  min-width: 0;
}

.atmosphere-light__heading {
  max-width: 520px;
}

.atmosphere-timeline {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: var(--space-6);
  margin-top: var(--space-7);
}

.atmosphere-timeline__item {
  position: relative;
  width: min(100%, 56ch);
  min-width: 0;
  padding-left: var(--space-5);
  border-left: 1px solid var(--color-brass);
}

.atmosphere-timeline__item--rose::before {
  position: absolute;
  z-index: -1;
  top: -1rem;
  left: -4rem;
  width: 12rem;
  height: 10rem;
  border-radius: 45% 55% 58% 42% / 48% 42% 58% 52%;
  background: rgba(211, 162, 151, 0.18);
  content: "";
}

.atmosphere-timeline__item h3 {
  margin-bottom: var(--space-3);
  font-size: clamp(1.625rem, 2.4vw, 1.9rem);
}

.atmosphere-timeline__item p {
  max-width: 56ch;
  margin-bottom: 0;
}

.atmosphere-light__botanical {
  align-self: center;
  justify-self: center;
  color: rgba(61, 62, 58, 0.25);
  font-family: var(--font-heading);
  font-size: clamp(7rem, 16vw, 12rem);
  line-height: 1;
}

.atmosphere-service {
  position: relative;
}

.atmosphere-service__heading {
  max-width: 560px;
}

.atmosphere-service__heading p {
  max-width: 55ch;
  margin-bottom: 0;
}

.atmosphere-service__grid {
  margin-top: var(--space-7);
}

.atmosphere-service-card {
  min-height: 100%;
  padding: var(--space-5);
  border: 1px solid rgba(61, 62, 58, 0.18);
  border-radius: var(--radius-lg);
  background: rgba(250, 246, 240, 0.54);
}

.atmosphere-service-card--accent {
  border-color: var(--color-border-cool);
  background: rgba(255, 249, 241, 0.58);
}

.atmosphere-service-card__number {
  display: block;
  margin-bottom: var(--space-4);
  color: var(--color-brass);
  font-size: var(--text-sm);
  font-weight: 700;
  letter-spacing: 0.08em;
}

.atmosphere-service-card h3 {
  margin-bottom: var(--space-3);
  font-size: var(--text-xl);
}

.atmosphere-service-card p {
  max-width: 32ch;
  margin-bottom: 0;
}

.atmosphere-evening {
  padding-top: var(--section-space);
  padding-bottom: var(--space-8);
}

.atmosphere-evening__grid {
  grid-template-columns: minmax(0, 46fr) minmax(0, 54fr);
  align-items: center;
  gap: clamp(2.5rem, 5vw, 4.5rem);
}

.atmosphere-evening__copy {
  max-width: 48ch;
}

.atmosphere-evening__copy .eyebrow,
.atmosphere-casino .eyebrow,
.atmosphere-contact__panel .eyebrow {
  color: var(--color-brass);
}

.atmosphere-evening__copy h2 {
  font-size: clamp(2rem, 3.8vw, 3rem);
}

.atmosphere-evening__copy > p {
  max-width: 48ch;
}

.atmosphere-evening__lead {
  margin-bottom: 0;
  color: var(--color-warm-white);
  font-size: var(--text-lg);
}

.atmosphere-evening__image {
  aspect-ratio: 16 / 9;
  border-color: rgba(181, 138, 85, 0.5);
  border-radius: var(--radius-xl);
}

.atmosphere-casino {
  padding-bottom: var(--section-space);
}

.atmosphere-casino__heading {
  max-width: 520px;
}

.atmosphere-casino__heading p {
  max-width: 56ch;
  margin-bottom: 0;
}

.atmosphere-casino__grid {
  margin-top: var(--space-7);
}

.atmosphere-casino-card {
  min-height: 100%;
  padding: var(--space-5);
  border: 1px solid rgba(255, 249, 241, 0.3);
  border-radius: var(--radius-lg);
  background: rgba(255, 249, 241, 0.03);
}

.atmosphere-casino-card__line {
  display: block;
  width: 3rem;
  height: 1px;
  margin-bottom: var(--space-4);
  background: var(--color-brass);
}

.atmosphere-casino-card__line--rose {
  background: var(--color-rose);
}

.atmosphere-casino-card h3 {
  margin-bottom: var(--space-3);
  color: var(--color-warm-white);
  font-size: var(--text-xl);
}

.atmosphere-casino-card p {
  max-width: 30ch;
  margin-bottom: 0;
  color: var(--color-warm-white);
}

.atmosphere-summary {
  position: relative;
}

.atmosphere-summary::before {
  top: 1rem;
  left: -7rem;
  width: 16rem;
  height: 13rem;
  opacity: 0.65;
}

.atmosphere-summary__content {
  display: flex;
  width: min(100%, 680px);
  min-width: 0;
  flex-direction: column;
  align-items: center;
  gap: var(--space-4);
  margin-inline: auto;
  text-align: center;
}

.atmosphere-summary__content .eyebrow,
.atmosphere-summary__content h2,
.atmosphere-summary__content p {
  margin-bottom: 0;
}

.atmosphere-summary__content h2 {
  max-width: 34ch;
  font-size: clamp(1.875rem, 4vw, 2.625rem);
  line-height: 1.12;
}

.atmosphere-summary__content p {
  max-width: 46ch;
}

.atmosphere-summary__link {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: var(--space-2);
  color: var(--color-forest);
  font-weight: 700;
  text-decoration-color: var(--color-brass);
  transition: color var(--transition-fast), text-decoration-color var(--transition-fast);
}

.atmosphere-summary__link:hover {
  color: var(--color-brass);
  text-decoration-color: currentColor;
}

.atmosphere-contact__panel {
  grid-template-columns: minmax(0, 58fr) minmax(300px, 42fr);
  gap: clamp(2rem, 5vw, 4rem);
  padding: clamp(1.5rem, 4vw, 3rem);
  border: 1px solid rgba(181, 138, 85, 0.5);
  border-radius: var(--radius-xl);
  background: var(--color-forest);
  color: var(--color-warm-white);
}

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

.atmosphere-contact__cta .eyebrow,
.atmosphere-contact__cta h2,
.atmosphere-contact__cta p {
  margin-bottom: 0;
}

.atmosphere-contact__cta h2 {
  color: var(--color-warm-white);
}

.atmosphere-contact__cta p {
  max-width: 48ch;
}

.atmosphere-contact__actions {
  margin-top: var(--space-2);
}

.atmosphere-contact__details {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  gap: var(--space-4);
  margin: 0;
  padding-left: clamp(1.5rem, 4vw, 3rem);
  border-left: 1px solid rgba(181, 138, 85, 0.5);
  font-style: normal;
}

.atmosphere-contact__item {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: var(--space-1);
}

.atmosphere-contact__item span {
  color: var(--color-brass);
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.atmosphere-contact__item a,
.atmosphere-contact__item p {
  min-width: 0;
  margin: 0;
  color: var(--color-warm-white);
}

.atmosphere-contact__item a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  text-decoration-color: rgba(181, 138, 85, 0.8);
}

.atmosphere-note {
  padding: var(--space-5) 0 var(--space-8);
}

.atmosphere-note p {
  width: min(100%, 760px);
  margin: 0;
  padding-top: var(--space-4);
  border-top: 1px solid var(--color-border-warm);
  color: var(--color-muted);
  font-size: var(--text-sm);
  line-height: 1.55;
}

.atmosphere-reveal {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: no-preference) {
  .atmosphere-reveal[data-reveal-ready] {
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 220ms ease, transform 220ms ease;
  }

  .atmosphere-reveal[data-reveal-ready].is-visible {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 61.1875rem) {
  .atmosphere-hero__grid {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
  }

  .atmosphere-hero__copy {
    width: min(100%, 560px);
    max-width: 560px;
  }

  .atmosphere-hero__image {
    aspect-ratio: 1 / 1;
  }
}

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

  .atmosphere-evening__copy {
    max-width: 560px;
  }

  .atmosphere-evening__image {
    aspect-ratio: 4 / 5;
  }
}

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

  .atmosphere-materials__copy {
    max-width: 560px;
  }

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

@media (max-width: 53.6875rem) {
  .atmosphere-rhythm__grid,
  .atmosphere-service__grid,
  .atmosphere-casino__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .atmosphere-fragment {
    max-width: 38ch;
  }
}

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

  .atmosphere-contact__details {
    padding-top: var(--space-5);
    padding-left: 0;
    border-top: 1px solid rgba(181, 138, 85, 0.5);
    border-left: 0;
  }
}

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

  .atmosphere-light__botanical {
    display: none;
  }
}

@media (max-width: 40rem) {
  .atmosphere-hero {
    padding-top: var(--space-7);
  }

  .atmosphere-hero__copy {
    max-width: 34ch;
  }

  .atmosphere-hero h1 {
    font-size: clamp(2.25rem, 9vw, 3rem);
  }

  .atmosphere-hero__lead {
    max-width: 34ch;
  }

  .atmosphere-hero__image {
    aspect-ratio: 4 / 5;
  }

  .atmosphere-hero__image figcaption {
    position: static;
    margin: var(--space-2);
    background: transparent;
  }

  .atmosphere-rhythm__grid,
  .atmosphere-materials__cards,
  .atmosphere-service__grid,
  .atmosphere-casino__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .atmosphere-rhythm__grid,
  .atmosphere-service__grid,
  .atmosphere-casino__grid {
    gap: var(--space-5);
  }

  .atmosphere-fragment {
    max-width: 38ch;
    padding-bottom: var(--space-5);
    border-bottom: 1px solid var(--color-border-warm);
  }

  .atmosphere-fragment:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .atmosphere-materials__cards {
    gap: var(--space-4);
  }

  .atmosphere-detail-card,
  .atmosphere-service-card,
  .atmosphere-casino-card {
    padding: var(--space-4);
  }

  .atmosphere-detail-card p,
  .atmosphere-service-card p,
  .atmosphere-casino-card p {
    max-width: 100%;
  }

  .atmosphere-timeline {
    gap: var(--space-5);
  }

  .atmosphere-timeline__item {
    width: 100%;
    padding-left: var(--space-4);
  }

  .atmosphere-timeline__item--rose::before {
    left: -2rem;
    width: 8rem;
    height: 8rem;
  }

  .atmosphere-summary__content h2 {
    font-size: clamp(1.875rem, 8vw, 2.625rem);
  }

  .atmosphere-contact__panel {
    padding: var(--space-5);
  }

  .atmosphere-contact__actions {
    width: 100%;
  }

  .atmosphere-contact__actions .button {
    min-height: 3rem;
  }

  .atmosphere-note {
    padding-bottom: var(--space-7);
  }
}
