@charset "UTF-8";
/*!
Theme Name: Riverside Custom Theme
Theme URI: https://riversidemotel.ca
Description: Static Joomla-to-WordPress rebuild theme styles.
Author: diguno media
Author URI: http://www.diguno.com/
Version: 3.0
*/
:root {
  --blue-dark: #151515;
  --blue-strip: #345489;
  --blue-text: #246fc1;
  --gform-primary: #02adea;
  --body-text: #262626;
  --footer-bg: #2b2c2e;
  --footer-sub-bg: #171a1f;
  --container: 1120px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

body {
  font-family: "Open Sans", Arial, sans-serif;
  color: var(--body-text);
  background: #f5f4ef;
  min-height: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Droid Serif", serif;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: 94%;
  max-width: var(--container);
  margin: 0 auto;
}

.site-header {
  background: #262626 url("./img/bg-nav.png") repeat-x left bottom;
}

.header-inner {
  min-height: 92px;
  padding: 15px 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-logo img {
  width: auto;
}

.primary-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
}

.primary-nav a {
  font-family: "Droid Serif", serif;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}

.primary-nav a:hover {
  color: #7ab8ee;
}

.primary-nav .current-menu-item > a,
.primary-nav .current_page_item > a {
  color: #a3bee9;
}

.primary-nav-social {
  display: none;
}

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  padding: 4px;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 30px;
  height: 3px;
  margin: 5px 0;
  border-radius: 2px;
  background: #fff;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.top-bar {
  background: var(--blue-strip);
  color: #a3bee9;
  font-family: "Droid Serif", serif;
  font-size: 14px;
}

.top-bar-inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.top-bar-inner .top-contact:only-child,
.top-bar-inner .top-social:only-child {
  margin-inline: auto;
}

.top-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}

.top-contact p {
  margin: 0;
}

.top-contact__link {
  color: inherit;
  text-decoration: none;
  font-style: italic;
}
.top-contact__link:hover {
  opacity: 0.92;
}

.footer-contact__link {
  color: inherit;
  text-decoration: none;
}
.footer-contact__link:hover {
  color: #fff;
}

.top-social {
  display: flex;
  gap: 14px;
}

.top-social a {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #6d97ca;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  transition: background 0.2s ease;
}

.top-social a:hover {
  background: #82a8d6;
}

.hero-slider {
  position: relative;
  overflow: hidden;
  background: #1a1a1a;
}

.hero-slider .slider-track {
  display: flex;
  width: 100%;
  transform: translateX(0);
  will-change: transform;
  transition: transform 0.65s ease;
}

.hero-slider .slide {
  flex: 0 0 100%;
}

.hero-slider .slide img {
  width: 100%;
  min-height: 240px;
  max-height: 520px;
  object-fit: cover;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 64px;
  border: 0;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  z-index: 10;
  transition: background 0.2s ease;
}

.slider-arrow:hover {
  background: rgba(255, 255, 255, 0.34);
}

.slider-arrow-prev {
  left: 12px;
}

.slider-arrow-next {
  right: 12px;
}

.slider-dots {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}

.slider-dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, 0.45);
  padding: 0;
}

.slider-dots .dot.is-active {
  background: #fff;
}

.section.section__full-img {
  width: 100%;
  line-height: 0;
}
.section.section__full-img .section-wrap {
  width: 100%;
  border: 1px solid #2e2e2e;
  overflow: hidden;
  box-sizing: border-box;
}
.section.section__full-img .section-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

.section.section__slideshow {
  width: 100%;
  line-height: 0;
}
.section.section__slideshow .hero-slider {
  width: 100%;
}

