:root {
  --ember-ivory: #fff3ed;
  --ember-charcoal: #201f23;
  --ember-coral: #f37c63;
  --ember-plum: #302d32;
  --ember-sand: #eee2da;
  --ember-warm-grey: #c0aaa3;
  --ember-muted: #594d49;
  --ember-white: #ffffff;
  --ember-content-width: 90rem;
  --ember-reading-width: 48rem;
  --ember-radius: .75rem;
  --ember-utility-radius: .25rem;
  --ember-focus: #201f23;
  --ember-display: Georgia, 'Times New Roman', serif;
  --ember-ui: Arial, Helvetica, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--ember-ivory);
  color: var(--ember-charcoal);
  font-family: var(--ember-ui);
  font-size: 1rem;
  line-height: 1.65;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-family: var(--ember-display);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -.02em;
}

h1 {
  font-size: clamp(2.5rem, 6vw, 5.5rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 3.6rem);
}

h3 {
  font-size: clamp(1.35rem, 2vw, 1.85rem);
}

a {
  color: var(--ember-charcoal);
  text-underline-offset: .18em;
}

a:hover {
  color: #7b2f20;
}

:focus-visible {
  outline: .2rem solid var(--ember-focus);
  outline-offset: .2rem;
}

.skip-link {
  position: absolute;
  z-index: 2000;
  top: .75rem;
  left: .75rem;
  padding: .65rem .9rem;
  border-radius: var(--ember-utility-radius);
  background: var(--ember-coral);
  color: var(--ember-charcoal);
  font-weight: 700;
  transform: translateY(-180%);
}

.skip-link:focus {
  transform: translateY(0);
}

.container-xl {
  max-width: var(--ember-content-width);
}

.site-header {
  position: relative;
  z-index: 1000;
  background: var(--ember-ivory);
  border-bottom: 1px solid var(--ember-warm-grey);
}

.site-header .navbar {
  min-height: 5.25rem;
}

.site-header .navbar-brand {
  color: var(--ember-charcoal);
  font-family: var(--ember-display);
  font-size: clamp(1.45rem, 2vw, 2rem);
  font-weight: 700;
  letter-spacing: -.02em;
}

.site-header .navbar-brand:hover,
.site-header .navbar-brand:focus-visible {
  color: #7b2f20;
}

.site-header .nav-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--ember-charcoal);
  font-weight: 700;
}

.site-header .nav-link:hover,
.site-header .nav-link:focus-visible,
.site-header .nav-link.active {
  color: #7b2f20;
}

.site-header .navbar-toggler {
  min-width: 44px;
  min-height: 44px;
  border-color: var(--ember-charcoal);
}

.site-header .navbar-toggler-icon {
  filter: brightness(0) saturate(100%);
}

.btn {
  min-height: 44px;
  border-radius: var(--ember-utility-radius);
  font-weight: 700;
  line-height: 1.25;
  padding: .7rem 1.1rem;
}

.btn-primary {
  --bs-btn-color: var(--ember-charcoal);
  --bs-btn-bg: var(--ember-coral);
  --bs-btn-border-color: var(--ember-coral);
  --bs-btn-hover-color: var(--ember-charcoal);
  --bs-btn-hover-bg: #ff9279;
  --bs-btn-hover-border-color: #ff9279;
  --bs-btn-active-color: var(--ember-charcoal);
  --bs-btn-active-bg: #e66d56;
  --bs-btn-active-border-color: #e66d56;
}

.btn-outline-dark {
  --bs-btn-color: var(--ember-charcoal);
  --bs-btn-border-color: var(--ember-charcoal);
  --bs-btn-hover-color: var(--ember-ivory);
  --bs-btn-hover-bg: var(--ember-charcoal);
  --bs-btn-hover-border-color: var(--ember-charcoal);
  --bs-btn-active-color: var(--ember-ivory);
  --bs-btn-active-bg: var(--ember-plum);
  --bs-btn-active-border-color: var(--ember-plum);
}

