/* Atmosphere helper page: a quiet, editorial counterpoint to the shared shell. */
:root {
  --atmosphere-ink: #23231d;
  --atmosphere-muted: #6d6a5e;
  --atmosphere-paper: #f2efe7;
  --atmosphere-paper-deep: #e5e0d4;
  --atmosphere-night: #171611;
  --atmosphere-accent: #a4774b;
  --atmosphere-line: rgba(35, 35, 29, 0.18);
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--atmosphere-paper);
  color: var(--atmosphere-ink);
}

/* The copied homepage header becomes a deliberate, opaque page masthead. */
.lhr-header-hero,
.lhr-header-hero__content {
  position: relative;
  height: 166px;
  min-height: 166px;
  background: var(--atmosphere-night);
  background-image: none;
}

.lhr-header-hero__content {
  display: block;
}

.lhr-shell {
  height: 166px;
  min-height: 166px;
}

.lhr-hero-copy {
  display: none;
}

.atmosphere-main {
  background: var(--atmosphere-paper);
}

.atmosphere-frame {
  width: min(1180px, calc(100% - 96px));
  margin: 0 auto;
}

.atmosphere-intro,
.atmosphere-main {
  position: relative;
}

.atmosphere-intro {
  padding: clamp(88px, 12vw, 164px) 0 clamp(92px, 10vw, 140px);
  background: var(--atmosphere-paper);
}

.atmosphere-intro__frame {
  max-width: 980px;
}

.atmosphere-kicker {
  margin: 0 0 20px;
  color: var(--atmosphere-accent);
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
}

.atmosphere-title,
.atmosphere-heading {
  max-width: 880px;
  margin: 0;
  color: var(--atmosphere-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.atmosphere-title {
  max-width: 920px;
  font-size: clamp(3.2rem, 7.4vw, 7rem);
}

.atmosphere-heading {
  font-size: clamp(2.45rem, 5vw, 5.25rem);
}

.atmosphere-lead {
  max-width: 670px;
  margin: 36px 0 0;
  color: var(--atmosphere-muted);
  font-size: clamp(1.1rem, 1.7vw, 1.42rem);
  line-height: 1.65;
}

.atmosphere-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 44px;
}

.atmosphere-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 24px;
  border: 1px solid transparent;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.atmosphere-button:hover,
.atmosphere-button:focus-visible {
  transform: translateY(-2px);
}

.atmosphere-button--solid {
  background: var(--atmosphere-ink);
  color: #fffdf7;
}

.atmosphere-button--solid:hover,
.atmosphere-button--solid:focus-visible {
  background: var(--atmosphere-accent);
}

.atmosphere-button--quiet {
  border-color: var(--atmosphere-line);
  color: var(--atmosphere-ink);
}

.atmosphere-button--quiet:hover,
.atmosphere-button--quiet:focus-visible {
  border-color: var(--atmosphere-accent);
  color: var(--atmosphere-accent);
}

.atmosphere-note {
  margin: 74px 0 0;
  color: var(--atmosphere-muted);
  font-size: 0.82rem;
  letter-spacing: 0.04em;
}

.atmosphere-split,
.atmosphere-materials,
.atmosphere-path,
.atmosphere-evening,
.atmosphere-view {
  padding: clamp(88px, 11vw, 150px) 0;
}

.atmosphere-materials,
.atmosphere-path {
  background: var(--atmosphere-night);
}

.atmosphere-split--light {
  background: #e9e5db;
}

.atmosphere-split--dark {
  background: var(--atmosphere-night);
}

.atmosphere-split--dark .atmosphere-heading,
.atmosphere-split--dark .atmosphere-text,
.atmosphere-split--dark .atmosphere-caption,
.atmosphere-split--dark .atmosphere-kicker {
  color: #f2eee4;
}

.atmosphere-split__frame {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(340px, 1.2fr);
  align-items: center;
  gap: clamp(48px, 8vw, 130px);
}

.atmosphere-split__copy {
  max-width: 480px;
}

.atmosphere-text {
  max-width: 620px;
  margin: 28px 0 0;
  color: var(--atmosphere-muted);
  font-size: 1rem;
  line-height: 1.78;
}

.atmosphere-text--muted {
  margin-top: 16px;
  color: #8d887b;
  font-size: 0.92rem;
}

.atmosphere-media {
  margin: 0;
}

.atmosphere-media--tall {
  min-height: 620px;
}

.atmosphere-media--wide {
  min-height: 470px;
}

.atmosphere-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.atmosphere-caption {
  margin-top: 14px;
  color: var(--atmosphere-muted);
  font-size: 0.76rem;
  letter-spacing: 0.03em;
  line-height: 1.5;
}

.atmosphere-rooms,
.atmosphere-community,
.atmosphere-pace,
.atmosphere-stay,
.atmosphere-cta {
  padding: clamp(94px, 12vw, 170px) 0;
}

.atmosphere-section-head {
  max-width: 720px;
}

.atmosphere-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 68px;
}