.section.section__map {
  width: 100%;
  line-height: 0;
}
.section.section__map .section__map-inner {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.section.section__map .section__map-frame {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  background: #e8e8e8;
  aspect-ratio: 16/9;
}
.section.section__map .section__map-frame iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.section.section__map .section__map-frame .footer-map-open {
  z-index: 2;
}

.home-content {
  padding: 24px 0 36px;
}

.content-shell {
  background: #fff;
  border: 1px solid #d2d2d2;
  padding: 28px 30px 20px;
}

.page-builder-boxed .content-shell--stack > .section + .section {
  margin-top: 1.75rem;
  padding-top: 0;
  border-top: none;
}

.page-builder-boxed .content-shell--stack > .section + .section__content-split-gallery {
  margin-top: 0;
}

.page-builder-boxed .content-shell--stack > .section__basic-content + .section__basic-content {
  margin-top: clamp(2.25rem, 5vw, 3.5rem);
}

.page-builder-boxed .content-shell--stack > .section__basic-content {
  background: transparent;
  padding: 0;
}

.page-builder-boxed .content-shell--stack > .section__basic-list {
  background: transparent;
  padding: 0;
}

.page-builder-boxed .content-shell--stack > .section__content-cards {
  background: transparent;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.page-builder-boxed .content-shell--stack:has(> .section__content-split-gallery:first-child) {
  padding-top: 14px;
}

.content-shell h1,
.basic-content__title {
  position: relative;
  margin: 0 0 28px;
  text-align: center;
  color: var(--blue-text);
  font-family: "Droid Serif", serif;
  font-size: clamp(26px, 3.1vw, 40px);
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.12;
  padding-bottom: 18px;
}

.csh-split__title,
.basic-content__title.basic-content__title--smaller {
  position: relative;
  margin: 0 0 18px;
  text-align: center;
  color: var(--blue-text);
  font-family: "Droid Serif", serif;
  font-size: clamp(26px, 3.2vw, 38px);
  font-weight: 500;
  text-transform: none;
  line-height: 1.15;
  padding-bottom: 16px;
}

.content-shell h1::before,
.basic-content__title::before,
.csh-split__title::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(to right, #2f6ca5 0, #2f6ca5 calc(50% - 15px), transparent calc(50% - 15px), transparent calc(50% + 15px), #2f6ca5 calc(50% + 15px), #2f6ca5 100%);
}

.content-shell h1::after,
.basic-content__title::after,
.csh-split__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 9px;
  height: 9px;
  border: 2px solid #2f6ca5;
  background: #fff;
  border-radius: 50%;
  transform: translateX(-50%);
}

.contact-page {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.6;
  color: var(--body-text);
}
.contact-page__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 2.75rem);
  align-items: start;
  margin-top: clamp(1.25rem, 3vw, 2rem);
}
.contact-page__detail {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 14px;
  font-size: 15px;
  color: var(--body-text);
}
.contact-page__detail i {
  flex-shrink: 0;
  width: 20px;
  margin-top: 0.38em;
  line-height: 1;
  color: #000;
  text-align: center;
}
.contact-page__detail a {
  color: var(--blue-text);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.contact-page__detail a:hover {
  color: var(--blue-strip);
}
.contact-page__detail--indented {
  padding-left: 30px;
}
.contact-page__detail--indented span {
  color: var(--body-text);
}
.contact-page__detail:has(+ .contact-page__detail--indented) {
  margin-bottom: 4px;
}
.contact-page__separator {
  position: relative;
  height: 1px;
  margin: clamp(1.5rem, 4vw, 2rem) 0;
  background: linear-gradient(to right, #2f6ca5 0, #2f6ca5 calc(50% - 15px), transparent calc(50% - 15px), transparent calc(50% + 15px), #2f6ca5 calc(50% + 15px), #2f6ca5 100%);
}
.contact-page__separator::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border: 2px solid #2f6ca5;
  background: #fff;
  border-radius: 50%;
}
.contact-page__hours {
  text-align: center;
  margin-bottom: clamp(1.25rem, 3vw, 1.75rem);
}
.contact-page__hours p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: var(--body-text);
}
.contact-page__hours-body {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: var(--body-text);
  text-align: center;
}
.contact-page__photo {
  text-align: center;
  margin-top: clamp(1.75rem, 4vw, 2.75rem);
}
.contact-page__photo-frame {
  display: inline-block;
  margin: 0;
  padding: 6px;
  max-width: 100%;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.06);
}
.contact-page__photo-img {
  display: block;
  width: 100%;
  max-width: 420px;
  height: auto;
  margin: 0 auto;
}
.contact-page__form .gform_wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 520px;
  width: 100%;
}
.contact-page__form .ginput_container input[type=text],
.contact-page__form .ginput_container input[type=email],
.contact-page__form .ginput_container input[type=tel],
.contact-page__form .ginput_container textarea {
  border: 1px solid #ccc;
}