.btn-outline-light {
  --bs-btn-color: var(--ember-white);
  --bs-btn-border-color: var(--ember-white);
  --bs-btn-hover-color: var(--ember-charcoal);
  --bs-btn-hover-bg: var(--ember-white);
  --bs-btn-hover-border-color: var(--ember-white);
  --bs-btn-active-color: var(--ember-charcoal);
  --bs-btn-active-bg: var(--ember-coral);
  --bs-btn-active-border-color: var(--ember-coral);
}

.bg-charcoal {
  background-color: var(--ember-charcoal) !important;
}

.bg-ivory {
  background-color: var(--ember-ivory) !important;
}

.bg-sand {
  background-color: var(--ember-sand) !important;
}

.text-light,
.bg-charcoal {
  color: var(--ember-white) !important;
}

.bg-charcoal h1,
.bg-charcoal h2,
.bg-charcoal h3,
.bg-charcoal h4,
.bg-charcoal h5,
.bg-charcoal h6,
.bg-charcoal p,
.bg-charcoal li,
.bg-charcoal figcaption {
  color: var(--ember-white);
}

.bg-charcoal a:not(.btn) {
  color: #ffab96;
}

.bg-charcoal a:not(.btn):hover,
.bg-charcoal a:not(.btn):focus-visible {
  color: var(--ember-white);
}

.section-band {
  position: relative;
}

.eyebrow {
  margin-bottom: .65rem;
  color: #7b2f20;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .13em;
  line-height: 1.35;
  text-transform: uppercase;
}

.bg-charcoal .eyebrow {
  color: #ffab96;
}

.section-intro,
.lead {
  max-width: 48rem;
  font-size: clamp(1.08rem, 1.7vw, 1.3rem);
}

.hero-section {
  overflow: hidden;
}

.hero-image {
  display: block;
  max-height: 58rem;
  object-fit: cover;
  object-position: center;
}

.hero-panel {
  background: var(--ember-charcoal);
}

.hero-panel h1 {
  max-width: 12ch;
}

.hero-panel .lead {
  color: var(--ember-white);
}

.hero-overlay {
  position: relative;
}

.hero-overlay .hero-image {
  min-height: 32rem;
}

.hero-overlay .hero-panel {
  max-width: 45rem;
  margin: -8rem 1rem 0;
  position: relative;
  padding: clamp(2rem, 5vw, 4rem) !important;
}

.hero-editorial .hero-panel,
.hero-image-top .hero-panel {
  width: 100%;
}

.hero-editorial .hero-image {
  margin-top: 0;
}

.hero-image-top {
  display: flex;
  flex-direction: column;
}

.hero-image-top .hero-image {
  order: -1;
}

.editorial-figure {
  border-bottom: 1px solid var(--ember-warm-grey);
}

.editorial-figure img,
.venue-card img,
.pattern-card img,
.room-card img {
  display: block;
  object-fit: cover;
}

.editorial-figure img {
  aspect-ratio: 8 / 5;
}

.editorial-figure figcaption {
  padding: .8rem 0 1rem;
  color: var(--ember-muted);
  font-size: .92rem;
}

.editorial-note {
  height: 100%;
  padding-top: 1rem;
  border-top: 3px solid var(--ember-coral);
}

.note-number {
  display: inline-block;
  margin-bottom: .75rem;
  color: #7b2f20;
  font-family: var(--ember-ui);
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .1em;
}

.bg-charcoal .note-number {
  color: #ffab96;
}

.room-card,
.venue-card,
.pattern-card {
  overflow: hidden;
  border: 1px solid var(--ember-warm-grey);
  border-radius: var(--ember-radius);
  background: var(--ember-ivory);
}

.room-card,
.venue-card {
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.room-card:hover,
.room-card:focus-within,
.venue-card:hover,
.venue-card:focus-within {
  border-color: var(--ember-coral);
  box-shadow: 0 .5rem 1.5rem rgba(32, 31, 35, .16);
}

.room-card img,
.venue-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
}

.room-card .card-body {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
}

.room-card .card-body .btn {
  align-self: flex-start;
  margin-top: auto;
}

