:root {
  --ink: #243b3a;
  --paper: #f7f5ee;
  --sand: #d8e3df;
  --muted: #687774;
  --accent: #4daaa5;
  --sun: #fcbb40;
}

.navbar-brand {
  width: 74px;
  height: 58px;
  display: flex;
  align-items: center;
}

.navbar-brand img {
  width: 100%;
  height: 54px;
  object-fit: contain;
}

.footer-logo {
  width: 120px;
  height: auto;
  filter: brightness(0) invert(1);
  margin-bottom: 1.25rem;
}

.btn-dark,
.booking-cta {
  background-color: var(--ink);
}

.story,
.amenities-section {
  background-color: #deebe7;
}

:focus-visible {
  outline-color: var(--sun);
}

.status-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: .85rem;
  padding: .25rem .7rem;
  border: 1px solid var(--accent);
  color: var(--accent);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .12em;
}

.status-badge.light {
  color: white;
  border-color: rgba(255, 255, 255, .75);
}

.story-heading {
  position: sticky;
  top: 8rem;
}

.story-copy p {
  margin-bottom: 1.5rem;
}

.story-copy .lead {
  font-size: 1.3rem;
}

@media (max-width: 991px) {
  .story-heading {
    position: static;
  }
}

.rooms-intro {
  max-width: 720px;
  color: var(--muted);
  margin: 1rem 0 2.5rem;
}

.room-card-text {
  min-height: 100%;
  border-top: 3px solid var(--accent);
  background: white;
}

.room-card-text > div {
  padding: 2rem;
}

.room-capacity {
  color: var(--accent);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .16em;
  margin-bottom: .6rem;
}

.view-highlight {
  padding: 0 0 7rem;
}

.view-highlight img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
}

.view-highlight-copy {
  background: var(--ink);
  color: white;
  padding: clamp(2.25rem, 5vw, 4.5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.view-highlight-copy small {
  color: #b9cbc7;
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .view-highlight {
    padding-bottom: 4.5rem;
  }

  .view-highlight img {
    min-height: 300px;
  }
}