@media (max-width: 768px) {
  .contact-page__layout {
    grid-template-columns: 1fr;
  }
  .contact-page__form .gform_wrapper {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
  }
}
.section.section__cs-justified {
  background: #fff;
}
.section.section__cs-justified .section__cs-justified-rule {
  position: relative;
  height: 1px;
  margin: 0 0 clamp(1.15rem, 2.8vw, 1.65rem);
  background: linear-gradient(to right, #2f6ca5 0, #2f6ca5 calc(50% - 15px), transparent calc(50% - 15px), transparent calc(50% + 15px), #2f6ca5 calc(50% + 15px), #2f6ca5 100%);
}
.section.section__cs-justified .section__cs-justified-rule::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border: 2px solid #2f6ca5;
  background: #fff;
  border-radius: 50%;
}
.section.section__cs-justified .section__cs-justified-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: clamp(1rem, 3vw, 28px);
  max-width: 1080px;
  margin: 0 auto;
  box-sizing: border-box;
}
.section.section__cs-justified .section__cs-justified-copy {
  flex: 1 1 0;
  min-width: 0;
}
.section.section__cs-justified .section__cs-justified-media {
  flex: 0 0 auto;
}
.section.section__cs-justified .section__cs-justified-frame {
  display: inline-block;
  margin: 0;
  padding: 6px;
  max-width: 100%;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.06);
}
.section.section__cs-justified .section__cs-justified-frame .section__cs-justified-img {
  display: block;
  width: auto;
  max-width: 140px;
  height: auto;
  margin: 0;
}
.section.section__cs-justified--img-lg .section__cs-justified-frame .section__cs-justified-img {
  max-width: 280px;
}
.section.section__cs-justified .section__cs-justified-title {
  margin: 0 0 0.65rem;
  font-family: "Droid Serif", serif;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 400;
  color: var(--blue-text);
  line-height: 1.25;
  text-align: left;
  text-transform: none;
  padding-bottom: 0;
}
.section.section__cs-justified .section__cs-justified-body {
  font-size: 15px;
  line-height: 1.65;
  color: var(--body-text);
  text-align: left;
}
.section.section__cs-justified .section__cs-justified-body p {
  margin: 0 0 14px;
}
.section.section__cs-justified .section__cs-justified-body p:last-child {
  margin-bottom: 0;
}
.section.section__cs-justified .section__cs-justified-body a {
  color: var(--blue-text);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.section.section__cs-justified .section__cs-justified-body a:hover {
  color: var(--blue-strip);
}

@media (max-width: 640px) {
  .section.section__cs-justified .section__cs-justified-inner {
    flex-direction: column;
    align-items: stretch;
  }
  .section.section__cs-justified .section__cs-justified-media {
    text-align: center;
  }
}
.section.section__basic-list {
  background: #fff;
  padding: clamp(32px, 6vw, 84px) clamp(18px, 4vw, 25px);
}
.section.section__basic-list .section-wrap {
  max-width: 1080px;
  margin: 0 auto;
  box-sizing: border-box;
}
.section.section__basic-list .basic-list__header {
  width: 100%;
}
.section.section__basic-list .basic-list__header .csh-split__title {
  margin: 0 0 clamp(1rem, 2.5vw, 1.35rem);
  text-align: center;
  color: var(--blue-text);
  font-family: "Droid Serif", serif;
  font-size: clamp(26px, 3.2vw, 38px);
  font-weight: 500;
  text-transform: none;
  line-height: 1.15;
  padding-bottom: 16px;
}
.section.section__basic-list .basic-list__columns {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 14px clamp(24px, 4vw, 48px);
  width: 100%;
  max-width: 100%;
  font-size: 15px;
  line-height: 1.55;
  color: var(--body-text);
}
.section.section__basic-list .basic-list__col {
  flex: 1 1 calc(50% - clamp(12px, 2vw, 24px));
  min-width: min(100%, 260px);
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.section.section__basic-list .basic-list__item {
  position: relative;
  margin: 0;
  padding: 2px 0 2px 2rem;
  font-family: "Open Sans", Arial, sans-serif;
}
.section.section__basic-list .basic-list__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.28em;
  width: 1.15em;
  height: 1.15em;
  background: url("./img/bullet-check.png") no-repeat center/contain;
}

@media (max-width: 640px) {
  .section.section__basic-list .basic-list__columns {
    flex-direction: column;
  }
  .section.section__basic-list .basic-list__col {
    flex: 1 1 auto;
    min-width: 0;
  }
}
.section.section__basic-content {
  background: #fff;
  padding: clamp(32px, 6vw, 84px) clamp(18px, 4vw, 25px);
}
.section.section__basic-content .section-wrap {
  max-width: 1080px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.6;
  color: var(--body-text);
}
.section.section__basic-content .section-wrap h1,
.section.section__basic-content .section-wrap h2,
.section.section__basic-content .section-wrap h3,
.section.section__basic-content .section-wrap h4,
.section.section__basic-content .section-wrap h5 {
  color: var(--blue-text);
}
.section.section__basic-content .section-wrap h1:not(.basic-content__title)::before,
.section.section__basic-content .section-wrap h1:not(.basic-content__title)::after,
.section.section__basic-content .section-wrap h2::before,
.section.section__basic-content .section-wrap h2::after {
  content: none;
}
.section.section__basic-content .section-wrap h1:not(.basic-content__title),
.section.section__basic-content .section-wrap h2 {
  padding-bottom: 0;
}
.section.section__basic-content .section-wrap a {
  color: var(--blue-text);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.section.section__basic-content .section-wrap a:hover {
  color: var(--blue-strip);
}
.section.section__basic-content .section-wrap input:not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]),
.section.section__basic-content .section-wrap textarea,
.section.section__basic-content .section-wrap select {
  color: var(--body-text);
}
.section.section__basic-content .section-wrap .gform_wrapper {
  margin-top: clamp(1.5rem, 3.5vw, 2.5rem);
  margin-bottom: clamp(1.5rem, 3.5vw, 2.5rem);
}
.section.section__basic-content .section-wrap::after {
  content: "";
  display: block;
  clear: both;
}
.section.section__basic-content .section-wrap .alignleft {
  float: left;
  margin: 0 1.35em 1em 0;
}
.section.section__basic-content .section-wrap .alignright {
  float: right;
  margin: 0 0 1em 1.35em;
}
.section.section__basic-content .section-wrap .aligncenter {
  display: block;
  float: none;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}