.atmosphere-card {
  background: #e9e5db;
}

.atmosphere-card__media {
  aspect-ratio: 1 / 1.05;
  overflow: hidden;
}

.atmosphere-card__media .atmosphere-image {
  transition: transform 500ms ease;
}

.atmosphere-card:hover .atmosphere-card__media .atmosphere-image {
  transform: scale(1.035);
}

.atmosphere-card__body {
  min-height: 232px;
  padding: 28px 28px 32px;
}

.atmosphere-card__index,
.atmosphere-card__title,
.atmosphere-card__text {
  margin: 0;
}

.atmosphere-card__index {
  color: var(--atmosphere-accent);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.atmosphere-card__title {
  margin-top: 30px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
  font-weight: 400;
}

.atmosphere-card__text {
  margin-top: 13px;
  color: var(--atmosphere-muted);
  font-size: 0.92rem;
  line-height: 1.65;
}

.atmosphere-band {
  background: var(--atmosphere-night);
  color: #f2eee4;
}

.atmosphere-band__frame {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(48px, 8vw, 130px);
}

.atmosphere-community__frame,
.atmosphere-path__frame,
.atmosphere-pace__head {
  position: relative;
}

.atmosphere-band__intro .atmosphere-heading,
.atmosphere-band .atmosphere-heading {
  color: #f2eee4;
}

.atmosphere-list {
  border-top: 1px solid rgba(242, 238, 228, 0.28);
}

.atmosphere-list__item {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(242, 238, 228, 0.28);
}

.atmosphere-list__number {
  color: #ba936a;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.atmosphere-list__text {
  max-width: 520px;
  margin: 0;
  color: #d7d1c4;
  font-size: 1.05rem;
  line-height: 1.65;
}

.atmosphere-day {
  padding: clamp(96px, 12vw, 168px) 0;
}

.atmosphere-day__frame {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(48px, 9vw, 150px);
}

.atmosphere-day__head {
  align-self: start;
}

.atmosphere-timeline {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--atmosphere-line);
}

.atmosphere-timeline__item {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 24px;
  padding: 26px 0;
  border-bottom: 1px solid var(--atmosphere-line);
}

.atmosphere-timeline__time {
  color: var(--atmosphere-accent);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.atmosphere-timeline__copy {
  max-width: 420px;
  margin: 0;
  color: var(--atmosphere-muted);
  line-height: 1.7;
}

.atmosphere-view {
  background: #e9e5db;
}

.atmosphere-view__frame {
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
}

.atmosphere-view__copy {
  order: 2;
}

.atmosphere-quote {
  margin: 40px 0 0;
  color: var(--atmosphere-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 2.5vw, 2.2rem);
  line-height: 1.2;
}

.atmosphere-feature-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 64px;
}

.atmosphere-feature {
  padding: 34px 28px 38px;
  border-top: 1px solid var(--atmosphere-line);
}

.atmosphere-feature__mark {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--atmosphere-accent);
  border-radius: 50%;
  color: var(--atmosphere-accent);
  font-size: 0.75rem;
}

.atmosphere-feature__title {
  margin: 38px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  font-weight: 400;
}

.atmosphere-feature__text {
  margin: 14px 0 0;
  color: var(--atmosphere-muted);
  line-height: 1.68;
}

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

