.bar-page-title-section {
  border-bottom: 1px solid rgba(201, 182, 131, .12);
  background: linear-gradient(180deg, #0a1014 0%, #0d1417 100%);
}

.bar-page-title-layout {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 42px 48px 64px;
  gap: 64px;
}

.bar-page-title-copy h1 {
  margin: 16px 0 22px;
  color: #f5efe0;
  font: 500 42px/1.45 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .04em;
}

.bar-page-title-copy p,
.bar-section-heading p,
.bar-scene-card p,
.bar-experience-copy p,
.bar-access-section p {
  margin: 0;
  color: rgba(232, 227, 216, .82);
  font: 400 14px/2.05 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-align: justify;
  text-justify: inter-character;
}

.bar-page-title-visual {
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #080d10;
}

.bar-page-title-picture,
.bar-page-title-image,
.bar-experience-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bar-eyebrow {
  color: #c9b683;
  font: 500 10px/1.6 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .28em;
}

.bar-title-actions,
.bar-access-actions {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  gap: 12px;
}

.bar-primary-action,
.bar-secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  box-sizing: border-box;
  padding: 12px 20px;
  font: 600 10px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .18em;
  transition: background .2s, border-color .2s, color .2s;
}

.bar-primary-action {
  border: 1px solid #c9b683;
  background: #c9b683;
  color: #0d1417;
}

.bar-primary-action:hover {
  background: #d8c794;
}

.bar-primary-action span {
  margin-left: 12px;
}

.bar-secondary-action {
  border: 1px solid rgba(201, 182, 131, .45);
  color: #c9b683;
}

.bar-secondary-action:hover {
  border-color: #c9b683;
  background: rgba(201, 182, 131, .08);
  color: #f5efe0;
}

.bar-main {
  max-width: 1280px;
  margin: 0 auto;
  padding: 48px 48px 80px;
}

.bar-section,
.bar-access-section {
  margin-bottom: 24px;
  padding: 56px 64px;
  border: 1px solid rgba(201, 182, 131, .18);
  background: #11191d;
}

.bar-section-heading {
  max-width: 820px;
  margin-bottom: 34px;
}

.bar-section-heading h2,
.bar-access-section h2 {
  margin: 12px 0 14px;
  color: #f5efe0;
  font: 500 30px/1.55 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .04em;
}

.bar-scene-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.bar-scene-card {
  padding: 28px 26px 30px;
  border-top: 1px solid rgba(201, 182, 131, .45);
  background: rgba(201, 182, 131, .045);
}

.bar-scene-number {
  margin-bottom: 20px;
  color: #c9b683;
  font: 300 30px/1 Georgia, "Times New Roman", serif;
}

.bar-scene-card h3,
.bar-experience-copy h3 {
  margin: 0 0 14px;
  color: #f5efe0;
  font: 500 20px/1.65 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .03em;
}

.bar-scene-card p {
  font-size: 13px;
}

.bar-experience-section {
  padding-bottom: 24px;
}

.bar-experience-grid {
  display: grid;
  grid-template-columns: minmax(0, 6fr) minmax(0, 5fr);
  align-items: center;
  margin: 0 -16px 32px;
  gap: 54px;
}

.bar-experience-grid--reverse .bar-experience-visual {
  order: 2;
}

.bar-experience-grid--reverse .bar-experience-copy {
  order: 1;
}

.bar-experience-visual {
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #080d10;
}

.bar-experience-copy {
  padding: 20px 16px;
}

.bar-experience-copy h3 {
  margin-top: 12px;
  font-size: 24px;
}

.bar-text-link {
  display: inline-block;
  margin-top: 22px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(201, 182, 131, .5);
  color: #c9b683;
  font: 500 11px/1.6 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .1em;
}

.bar-text-link:hover {
  border-color: #c9b683;
  color: #f5efe0;
}

.bar-faq-list {
  border-top: 1px solid rgba(201, 182, 131, .18);
}

.bar-faq-item {
  padding: 24px 0 26px;
  border-bottom: 1px solid rgba(201, 182, 131, .18);
}

.bar-faq-item h3,
.bar-faq-item p {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  margin: 0;
}

.bar-faq-item h3 {
  color: #f5efe0;
  font: 500 16px/1.7 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.bar-faq-item p {
  margin-top: 12px;
  color: rgba(232, 227, 216, .82);
  font: 400 14px/2 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.bar-faq-item span {
  color: #c9b683;
}

.bar-link-row {
  display: flex;
  justify-content: flex-end;
  margin-top: 28px;
}

.bar-access-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
  gap: 48px;
  border-left: 2px solid #c9b683;
  background: linear-gradient(120deg, rgba(201, 182, 131, .08), #11191d 55%);
}

.bar-access-section > div:first-child {
  max-width: 680px;
}

.bar-access-actions {
  flex: 0 0 auto;
  flex-direction: column;
  margin-top: 0;
}

@media (max-width: 920px) {
  .bar-page-title-layout {
    grid-template-columns: 1fr;
    padding-top: 32px;
    gap: 36px;
  }

  .bar-scene-grid {
    grid-template-columns: 1fr;
  }

  .bar-experience-grid {
    gap: 32px;
  }

  .bar-access-section {
    align-items: flex-start;
    flex-direction: column;
  }

  .bar-access-actions {
    flex-direction: row;
  }
}

@media (max-width: 680px) {
  .bar-page-title-layout,
  .bar-main {
    padding-right: 20px;
    padding-left: 20px;
  }

  .bar-page-title-layout {
    padding-bottom: 40px;
  }

  .bar-page-title-copy h1 {
    margin-top: 12px;
    font-size: 29px;
  }

  .bar-page-title-copy p,
  .bar-section-heading p,
  .bar-experience-copy p,
  .bar-access-section p {
    font-size: 13px;
    line-height: 2;
  }

  .bar-title-actions,
  .bar-access-actions {
    flex-direction: column;
  }

  .bar-primary-action,
  .bar-secondary-action {
    width: 100%;
    text-align: center;
  }

  .bar-main {
    padding-top: 28px;
    padding-bottom: 82px;
  }

  .bar-section,
  .bar-access-section {
    margin-bottom: 18px;
    padding: 34px 20px;
  }

  .bar-section-heading {
    margin-bottom: 26px;
  }

  .bar-section-heading h2,
  .bar-access-section h2 {
    font-size: 23px;
  }

  .bar-scene-card {
    padding: 24px 20px 26px;
  }

  .bar-experience-section {
    padding-bottom: 12px;
  }

  .bar-experience-grid {
    grid-template-columns: 1fr;
    margin: 0 0 26px;
    gap: 14px;
  }

  .bar-experience-grid--reverse .bar-experience-visual,
  .bar-experience-grid--reverse .bar-experience-copy {
    order: initial;
  }

  .bar-experience-copy {
    padding: 14px 0;
  }

  .bar-experience-copy h3 {
    font-size: 21px;
  }

  .bar-faq-item h3,
  .bar-faq-item p {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .bar-faq-item h3 {
    font-size: 15px;
  }

  .bar-faq-item p {
    font-size: 13px;
  }

  .bar-link-row {
    justify-content: stretch;
  }
}
