:root {
  --bh-navy: #152641;
  --bh-navy-deep: #0d1b30;
  --bh-cream: #f2ebdd;
  --bh-white: #fffdf8;
  --bh-cobalt: #1d4fa8;
  --bh-cobalt-dark: #153d82;
  --bh-stone: #e5ddca;
  --bh-grey: #586879;
  --bh-border: #c9c0af;
  --bh-focus: #f5b942;
  --bh-shadow: 0 0.75rem 2rem rgba(21, 38, 65, .12);
  --bh-radius: .75rem;
  --bh-content: 90rem;
  --bh-body-font: Arial, Helvetica, sans-serif;
  --bh-display-font: Georgia, 'Times New Roman', serif;
}

html { scroll-behaviour: smooth; }
body {
  margin: 0;
  color: var(--bh-navy);
  background: var(--bh-cream);
  font-family: var(--bh-body-font);
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--bh-navy);
  font-family: var(--bh-display-font);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -.015em;
}
h1 { font-size: clamp(2.35rem, 5vw, 4.8rem); }
h2 { font-size: clamp(1.9rem, 3vw, 3.2rem); }
h3 { font-size: clamp(1.3rem, 2vw, 1.8rem); }
p { max-width: 70ch; }
a { color: var(--bh-cobalt-dark); text-underline-offset: .18em; }
a:hover { color: var(--bh-navy); }
.text-light h1, .text-light h2, .text-light h3,
.section-navy h1, .section-navy h2, .section-navy h3,
.section-deep h1, .section-deep h2, .section-deep h3 { color: var(--bh-cream); }
.text-light a, .section-navy a, .section-deep a { color: var(--bh-cream); }
.text-light a:hover, .section-navy a:hover, .section-deep a:hover { color: #fff; }

:where(a, button, input, select, textarea, summary):focus-visible {
  outline: .2rem solid var(--bh-focus);
  outline-offset: .2rem;
}
.skip-link {
  position: fixed;
  z-index: 2000;
  top: .75rem;
  left: .75rem;
  padding: .65rem 1rem;
  color: var(--bh-navy);
  background: var(--bh-focus);
  border-radius: .35rem;
  transform: translateY(-180%);
}
.skip-link:focus { transform: translateY(0); }

.content-width { width: min(100% - 2rem, var(--bh-content)); margin-inline: auto; }
.section { position: relative; }
.section-cream { background: var(--bh-cream); }
.section-white { background: var(--bh-white); }
.section-stone { background: var(--bh-stone); }
.section-navy { background: var(--bh-navy); }
.section-deep { background: var(--bh-navy-deep); }
.py-lg-6 { padding-block: 6rem !important; }
.eyebrow {
  margin-bottom: .75rem;
  color: var(--bh-cobalt-dark);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.3;
  text-transform: uppercase;
}
.text-light .eyebrow, .section-navy .eyebrow, .section-deep .eyebrow { color: #f3c76b; }

.site-header {
  position: relative;
  z-index: 100;
  color: var(--bh-cream);
  background: var(--bh-navy);
  border-bottom: .25rem solid var(--bh-cobalt);
}
.site-header .navbar { min-height: 5rem; }
.site-header .navbar-brand {
  color: var(--bh-cream);
  font-family: var(--bh-display-font);
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  line-height: 1;
  white-space: nowrap;
}
.site-header .navbar-brand span { display: block; color: #f3c76b; font-size: .62em; letter-spacing: .12em; text-transform: uppercase; }
.site-header .nav-link { color: var(--bh-cream); font-weight: 700; }
.site-header .nav-link:hover, .site-header .nav-link:focus { color: #fff; }
.site-header .navbar-toggler { border-color: var(--bh-cream); }
.site-header .navbar-toggler-icon { filter: brightness(0) invert(1); }
.site-header--inline .navbar-brand { margin-right: 2rem; }
.site-header--stacked-brand .navbar-brand { white-space: normal; }
.site-header--wrapped-nav .navbar-nav { flex-wrap: wrap; justify-content: flex-end; }
.site-header--centered-brand .navbar-brand { margin-inline: auto; }
.site-header .btn-primary { white-space: normal; }

.btn { border-radius: .45rem; font-weight: 700; line-height: 1.25; }
.btn-primary { color: var(--bh-cream); background: var(--bh-cobalt); border-color: var(--bh-cobalt); }
.btn-primary:hover, .btn-primary:active { color: #fff; background: var(--bh-cobalt-dark); border-color: var(--bh-cobalt-dark); }
.btn-light { color: var(--bh-navy); background: var(--bh-cream); border-color: var(--bh-cream); }
.btn-light:hover, .btn-light:active { color: var(--bh-navy); background: #fff; border-color: #fff; }
.btn-outline-primary { color: var(--bh-cobalt-dark); border-color: var(--bh-cobalt-dark); }
.btn-outline-primary:hover, .btn-outline-primary:active { color: #fff; background: var(--bh-cobalt-dark); border-color: var(--bh-cobalt-dark); }

.hero-card { overflow: hidden; background: var(--bh-white); border: 1px solid var(--bh-border); border-radius: var(--bh-radius); box-shadow: var(--bh-shadow); }
.hero-media { background: var(--bh-navy); }
.hero-media img { object-position: center; }
.hero-copy { position: relative; }
.section-layout--hero-stacked .hero-copy { border-top: .4rem solid var(--bh-cobalt); }
.section-layout--hero-overlay .hero-card { position: relative; }
.section-layout--hero-overlay .hero-copy { position: absolute; inset: auto 1rem 1rem; max-width: 42rem; background: var(--bh-white); }
.section-layout--hero-editorial .hero-media { order: 2; }
.section-layout--hero-image-top .hero-media { order: -1; }

.checklist, .contact-steps { padding-left: 0; list-style: none; }
.checklist li, .contact-steps li { position: relative; display: grid; gap: .25rem 1rem; margin-bottom: 1.25rem; padding-left: 3rem; }
.checklist li::before, .contact-steps li::before {
  position: absolute; top: .05rem; left: 0; display: grid; width: 2rem; height: 2rem;
  place-items: center; color: var(--bh-cream); background: var(--bh-cobalt); border-radius: 50%;
  font-weight: 700; content: '✓';
}
.checklist span, .contact-steps span { display: block; }
.checklist strong, .contact-steps strong { color: var(--bh-navy); }
.text-light .contact-steps strong, .section-deep .contact-steps strong { color: var(--bh-cream); }

.room-card, .scenario-card { height: 100%; color: var(--bh-navy); background: var(--bh-white); border: 1px solid var(--bh-border); border-radius: var(--bh-radius); box-shadow: 0 .35rem 1rem rgba(21,38,65,.08); }
.room-card { transition: transform .2s ease, box-shadow .2s ease; }
.room-card:hover { transform: translateY(-.2rem); box-shadow: var(--bh-shadow); }
.room-card .card-body, .scenario-card { padding: 1.5rem; }
.card-kicker { margin-bottom: .65rem; color: var(--bh-cobalt-dark); font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.room-summary { margin-bottom: 1.25rem; }
.room-facts { display: grid; grid-template-columns: minmax(6rem, .8fr) 1.2fr; margin: 0; border-top: 1px solid var(--bh-border); }
.room-facts dt, .room-facts dd { margin: 0; padding: .6rem 0; border-bottom: 1px solid var(--bh-border); }
.room-facts dt { font-weight: 700; }
.room-facts dd { text-align: right; }
.rate { margin: 1.25rem 0 0; color: var(--bh-cobalt-dark); font-size: 2rem; font-weight: 700; line-height: 1.1; }
.rate span { display: block; margin-top: .35rem; color: var(--bh-grey); font-size: .78rem; font-weight: 400; line-height: 1.4; }

.venue-step { height: 100%; padding: 1.5rem; border-top: .25rem solid #f3c76b; background: rgba(242,235,221,.08); }
.venue-step span { display: block; color: #f3c76b; font-size: 1.5rem; font-weight: 700; }
.venue-step h3 { margin-top: .5rem; }
.section-layout--gallery-storyboard .venue-step { border-radius: .25rem; }
.scenario-card { border-top: .35rem solid var(--bh-cobalt); }

.accordion-item { border-color: var(--bh-border); }
.accordion-button { color: var(--bh-navy); background: var(--bh-white); font-weight: 700; }
.accordion-button:not(.collapsed) { color: var(--bh-navy); background: var(--bh-stone); box-shadow: none; }
.accordion-button:focus { box-shadow: 0 0 0 .2rem rgba(245,185,66,.7); }
.accordion-body { background: var(--bh-white); }
.contact-form { padding: 1.25rem; background: rgba(242,235,221,.08); border: 1px solid rgba(242,235,221,.55); border-radius: var(--bh-radius); }
.section-deep .form-label, .section-deep .form-check-label { color: var(--bh-cream); }
.form-control, .form-select { min-height: 2.85rem; color: var(--bh-navy); background: var(--bh-white); border-color: var(--bh-border); }
.form-control::placeholder { color: #4b5968; opacity: 1; }
.form-check-input { border-color: var(--bh-grey); }

.cookie-banner { position: fixed; z-index: 1100; right: 1rem; bottom: 1rem; left: 1rem; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem; max-width: 70rem; margin-inline: auto; padding: 1rem 1.25rem; color: var(--bh-navy); background: var(--bh-white); border: 1px solid var(--bh-border); border-radius: var(--bh-radius); box-shadow: var(--bh-shadow); }
.cookie-banner strong { display: block; }
.cookie-banner p { color: var(--bh-navy); font-size: .9rem; }

.site-footer { color: var(--bh-cream); background: var(--bh-navy); }
.site-footer address { display: none; }
.site-footer strong { color: #fff; }
.site-footer span, .site-footer p { color: var(--bh-cream); }
.site-footer a { color: var(--bh-cream); }
.site-footer a:hover { color: #fff; }
.footer-links { display: flex; flex-wrap: wrap; gap: .75rem 1.25rem; justify-content: flex-start; }
.site-footer > p { margin: 0; padding: 1rem; color: var(--bh-cream); font-size: .85rem; text-align: center; border-top: 1px solid rgba(242,235,221,.35); }

.policy-page { min-height: 100vh; background: var(--bh-cream); }
.policy-page__main { width: min(100% - 2rem, 52rem); margin-inline: auto; padding-block: 3rem 5rem; }
.policy-document { background: var(--bh-white); border: 1px solid var(--bh-border); border-radius: var(--bh-radius); box-shadow: var(--bh-shadow); }
.policy-document__header { padding: 2rem 1.5rem 1rem; border-bottom: 1px solid var(--bh-border); }
.policy-document__content { padding: 1.5rem; }
.policy-document__content p, .policy-document__content li { max-width: 70ch; }
.policy-document__content h2 { margin-top: 2rem; font-size: 1.75rem; }

@media (min-width: 576px) {
  .content-width { width: min(100% - 3rem, var(--bh-content)); }
  .policy-page__main { width: min(100% - 3rem, 52rem); }
  .contact-form { padding: 2rem; }
}
@media (min-width: 992px) {
  .content-width { width: min(100% - 6rem, var(--bh-content)); }
  .policy-page__main { width: min(100% - 6rem, 52rem); padding-block: 5rem 7rem; }
  .policy-document__header { padding: 3rem 3.5rem 1.5rem; }
  .policy-document__content { padding: 2rem 3.5rem 3.5rem; }
  .section-layout--hero-overlay .hero-copy { inset: auto auto 3rem 3rem; }
  .section-layout--hero-editorial .hero-card { display: grid; grid-template-columns: 1fr 1.15fr; align-items: center; }
  .section-layout--hero-editorial .hero-media { order: 2; }
  .section-layout--hero-image-top .hero-card { display: grid; grid-template-columns: 1fr 1fr; align-items: center; }
  .section-layout--hero-image-top .hero-media { order: -1; }
  .site-header--centered-brand .navbar-brand { position: absolute; left: 50%; transform: translateX(-50%); }
}
@media (max-width: 991.98px) {
  .site-header .navbar-collapse { padding-block: .75rem 1rem; }
  .site-header .navbar-nav { align-items: stretch !important; }
  .site-header .btn { display: block; width: 100%; }
}
@media (max-width: 575.98px) {
  .hero-copy { padding: 1.5rem !important; }
  .hero-copy h1 { font-size: 2.4rem; }
  .room-facts { grid-template-columns: 1fr; }
  .room-facts dd { padding-top: 0; text-align: left; }
  .cookie-banner { align-items: stretch; }
  .cookie-banner > div:last-child { display: flex; width: 100%; }
  .cookie-banner button { flex: 1; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behaviour: auto; }
  *, *::before, *::after { scroll-behaviour: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Application-owned visual variation tokens v4. */
:root {
  --site-foreground: #152641;
  --site-background: #F2EBDD;
  --site-accent: #1D4FA8;
  --site-surface: #E5DDCA;
  --site-muted: #586879;
  --site-link: #1D4FA8;
  --site-text-muted: #152641;
}

body,
body * {
  font-family: Trebuchet MS, Arial, sans-serif !important;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: Trebuchet MS, Arial, sans-serif !important;
}

body .site-header {
  width: 100%;
  overflow: visible !important;
}

body .site-header .navbar {
  width: 100%;
  padding-inline: clamp(1rem, 3vw, 4rem);
}

body .site-header .navbar > .container {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  flex-wrap: wrap;
}

body .site-header .navbar-brand {
  min-width: 0;
  max-width: 38%;
  overflow-wrap: anywhere;
}

body .site-header .navbar-collapse {
  min-width: 0;
}

body .site-header .navbar-nav {
  min-width: 0;
  flex-wrap: wrap;
  justify-content: flex-end;
}

body .site-header .nav-link,
body .site-header .navbar-nav .btn {
  max-width: 100%;
  overflow-wrap: anywhere;
  white-space: normal;
  text-align: center;
}

@media (min-width: 992px) {
  body .site-header--stacked-brand .navbar > .container,
  body .site-header--centered-brand .navbar > .container {
    align-items: center;
  }

  body .site-header--stacked-brand .navbar > .container {
    flex-direction: column;
  }

  body .site-header--stacked-brand .navbar-brand,
  body .site-header--centered-brand .navbar-brand {
    max-width: 100%;
    margin-inline: auto;
  }

  body .site-header--stacked-brand .navbar-collapse,
  body .site-header--centered-brand .navbar-collapse {
    width: 100%;
    flex-grow: 0;
  }

  body .site-header--stacked-brand .navbar-nav,
  body .site-header--centered-brand .navbar-nav {
    justify-content: center;
  }
}

@media (max-width: 991.98px) {
  body .site-header .navbar-collapse.show {
    flex-basis: 100%;
  }

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

body .btn,
body button[type="submit"] {
  background-color: var(--site-accent) !important;
  border-color: var(--site-accent) !important;
  color: var(--site-background) !important;
}


section.section-layout--hero-split .row {
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr) !important;
  align-items: center;
}

section.section-layout--hero-split .row > [class*="col-"] {
  max-width: none !important;
  width: auto !important;
}

section.section-layout--hero-stacked .row {
  display: block !important;
  max-width: 66rem;
  margin-inline: auto;
}

section.section-layout--hero-editorial .row {
  display: block !important;
  width: 100%;
  max-width: none !important;
  margin-inline: 0;
}

section.section-layout--hero-editorial .row > [class*="col-"] {
  width: 100% !important;
  max-width: none !important;
  margin-inline: 0;
}

section.section-layout--hero-editorial .row > [class*="col-"] + [class*="col-"] {
  margin-top: clamp(2rem, 5vw, 4.5rem);
}

section.section-layout--hero-editorial img {
  display: block;
  width: 100%;
  max-height: 42rem;
  object-fit: cover;
}

section.section-layout--hero-overlay .row > [class*="col-"]:first-child {
  padding: clamp(1.5rem, 5vw, 5rem);
  margin: clamp(1rem, 3vw, 3rem);
  max-width: min(52rem, calc(100% - 2rem)) !important;
}

section.section-layout--hero-overlay h1 {
  margin-bottom: clamp(1.25rem, 3vw, 2.5rem);
}

section.section-layout--hero-overlay p {
  margin-bottom: 1.25rem;
}

section.section-layout--hero-image-top > .container,
section.section-layout--hero-image-top > .container-fluid {
  width: min(calc(100% - 2rem), 90rem) !important;
  max-width: 90rem !important;
  margin-inline: auto !important;
  padding-inline: 0 !important;
}

section.section-layout--hero-image-top > .container > .row:first-child,
section.section-layout--hero-image-top > .container-fluid > .row:first-child {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch;
  width: 100% !important;
  max-width: none !important;
  margin-inline: 0 !important;
}

section.section-layout--hero-image-top > .container > .row:first-child > [class*="col-"],
section.section-layout--hero-image-top > .container-fluid > .row:first-child > [class*="col-"] {
  width: 100% !important;
  max-width: none !important;
  flex: 0 0 100% !important;
  padding-inline: 0 !important;
}

section.section-layout--hero-image-top > .container > .row:first-child > [class*="col-"]:has(img),
section.section-layout--hero-image-top > .container-fluid > .row:first-child > [class*="col-"]:has(img) {
  order: -1;
  margin-bottom: clamp(2rem, 5vw, 4rem);
}

section.section-layout--hero-image-top h1,
section.section-layout--hero-image-top .display-1,
section.section-layout--hero-image-top .display-2,
section.section-layout--hero-image-top .display-3 {
  max-width: 64rem !important;
}

section.section-layout--hero-image-top img {
  display: block;
  width: 100%;
  max-height: 42rem;
  object-fit: cover;
}

section.section-layout--hero-overlay {
  position: relative;
  isolation: isolate;
}

section.section-layout--hero-overlay .row {
  position: relative;
  display: grid !important;
  grid-template-columns: 1fr !important;
  align-items: center;
}

section.section-layout--hero-overlay .row > [class*="col-"] {
  grid-area: 1 / 1;
  max-width: none !important;
  width: auto !important;
}

section.section-layout--hero-overlay .row > [class*="col-"]:first-child {
  position: relative;
  z-index: 2;
  max-width: 42rem !important;
}

section.section-layout--hero-overlay .row > [class*="col-"]:last-child {
  z-index: 1;
}

@media (max-width: 767.98px) {
  section.section-layout--hero-split .row {
    display: block !important;
  }
}

/* Application-owned accessibility and viewport safeguards. */
*, *::before, *::after {
  box-sizing: border-box;
}

html, body {
  max-width: 100%;
  overflow-x: clip;
}

img, svg, video, canvas, iframe {
  max-width: 100%;
}

pre, code, kbd, samp {
  max-width: 100%;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
}

table {
  max-width: 100%;
  display: block;
  overflow-x: auto;
}

.container, .container-fluid {
  min-width: 0;
}

main, section, header, footer {
  min-width: 0;
  max-width: 100%;
}

/* 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;
  }
}