.atmosphere-text-link {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  margin-top: 34px;
  color: #f2eee4;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.atmosphere-text-link:hover,
.atmosphere-text-link:focus-visible {
  color: #ba936a;
}

.atmosphere-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 64px;
}

.atmosphere-stat {
  padding-top: 24px;
  border-top: 1px solid var(--atmosphere-line);
}

.atmosphere-stat__value {
  color: var(--atmosphere-accent);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.4rem;
  font-weight: 400;
}

.atmosphere-stat__title {
  margin: 28px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.6rem;
  font-weight: 400;
}

.atmosphere-stat__text {
  max-width: 260px;
  margin: 12px 0 0;
  color: var(--atmosphere-muted);
  line-height: 1.68;
}

.atmosphere-evening .atmosphere-text-link {
  margin-top: 42px;
}

.atmosphere-stay {
  background: #e9e5db;
}

.atmosphere-stay__frame {
  max-width: 900px;
  text-align: center;
}

.atmosphere-stay__frame .atmosphere-kicker {
  text-align: center;
}

.atmosphere-stay__frame .atmosphere-heading {
  margin-right: auto;
  margin-left: auto;
}

.atmosphere-stay__lead {
  margin-right: auto;
  margin-left: auto;
}

.atmosphere-stay__details {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 52px;
}

.atmosphere-stay__details span {
  padding: 0 20px;
  border-right: 1px solid var(--atmosphere-line);
  color: var(--atmosphere-accent);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.atmosphere-stay__details span:last-child {
  border-right: 0;
}

.atmosphere-cta {
  background: var(--atmosphere-paper);
  text-align: center;
}

.atmosphere-cta__frame {
  max-width: 800px;
}

.atmosphere-cta .atmosphere-kicker {
  text-align: center;
}

.atmosphere-cta .atmosphere-heading {
  margin-right: auto;
  margin-left: auto;
}

.atmosphere-cta .atmosphere-text {
  margin-right: auto;
  margin-left: auto;
}

.atmosphere-cta .atmosphere-button {
  margin-top: 38px;
}

@media (max-width: 860px) {
  .atmosphere-frame {
    width: min(100% - 48px, 680px);
  }

  .lhr-header-hero,
  .lhr-header-hero__content,
  .lhr-shell {
    height: 148px;
    min-height: 148px;
  }

  .atmosphere-split__frame,
  .atmosphere-band__frame,
  .atmosphere-day__frame {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .atmosphere-view__copy {
    order: 0;
  }

  .atmosphere-card-grid,
  .atmosphere-feature-row,
  .atmosphere-stat-grid {
    grid-template-columns: 1fr;
  }

  .atmosphere-card__body {
    min-height: 0;
  }

  .atmosphere-media--tall,
  .atmosphere-media--wide {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .atmosphere-media--tall .atmosphere-image,
  .atmosphere-media--wide .atmosphere-image {
    min-height: 0;
  }
}

@media (max-width: 560px) {
  /* Keep the copied shell in normal flow once its mobile account and
     reservation controls stack below the compact masthead. */
  .lhr-header-hero,
  .lhr-header-hero__content,
  .lhr-shell {
    height: auto;
    min-height: 0;
  }

  .lhr-header-hero__content {
    overflow: visible;
  }

  .atmosphere-frame {
    width: calc(100% - 36px);
  }

  .atmosphere-intro {
    padding-top: 72px;
    padding-bottom: 78px;
  }

  .atmosphere-title {
    font-size: clamp(2.8rem, 14vw, 4.6rem);
  }

  .atmosphere-heading {
    font-size: clamp(2.2rem, 11vw, 3.6rem);
  }

  .atmosphere-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .atmosphere-button {
    width: 100%;
  }

  .atmosphere-split,
  .atmosphere-rooms,
  .atmosphere-community,
  .atmosphere-pace,
  .atmosphere-stay,
  .atmosphere-cta,
  .atmosphere-day {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .atmosphere-list__item,
  .atmosphere-timeline__item {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .atmosphere-timeline__item {
    padding: 22px 0;
  }

  .atmosphere-stay__details {
    align-items: center;
    flex-direction: column;
    gap: 14px;
  }

  .atmosphere-stay__details span {
    padding: 0;
    border-right: 0;
  }
}