.section.section__basic-content .section-wrap figure.wp-block-image {
  margin-top: 0;
  margin-bottom: 1em;
}
.section.section__basic-content .section-wrap figure.wp-block-image img {
  display: block;
  height: auto;
  max-width: 100%;
}
.section.section__basic-content .section-wrap .wp-caption {
  max-width: 100%;
  box-sizing: border-box;
}
.section.section__basic-content .section-wrap .wp-caption .wp-caption-text {
  font-size: 13px;
  line-height: 1.45;
  margin: 0.4em 0 0;
  color: var(--body-text);
}
@media screen and (max-width: 510px) {
  .section.section__basic-content .section-wrap .alignleft,
  .section.section__basic-content .section-wrap .alignright,
  .section.section__basic-content .section-wrap figure.wp-block-image.alignleft,
  .section.section__basic-content .section-wrap figure.wp-block-image.alignright,
  .section.section__basic-content .section-wrap .wp-caption.alignleft,
  .section.section__basic-content .section-wrap .wp-caption.alignright {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .section.section__basic-content .section-wrap .alignleft img,
  .section.section__basic-content .section-wrap .alignright img,
  .section.section__basic-content .section-wrap figure.wp-block-image.alignleft img,
  .section.section__basic-content .section-wrap figure.wp-block-image.alignright img {
    width: 100%;
    height: auto;
  }
}

.gform_wrapper input.gform_button.button,
.gform_wrapper input.gform_next_button.button,
.gform_wrapper input.gform_button,
.gform_wrapper input.gform_next_button,
.gform_wrapper button.gform_button,
.gform_wrapper button.gform_next_button {
  background-color: var(--gform-primary) !important;
  color: #fff !important;
  border-color: transparent !important;
}
.gform_wrapper input.gform_button.button:hover, .gform_wrapper input.gform_button.button:focus-visible,
.gform_wrapper input.gform_next_button.button:hover,
.gform_wrapper input.gform_next_button.button:focus-visible,
.gform_wrapper input.gform_button:hover,
.gform_wrapper input.gform_button:focus-visible,
.gform_wrapper input.gform_next_button:hover,
.gform_wrapper input.gform_next_button:focus-visible,
.gform_wrapper button.gform_button:hover,
.gform_wrapper button.gform_button:focus-visible,
.gform_wrapper button.gform_next_button:hover,
.gform_wrapper button.gform_next_button:focus-visible {
  background-color: #0198d1 !important;
  color: #fff !important;
}

.section__content-split-gallery {
  background: #fff;
}

.section.section__gallery {
  background: #fff;
}
.section.section__gallery .section-wrap {
  max-width: 1080px;
  margin: 0 auto;
  padding: clamp(8px, 1.5vw, 16px) clamp(18px, 4vw, 24px) clamp(20px, 3vw, 40px);
  box-sizing: border-box;
  overflow: visible;
}
.section.section__gallery .gallery-section__header {
  width: 100%;
}
.section.section__gallery .gallery-section__header .csh-split__title {
  margin: 0 0 18px;
  text-align: center;
  color: var(--blue-text);
  font-family: "Droid Serif", serif;
  font-size: clamp(26px, 3.2vw, 38px);
  font-weight: 500;
  text-transform: none;
  line-height: 1.15;
  padding-bottom: 16px;
}
.section.section__gallery .gallery-section__header--no-title {
  overflow: visible;
}
.section.section__gallery .gallery-section__header--no-title .csh-split__title.gallery-section__title--empty {
  margin: 0 0 18px;
  padding-bottom: 16px;
  padding-top: 4px;
  font-size: 0;
  line-height: 0;
  color: transparent;
  overflow: visible;
}

.page-builder-boxed .content-shell--stack > .section__gallery {
  background: transparent;
  padding: 0;
}

.section__content-split-gallery .csh-split-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  max-width: 1080px;
  margin: 0 auto;
  padding: clamp(8px, 1.5vw, 16px) clamp(18px, 4vw, 24px) clamp(20px, 3vw, 40px);
  box-sizing: border-box;
}

.section__content-split-gallery .csh-split__header {
  width: 100%;
  flex: 0 0 auto;
}

.section__content-split-gallery .csh-split__row {
  display: flex;
  flex-wrap: wrap;
  gap: 28px 36px;
  align-items: flex-start;
  width: 100%;
}

.section__content-split-gallery .csh-split__col--content {
  flex: 1 1 300px;
  min-width: 0;
}

.section__content-split-gallery .csh-split__col--gallery {
  flex: 1 1 280px;
  min-width: 0;
  max-width: 100%;
  align-self: stretch;
}

@media (min-width: 900px) {
  .section__content-split-gallery .csh-split__col--gallery {
    flex: 0 1 400px;
    max-width: 400px;
  }
}
.section__content-split-gallery .csh-gallery {
  width: 100%;
  max-width: none;
}

.section__content-split-gallery .csh-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2px;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  background: #fff;
  border: 0;
}

.section__content-split-gallery .csh-gallery__cell {
  background: #ededed;
  border: 0;
}