.feature-list {
  padding-left: 1.2rem;
  color: var(--ember-muted);
}

.feature-list li + li {
  margin-top: .35rem;
}

.rate {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
  gap: .15rem 1rem;
  margin: 1.25rem 0;
  padding-top: 1rem;
  border-top: 1px solid var(--ember-warm-grey);
  color: var(--ember-muted);
}

.rate span {
  grid-column: 1 / -1;
  font-size: .82rem;
  font-weight: 700;
}

.rate strong {
  color: var(--ember-charcoal);
  font-size: 1.45rem;
}

.venue-card {
  background: var(--ember-white);
}

.venue-card .p-4 {
  border-top: 3px solid var(--ember-coral);
}

.pattern-grid {
  display: grid;
  gap: 1.5rem;
}

.pattern-card {
  background: var(--ember-plum);
}

.pattern-card img {
  width: 100%;
  aspect-ratio: 5 / 3;
}

.pattern-card > div {
  border-top: 3px solid var(--ember-coral);
}

.pattern-card p {
  color: var(--ember-white);
}

.accordion-item {
  border-color: var(--ember-warm-grey);
  background: transparent;
}

.accordion-button {
  min-height: 3.5rem;
  color: var(--ember-charcoal);
  background: var(--ember-white);
  font-weight: 700;
}

.accordion-button:not(.collapsed) {
  color: var(--ember-charcoal);
  background: #ffe1d7;
  box-shadow: inset 0 -2px 0 var(--ember-coral);
}

.accordion-button:focus {
  border-color: var(--ember-charcoal);
  box-shadow: 0 0 0 .2rem rgba(32, 31, 35, .25);
}

.accordion-body {
  background: var(--ember-white);
  color: var(--ember-charcoal);
}

.steps-list {
  display: grid;
  gap: 1rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
  counter-reset: steps;
}

.steps-list li {
  display: grid;
  grid-template-columns: 2.25rem 1fr;
  column-gap: .75rem;
  counter-increment: steps;
}

.steps-list li::before {
  content: counter(steps, decimal-leading-zero);
  grid-row: span 2;
  color: #7b2f20;
  font-weight: 800;
}

.steps-list strong,
.steps-list span {
  grid-column: 2;
}

.steps-list span {
  color: var(--ember-muted);
}

.contact-form {
  padding: clamp(1.25rem, 4vw, 2.5rem);
  border: 1px solid var(--ember-warm-grey);
  border-radius: var(--ember-radius);
  background: var(--ember-ivory);
}

.contact-form label {
  display: block;
  margin-bottom: .35rem;
  color: var(--ember-charcoal);
  font-weight: 700;
}

.contact-form input:not([type='checkbox']),
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid #6f625e;
  border-radius: var(--ember-radius);
  background: var(--ember-white);
  color: var(--ember-charcoal);
  padding: .7rem .8rem;
}

.contact-form textarea {
  min-height: 8rem;
  resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #594d49;
  opacity: 1;
}

.contact-form input:not([type='checkbox']):focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--ember-charcoal);
  box-shadow: 0 0 0 .2rem rgba(32, 31, 35, .2);
  outline: none;
}

.form-check {
  display: flex;
  align-items: flex-start;
  gap: .55rem;
}

.form-check-input {
  flex: 0 0 auto;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: .2rem;
}

.form-check-label {
  font-weight: 400 !important;
}

.form-check-label a {
  margin-left: .25rem;
  color: #7b2f20;
}

.cookie-banner {
  position: fixed;
  z-index: 1050;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  max-width: 58rem;
  margin: auto;
  padding: 1rem 1.25rem;
  border: 1px solid var(--ember-charcoal);
  border-radius: var(--ember-radius);
  background: var(--ember-white);
  color: var(--ember-charcoal);
  box-shadow: 0 .5rem 1.5rem rgba(32, 31, 35, .2);
}

.site-footer {
  border-top: 1px solid var(--ember-warm-grey);
}

