.demo-notice {
  color: rgba(255,255,255,.9);
  background: #3b3028;
  border-bottom-color: rgba(255,255,255,.14);
  font-weight: 600;
}
:root { --header-height: 84px; }
.site-header {
  color: #fff;
  background: linear-gradient(180deg, rgba(50,39,31,.96), rgba(50,39,31,.72));
  border-bottom: 0;
  box-shadow: none;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.site-header::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 62px;
  background: linear-gradient(180deg, rgba(50,39,31,.72), rgba(50,39,31,0));
  pointer-events: none;
  transition: opacity .22s ease;
}
.site-header.is-scrolled { background: rgba(50,39,31,.96); }
.site-header.is-scrolled::after { opacity: 0; }
.site-header .brand { min-width: 0; gap: 12px; flex-shrink: 0; }
.site-header .brand-logo { display: block; width: 88px; height: 66px; flex: 0 0 88px; object-fit: contain; filter: brightness(0) invert(.94) sepia(.16); }
.site-header .brand-heading { display: grid; gap: 2px; color: #fff7e9; font-size: 17px; font-weight: 600; line-height: 1.5; letter-spacing: 0; white-space: nowrap; }
.site-header .brand-name, .site-header .brand-byline { display: block; }
.site-header .brand-byline { color: #efdfc5; font-size: 13px; font-weight: 400; }
.site-header .header-actions { flex-shrink: 0; }
.site-header .desktop-nav { gap: clamp(22px, 2.7vw, 38px); }
.site-header .desktop-nav a { color: #fff; font-size: 13px; font-weight: 500; }
.site-header .desktop-nav a:hover,
.site-header .desktop-nav a:focus-visible { color: #ffe2b8; }
.site-header .desktop-nav a::after { background: #ffe2b8; }
.site-header .icon-button {
  color: #fff;
  background: transparent;
  border-color: transparent;
  border-radius: 3px;
}
.site-header .icon-button:hover { background: rgba(255,255,255,.13); border-color: transparent; }
.site-header .staff-button {
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 4px;
  box-shadow: none;
}
.site-header .staff-button:hover { background: rgba(255,255,255,.12); }
.site-header .favorite-count { color: #30261c; background: #ffe2b8; border-color: #3b3028; }
.site-header a:focus-visible,
.site-header button:focus-visible,
.mobile-menu a:focus-visible,
.mobile-menu button:focus-visible { outline-color: #ffe2b8; }
.mobile-menu {
  color: #fff;
  background: rgba(50,39,31,.97);
  border-bottom: 1px solid rgba(255,255,255,.2);
  backdrop-filter: blur(16px);
}
.mobile-menu a { color: #fff; border-bottom-color: rgba(255,255,255,.18); }
.mobile-menu .button-secondary { color: #fff; background: transparent; border-color: rgba(255,255,255,.55); }
.mobile-menu .button-secondary:hover { background: rgba(255,255,255,.12); }
#homes, #finance, #trust { scroll-margin-top: calc(var(--header-height) + 16px); }
@media (min-width: 781px) and (max-width: 1100px) {
  .site-header { gap: 12px; padding-inline: 20px; }
  .site-header .desktop-nav { gap: 14px; }
  .site-header .brand { gap: 8px; }
  .site-header .brand-logo { width: 72px; height: 54px; flex-basis: 72px; }
  .site-header .brand-heading { font-size: 14px; }
  .site-header .staff-button { padding-inline: 10px; font-size: 12px; }
  .site-header .header-actions { gap: 6px; }
}
@media (max-width: 780px) {
  :root { --header-height: 76px; }
  .site-header { gap: 8px; background: linear-gradient(180deg, rgba(50,39,31,.96), rgba(50,39,31,.72)); }
  .site-header .brand { gap: 8px; }
  .site-header .brand-logo { width: 72px; height: 54px; flex-basis: 72px; }
  .site-header .brand-heading { font-size: 14px; line-height: 1.5; }
  .site-header .brand-byline { font-size: 12px; }
  .site-header .mobile-menu-button { width: 44px; height: 44px; }
}
@media (max-width: 359px) {
  .site-header { padding-inline: 10px; gap: 6px; }
  .site-header .brand { gap: 6px; }
  .site-header .brand-logo { width: 60px; height: 45px; flex-basis: 60px; }
  .site-header .brand-heading { font-size: 13px; }
}
@media (prefers-reduced-motion: reduce) { .site-header::after { transition: none; } }