.section__content-split-gallery .csh-split__wysiwyg {
  font-size: 15px;
  line-height: 1.6;
  color: var(--body-text);
}
.section__content-split-gallery .csh-split__wysiwyg p {
  margin: 0 0 14px;
}
.section__content-split-gallery .csh-split__wysiwyg strong,
.section__content-split-gallery .csh-split__wysiwyg b {
  color: var(--blue-text);
  font-weight: 700;
}
.section__content-split-gallery .csh-split__wysiwyg ul {
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
}
.section__content-split-gallery .csh-split__wysiwyg ul li {
  position: relative;
  margin: 0 0 10px;
  padding-left: 1.5em;
}
.section__content-split-gallery .csh-split__wysiwyg ul li::before {
  content: "»";
  position: absolute;
  left: 0;
  top: 0;
  color: #9a9a9a;
  font-size: 0.95em;
  line-height: inherit;
  font-weight: 400;
}
.section__content-split-gallery .csh-split__wysiwyg ol {
  margin: 0 0 14px;
  padding-left: 1.25em;
}
.section__content-split-gallery .csh-split__wysiwyg a {
  color: var(--blue-text);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.section__content-split-gallery .csh-split__wysiwyg a:hover {
  color: var(--blue-strip);
}
.section__content-split-gallery .csh-split__wysiwyg::after {
  content: "";
  display: block;
  clear: both;
}
.section__content-split-gallery .csh-split__wysiwyg .alignleft {
  float: left;
  margin: 0 1.35em 1em 0;
}
.section__content-split-gallery .csh-split__wysiwyg .alignright {
  float: right;
  margin: 0 0 1em 1.35em;
}
.section__content-split-gallery .csh-split__wysiwyg .aligncenter {
  display: block;
  float: none;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}
.section__content-split-gallery .csh-split__wysiwyg figure.wp-block-image {
  margin-top: 0;
  margin-bottom: 1em;
}
.section__content-split-gallery .csh-split__wysiwyg figure.wp-block-image img {
  display: block;
  height: auto;
  max-width: 100%;
}
.section__content-split-gallery .csh-split__wysiwyg .wp-caption {
  max-width: 100%;
  box-sizing: border-box;
}
.section__content-split-gallery .csh-split__wysiwyg .wp-caption .wp-caption-text {
  font-size: 13px;
  line-height: 1.45;
  margin: 0.4em 0 0;
  color: var(--body-text);
}
@media screen and (max-width: 510px) {
  .section__content-split-gallery .csh-split__wysiwyg .alignleft,
  .section__content-split-gallery .csh-split__wysiwyg .alignright,
  .section__content-split-gallery .csh-split__wysiwyg figure.wp-block-image.alignleft,
  .section__content-split-gallery .csh-split__wysiwyg figure.wp-block-image.alignright,
  .section__content-split-gallery .csh-split__wysiwyg .wp-caption.alignleft,
  .section__content-split-gallery .csh-split__wysiwyg .wp-caption.alignright {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .section__content-split-gallery .csh-split__wysiwyg .alignleft img,
  .section__content-split-gallery .csh-split__wysiwyg .alignright img,
  .section__content-split-gallery .csh-split__wysiwyg figure.wp-block-image.alignleft img,
  .section__content-split-gallery .csh-split__wysiwyg figure.wp-block-image.alignright img {
    width: 100%;
    height: auto;
  }
}

.section__gallery .csh-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  background: transparent;
  border-top: 1px solid #c8c8c8;
  border-left: 1px solid #c8c8c8;
  box-sizing: border-box;
}
@media (min-width: 640px) {
  .section__gallery .csh-gallery__grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 900px) {
  .section__gallery .csh-gallery__grid {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media (min-width: 1200px) {
  .section__gallery .csh-gallery__grid {
    grid-template-columns: repeat(9, 1fr);
  }
}

.csh-gallery__cell {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  line-height: 0;
  overflow: hidden;
  aspect-ratio: 1/1;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.csh-gallery__cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: filter 0.2s ease;
}
.csh-gallery__cell .csh-gallery__cell-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0);
  color: #fff;
  font-size: clamp(28px, 5vw, 40px);
  opacity: 0;
  transition: opacity 0.2s ease, background 0.2s ease;
  pointer-events: none;
}
.csh-gallery__cell:hover .csh-gallery__cell-overlay, .csh-gallery__cell:focus-visible .csh-gallery__cell-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.38);
}
.csh-gallery__cell:hover img, .csh-gallery__cell:focus-visible img {
  filter: brightness(0.92);
}
.csh-gallery__cell:focus-visible {
  outline: 2px solid var(--blue-text);
  outline-offset: 2px;
  z-index: 2;
}

.section__gallery .csh-gallery__cell {
  border-right: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  background: #e8e8e8;
}

.csh-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: env(safe-area-inset-top, 12px) 16px env(safe-area-inset-bottom, 12px);
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.88);
}
.csh-lightbox[hidden] {
  display: none !important;
}

.csh-lightbox__inner {
  position: relative;
  max-width: min(96vw, 1400px);
  max-height: 88vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.csh-lightbox__img {
  max-width: 96vw;
  max-height: 86vh;
  width: auto;
  height: auto;
  object-fit: contain;
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.45);
}

.csh-lightbox__close,
.csh-lightbox__prev,
.csh-lightbox__next {
  position: absolute;
  z-index: 2;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s ease;
}
.csh-lightbox__close:hover,
.csh-lightbox__prev:hover,
.csh-lightbox__next:hover {
  background: rgba(255, 255, 255, 0.22);
}
.csh-lightbox__close:focus-visible,
.csh-lightbox__prev:focus-visible,
.csh-lightbox__next:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.csh-lightbox__close {
  top: 12px;
  right: 12px;
  font-size: 36px;
  font-weight: 300;
}