.site-footer address {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.footer-brand {
  margin-bottom: .5rem;
  color: var(--ember-white);
  font-family: var(--ember-display);
  font-size: 1.5rem;
  font-weight: 700;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem 1.25rem;
}

.footer-links a {
  color: #ffab96;
  font-weight: 700;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--ember-white);
}

.site-footer hr {
  border-color: var(--ember-warm-grey);
  opacity: 1;
}

.site-footer > p {
  margin: 0;
  padding: 1rem;
  color: var(--ember-white);
  text-align: center;
}

.policy-page {
  background: var(--ember-ivory);
}

.policy-page__main {
  padding: 3rem 1rem 5rem;
}

.policy-document {
  max-width: var(--ember-reading-width);
  margin: 0 auto;
}

.policy-document__header {
  padding-bottom: 1.5rem;
  border-bottom: 3px solid var(--ember-coral);
}

.policy-document__content {
  padding-top: 2rem;
}

.policy-document__content h2 {
  margin-top: 2.25rem;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
}

.policy-document__content h3 {
  margin-top: 1.75rem;
  font-size: 1.35rem;
}

.policy-document__content p,
.policy-document__content li {
  max-width: 42rem;
}

.policy-document__content a {
  color: #7b2f20;
}

.section-layout--editorial-columns .editorial-note + .editorial-note {
  margin-top: 1rem;
}

.section-layout--accommodation-cards .room-card {
  min-height: 100%;
}

.section-layout--services-path .venue-card {
  min-height: 100%;
}

.section-layout--testimonials-featured .pattern-card:first-child {
  border-color: var(--ember-coral);
}

.section-layout--contact-steps .steps-list {
  max-width: 34rem;
}

@media (min-width: 768px) {
  .hero-panel {
    padding: 5rem !important;
  }

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

  .policy-page__main {
    padding: 5rem 2rem 7rem;
  }
}

@media (min-width: 992px) {
  .site-header--stacked-brand .navbar-brand {
    align-self: flex-start;
    margin-top: .35rem;
  }

  .site-header--wrapped-nav .navbar-collapse {
    flex-basis: 100%;
  }

  .site-header--wrapped-nav .navbar-nav {
    justify-content: flex-end;
    flex-wrap: wrap;
  }

  .site-header--centered-brand .navbar-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .site-header--centered-brand .navbar-collapse {
    justify-content: flex-end;
  }

  .hero-overlay .hero-panel {
    margin: -12rem 0 0 5rem;
  }

  .hero-editorial .hero-panel,
  .hero-image-top .hero-panel {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }

  .section-layout--editorial-columns .editorial-note + .editorial-note {
    margin-top: 0;
  }

  .section-layout--contact-steps .contact-form {
    margin-top: .5rem;
  }
}

@media (max-width: 991.98px) {
  .site-header--centered-brand .navbar-brand {
    margin-right: auto;
  }

  .site-header .navbar-collapse {
    padding: .75rem 0 1rem;
  }

  .site-header .navbar-nav {
    align-items: stretch !important;
  }

  .site-header .nav-link,
  .site-header .nav-item .btn {
    width: 100%;
    justify-content: flex-start;
  }
}

@media (max-width: 575.98px) {
  .hero-overlay .hero-panel {
    margin: 0;
  }

  .hero-image {
    min-height: 20rem;
  }

  .cookie-banner {
    right: .5rem;
    bottom: .5rem;
    left: .5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Application-owned fluid homepage container safeguards v1. */
body main > section .container,
body main > section .container-fluid {
  width: min(calc(100% - clamp(2rem, 6vw, 6rem)), 90rem) !important;
  max-width: 90rem !important;
  margin-inline: auto !important;
}

.skip-link:not(:focus) {
  position: fixed !important;
  top: 0;
  left: 50% !important;
  transform: translate(-50%, -160%);
}

.skip-link:focus {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

@media (max-width: 575.98px) {
  .container > .row.g-5 {
    --bs-gutter-x: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .container > .row.g-5 {
    --bs-gutter-x: 1.5rem;
  }
}
