@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');
/* === Base === */
body {
  font-family: "PT Serif", serif !important;
  background: #f9f9f9 !important;
  color: #222 !important;
  scroll-behavior: smooth !important;
}
a:focus-visible {
  outline: 2px solid #000 !important;
  outline-offset: 3px !important;
}
/* === Gallery === */
.rpwb_photo_gallery {
  background: transparent;
  text-align: center;
}
.rpwb_photo_gallery ul li {
  width: calc(25% - 20px) !important;
}
.rpwb_photo_gallery img {
  border-radius: 5px;
}
.gallery-notice {
  text-align: center;
  font-size: 12px;
  color: #545454;
}
/* === Skip link === */
.skip_to_main_content {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #000 !important;
  color: #fff !important;
  padding: 10px 14px !important;
  border-radius: 6px !important;
  z-index: 9999 !important;
  transform: translateY(-150%) !important;
  transition: transform .3s ease !important;
}
.skip_to_main_content:focus-within {
  transform: translateY(0) !important;
}
#dynamic_scroll_for_more {
  background-color: #fff;
  color: #000;
  max-height: 55px;
  padding: 5px;
}
#dynamic_scroll_for_more a {
  color: #000;
}
#dynamic_scroll_for_more img {
  filter: invert(1);
}
/* === Fade-in keyframes === */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* === Hero heading & animated lines === */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5))
}
.hero-heading img {
  width: 100%;
  max-width: 400px;
}
.hero-heading {
  text-align: center;
  margin: 0 auto;
  padding: 20px 0;
}
.hero-heading .line-1, .hero-heading .line-2, .hero-heading .line-3 {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.8s ease-out forwards;
  display: block;
}
.hero-heading .line-1 {
  animation-delay: 0s;
}
.hero-heading .line-2 {
  animation-delay: 0.5s;
}
.hero-heading .line-3 {
  animation-delay: 1s;
}
.hero-heading h1 {
  color: #fff !important;
  font: 800 clamp(1.8rem, 6vw, 2.8rem) !important;
  text-align: center !important;
  letter-spacing: 1px !important;
  text-shadow: 2px 2px 4px #b2bcc4 !important;
  margin: 0 auto 12px !important;
  font-family: "PT Serif", serif;
}
.hero-intro {
  display: block;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  font-weight: 600;
  letter-spacing: .5px;
  margin-bottom: 4px;
  text-shadow: 1px 1px 2px #b2bcc4;
  animation: fadeInUp 1s .3s ease-out both;
  line-height: 1.2;
}
.hero-tagline {
  display: flex;
  justify-content: center;
  padding: 20px 0;
  min-height: 80px;
}
.hero-tagline {
  text-align: center;
  margin: 30px auto;
  padding: 0 20px;
  max-width: 900px;
}
.hero-tagline h2 {
  font-family: "PT Serif", serif;
  font-size: clamp(1.25rem, 2.5vw, 1.75rem) !important;
  font-weight: 600 !important;
  color: #BF984A !important;
  margin: 0 auto;
  text-shadow: 1px 1px 2px rgba(163, 121, 47, 0.1);
}
/* === Hero image overlay & text === */
.foreground-photo {
  position: relative;
  margin: 0 auto !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  line-height: 0 !important;
  max-width: 100vw !important;
  overflow: hidden !important;
  aspect-ratio: 16 / 9;
}
.foreground-photo::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  pointer-events: none;
}
.foreground-photo img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  border: none !important;
  margin: 0 auto !important;
}
.foreground-text {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(2rem, 8vw, 90px);
  color: #b2bcc4 !important;
  z-index: 2;
  text-align: center;
  padding: 0 1rem;
}
/* === Page Content H1 === */
.website-content h1 {
  font-size: 2.2rem !important;
  text-align: center !important;
  margin-bottom: 20px !important;
  color: #BF984A;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  font-weight: 600;
}
.website-content h1::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: #c59c49;
  margin: 8px auto 0;
  border-radius: 2px;
}
.hero-tagline h2::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: #c59c49;
  margin: 8px auto 0;
  border-radius: 2px;
}
/* === Layout & Shell === */
.website-container {
  max-width: 100% !important;
}
.website-content {
  max-width: 1200px !important;
  margin: 12px auto !important;
  padding: 20px !important;
  background: #fff !important;
  border: 1px solid #eee !important;
  border-radius: 12px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .05) !important;
}
.website-background {
  display: none !important;
}
.website-horizontal-navigation {
  position: sticky !important;
  top: 0 !important;
  z-index: 999 !important;
  background: #fff !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .1) !important;
}
.columns {
  margin: 12px auto;
  border-radius: 5px;
  width: 75% !important;
}
.column {
  border-radius: 5px;
}
.column img {
  border-radius: 5px;
}
.column div {
  min-height: 280px !important;
  max-width: 280px !important;
}
.column div.content strong {
  font-size: 23px;
}
.column div.content a {
  font-size: 14px;
}
/* === Logo === */
.website-container-logo {
  margin-top: -10px !important;
}
.website-logo-link {
  display: block !important;
  max-width: 220px !important;
  margin: 0 auto !important;
  padding: 10px !important;
  border-radius: 8px !important;
  background: none !important;
  text-align: center !important;
  transition: transform .3s ease !important;
  background: #fff;
}
.website-logo-link img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
}
/* === Navigation Bar === */
.website-navigation-table {
  margin-top: 15px;
  margin-bottom: 15px;
}
.website-navigation {}
.website-navigation li {
  margin: 0 !important;
  letter-spacing: 0px;
  padding: 0px 11px;
}
.website-navigation li a {
  display: block;
  color: #000 !important;
  font-size: 14px !important;
  border-radius: 6px !important;
  text-decoration: none !important;
  transition: color .3s ease, text-decoration .3s ease !important;
  padding: 5px;
}
.website-navigation li a:hover {
  color: #5D4618 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}
/* === Sub-nav group === */
.sub_nav_dropdown {
  background: #E2E9E9;
  margin-left: 0px;
  border-radius: 5px;
  z-index: 100;
}
.sub_nav_dropdown li a {
  line-height: 18px;
  display: block !important;
  text-align: left;
  font-size: 14px !important;
}
.website-navigation-group {
  background: #ced6d9 !important;
  color: #fff !important;
  padding: 6px 8px !important;
  display: flex !important;
  gap: 0 !important;
}
.website-navigation-group a {
  color: #fff !important;
  padding: 4px 15px !important;
  border-right: 1px solid #fff !important;
  transition: color .3s ease !important;
}
.website-navigation-group a:last-child {
  border-right: none !important;
}
.website-navigation-group a:hover {
  color: #c4a23e !important;
}
.website-navigation-group a:focus {
  outline: 2px solid #c4a23e !important;
  outline-offset: 2px !important;
}
/* === Navigation CTA Button  === */
.website-navigation-button {
  background: #BF984A !important;
  color: #000 !important;
  padding: 8px 8px !important;
  margin-right: 16px !important;
  border-radius: 6px !important;
  font-weight: bold !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .15) !important;
  transition: box-shadow .3s ease !important;
}
.website-navigation-button:hover {
  background: #BF984A !important;
  box-shadow: 0 0 10px rgba(163, 121, 47, .5) !important;
}
.website-navigation-button a {
  color: #000 !important;
}
.website-navigation-table .div_td:nth-of-type(2) {
  width: auto;
}
/* === Section Headings === */
.content_list_category h2 {
  background: #b2bcc4 !important;
  color: #000 !important;
  padding: 8px !important;
  border-radius: 4px !important;
}
.menu_system_links {
  background: #ced6d9;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
/* === Footer === */
#website-footer {
  background: #000 !important;
  color: #fff !important;
  padding: 20px 10px !important;
  border-top: 5px solid #b2bcc4 !important;
}
#website-footer a {
  color: #fff !important;
}
#website-footer a:hover {
  color: #b2bcc4 !important;
}
.footer_block_title {
  text-align: center !important;
}
.website-social img {
  filter: invert(100%) !important;
  transition: filter .3s ease !important;
}
.website-social img:hover {
  filter: invert(50%) !important;
}
/* === Generic CTA Button === */
.btn1 {
  background: #BF984A;
  color: #000 !important;
  border-radius: 30px !important;
  padding: 12px 20px !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .15) !important;
  transition: transform .2s ease, box-shadow .2s ease !important;
  max-width: 250px !important;
  margin: 20px auto !important;
  display: block !important;
}
.btn1:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 14px rgba(0, 0, 0, .2) !important;
}
.btn1 a {
  color: #fff !important;
}
.btn1:focus {
  border: 2px solid red !important;
}
/* === Reduced Motion Accessibility === */
@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
}
/* === Mobile Adjustments === */
@media (max-width: 1300px) {
  .website-logo-link {
    margin: 15px auto 0px auto !important;
    padding: 10px 0px 0px 0px !important;
  }
  .website-navigation-table {
    margin-top: 0px;
  }
  .rpwb_photo_gallery ul li {
    width: calc(50% - 20px) !important;
  }
}
@media (max-width: 600px) {
  .website-navigation li {
    display: block !important;
    text-align: center !important;
    margin: 6px 0 !important;
    background: none !important;
  }
  .website-navigation li a {
    color: #000 !important;
    background: none !important;
    padding: 4px 0 !important;
    font-size: 16px !important;
    border-radius: 0 !important;
    text-align: center;
  }
  .website-navigation-button {
    width: 100% !important;
    margin: 10px 0 !important;
  }
  .website-logo-link {
    margin-bottom: 20px !important;
  }
  #website-footer {
    padding: 15px 5px !important;
  }
  #sb0_20998, #sb0_21000 {
    margin-top: 20px !important;
  }
  .rpwb_photo_gallery ul li {
    width: 100% !important;
  }
}