.csh-lightbox__prev {
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.csh-lightbox__next {
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 600px) {
  .csh-lightbox__prev {
    left: 4px;
  }
  .csh-lightbox__next {
    right: 4px;
  }
  .csh-lightbox__close,
  .csh-lightbox__prev,
  .csh-lightbox__next {
    width: 42px;
    height: 42px;
    font-size: 22px;
  }
}
.content-shell h2 {
  position: relative;
  margin: 28px 0 20px;
  text-align: center;
  color: var(--blue-text);
  font-family: "Droid Serif", serif;
  font-size: clamp(20px, 2.3vw, 28px);
  font-weight: 500;
  line-height: 1.15;
  padding-bottom: 16px;
}

.content-shell h2::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(to right, #2f6ca5 0, #2f6ca5 calc(50% - 15px), transparent calc(50% - 15px), transparent calc(50% + 15px), #2f6ca5 calc(50% + 15px), #2f6ca5 100%);
}

.content-shell h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 9px;
  height: 9px;
  border: 2px solid #2f6ca5;
  background: #fff;
  border-radius: 50%;
  transform: translateX(-50%);
}

.content-shell .contact-page__hours h2,
.content-shell h2.contact-page__form-heading {
  position: static;
  margin: 0 0 0.65rem;
  padding-bottom: 0;
  text-align: center;
  font-family: "Droid Serif", serif;
  font-size: clamp(1.2rem, 2.2vw, 1.45rem);
  font-weight: 400;
  color: var(--blue-text);
  line-height: 1.2;
}

.content-shell h2.contact-page__form-heading {
  margin: 0 0 1rem;
  font-size: clamp(1.35rem, 2.5vw, 1.65rem);
}

.content-shell .contact-page__hours h2::before,
.content-shell .contact-page__hours h2::after,
.content-shell h2.contact-page__form-heading::before,
.content-shell h2.contact-page__form-heading::after {
  content: none;
}

.content-shell .section__cs-justified .section__cs-justified-title {
  position: static;
  margin: 0 0 0.65rem;
  padding-bottom: 0;
  text-align: left;
  font-family: "Droid Serif", serif;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 400;
  color: var(--blue-text);
  line-height: 1.25;
  text-transform: none;
}

.content-shell .section__cs-justified .section__cs-justified-title::before,
.content-shell .section__cs-justified .section__cs-justified-title::after {
  content: none;
}

.content-shell .page-default-content {
  font-size: 15px;
  line-height: 1.6;
}
.content-shell .page-default-content > *:first-child {
  margin-top: 0;
}
.content-shell .page-default-content p {
  margin: 0 0 18px;
}
.content-shell .page-default-content ul,
.content-shell .page-default-content ol {
  margin: 0 0 18px;
  padding-left: 1.25em;
}
.content-shell .page-default-content a {
  color: var(--blue-text);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.content-shell .page-default-content a:hover {
  color: var(--blue-strip);
}
.content-shell .page-default-content::after {
  content: "";
  display: block;
  clear: both;
}
.content-shell .page-default-content .alignleft {
  float: left;
  margin: 0 1.35em 1em 0;
}
.content-shell .page-default-content .alignright {
  float: right;
  margin: 0 0 1em 1.35em;
}
.content-shell .page-default-content .aligncenter {
  display: block;
  float: none;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}
.content-shell .page-default-content figure.wp-block-image {
  margin-top: 0;
  margin-bottom: 1em;
}
.content-shell .page-default-content figure.wp-block-image img {
  display: block;
  height: auto;
  max-width: 100%;
}
.content-shell .page-default-content .wp-caption {
  max-width: 100%;
  box-sizing: border-box;
}
.content-shell .page-default-content .wp-caption .wp-caption-text {
  font-size: 13px;
  line-height: 1.45;
  margin: 0.4em 0 0;
  color: var(--body-text);
}
@media screen and (max-width: 510px) {
  .content-shell .page-default-content .alignleft,
  .content-shell .page-default-content .alignright,
  .content-shell .page-default-content figure.wp-block-image.alignleft,
  .content-shell .page-default-content figure.wp-block-image.alignright,
  .content-shell .page-default-content .wp-caption.alignleft,
  .content-shell .page-default-content .wp-caption.alignright {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .content-shell .page-default-content .alignleft img,
  .content-shell .page-default-content .alignright img,
  .content-shell .page-default-content figure.wp-block-image.alignleft img,
  .content-shell .page-default-content figure.wp-block-image.alignright img {
    width: 100%;
    height: auto;
  }
}

.intro-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 26px;
  align-items: start;
}

.intro-copy p {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.6;
}

.content-shell hr {
  position: relative;
  border: 0;
  height: 14px;
  margin: 14px 0 26px;
}

.content-shell hr::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 6px;
  height: 1px;
  background: linear-gradient(to right, #2f6ca5 0, #2f6ca5 calc(50% - 15px), transparent calc(50% - 15px), transparent calc(50% + 15px), #2f6ca5 calc(50% + 15px), #2f6ca5 100%);
}

.content-shell hr::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 2px;
  width: 9px;
  height: 9px;
  border: 2px solid #2f6ca5;
  background: #fff;
  border-radius: 50%;
  transform: translateX(-50%);
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
}

.card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card img {
  border: 5px solid #efefef;
  width: 100%;
}

.card h3 {
  text-align: center;
  color: var(--blue-text);
  margin: 12px 0 12px;
  font-family: "Droid Serif", serif;
  font-size: clamp(24px, 2.4vw, 24px);
  font-weight: 500;
  line-height: 1.08;
}

.card p {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.55;
}

.btn {
  display: inline-block;
  background: #dbdbdb;
  color: #333;
  border: 1px solid #b8b8b8;
  padding: 8px 16px;
  font-size: 13px;
  margin-top: auto;
  align-self: flex-start;
}

.btn:hover {
  background: #cfcfcf;
}

.section.section__content-cards {
  padding-bottom: clamp(1.5rem, 4vw, 2.5rem);
}

.section__content-cards .content-cards__header {
  width: 100%;
}

.section__content-cards .content-cards__header--no-title .basic-content__title.content-cards__title--empty {
  margin: 0 0 18px;
  padding-bottom: 16px;
  padding-top: 4px;
  font-size: 0;
  line-height: 0;
  color: transparent;
  overflow: visible;
}

.section__content-cards .content-cards__grid {
  margin-top: 0;
}

.section.section__events {
  background: #fff;
  padding: clamp(32px, 6vw, 84px) clamp(18px, 4vw, 25px);
}
.section.section__events .section-wrap {
  max-width: 1080px;
  margin: 0 auto;
  box-sizing: border-box;
}
.section.section__events .section-events__header {
  width: 100%;
  margin-bottom: clamp(1.25rem, 3vw, 2rem);
}
.section.section__events .section-events__main {
  display: grid;
  grid-template-columns: minmax(0, 65fr) minmax(0, 35fr);
  align-items: start;
  gap: clamp(1.25rem, 3vw, 2.5rem);
  margin-bottom: clamp(1.5rem, 4vw, 2.75rem);
}
.section.section__events .section-events__main:has(.section-events__list-wrap:only-child) {
  grid-template-columns: 1fr;
}
.section.section__events .section-events__main:has(.section-events__justified:only-child) {
  grid-template-columns: 1fr;
  justify-items: end;
}
.section.section__events .section-events__list-wrap {
  min-width: 0;
}
.section.section__events .section-events__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.section.section__events .section-events__item {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}
.section.section__events .section-events__icon {
  flex: 0 0 auto;
  line-height: 0;
}
.section.section__events .section-events__icon .section-events__icon-img {
  display: block;
  width: auto;
  height: auto;
  max-width: 72px;
  max-height: 56px;
  object-fit: contain;
}
.section.section__events .section-events__link {
  font-size: 15px;
  font-weight: 700;
  color: var(--blue-text);
  text-decoration: underline;
  text-underline-offset: 2px;
  line-height: 1.35;
  word-break: break-word;
}
.section.section__events .section-events__link:hover {
  color: var(--blue-strip);
}
.section.section__events .section-events__link--text {
  text-decoration: none;
  cursor: default;
}
.section.section__events .section-events__justified {
  width: 100%;
  min-width: 0;
  justify-self: end;
  text-align: right;
}
.section.section__events .section-events__justified .section__cs-justified-frame {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 0 0 auto;
  padding: 6px;
  max-width: 100%;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.06);
}
.section.section__events .section-events__justified .section__cs-justified-img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  margin: 0;
}
.section.section__events .section-events__logos {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 4vw, 40px);
  align-items: center;
  justify-items: center;
  text-align: center;
}
.section.section__events .section-events__logo-cell {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 1px;
}
.section.section__events .section-events__logo-link {
  display: inline-block;
  line-height: 0;
}
.section.section__events .section-events__logo-link img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 120px;
  object-fit: contain;
}
.section.section__events .section-events__logo-link--static {
  cursor: default;
}

@media (max-width: 768px) {
  .section.section__events .section-events__main {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }
  .section.section__events .section-events__main:has(.section-events__justified:only-child) {
    justify-items: center;
  }
  .section.section__events .section-events__justified {
    justify-self: center;
    text-align: center;
  }
  .section.section__events .section-events__justified .section__cs-justified-frame {
    margin-left: auto;
    margin-right: auto;
  }
  .section.section__events .section-events__list {
    grid-template-columns: 1fr;
  }
  .section.section__events .section-events__logos {
    grid-template-columns: 1fr;
    width: 100%;
    gap: clamp(28px, 6vw, 44px);
  }
  .section.section__events .section-events__logo-cell {
    width: 100%;
    max-width: 100%;
  }
  .section.section__events .section-events__logo-link,
  .section.section__events .section-events__logo-link--static {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.site-footer {
  background: var(--footer-bg);
  color: #d1d4d8;
  padding: 38px 0 18px;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.footer-grid--no-map {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.footer-col.footer-contact,
.footer-col.footer-links {
  min-width: 0;
}

.footer-col.footer-links {
  padding-left: 15px;
}

.footer-map {
  justify-self: center;
  width: 100%;
  max-width: 360px;
}

.footer-map-frame {
  position: relative;
  margin: 0 auto;
  max-width: 360px;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}

.footer-map-open {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  font-size: 13px;
  font-weight: 600;
  color: #1a73e8;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  line-height: 1.2;
}
.footer-map-open i {
  font-size: 11px;
  opacity: 0.9;
}
.footer-map-open:hover {
  color: #174ea6;
  background: #f8f9fa;
}

.footer-col hr {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin: 16px 0;
}

.footer-contact img {
  width: auto;
  margin: 0 auto 8px;
}

.footer-contact p {
  margin: 0 0 14px;
  font-size: 15px;
  color: #999999;
}

.footer-contact i {
  width: 20px;
  color: #8f98a1;
}

.footer-contact a:hover,
.footer-links a:hover {
  color: #fff;
}

.footer-map-frame iframe {
  display: block;
  width: 360px;
  height: 263px;
  max-width: 100%;
  border: 0;
}

.footer-link-columns > ul,
.footer-link-columns ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  column-count: 2;
  column-gap: 18px;
}

.footer-link-columns > ul > li,
.footer-link-columns ul.menu > li {
  margin: 0 0 8px;
  break-inside: avoid;
}

.footer-brand-social {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.chamber-copy {
  margin: 0;
  color: #aeb4bb;
  font-size: 14px;
}

.chamber-logo {
  margin: 0;
  flex: 0 1 auto;
  max-width: 100%;
}

.chamber-logo__img {
  display: block;
  width: 138px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  object-position: left center;
}

.social-icons {
  display: flex;
  gap: 8px;
}

.social-icons a {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #37414b;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  transition: background 0.2s ease;
}

.social-icons a:hover {
  background: #4a5561;
}

.top-social a .fa-tripadvisor,
.social-icons a .fa-tripadvisor,
.primary-nav-social a .fa-tripadvisor {
  font-size: 1.38em;
  line-height: 1;
}

.copyright-bar {
  background: var(--footer-sub-bg);
  color: #a6abb1;
  padding: 12px 0;
  font-size: 13px;
}

.copyright-inner {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.copyright-inner p {
  margin: 0;
}

.copyright-inner a:hover {
  color: #fff;
}

.nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  z-index: 98;
  transition: opacity 0.2s ease;
}

@media (max-width: 1050px) {
  .primary-nav ul {
    gap: 14px;
  }
  .primary-nav a {
    font-size: 11px;
  }
  .cards-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid:not(.footer-grid--no-map) {
    grid-template-columns: 1fr 1fr;
  }
  .footer-grid:not(.footer-grid--no-map) .footer-links {
    grid-column: span 2;
  }
  .footer-grid.footer-grid--no-map {
    grid-template-columns: 1fr 1fr;
  }
  .footer-grid.footer-grid--no-map .footer-links {
    grid-column: auto;
  }
}
@media (max-width: 860px) {
  .menu-toggle {
    display: block;
    z-index: 101;
  }
  .primary-nav {
    position: fixed;
    top: 0;
    right: -360px;
    width: 340px;
    max-width: 92vw;
    height: 100vh;
    height: 100dvh;
    background: #262626;
    z-index: 100;
    transition: right 0.25s ease;
    padding: 86px 0 0;
    overflow-y: auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
  }
  .primary-nav ul {
    flex: 1 1 auto;
    display: block;
    column-count: 1;
    width: 100%;
    margin: 0;
    padding: 8px 24px 24px;
    box-sizing: border-box;
  }
  .primary-nav li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    break-inside: avoid;
  }
  .primary-nav li:last-child {
    border-bottom: none;
  }
  .primary-nav ul a {
    display: block;
    padding: 18px 0;
    font-size: 20px;
    line-height: 1.25;
    white-space: normal;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 400;
    color: #a3bee9;
  }
  .primary-nav ul a:hover {
    color: #c5d8f5;
  }
  .primary-nav .current-menu-item > a,
  .primary-nav .current_page_item > a {
    color: #fff;
    font-weight: 700;
  }
  .primary-nav-social {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: auto;
    padding: 20px 24px 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.2), transparent);
  }
  .primary-nav-social a {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    box-sizing: border-box;
    border-radius: 50%;
    background: #6d97ca;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    line-height: 1;
    transition: background 0.2s ease;
  }
  .primary-nav-social a:hover {
    background: #82a8d6;
    color: #fff;
  }
  body.nav-open .primary-nav {
    right: 0;
  }
  body.nav-open .nav-overlay {
    opacity: 1;
    visibility: visible;
  }
  body.nav-open .menu-toggle span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  body.nav-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }
  body.nav-open .menu-toggle span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  .top-bar-inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 12px 16px;
    gap: 10px;
  }
  .top-contact {
    align-items: center;
    text-align: center;
    gap: 6px 18px;
    flex-direction: column;
  }
  .top-contact p {
    text-align: center;
  }
  .top-social {
    justify-content: center;
  }
  .intro-grid {
    grid-template-columns: 1fr;
  }
  .intro-image img {
    margin: 0 auto;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-links {
    grid-column: auto;
  }
  .copyright-inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 6px;
  }
  .footer-link-columns > ul,
  .footer-link-columns ul.menu {
    column-count: 1;
  }
  .slider-arrow {
    width: 30px;
    height: 54px;
    font-size: 28px;
  }
}

/*# sourceMappingURL=style.css.map */
