@charset "UTF-8";
/****** The Perch 2026 ******/
/*** Boostrap Overrides ***/
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  background-color: #f5f5f5;
  border: 0;
  border-radius: 0;
}

h1 {
  font-family: "introrust-base";
  font-size: 3rem;
}

h2 {
  font-family: "Inter", sans-serif;
  letter-spacing: normal;
  font-size: 2.25rem;
  font-weight: 800 !important;
}

h3 {
  font-family: "Inter", sans-serif;
  letter-spacing: normal;
  font-size: 1.75rem;
  font-weight: 700 !important;
}

h4 {
  font-family: "Inter", sans-serif;
  letter-spacing: normal;
  font-size: 1.5rem;
  font-weight: 600 !important;
}

h5 {
  font-family: "Inter", sans-serif;
  letter-spacing: normal;
  font-size: 1.25rem;
}

h6 {
  font-family: "Inter", sans-serif;
  letter-spacing: normal;
  font-size: 1.125rem;
}

p {
  text-wrap: pretty;
}

.highlight {
  color: #0E5A66;
}

.hidden {
  display: none !important;
}

.read-more,
.cta-button {
  display: inline-flex;
  position: relative;
  margin-top: 0.25rem;
  padding: 0.5rem 1rem;
  border: 1px solid rgba(14, 90, 102, 0.6);
  border-radius: 1.25rem;
  color: #0E5A66;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}
.read-more:hover,
.cta-button:hover {
  background-color: rgba(14, 90, 102, 0.1);
  color: #033B44;
}
.read-more:focus-visible,
.cta-button:focus-visible {
  border-radius: 1.25rem;
  outline: none;
  text-decoration: none;
  box-shadow: 0 0 0 2px #F3EEE7, 0 0 0 4px rgba(14, 90, 102, 0.6);
}
.read-more.new-window,
.cta-button.new-window {
  padding-right: 2.25rem;
}
.read-more.new-window::before,
.cta-button.new-window::before {
  content: "";
  position: absolute;
  right: 0.75rem;
  top: 50%;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.75 15.75C3.3375 15.75 2.98438 15.6031 2.69063 15.3094C2.39688 15.0156 2.25 14.6625 2.25 14.25V3.75C2.25 3.3375 2.39688 2.98438 2.69063 2.69063C2.98438 2.39688 3.3375 2.25 3.75 2.25H9V3.75H3.75V14.25H14.25V9H15.75V14.25C15.75 14.6625 15.6031 15.0156 15.3094 15.3094C15.0156 15.6031 14.6625 15.75 14.25 15.75H3.75ZM7.275 11.775L6.225 10.725L13.2 3.75H10.5V2.25H15.75V7.5H14.25V4.8L7.275 11.775Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.75 15.75C3.3375 15.75 2.98438 15.6031 2.69063 15.3094C2.39688 15.0156 2.25 14.6625 2.25 14.25V3.75C2.25 3.3375 2.39688 2.98438 2.69063 2.69063C2.98438 2.39688 3.3375 2.25 3.75 2.25H9V3.75H3.75V14.25H14.25V9H15.75V14.25C15.75 14.6625 15.6031 15.0156 15.3094 15.3094C15.0156 15.6031 14.6625 15.75 14.25 15.75H3.75ZM7.275 11.775L6.225 10.725L13.2 3.75H10.5V2.25H15.75V7.5H14.25V4.8L7.275 11.775Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.read-more.primary,
.cta-button.primary {
  border-color: #0E5A66;
  background-color: #0E5A66;
  color: #F3EEE7;
}
.read-more.gold,
.cta-button.gold {
  border-color: #866F42;
  background-color: #866F42;
  color: #F3EEE7;
}

section.no-bg {
  background-color: #F3EEE7;
}

.perch-card {
  position: relative;
  background: rgba(45, 45, 43, 0.1);
  border-radius: 1rem;
  padding: 1rem;
  margin: 2rem 0;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  font-size: 0.875rem;
}
.perch-card.primary {
  background: rgba(14, 90, 102, 0.1);
}
.perch-card img {
  width: calc(100% + 2rem);
  height: auto;
  margin-bottom: 1rem;
  border-radius: 0.75rem;
}
.perch-card h4 {
  font-size: 1.25rem;
}
.perch-card P:last-child {
  margin-bottom: 0;
}

.accordion {
  border-radius: 0.5rem;
}
.accordion .accordion-item {
  border: 1px solid transparent;
  border-radius: 0.5rem;
  margin-bottom: 0.75rem;
  background: rgba(45, 45, 43, 0.05);
}
.accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.accordion .accordion-item p:last-child {
  margin-bottom: 0;
}
.accordion .accordion-header {
  margin: 0;
}
.accordion .accordion-button {
  background: transparent;
  color: #2D2D2B;
  padding: 0.75rem 1rem;
  font-weight: 700;
  font-size: 1rem;
  border: none;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Inter", sans-serif;
  letter-spacing: normal;
}
.accordion .accordion-button::after {
  width: 1rem;
  height: 1rem;
  background-size: 1rem;
}
.accordion .accordion-button:not(.collapsed) {
  background: transparent;
  color: #2D2D2B;
  box-shadow: none;
}
.accordion .accordion-button:focus-visible {
  box-shadow: 0 0 0 0.25rem #3399AA;
}
.accordion .accordion-body {
  padding: 1rem;
  font-size: 1rem;
}
.accordion .accordion-body p {
  text-wrap: pretty;
}
.accordion .accordion-body table td {
  font-size: 0.875rem;
}

table td {
  padding: 0.375rem 0;
  border-bottom: 1px solid rgba(45, 45, 43, 0.2);
}

.menu-nav {
  margin-top: 2.5rem;
  display: flex;
  gap: 0.75rem;
  width: 100%;
}
@media (max-width: 991px) {
  .menu-nav {
    background: rgba(45, 45, 43, 0.05);
    border-radius: 1rem;
    gap: 0;
  }
}
.menu-nav .menu-nav-item {
  flex: 1;
  text-align: center;
  padding: 0.5rem 1.25rem;
  border-radius: 0.5rem;
  background: rgba(45, 45, 43, 0.1);
  color: #565655;
  font-size: 0.875rem;
  text-decoration: none;
  white-space: nowrap;
  min-height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
}
@media (max-width: 991px) {
  .menu-nav .menu-nav-item {
    flex-direction: column;
    max-width: auto;
    flex-grow: 1;
    min-width: 0;
    min-height: auto;
    padding: 0.5rem 0.5rem;
    white-space: normal;
    font-size: 0.75rem;
    background-color: transparent;
    border-radius: 2rem;
  }
}
.menu-nav .menu-nav-item {
  /* Material Symbols glyph icon */
}
.menu-nav .menu-nav-item .material-symbols-outlined {
  margin-bottom: 1px;
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
  color: currentColor;
}
@media (max-width: 991px) {
  .menu-nav .menu-nav-item .material-symbols-outlined {
    font-size: 40px;
  }
}
.menu-nav .menu-nav-item.active {
  background: #0E5A66;
  color: #F1FCFE;
}
@media (max-width: 991px) {
  .menu-nav .menu-nav-item.active {
    background-color: transparent;
    color: #0E5A66;
    font-weight: 800;
  }
}

@media (max-width: 991px) {
  .page-template-menu .menu-nav {
    flex-wrap: wrap;
    justify-content: center !important;
  }
}
@media (max-width: 991px) {
  .page-template-menu .menu-nav .menu-nav-item {
    min-width: 96px;
  }
}

.inline-nav {
  position: relative;
}
.inline-nav::before {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid rgba(45, 45, 43, 0.2);
}

.nav-tabs .nav-item {
  color: #565655;
  font-size: 0.875rem;
}
.nav-tabs .nav-item .nav-link {
  border-bottom-color: rgba(45, 45, 43, 0.2);
  color: #565655;
}
.nav-tabs .nav-item .nav-link.active {
  font-weight: 700;
  background-color: #F3EEE7;
  border-color: rgba(45, 45, 43, 0.2);
  border-bottom-color: #F3EEE7;
  color: #0E5A66;
}

.community-page .menu-nav .menu-nav-item {
  flex: 1;
}
.community-page .menu-nav .menu-nav-item:focus-visible {
  outline-offset: 2px;
  box-shadow: #F3EEE7 0px 0px 0px 2px;
  outline: #3399AA solid 2px !important;
}

.latest-posts-wrapper {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.latest-posts-wrapper .latest-post {
  position: relative;
  padding-top: 0.75rem;
}
.latest-posts-wrapper .latest-post .post-date {
  margin-bottom: 0.25rem;
  font-size: 0.8125rem;
  color: #565655;
}
.latest-posts-wrapper .latest-post h3 {
  margin-bottom: 1rem;
}
.latest-posts-wrapper .latest-post .excerpt {
  color: #565655;
  font-size: 0.875rem;
}

.blog-search {
  position: relative;
}
.blog-search input {
  width: 100%;
  padding: 0.6rem 2.2rem 0.6rem 0.8rem;
  border-radius: 0.5rem;
  border: 1px solid #ccc;
  font-size: 1rem;
}
.blog-search input:focus {
  outline: none;
  box-shadow: 0 0 0 2px #3399AA;
}
.blog-search button {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
  color: #666;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s ease;
}
.blog-search button[style*=visible] {
  opacity: 1;
}
.blog-search button:focus {
  border-radius: 0.25rem;
  outline: none;
  box-shadow: 0 0 0 2px #F3EEE7, 0 0 0 4px rgba(14, 90, 102, 0.6);
}

.react-calendar__month-view__days__day:not(.react-calendar__tile--rangeStart, .react-calendar__tile--rangeEnd).react-calendar__tile--now {
  border-radius: 50%;
  background-color: #0E5A66;
}
.react-calendar__month-view__days__day:not(.react-calendar__tile--rangeStart, .react-calendar__tile--rangeEnd).react-calendar__tile--now abbr {
  color: #F3EEE7;
}

.eapp-events-calendar-layout-pagination {
  padding-bottom: 2rem;
}

.eapp-events-calendar-popup-item-inner {
  background-color: #F3EEE7 !important;
}
.eapp-events-calendar-popup-item-inner .eapp-events-calendar-divider-component {
  display: none !important;
}
.eapp-events-calendar-popup-item-row {
  margin-bottom: 1rem !important;
}
.eapp-events-calendar-popup-item-header {
  align-items: flex-start !important;
}
.eapp-events-calendar-popup-item-category:last-child {
  padding: 5px 16px;
  background: rgba(14, 90, 102, 0.1);
  color: #2D2D2B;
  border-radius: 26px;
  text-transform: capitalize !important;
}
.eapp-events-calendar-popup-item-name {
  margin-top: 0.5rem;
}
.eapp-events-calendar-popup-item-media img {
  object-fit: cover;
  width: 100%;
  height: 342px;
}
.eapp-events-calendar-popup-item-tags {
  gap: 0.5rem;
}
.eapp-events-calendar-popup-item-tags .eapp-events-calendar-tags-item {
  padding: 5px 16px;
  background: rgba(45, 45, 43, 0.1);
  color: #2D2D2B;
  border-radius: 26px;
}
.eapp-events-calendar-popup-item-tags .eapp-events-calendar-tags-item::after {
  display: none;
}
.eapp-events-calendar-popup-item-close {
  background-color: transparent !important;
}
.eapp-events-calendar-popup-item-close svg {
  fill: #565655;
}
.eapp-events-calendar-popup-item-button {
  margin-left: 0 !important;
}
.eapp-events-calendar-popup-item-button button {
  background-color: #0E5A66 !important;
}

.page-template-games .eapp-events-calendar-popup-item-button {
  margin-top: 0.5rem !important;
}
.page-template-games .eapp-events-calendar-button-link {
  background-color: rgba(45, 45, 43, 0.1) !important;
  color: #2D2D2B !important;
  border-radius: 2rem !important;
  height: auto !important;
  font-size: 0.75rem !important;
  font-weight: 600 !important;
}
.page-template-games .eapp-events-calendar-button-link .es-button-base-overlay {
  padding: 0.25rem 0.5rem !important;
}

.page-template-games .eapp-events-calendar-popup-location-title {
  display: none !important;
}
.page-template-games .eapp-events-calendar-popup-location-content::before {
  content: "Playing Time";
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.page-template-games .eapp-events-calendar-popup-item-inner .eapp-events-calendar-organizer-title {
  display: none !important;
}
.page-template-games .eapp-events-calendar-popup-item-inner .eapp-events-calendar-organizer-content {
  display: flex;
  flex-direction: column;
  margin-top: 0;
}
.page-template-games .eapp-events-calendar-popup-item-inner .eapp-events-calendar-organizer-content::before {
  content: "Players";
  font-weight: 700;
}

.page-template-community .eapp-events-calendar-popup-location-title,
.home .eapp-events-calendar-popup-location-title {
  display: none !important;
}
.page-template-community .eapp-events-calendar-popup-location-content,
.home .eapp-events-calendar-popup-location-content {
  display: flex;
  flex-direction: column;
  margin-top: 0;
  gap: 0.45rem;
}
.page-template-community .eapp-events-calendar-popup-location-content::before,
.home .eapp-events-calendar-popup-location-content::before {
  content: "COST";
  font-weight: 700;
  margin-bottom: 0.25rem;
}

[class*=filter-dropdown__Content] {
  background-color: #F3EEE7 !important;
}

.eapp-events-calendar-read-more-content::after {
  display: none;
  background: linear-gradient(rgba(255, 255, 255, 0) 20%, #F3EEE7) !important;
}

.perch-form {
  margin: 0 auto;
}
.perch-form > .row {
  margin-bottom: 1rem;
}
.perch-form > .row.inputs > div {
  margin-bottom: 1rem;
}
.perch-form input[type=text],
.perch-form input[type=email],
.perch-form textarea {
  width: 100%;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  font-size: 16px;
  font-family: inherit;
  background: #033B44;
  color: #F3EEE7;
  border-color: transparent;
  box-sizing: border-box;
  transition: border-color 0.2s ease;
}
.perch-form input:focus,
.perch-form textarea:focus {
  box-shadow: 0 0 0 2px #3399AA;
  outline: none;
}
.perch-form textarea {
  min-height: 120px;
  resize: vertical;
  grid-column: 1/-1;
}
.perch-form label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 400;
}
.perch-form button[type=submit] {
  grid-column: 1/-1;
  padding: 0.5rem 1rem;
  background: #866F42;
  color: #fff;
  border: none;
  border-radius: 2rem;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.2s ease;
}
.perch-form button[type=submit]:hover {
  background: #2D2D2B;
}
.perch-form input[type=file] {
  width: auto;
  padding: 0;
  border: none;
  background: none;
  font-size: 16px;
}
.perch-form input[type=file]::file-selector-button, .perch-form input[type=file]::-webkit-file-upload-button {
  margin-right: 1rem;
  padding: 8px 14px;
  border: 1px solid rgba(243, 238, 231, 0.4);
  border-radius: 2rem;
  background: #0E5A66;
  color: #F3EEE7;
  cursor: pointer;
  font-size: 15px;
}
.perch-form .submit {
  margin-top: 2rem;
}
.perch-form.light input:not([type=radio]):not([type=checkbox]),
.perch-form.light select,
.perch-form.light textarea {
  width: 100%;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  font-size: 16px;
  border: 1px solid rgba(45, 45, 43, 0.2);
  background-color: #fff;
  color: #2D2D2B;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.perch-form.light input:not([type=radio]):not([type=checkbox]):focus,
.perch-form.light select:focus,
.perch-form.light textarea:focus {
  outline: none;
  border-color: #000;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}
.perch-form.light select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23333' height='20' width='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'><polygon points='0,0 20,0 10,12'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 14px;
  padding-right: 40px;
  cursor: pointer;
}
.perch-form.light .party-size-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.perch-form.light .party-size-radio {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid rgba(45, 45, 43, 0.2);
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
}
.perch-form.light .party-size-radio input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.perch-form.light .party-size-radio span {
  font-size: 16px;
  font-weight: 600;
  color: #2D2D2B;
  pointer-events: none;
}
.perch-form.light .party-size-radio:hover {
  border-color: #2D2D2B;
}
.perch-form.light .party-size-radio {
  /* SELECTED STATE */
}
.perch-form.light .party-size-radio input:checked + span {
  background: #2D2D2B;
  color: #fff;
  border-radius: 6px;
  /* Make the span fill the entire box */
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.perch-form.light button[type=submit] {
  background: #0E5A66;
  color: #F3EEE7;
}

/* Error state */
.perch-form .field-error {
  border-color: #FF9B6F !important;
}
.perch-form .application-error-message {
  font-size: 14px;
  color: #FF7E46;
  margin-top: 4px;
  margin-bottom: 12px;
}
.perch-form.light .field-error {
  border-color: #c62d3c !important;
}
.perch-form.light .event-error-message {
  color: #c62d3c;
}

.application-error-block {
  margin: 0 auto 24px;
  padding: 16px 20px;
  background: #fff5f5;
  border: 1px solid #FF9B6F;
  border-radius: 6px;
  color: #FF9B6F;
  font-size: 16px;
}

/* Success message */
.page-template-team a {
  color: #DEBE81;
}
.page-template-team a:hover {
  color: #E5CB9A;
}
.page-template-team a.read-more {
  border-color: #C0A36A;
}
.page-template-team a.read-more:hover {
  background-color: rgba(243, 238, 231, 0.1);
  color: #E5CB9A;
  border-color: #DEBE81;
}
.page-template-team a.read-more:focus-visible {
  box-shadow: 0 0 0 0.25rem #3399AA;
}
.page-template-team .form-success {
  height: calc(100vh - 600px);
  border: 0;
}
.page-template-team .form-success > .container {
  min-height: 100%;
  align-content: center;
}
.page-template-team .form-success h2 {
  color: #4EBACB !important;
}
.page-template-team .form-success .success-close {
  display: inline-block;
  background: transparent;
  color: #DFD9D1;
  border: 1px solid rgba(255, 255, 255, 0.3137254902);
  padding: 6px 14px;
  border-radius: 2rem;
  cursor: pointer;
  font-size: 15px;
  margin-top: 16px;
  width: auto; /* prevents full-width */
  text-align: center;
}
.page-template-team .form-success .success-close:hover {
  background: rgba(255, 255, 255, 0.1254901961);
}
.page-template-team .form-success .success-close:focus-visible {
  outline: none;
  text-decoration: none;
  box-shadow: 0 0 0 2px #0E5A66, 0 0 0 4px #3399AA;
}

.page-template-event-signup .form-success,
.page-template-contact .form-success {
  height: calc(100vh - 600px);
}
.page-template-event-signup .form-success > .container,
.page-template-contact .form-success > .container {
  min-height: 100%;
  align-content: center;
}
.page-template-event-signup .form-success h2,
.page-template-contact .form-success h2 {
  color: #0E5A66 !important;
}
.page-template-event-signup .form-success .success-close,
.page-template-contact .form-success .success-close {
  display: inline-block;
  background: transparent;
  color: #0E5A66;
  border: 1px solid rgba(14, 90, 102, 0.5);
  padding: 6px 14px;
  border-radius: 2rem;
  cursor: pointer;
  font-size: 15px;
  margin-top: 16px;
  width: auto; /* prevents full-width */
  text-align: center;
}
.page-template-event-signup .form-success .success-close:hover,
.page-template-contact .form-success .success-close:hover {
  background: rgba(14, 90, 102, 0.2);
}
.page-template-event-signup .form-success .success-close:focus-visible,
.page-template-contact .form-success .success-close:focus-visible {
  border-radius: 1.25rem;
  outline: none;
  text-decoration: none;
  box-shadow: 0 0 0 2px #F3EEE7, 0 0 0 4px rgba(14, 90, 102, 0.6);
}

.page-template-event-signup .event-signup-form-section h2 {
  margin-bottom: 1.5rem;
}

.acf-input input[readonly-field] {
  width: 60%;
}

#mobileNav {
  background: #F3EEE7;
  transition: all 0.3s ease;
  z-index: 9999;
}
#mobileNav > .container-fluid {
  padding: 1rem 1rem 1rem 1.5rem;
}
#mobileNav .navbar-toggler {
  border: 0;
}

#mobileNav {
  display: none;
}

#desktopNav {
  display: flex;
}

@media (max-width: 991px) {
  #mobileNav {
    display: contents;
  }
  .home #mobileNav {
    display: flex;
    background-color: transparent;
  }
  .home #mobileNav.scrolled {
    opacity: 0;
  }
  .home #mobileNav > .container-fluid {
    padding: 0.5rem 1rem 0.5rem 1.5rem;
  }
  #desktopNav {
    display: none;
  }
}
.menu-item a {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 24px;
  border-radius: 0.25rem;
  border-bottom: 3px solid transparent;
  background-color: none;
  color: rgba(45, 45, 43, 0.8);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
.menu-item a:hover {
  border-radius: 0rem;
  border-color: #1D7987;
  color: #0E5A66;
}
.menu-item a:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px #3399AA;
}
.menu-item.current-menu-item a {
  border-radius: 0;
  border-color: #1D7987;
  color: #0E5A66;
}
.menu-item.current-menu-item a:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px #3399AA;
  border-radius: 0.25rem;
  border: 0;
}

#desktopNav {
  background: #F3EEE7;
  transition: all 0.3s ease;
  padding: 2rem 0 1.5rem;
  z-index: 9999;
}
#desktopNav.scrolled {
  background: rgba(243, 238, 231, 0.99);
}
#desktopNav.scrolled .left-menu {
  width: calc(50% - 96px);
  border-bottom-color: #7F7F7F;
}
#desktopNav.scrolled .right-menu {
  width: calc(50% - 96px);
  border-bottom-color: #7F7F7F;
}
#desktopNav .container-fluid {
  display: grid;
  grid-template-columns: 1fr 188px 1fr;
  align-items: center;
  position: relative;
  padding: 0;
}
#desktopNav {
  /* Center Logo */
}
#desktopNav .navbar-brand {
  padding: 0 40px;
  border-radius: 0.25rem;
  grid-column: 1;
  justify-self: center;
  justify-items: center;
}
#desktopNav .navbar-brand:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px #4EBACB;
}
#desktopNav .navbar-brand img {
  width: auto;
  transition: height 0.3s ease;
  display: block;
}
#desktopNav .navbar-brand .text-logo {
  color: #F3EEE7;
  font-family: "introrust-base";
  font-size: 1.25rem;
  letter-spacing: 0.05em;
}
#desktopNav {
  /* Left Menu */
}
#desktopNav .left-menu {
  width: calc(50% - 96px);
  grid-column: 1;
  justify-self: end;
  border-bottom: 1px solid #7F7F7F;
}
#desktopNav .left-menu .navbar-nav {
  display: flex;
  gap: 0rem;
}
@media (min-width: 1024px) {
  #desktopNav .left-menu .menu-item {
    margin-left: 1px;
  }
}
#desktopNav {
  /* Right Menu */
}
#desktopNav .right-menu {
  width: calc(50% - 96px);
  grid-column: 3;
  justify-self: start;
  border-bottom: 1px solid #7F7F7F;
}
#desktopNav .right-menu .navbar-nav {
  display: flex;
  gap: 0rem;
}
@media (min-width: 1024px) {
  #desktopNav .right-menu .menu-item {
    margin-right: 1px;
  }
}
#desktopNav {
  /* Menu Links */
}
#desktopNav .navbar-nav .nav-link {
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 0;
  transition: opacity 0.2s ease;
}
#desktopNav .navbar-nav .nav-link:hover {
  opacity: 0.7;
}
#desktopNav .navbar-nav .nav-link.current-menu-item, #desktopNav .navbar-nav .nav-link.current_page_item {
  border-bottom: 2px solid #fff;
  padding-bottom: 2px;
}

/* --- MOBILE NAV DRAWER --- */
#mobileDrawer {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  max-width: 340px;
  height: 100vh;
  background: #F3EEE7;
  z-index: 9999;
  padding: 1.25rem 0;
  display: flex;
  flex-direction: column;
  transition: right 0.35s ease;
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
}
#mobileDrawer.open {
  right: 0;
}
#mobileDrawer .drawer-close {
  background: none;
  border: none;
  font-size: 1.5rem;
  line-height: 1;
  margin-left: auto;
  margin-right: 1rem;
  padding: 0.5rem;
  cursor: pointer;
  color: rgba(45, 45, 43, 0.8);
}

.drawer-inner {
  margin-top: 1.25rem;
}

.mobile-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-menu:first-child {
  border-top: 1px solid rgba(45, 45, 43, 0.2);
}
.mobile-menu li {
  margin: 0;
}
.mobile-menu li.current-menu-item a {
  background-color: rgba(14, 90, 102, 0.1);
  border-bottom: 1px solid rgba(45, 45, 43, 0.2);
  color: #0E5A66;
}
.mobile-menu li a {
  padding: 1.5rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  border-bottom: 1px solid rgba(45, 45, 43, 0.2);
}

/* --- OVERLAY --- */
#mobileOverlay {
  position: fixed;
  inset: 0;
  background-color: rgba(45, 45, 43, 0.6);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
  z-index: 9998;
}

#mobileOverlay.visible {
  opacity: 1;
  pointer-events: all;
}

.home #desktopNav {
  background-color: transparent;
  /* Tablets (portrait) — 768×1024 */
}
@media (min-width: 768px) and (min-height: 900px) {
  .home #desktopNav {
    padding-top: 2.5rem;
  }
}
.home #desktopNav {
  /* Tablets (landscape) — 1024×768 */
}
@media (min-width: 1024px) and (min-height: 700px) {
  .home #desktopNav {
    padding-top: 3rem;
  }
}
.home #desktopNav {
  /* HD — 1366×768 */
}
@media (min-width: 1366px) and (min-height: 768px) {
  .home #desktopNav {
    padding-top: 4rem;
  }
}
.home #desktopNav {
  /* Full HD — 1920×1080 */
}
@media (min-width: 1920px) and (min-height: 1080px) {
  .home #desktopNav {
    padding-top: 5rem;
  }
}
.home #desktopNav {
  /* 2K — 2560×1440 */
}
@media (min-width: 2560px) and (min-height: 1440px) {
  .home #desktopNav {
    padding-top: 6rem;
  }
}
.home #desktopNav {
  /* 4K — 3840×2160 */
}
@media (min-width: 3840px) and (min-height: 2160px) {
  .home #desktopNav {
    padding-top: 7rem;
  }
}
.home #desktopNav .menu-item a {
  color: #F3EEE7;
}
.home #desktopNav .menu-item a:hover {
  border-color: #4EBACB;
  color: #4EBACB;
}
.home #desktopNav .logo svg {
  width: 125px;
  height: auto;
  transition: transform 0.3s ease;
  transform-origin: bottom center;
}
.home #desktopNav .logo svg path {
  fill: #fff;
}
.home #desktopNav .left-menu {
  width: calc(50% - 102px);
}
.home #desktopNav .right-menu {
  width: calc(50% - 103px);
}
.home #desktopNav.scrolled {
  background: rgba(45, 45, 43, 0.99);
  padding: 1rem 0 1.5rem 0;
}
.home #desktopNav.scrolled .left-menu {
  border-bottom-color: rgba(243, 238, 231, 0.2);
}
.home #desktopNav.scrolled .logo svg {
  transform: scale(0.864);
}
.home #desktopNav.scrolled .right-menu {
  border-color: rgba(243, 238, 231, 0.2);
}
.home #desktopNav .left-menu {
  border-bottom-color: rgba(243, 238, 231, 0.2);
}
.home #desktopNav .right-menu {
  border-color: rgba(243, 238, 231, 0.2);
}

.home #mobileNav .logo svg path {
  fill: #fff;
}
.home #mobileNav .navbar-toggler .navbar-toggler-icon {
  filter: brightness(0) saturate(100%) invert(92%) sepia(6%) saturate(210%) hue-rotate(330deg) brightness(96%) contrast(92%);
}

body.page-template-story #desktopNav,
body.page-template-team #desktopNav {
  background-image: linear-gradient(to right bottom, #0e5a66, #0b525d, #084a55, #05434c, #033b44);
  background-repeat: no-repeat;
  background-attachment: fixed;
}
body.page-template-story #desktopNav.scrolled,
body.page-template-team #desktopNav.scrolled {
  background-image: linear-gradient(to right bottom, #0e5a66, #0b525d, #084a55, #05434c, #033b44);
  background-repeat: no-repeat;
  background-attachment: fixed;
}
body.page-template-story #desktopNav .menu-item a,
body.page-template-team #desktopNav .menu-item a {
  color: #F3EEE7;
}
body.page-template-story #desktopNav .menu-item a:hover,
body.page-template-team #desktopNav .menu-item a:hover {
  border-color: #DEBE81;
  color: #DEBE81;
}
body.page-template-story #desktopNav .menu-item.current-menu-item a,
body.page-template-team #desktopNav .menu-item.current-menu-item a {
  border-radius: 0;
  border-color: #DEBE81;
  color: #DEBE81;
}
body.page-template-story #desktopNav .menu-item.current-menu-item a:focus-visible,
body.page-template-team #desktopNav .menu-item.current-menu-item a:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px #4EBACB;
  border-radius: 0.25rem;
  border: 0;
}
body.page-template-story #desktopNav .logo svg path,
body.page-template-team #desktopNav .logo svg path {
  fill: #fff;
}
body.page-template-story #mobileNav .logo svg path,
body.page-template-team #mobileNav .logo svg path {
  fill: #fff;
}
body.page-template-story #mobileNav .navbar-toggler .navbar-toggler-icon,
body.page-template-team #mobileNav .navbar-toggler .navbar-toggler-icon {
  filter: brightness(0) saturate(100%) invert(92%) sepia(6%) saturate(210%) hue-rotate(330deg) brightness(96%) contrast(92%);
}

body.page-template-partners #desktopNav {
  background: linear-gradient(141deg, #5C3528 29.19%, #3B1F16 92.46%);
  background-repeat: no-repeat;
  background-attachment: fixed;
}
body.page-template-partners #desktopNav .left-menu {
  border-color: rgba(243, 238, 231, 0.6);
}
body.page-template-partners #desktopNav .right-menu {
  border-color: rgba(243, 238, 231, 0.4);
}
body.page-template-partners #desktopNav .menu-item a {
  color: #F3EEE7;
}
body.page-template-partners #desktopNav .menu-item a:hover {
  border-color: #DEBE81;
  color: #DEBE81;
}
body.page-template-partners #desktopNav .menu-item.current-menu-item a {
  border-radius: 0;
  border-color: #DEBE81;
  color: #DEBE81;
}
body.page-template-partners #desktopNav .menu-item.current-menu-item a:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px #4EBACB;
  border-radius: 0.25rem;
  border: 0;
}
body.page-template-partners #desktopNav .logo svg path {
  fill: #fff;
}
body.page-template-partners #mobileNav .logo svg path {
  fill: #fff;
}
body.page-template-partners #mobileNav .navbar-toggler .navbar-toggler-icon {
  filter: brightness(0) saturate(100%) invert(92%) sepia(6%) saturate(210%) hue-rotate(330deg) brightness(96%) contrast(92%);
}

.single-post #desktopNav {
  background-color: #c5d0cd;
}
.single-post #desktopNav.scrolled {
  background-color: rgba(243, 238, 231, 0.99);
}

.footer {
  position: relative;
  flex-shrink: 0;
  overflow-x: hidden;
  padding: 0;
  margin-top: auto;
  background-color: #2D2D2B;
  color: #DFD9D1;
  font-size: 0.8125rem;
}
.footer a {
  display: flex;
  gap: 8px;
  border-radius: 4px;
  color: #DFD9D1;
}
.footer a:hover {
  background-color: rgba(243, 238, 231, 0.1);
  color: #DEBE81;
}
.footer a:hover svg path {
  fill: #DEBE81;
}
.footer a:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px #4EBACB;
}
.footer a.button {
  display: inline-flex;
  padding: 0.5rem 1rem;
  border-radius: 1.5rem;
  border: 1px solid rgba(243, 238, 231, 0.4);
  text-decoration: none;
  font-weight: 600;
}
.footer .logo-footer {
  padding: 0.5rem;
  margin-left: -0.5rem;
  border-radius: 0.5rem;
}
.footer .logo-footer:hover {
  background-color: rgba(243, 238, 231, 0.05);
}
.footer h4 {
  font-size: 0.875rem;
  font-weight: 800;
}
.footer .footer-details {
  gap: 80px;
}
.footer .footer-details > .row {
  gap: 2rem;
}
.footer .location {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer .location a {
  width: 100%;
  justify-content: center;
}
.footer .location .address p {
  margin: 0 0 0.5rem;
}
.footer .hours .col {
  width: auto;
  padding: 0 0 4px 0;
  white-space: nowrap;
  text-transform: uppercase;
}
.footer .hours .col + .col {
  text-transform: capitalize;
  width: 122px;
}
.footer .quick-links {
  height: 100%;
}
.footer .quick-links .row {
  gap: 1.375rem;
}
.footer .quick-links > div {
  flex: 1;
  height: 100%;
}
.footer .copyright {
  font-size: 0.75rem;
}
.footer .footer-social a {
  width: 24px;
  height: 24px;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background-color: rgba(243, 238, 231, 0.2);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}
.footer .footer-social a svg path {
  fill: #B6AFA5;
  transition: fill 0.25s ease;
}
.footer .footer-social a:hover {
  background-color: #C0A36A;
}
.footer .footer-social a:hover svg path {
  fill: #2D2D2B;
}
.footer .footer-social a:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px #4EBACB;
}
@media (max-width: 991px) {
  .footer {
    padding: 2rem 1rem !important;
  }
  .footer .logo-footer-wrapper {
    justify-content: center;
  }
  .footer > .container > .row {
    gap: 2rem;
  }
  .footer .footer-details > .row {
    gap: 3rem;
  }
  .footer .footer-details .location a {
    display: flex !important;
    padding-right: 2.675rem !important;
    padding-left: 2.675rem !important;
  }
  .footer .footer-details .address p {
    margin: 0;
  }
  .footer .footer-details .hours {
    padding-right: 7rem !important;
  }
}

/* Popover */
.newsletter-trigger-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
  /* Popover positioned relative to the trigger */
}
.newsletter-trigger-wrap .newsletter-popover {
  position: absolute;
  top: -90px;
  right: 12px;
  background: #F3EEE7;
  padding: 1.25rem;
  border-radius: 12px;
  width: 500px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 50;
}
.newsletter-trigger-wrap .newsletter-popover.thanks {
  top: 0;
}
@media (max-width: 576px) {
  .newsletter-trigger-wrap .newsletter-popover {
    width: 100%;
    top: auto;
    right: 0px;
    bottom: -64px;
  }
}
.newsletter-trigger-wrap .newsletter-popover.active {
  display: block;
}
.newsletter-trigger-wrap .newsletter-popover h3 {
  margin-bottom: 1rem;
  font-size: 0.938rem;
  color: #2D2D2B;
}
.newsletter-trigger-wrap .newsletter-popover .form-input {
  position: relative;
}
.newsletter-trigger-wrap .newsletter-popover #newsletter-email,
.newsletter-trigger-wrap .newsletter-popover #newsletter-last,
.newsletter-trigger-wrap .newsletter-popover #newsletter-first {
  width: 100%;
  padding: 0.9rem 1.1rem;
  margin-bottom: 1rem;
  background: rgba(45, 45, 43, 0.1);
  border: none;
  border-radius: 999px; /* pill shape */
  font-size: 0.95rem;
  color: #333;
  outline: none;
}
.newsletter-trigger-wrap .newsletter-popover #newsletter-email:focus,
.newsletter-trigger-wrap .newsletter-popover #newsletter-last:focus,
.newsletter-trigger-wrap .newsletter-popover #newsletter-first:focus {
  background-color: rgba(14, 90, 102, 0.1);
}
.newsletter-trigger-wrap .newsletter-popover #newsletter-email::placeholder,
.newsletter-trigger-wrap .newsletter-popover #newsletter-last::placeholder,
.newsletter-trigger-wrap .newsletter-popover #newsletter-first::placeholder {
  color: #9A948A;
}
.newsletter-trigger-wrap .newsletter-popover #newsletter-email {
  padding-right: 3.2rem;
  margin-bottom: 0;
}
.newsletter-trigger-wrap .newsletter-popover #newsletter-submit {
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: none;
  background: rgba(14, 90, 102, 0.9);
  color: #F3EEE7;
  font-size: 1.1rem;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newsletter-trigger-wrap .newsletter-popover #newsletter-submit:hover {
  background: #099;
}
.newsletter-trigger-wrap .newsletter-popover #newsletter-submit:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.newsletter-trigger-wrap .newsletter-popover .newsletter-step-success {
  text-align: left;
  padding-top: 0.5rem;
}
.newsletter-trigger-wrap .newsletter-popover .newsletter-step-success .success-message {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 1rem;
  color: #0E5A66;
}
.newsletter-trigger-wrap .newsletter-popover .newsletter-step-success .checkmark {
  background: #0E5A66;
  color: white;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  font-weight: bold;
}

html {
  height: 100%;
  overflow-y: scroll;
}

body {
  min-height: 100vh;
  background-color: #F3EEE7;
  font-family: "Inter", sans-serif;
  letter-spacing: normal;
  color: #2D2D2B;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
  padding-top: 32px;
}
@media (min-width: 992px) {
  main {
    padding-top: 184px;
  }
}
@media (max-width: 991px) {
  main {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.home main {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

a {
  color: #0E5A66;
}
a:hover {
  color: #033B44;
}
a::focus {
  outline: none;
  box-shadow: 0 0 0 2px #4EBACB;
}

button:focus {
  outline: none;
}

.clear {
  clear: both;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.no-padding-left {
  padding-left: 0;
}

.no-padding-right {
  padding-right: 0;
}

.no-margin {
  margin: 0;
}

.no-margin-left {
  margin-left: 0;
}

.no-margin-right {
  margin-right: 0;
}

.no-data {
  display: flex;
  flex-direction: column;
  gap: 1rem !important;
  color: #6B6B6B;
}
.no-data svg path {
  fill: rgba(45, 45, 43, 0.2);
}

/*** transitions ***/
* {
  transition: background 0.3s ease;
}

/*** page layout ***/
.container {
  max-width: 1140px !important;
}

/*** fades ***/
[data-fade=in] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

[data-fade=in].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.home footer {
  width: auto;
  position: static;
}
.home .hero {
  height: 100vh;
  position: relative;
  overflow: hidden;
  color: #000;
}
.home .hero .hero-content {
  padding: 4em 0;
  /* Tablets (portrait) — 768×1024 */
}
@media (min-width: 768px) {
  .home .hero .hero-content {
    padding-bottom: 2.5rem;
  }
}
.home .hero .hero-content {
  /* Tablets (landscape) — 1024×768 */
}
@media (min-width: 1024px) {
  .home .hero .hero-content {
    padding-bottom: 3rem;
  }
}
.home .hero .hero-content {
  /* HD — 1366×768 */
}
@media (min-width: 1366px) {
  .home .hero .hero-content {
    padding-bottom: 5rem;
  }
}
.home .hero .hero-content {
  /* Full HD — 1920×1080 */
}
@media (min-width: 1920px) {
  .home .hero .hero-content {
    padding-bottom: 6rem;
  }
}
.home .hero .hero-content {
  /* 2K — 2560×1440 */
}
@media (min-width: 2560px) {
  .home .hero .hero-content {
    padding-bottom: 7rem;
  }
}
.home .hero .hero-content {
  /* 4K — 3840×2160 */
}
@media (min-width: 3840px) {
  .home .hero .hero-content {
    padding-bottom: 8rem;
  }
}
.home .hero h1 {
  color: #F3EEE7;
}
.home .hero .video-container {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.home .hero .video-container .bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}
.home .hero .video-container .bg-video.active {
  opacity: 1;
}
.home .hero .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: -1;
}
.home .hero .fade-in-up {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 1s ease forwards;
}
.home .hero .fade-in-up.delay-1 {
  animation-delay: 0.4s;
}
.home .hero .fade-in-up.delay-2 {
  animation-delay: 0.8s;
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.home .ourspace {
  padding: 6rem 0;
}
@media (max-width: 991px) {
  .home .ourspace {
    padding: 3rem 0.75rem;
  }
}
.home .ourspace h2 {
  margin-bottom: 1.5rem;
  color: #0E5A66;
}
.home .ourspace .photo img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
}
.home .spotlight {
  padding: 6rem 0;
  background-color: rgba(14, 90, 102, 0.1);
}
@media (max-width: 576px) {
  .home .spotlight {
    padding: 3rem 0.75rem;
  }
}
.home .spotlight h2 {
  margin-bottom: 1.5rem;
  color: #424240;
}
.home .spotlight h2 span {
  font-family: "Inter", sans-serif;
  letter-spacing: normal;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1em;
}
.home .spotlight .spotlight-photo {
  width: 30%;
  height: auto;
}
@media (max-width: 576px) {
  .home .spotlight .spotlight-photo {
    margin-bottom: 2rem;
  }
}
.home .spotlight .flavor-profile {
  width: 100%;
  height: auto;
}
.home .spotlight {
  /* Tablets (portrait) — 768×1024 */
}
@media (min-width: 768px) {
  .home .spotlight > .container {
    width: 760px;
  }
  .home .spotlight .spotlight-photo {
    width: 80%;
    height: auto;
  }
  .home .spotlight .flavor-profile {
    width: 100%;
    height: auto;
  }
}
.home .spotlight {
  /* Tablets (landscape) — 1024×768 */
}
@media (min-width: 1024px) and (min-height: 700px) {
  .home .spotlight > .container {
    width: 980px;
  }
}
.home .blog {
  padding: 6rem 0;
}
@media (max-width: 991px) {
  .home .blog {
    padding: 3rem 0.75rem;
  }
}
.home .blog .latest-posts-wrapper {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.home .promotions {
  padding: 6rem 0;
  background-color: rgba(45, 45, 43, 0.1);
}
@media (max-width: 991px) {
  .home .promotions {
    padding: 3rem 0.75rem;
  }
}
.home .promotions h3 {
  margin-bottom: 1.5rem;
  color: #2D2D2B;
}
.home .all-events {
  margin-top: 2rem;
  text-align: center;
}
.home .eapp-events-calendar-events-calendar-title, .home .eapp-events-calendar-layout-pagination, .home .eapp-events-calendar-filters-container {
  display: none;
}
.home .eapps-widget-toolbar {
  display: none;
}
.home .upcoming-events {
  /* HD — 1366×768 */
}
@media (min-width: 980px) {
  .home .upcoming-events {
    padding-left: 4em;
  }
}
.home .upcoming-events .event-list .eapp-events-calendar-date-element-divider {
  background-color: #2D2D2B;
}
.home .upcoming-events .event-list .eapp-events-calendar-date-element-date {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.home .upcoming-events .event-list .eapp-events-calendar-date-element-day {
  min-width: 56px;
  color: #2D2D2B;
}
.home .upcoming-events .event-list .eapp-events-calendar-date-element-month {
  color: #2D2D2B;
}
.home .upcoming-events .event-list .eapp-events-calendar-grid-container {
  flex-direction: column;
  padding: 0;
  margin: 0;
  min-height: auto;
  overflow: visible;
}
.home .upcoming-events .event-list .eapp-events-calendar-grid-group {
  overflow: visible;
}
.home .upcoming-events .event-list .eapp-events-calendar-grid-item {
  display: flex;
  flex-direction: row;
  padding: 1rem;
  min-height: auto;
  background-color: transparent;
  border-radius: 0.5rem !important;
}
.home .upcoming-events .event-list .eapp-events-calendar-grid-item-container {
  display: none;
  padding: 0 0;
  min-height: auto;
  overflow: visible;
  border-bottom: 1px solid rgba(45, 45, 43, 0.2);
}
.home .upcoming-events .event-list .eapp-events-calendar-grid-item-container:hover {
  background-color: rgba(14, 90, 102, 0.1);
  border-color: transparent;
}
.home .upcoming-events .event-list .eapp-events-calendar-grid-item-name {
  color: #0E5A66;
}
.home .upcoming-events .event-list .eapp-events-calendar-grid-item-date {
  align-self: flex-start;
  position: static;
  min-width: auto;
  min-height: auto;
  padding: 0 1rem 0 0;
  border-radius: 0;
  background-color: transparent;
}
.home .upcoming-events .event-list .eapp-events-calendar-grid-item-locationAndTime {
  margin-top: 0.25rem;
}
.home .upcoming-events .event-list .eapp-events-calendar-grid-item-imageContainer {
  display: flex;
  position: relative;
  width: 120px;
  height: auto;
  margin: 0;
  padding: 0 1rem 0 0;
}
.home .upcoming-events .event-list .eapp-events-calendar-grid-item-imageContainer img {
  position: static;
  width: 100%;
  border-radius: 0.5rem;
}
.home .upcoming-events .event-list .eapp-events-calendar-grid-item-info {
  margin: 0;
}
.home {
  /* HD — 1366×768 */
}
@media (min-width: 1366px) and (min-height: 768px) {
  .home .hero-content {
    padding: 4em 0;
  }
}
.home {
  /* Full HD — 1920×1080 */
}
@media (min-width: 1920px) and (min-height: 1080px) {
  .home .hero-content {
    padding: 6em 0;
  }
}

.menu-category,
.armory-categories {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.menu-category + .menu-category,
.armory-categories + .menu-category {
  background-color: rgba(45, 45, 43, 0.05);
}
.menu-category + .menu-category + .menu-category,
.armory-categories + .menu-category + .menu-category {
  background-color: transparent;
}
.menu-category + .menu-category + .menu-category + .menu-category,
.armory-categories + .menu-category + .menu-category + .menu-category {
  background-color: rgba(45, 45, 43, 0.05);
}
.menu-category h2,
.armory-categories h2 {
  margin-bottom: 1.5rem;
  color: #5C3528;
  letter-spacing: -1.2%;
  font-size: 2rem;
  font-weight: 700;
}
.menu-category .product-card,
.armory-categories .product-card {
  padding-bottom: 4rem;
}
.menu-category .product-card .product-image,
.armory-categories .product-card .product-image {
  width: 100%;
  aspect-ratio: 5/3.5;
  border-radius: 1rem;
  border: 1px solid rgba(45, 45, 43, 0.1);
  background-image: var(--product-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.menu-category .product-card h3,
.armory-categories .product-card h3 {
  margin: 1rem 0 0.25rem 0;
  font-size: 1.25rem;
  font-weight: 700;
}
.menu-category .product-card .product-size,
.armory-categories .product-card .product-size {
  font-weight: 400;
  color: #565655;
}
.menu-category .product-card .product-description,
.armory-categories .product-card .product-description {
  text-wrap: pretty;
  font-size: 0.938rem;
}
.menu-category .product-card .product-tags,
.armory-categories .product-card .product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.menu-category .product-card .product-tags .product-tag,
.armory-categories .product-card .product-tags .product-tag {
  display: inline-flex;
  background-color: var(--tag-bg, rgba(182, 175, 165, 0.5));
  border-radius: 16px;
  padding: 0.125rem 0.5rem;
  font-size: 0.75rem;
  align-items: center;
}
.menu-category .product-card .product-tags[style*="--tag-icon"] .product-tag,
.armory-categories .product-card .product-tags[style*="--tag-icon"] .product-tag {
  padding-left: 0.375rem;
}
.menu-category .product-card .product-tags[style*="--tag-icon"] .product-tag::before,
.armory-categories .product-card .product-tags[style*="--tag-icon"] .product-tag::before {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 0.35rem;
  background-color: currentColor;
  mask: var(--tag-icon) no-repeat center/contain;
  -webkit-mask: var(--tag-icon) no-repeat center/contain;
}
.menu-category .product-card.seasonal .product-card-inner,
.armory-categories .product-card.seasonal .product-card-inner {
  height: 100%;
  position: relative;
  overflow: hidden;
  padding: 0 0 2rem;
  border-radius: 16px;
  border: 0;
  background: linear-gradient(139deg, var(--Primary-Primary-100, #0E5A66) 0%, var(--Primary-Primary-90, #1D7987) 50%, var(--Primary-Primary-120, #033B44) 100%);
}
.menu-category .product-card.seasonal .product-card-inner::before,
.armory-categories .product-card.seasonal .product-card-inner::before {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 0.755rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 12px;
  pointer-events: none;
}
.menu-category .product-card.seasonal .product-card-inner::after,
.armory-categories .product-card.seasonal .product-card-inner::after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 1rem;
  right: -32px;
  width: 120px;
  height: 16px;
  background-color: #C0A36A;
  transform: rotate(-50deg);
  pointer-events: none;
}
.menu-category .product-card.seasonal .product-card-inner .product-image,
.armory-categories .product-card.seasonal .product-card-inner .product-image {
  margin: -1px;
  border-radius: 1rem 1rem 0 0;
  border: none;
}
.menu-category .product-card.seasonal .product-card-inner h3,
.menu-category .product-card.seasonal .product-card-inner .product-description,
.menu-category .product-card.seasonal .product-card-inner .product-tags,
.armory-categories .product-card.seasonal .product-card-inner h3,
.armory-categories .product-card.seasonal .product-card-inner .product-description,
.armory-categories .product-card.seasonal .product-card-inner .product-tags {
  padding-left: 2rem;
  padding-right: 2rem;
  color: #F8F5F1;
}
.menu-category .product-card.seasonal .product-card-inner .product-size,
.armory-categories .product-card.seasonal .product-card-inner .product-size {
  color: #F8F5F1;
}
.menu-category .product-card.seasonal .product-card-inner .product-tags .product-tag,
.armory-categories .product-card.seasonal .product-card-inner .product-tags .product-tag {
  color: #FDFCFA;
}

@media (max-width: 991px) {
  .games-armory {
    padding-left: 0;
    padding-right: 0;
  }
}

.armory-categories {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .armory-categories {
    padding-left: 0;
    padding-right: 0;
  }
}
.armory-categories .product-card .product-description {
  font-size: 0.875rem;
}

.armory-releases {
  background-color: rgba(45, 45, 43, 0.05);
  padding: 4rem 0 5rem;
}
@media (max-width: 991px) {
  .armory-releases {
    width: calc(100% + 1.5rem);
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    padding: 2rem 1rem 3rem;
  }
}
@media (max-width: 753px) {
  .armory-releases {
    width: calc(100% + 0.5rem);
    margin-left: -0.25rem;
    margin-right: -0.25rem;
    padding: 2rem 1rem 3rem;
  }
}
.armory-releases h2 {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.armory-releases .armory-releases-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media (max-width: 992px) {
  .armory-releases .armory-releases-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .armory-releases .armory-releases-grid {
    grid-template-columns: 1fr;
  }
}
.armory-releases .armory-release-card {
  position: relative;
  width: 100%;
  height: 500px;
  border-radius: 16px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  /* Bottom overlay */
}
.armory-releases .armory-release-card .release-content {
  width: 100%;
  padding: 1.5rem;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #F3EEE7;
}
.armory-releases .armory-release-card .release-content .release-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 0.25rem;
}
.armory-releases .armory-release-card .release-content .release-year {
  font-size: 0.875rem;
  font-weight: 600;
  opacity: 0.85;
  margin-bottom: 0.75rem;
}
.armory-releases .armory-release-card .release-content .release-description {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.8125rem;
  margin: 0;
}

@media (max-width: 991px) {
  .menu-page {
    padding-left: 0;
    padding-right: 0;
  }
}
.menu-page .menu-intro {
  font-size: 1.25rem;
}
@media (max-width: 576px) {
  .menu-page .menu-intro {
    font-size: 1.125rem;
  }
}

body.page-template-story {
  min-height: 100%;
  height: auto;
  display: block;
  background-image: linear-gradient(to right bottom, #0e5a66, #0b525d, #084a55, #05434c, #033b44);
  background-repeat: no-repeat;
  background-attachment: fixed; /* optional: makes it feel smoother */
  color: #FDFCFA;
  color: #F8F5F1;
}
body.page-template-story section {
  background-color: transparent;
  padding: 6rem 0;
  border-bottom: 1px solid rgba(243, 238, 231, 0.2);
}
@media (max-width: 991px) {
  body.page-template-story section {
    padding: 3rem 0;
  }
  body.page-template-story section.story-why {
    padding-top: 4rem;
  }
}
body.page-template-story section.story-hero {
  padding: 0;
  border: 0;
}
body.page-template-story .story-intro {
  color: #F3EEE7;
  font-size: 1.25rem;
  font-weight: 300;
}
body.page-template-story h1 {
  color: #DEBE81;
}
body.page-template-story h2 {
  color: #DEBE81;
  margin-bottom: 1.5rem;
  font-weight: 700;
}
body.page-template-story h3 {
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  font-weight: 700;
}
body.page-template-story .story-text {
  align-content: center;
}
body.page-template-story .story-text P:last-child {
  margin-bottom: 0;
}
body.page-template-story .story-text strong {
  color: #E5CB9A;
}
body.page-template-story .story-image {
  text-align: end;
}
@media (max-width: 991px) {
  body.page-template-story .story-image {
    margin-top: 1.5rem;
  }
}
body.page-template-story .story-image img {
  border-radius: 1rem;
}
@media (max-width: 991px) {
  body.page-template-story .story-image img {
    width: 100%;
    height: auto;
  }
}
body.page-template-story .values-grid {
  gap: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
body.page-template-story .values-grid .value-item {
  padding: 1rem 1.5rem;
  background-color: rgba(14, 90, 102, 0.8);
  border-radius: 1rem;
  font-size: 0.875rem;
}
body.page-template-story .values-grid .value-item h3 {
  font-family: "introrust-base";
  font-weight: normal;
  letter-spacing: 0.05rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #F3EEE7;
}
body.page-template-story .values-grid .value-item p {
  margin-bottom: 0;
  color: #DFD9D1;
}
body.page-template-story .values-grid .value-item .value-icon {
  margin: 0 0 1rem -0.25rem;
}
body.page-template-story .values-grid .value-item .value-icon .material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 48;
  font-size: 48px;
  display: inline-flex;
  color: #B6AFA5;
}
body.page-template-story .owners-grid {
  gap: 2.5rem;
}
body.page-template-story .owners-grid .owner-card {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
  min-height: 540px;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 768px) {
  body.page-template-story .owners-grid .owner-card {
    flex: 0 0 100%;
  }
}
body.page-template-story .owners-grid .owner-card .owner-card-bg {
  position: absolute;
  inset: 0;
  background-image: var(--owner-photo);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  overflow: hidden;
  border-bottom-left-radius: 1.4rem;
  border-bottom-right-radius: 1.4rem;
}
body.page-template-story .owners-grid .owner-card .owner-card-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 1.5rem;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
  border: 0;
  font-size: 0.875rem;
}
body.page-template-story .owners-grid .owner-card .owner-card-content h3 {
  margin-bottom: 0.75rem;
  font-weight: 800;
  color: #F3EEE7;
}
body.page-template-story .owners-grid .owner-card .owner-card-content .owner-bio-preview h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-right: 0.35rem;
  color: white;
}
body.page-template-story .owners-grid .owner-card .owner-card-content .owner-bio-preview P {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.page-template-story .owners-grid .owner-card .owner-card-content .owner-read-more {
  font-size: 0.875rem;
  padding: 0.35rem 1rem;
  border-color: #866F42;
  color: #DEBE81;
}
body.page-template-story .owners-grid .owner-card .owner-card-content .owner-read-more:hover {
  background-color: rgba(243, 238, 231, 0.1);
  color: #F3EEE7;
}
body.page-template-story .owners-grid .owner-card .owner-card-content .owner-read-more:focus-visible {
  box-shadow: 0 0 0 2px #5C3528, 0 0 0 4px #DEBE81;
}
body.page-template-story .owners-grid .owner-card .owner-card-content .owner-read-more.new-window {
  color: #DEBE81;
}
@media (max-width: 991px) {
  body.page-template-story .story-closers {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}
body.page-template-story .story-closers .story-closer-wrapper {
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  body.page-template-story .story-closers .story-closer-wrapper:first-child {
    padding-right: 1.75rem;
  }
  body.page-template-story .story-closers .story-closer-wrapper:last-child {
    padding-left: 1.75rem;
  }
}
@media (max-width: 576px) {
  body.page-template-story .story-closers .story-closer-wrapper:last-child {
    padding-bottom: 0;
  }
}
body.page-template-story .story-closers .story-closer-wrapper .story-closer {
  height: 100%;
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  background-color: rgba(14, 90, 102, 0.4);
  border-radius: 1rem;
}
body.page-template-story .story-closers .story-closer-wrapper .story-closer h2 {
  font-size: 1.5rem;
}

#ownerModal .owner-modal {
  border-radius: 2rem;
  overflow: hidden;
}
#ownerModal .btn-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 100;
}
#ownerModal #ownerModalBody {
  padding: 0;
}
#ownerModal #ownerModalBody .owner-card {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  margin: 0;
}
#ownerModal #ownerModalBody .owner-card .owner-card-bg {
  flex: 0 0 50%;
  width: 50%;
  min-height: 320px;
  background-image: var(--owner-photo);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
#ownerModal #ownerModalBody .owner-card .owner-card-content {
  flex: 0 0 50%;
  width: 50%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
#ownerModal #ownerModalBody .owner-card .owner-card-content .owner-bio-full {
  display: block;
}
#ownerModal #ownerModalBody .owner-card .owner-card-content .owner-bio-full h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
#ownerModal #ownerModalBody .owner-card .owner-card-content .owner-bio-full p {
  margin-bottom: 1rem;
  line-height: 1.6;
}
#ownerModal #ownerModalBody .owner-card .owner-card-content .owner-bio-full em {
  display: block;
  margin-top: 1rem;
  opacity: 0.85;
}
#ownerModal #ownerModalBody .owner-card .owner-card-content .owner-bio-preview,
#ownerModal #ownerModalBody .owner-card .owner-card-content .owner-read-more {
  display: none;
}
@media (max-width: 991px) {
  #ownerModal #ownerModalBody .owner-card {
    flex-direction: column;
    align-items: stretch;
  }
  #ownerModal #ownerModalBody .owner-card .owner-card-bg {
    width: 100%;
    flex: none;
    aspect-ratio: 4/3;
    min-height: unset;
  }
  #ownerModal #ownerModalBody .owner-card .owner-card-content {
    width: 100%;
    flex: none;
    padding: 1.5rem;
  }
}
@media (max-width: 991px) {
  #ownerModal.owner-1 .btn-close {
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e") !important;
  }
}

@media (max-width: 991px) {
  .members-page {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
  .members-page section {
    padding: 3rem 0.75rem;
  }
}

.members-become {
  padding: 0 0 6rem;
}
.members-become h1 {
  font-size: 2.25rem;
}
.members-become {
  /* Membership Tiers */
}
.members-become .membership-tiers {
  margin-top: 2rem;
}
.members-become .membership-tiers .tiers-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 768px) {
  .members-become .membership-tiers .tiers-grid {
    grid-template-columns: 1fr;
  }
}
.members-become .membership-tiers .tier-box {
  padding: 1.75rem 2rem 2rem;
  border-radius: 16px;
  border: 1px solid rgba(45, 45, 43, 0.2);
}
.members-become .membership-tiers .tier-box h2 {
  margin-bottom: 1.5rem;
  font-family: "introrust-base";
  font-size: 1.25rem;
}
.members-become .membership-tiers .tier-box .tier-cost-annual {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.members-become .membership-tiers .tier-box .tier-cost-annual span:first-child {
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.5px;
}
.members-become .membership-tiers .tier-box .tier-cost-annual span:last-child {
  font-size: 1rem;
  line-height: 1.2;
  margin-top: 6px;
  color: #565655;
}
.members-become .membership-tiers .tier-box .tier-cost-monthly {
  margin-top: 8px;
}
.members-become .membership-tiers .tier-box .tier-cost-monthly span:first-child {
  font-size: 18px;
  font-weight: 700;
  margin-right: 2px;
}
.members-become .membership-tiers .tier-box .tier-cost-monthly span:last-child {
  font-size: 16px;
  color: #565655;
}
.members-become .membership-tiers .tier-box .actions {
  margin-top: 1rem;
}
.members-become .membership-tiers .tier-box .tier-benefits {
  margin-top: 1.5rem;
}
.members-become .membership-tiers .tier-box .tier-benefits .tier-benefit {
  position: relative;
  padding-left: 28px;
  margin-top: 0.5rem;
}
.members-become .membership-tiers .tier-box .tier-benefits .tier-benefit::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -0.25rem;
  color: #3399AA;
  font-size: 1.25rem;
  font-weight: 700;
}
.members-become .membership-tiers .tier-box .tier-benefits .tier-benefit .tier-benefit-heading {
  font-size: 0.875rem;
  font-weight: 700;
}
.members-become .membership-tiers .tier-box .tier-benefits .tier-benefit p {
  margin: 0;
  font-size: 0.8125rem;
}
.members-become .membership-tiers .tier-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.members-perks {
  padding: 6rem 0;
  background-color: rgba(14, 90, 102, 0.1);
}
.members-perks .section-title {
  font-family: "introrust-base";
  color: #0E5A66;
}
.members-perks .perks-intro {
  margin-bottom: 3rem;
}
.members-perks .perks-list {
  list-style: none;
  padding: 0;
}
.members-perks .perk-item-wrapper {
  margin-bottom: 1rem;
}
.members-perks .perk-item {
  min-height: 100%;
  align-items: flex-start;
  justify-items: center;
  text-align: center;
  padding: 1rem;
  background: rgba(14, 90, 102, 0.1);
  border-radius: 1rem;
}
.members-perks .perk-icon {
  margin: 0 0 0.25rem -0.25rem;
}
.members-perks .perk-icon .material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 48;
  font-size: 48px;
  display: inline-flex;
  color: #0E5A66;
}
.members-perks {
  /* TEXT CONTENT */
}
.members-perks .perk-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.125rem;
}
.members-perks .perk-name {
  font-size: 0.875rem;
  font-weight: 800;
}
.members-perks .perk-desc {
  text-align: center;
  font-size: 0.8125rem;
  color: #565655;
}
.members-perks .perk-points {
  margin-top: 0.5rem;
}
.members-perks .perk-points .perk-points-value {
  margin: 0;
  font-weight: 700;
}
.members-perks .perk-points .perk-point-label {
  margin: 0 0 0 -0.125rem;
  font-size: 0.8125rem;
}

.members-leaderboard {
  padding: 6rem 0;
}
.members-leaderboard .container {
  max-width: 720px !important;
}
.members-leaderboard .section-title {
  text-align: center;
  margin-bottom: 1rem;
  font-family: "introrust-base";
}
.members-leaderboard .leaderboard-intro {
  margin-bottom: 3rem;
  text-align: center;
}
.members-leaderboard .leaderboard-top-three {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: end;
  gap: 1.5rem;
  margin-bottom: 3rem;
  /* Visual order: 2 → 1 → 3 */
}
.members-leaderboard .leaderboard-top-three .rank-1 {
  order: 2;
}
.members-leaderboard .leaderboard-top-three .rank-2 {
  order: 1;
}
.members-leaderboard .leaderboard-top-three .rank-3 {
  order: 3;
}
@media (max-width: 576px) {
  .members-leaderboard .leaderboard-top-three {
    grid-template-columns: 1fr;
  }
  .members-leaderboard .leaderboard-top-three .rank-1,
  .members-leaderboard .leaderboard-top-three .rank-2,
  .members-leaderboard .leaderboard-top-three .rank-3 {
    order: initial;
  }
}
.members-leaderboard .leaderboard-top-three .leaderboard-card-award-cover {
  position: absolute;
  bottom: -2px;
  left: -0.5rem;
}
@media (max-width: 991px) {
  .members-leaderboard .leaderboard-top-three .leaderboard-card-award-cover {
    display: none;
  }
}
.members-leaderboard .leaderboard-card {
  background: rgba(45, 45, 43, 0.1);
  border-radius: 16px;
  padding: 2rem 2rem;
  text-align: center;
  display: block;
}
.members-leaderboard .leaderboard-card.rank-1 {
  padding-bottom: 5rem;
  background-color: rgba(192, 163, 106, 0.2);
}
@media (max-width: 576px) {
  .members-leaderboard .leaderboard-card.rank-1 {
    padding: 1rem 2rem;
  }
}
.members-leaderboard .leaderboard-card.rank-1 .leaderboard-card-award {
  background-color: #C0A36A;
}
.members-leaderboard .leaderboard-card.rank-2 {
  padding-bottom: 3.5rem;
}
@media (max-width: 576px) {
  .members-leaderboard .leaderboard-card.rank-2 {
    padding: 1rem 2rem;
  }
}
.members-leaderboard .leaderboard-card.rank-3 {
  background-color: rgba(126, 79, 64, 0.2);
}
@media (max-width: 576px) {
  .members-leaderboard .leaderboard-card.rank-3 {
    padding: 1rem 2rem;
  }
}
.members-leaderboard .leaderboard-card.rank-3 .leaderboard-card-award {
  background-color: #A06D5C;
}
.members-leaderboard .leaderboard-card .leaderboard-card-award {
  display: inline-block;
  padding: 4px 8px 4px 10px;
  margin-bottom: 0.75rem;
  border-radius: 0.5rem;
  background-color: rgba(45, 45, 43, 0.4);
}
.members-leaderboard .leaderboard-card .leaderboard-card-award svg path {
  fill: #FFFFFF;
}
.members-leaderboard .leaderboard-card .leaderboard-card-info {
  display: flex;
  flex-direction: column;
}
.members-leaderboard .leaderboard-card .leaderboard-card-info .leaderboard-card-name {
  color: #0E5A66;
  font-size: 0.938rem;
  font-weight: 800;
}
.members-leaderboard .leaderboard-card .leaderboard-card-info .leaderboard-card-points {
  font-size: 0.875rem;
  font-weight: 600;
}
.members-leaderboard .leaderboard-card .leaderboard-card-avatar {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  overflow: hidden;
}
.members-leaderboard .leaderboard-card .leaderboard-card-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.members-leaderboard .leaderboard-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0;
}
.members-leaderboard .leaderboard-item {
  display: grid;
  grid-template-columns: 50px 1fr 1fr 80px;
  align-items: center;
  padding: 0.5rem 1.25rem;
  border-bottom: 1px solid rgba(45, 45, 43, 0.2);
  font-size: 0.875rem;
}
.members-leaderboard .leaderboard-item.header {
  border-bottom: 1px solid rgba(45, 45, 43, 0.4);
}
.members-leaderboard .leaderboard-item.header span {
  color: #6B6B6B;
  font-weight: 700;
}
@media (max-width: 576px) {
  .members-leaderboard .leaderboard-item {
    grid-template-columns: 40px 1fr 1fr 1fr;
    padding: 0.75rem 0.5rem;
  }
}
.members-leaderboard .leaderboard-rank {
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 100%;
}
.members-leaderboard .leaderboard-rank:not(:empty) .counter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background-color: rgba(14, 90, 102, 0.2);
  color: #F3EEE7;
  color: #0E5A66;
}
.members-leaderboard .leaderboard-name {
  font-weight: 600;
}
.members-leaderboard .leaderboard-points {
  text-align: right;
  font-weight: 400;
}

.member-month {
  padding: 6rem 0;
  background-color: rgba(45, 45, 43, 0.1);
}
.member-month .section-title {
  margin-bottom: 1.5rem;
  font-family: "introrust-base";
  color: #3B1F16;
}
.member-month .mom-wrapper {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 3rem;
}
@media (max-width: 768px) {
  .member-month .mom-wrapper {
    grid-template-columns: 1fr;
  }
}
.member-month .mom-photo {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.member-month .mom-photo img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 1rem;
}
.member-month .mom-photo div {
  text-align: center;
}
.member-month .mom-photo div.member-avatar {
  margin-top: 1rem;
  font-weight: 700;
}
.member-month .mom-photo div.member-name {
  font-size: 0.875rem;
}
.member-month .mom-facts {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(45, 45, 43, 0.1);
}
.member-month .mom-facts .mom-fact {
  display: grid;
  grid-template-columns: 0.375fr 1fr;
  margin: 0;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(45, 45, 43, 0.1);
}
@media (max-width: 576px) {
  .member-month .mom-facts .mom-fact {
    grid-template-columns: 0.75fr 1fr;
  }
}
.member-month .mom-facts .mom-fact dt {
  margin: 0;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 400;
  color: #565655;
}
.member-month .mom-facts .mom-fact dd {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 600;
}
.member-month .mom-memory {
  margin-top: 1.5rem;
}
.member-month .mom-memory dt {
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  font-weight: 700;
}
.member-month .mom-memory dd {
  font-size: 0.875rem;
}

body.page-template-partners {
  min-height: 100%;
  height: auto;
  display: flex;
  background: linear-gradient(141deg, #5C3528 29.19%, #3B1F16 92.46%);
  background-repeat: no-repeat;
  background-attachment: fixed; /* optional: makes it feel smoother */
  color: #FDFCFA;
  color: #F8F5F1;
}
body.page-template-partners section {
  background-color: transparent;
  padding: 6rem 0;
  border-bottom: 1px solid rgba(243, 238, 231, 0.2);
}
body.page-template-partners section.story-hero {
  padding: 0;
  border: 0;
}
@media (max-width: 576px) {
  body.page-template-partners section.story-hero {
    padding-bottom: 3rem;
    border-bottom: 1px solid rgba(243, 238, 231, 0.2);
  }
}
body.page-template-partners .story-intro {
  color: #F3EEE7;
  font-size: 1.25rem;
  font-weight: 300;
}
@media (max-width: 576px) {
  body.page-template-partners .story-intro {
    font-size: 1.125rem;
  }
}
body.page-template-partners h1 {
  color: #DEBE81;
}
body.page-template-partners h2 {
  color: #DEBE81;
}
body.page-template-partners h3 {
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  font-weight: 700;
}
body.page-template-partners .subheading {
  margin-bottom: 2rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #B6AFA5;
}
body.page-template-partners .read-more {
  border-color: #866F42;
  color: #DEBE81;
}
body.page-template-partners .read-more:hover {
  background-color: rgba(243, 238, 231, 0.1);
  color: #F3EEE7;
}
body.page-template-partners .read-more:focus-visible {
  box-shadow: 0 0 0 2px #5C3528, 0 0 0 4px #DEBE81;
}
body.page-template-partners .read-more.new-window {
  color: #DEBE81;
}
@media (max-width: 576px) {
  body.page-template-partners .roaster {
    padding-top: 9rem;
    padding-bottom: 3rem;
  }
}
body.page-template-partners .roaster .subheading {
  white-space: nowrap;
}
@media (max-width: 576px) {
  body.page-template-partners .roaster .subheading {
    white-space: normal;
  }
}
@media (max-width: 576px) {
  body.page-template-partners .roaster .roaster-logo {
    position: absolute;
    top: 3rem;
    left: 0;
    text-align: left !important;
  }
}
body.page-template-partners .roaster .roaster-logo .logo-wrapper {
  display: inline-block;
}
body.page-template-partners .roaster .roaster-logo .logo-wrapper img {
  width: 320px;
  height: auto;
}
@media (max-width: 576px) {
  body.page-template-partners .roaster .roaster-logo .logo-wrapper img {
    width: 50%;
  }
}
@media (max-width: 576px) {
  body.page-template-partners .trainer {
    padding-top: 12rem;
    padding-bottom: 3rem;
  }
}
body.page-template-partners .trainer .row {
  flex-direction: row-reverse;
}
@media (max-width: 576px) {
  body.page-template-partners .trainer .trainer-logo {
    position: absolute;
    top: 3rem;
    left: 0;
    text-align: left !important;
  }
}
body.page-template-partners .trainer .trainer-logo .logo-wrapper {
  display: inline-block;
}
body.page-template-partners .trainer .trainer-logo .logo-wrapper img {
  width: 320px;
  height: auto;
}
@media (max-width: 576px) {
  body.page-template-partners .trainer .trainer-logo .logo-wrapper img {
    width: 30%;
  }
}
@media (max-width: 991px) {
  body.page-template-partners .bakeries {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
body.page-template-partners .bakeries .section-text {
  margin-bottom: 2rem;
}
body.page-template-partners .bakeries .bakery {
  padding-right: 1rem;
}
@media (max-width: 991px) {
  body.page-template-partners .bakeries .bakery {
    padding-bottom: 2rem;
  }
}
body.page-template-partners .bakeries .bakery article {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-height: 100%;
  border-radius: 1rem;
  background-color: #F3EEE7;
  color: #2D2D2B;
  overflow: hidden;
}
body.page-template-partners .bakeries .bakery article .logo-wrapper {
  min-height: 140px;
  padding: 1rem 2rem;
  background-color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
body.page-template-partners .bakeries .bakery article .logo-wrapper img {
  max-height: 88px;
}
body.page-template-partners .bakeries .bakery article .article-content {
  padding: 1rem;
  font-size: 0.875rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}
body.page-template-partners .bakeries .bakery article .article-content p:last-child {
  margin: 0;
}
body.page-template-partners .bakeries .bakery article .article-content .read-more {
  border-color: rgba(14, 90, 102, 0.6);
  color: #0E5A66;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
}
body.page-template-partners .bakeries .bakery article .article-content .read-more:hover {
  background-color: rgba(14, 90, 102, 0.1);
  color: #033B44;
}
body.page-template-partners .bakeries .bakery article .article-content .read-more:focus-visible {
  outline: none;
  text-decoration: none;
  box-shadow: 0 0 0 2px #F3EEE7, 0 0 0 4px rgba(14, 90, 102, 0.6);
}
@media (max-width: 576px) {
  body.page-template-partners .spotlight {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
body.page-template-partners .spotlight h2 {
  margin-bottom: 2rem;
}
body.page-template-partners .spotlight h2 span {
  font-family: "Inter", sans-serif;
  letter-spacing: normal;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1em;
}
@media (max-width: 576px) {
  body.page-template-partners .spotlight .spotlight-photo {
    width: 30%;
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  body.page-template-partners .spotlight .flavor-profile {
    width: 100% !important;
  }
}
body.page-template-partners .spotlight #origin-details.accordion {
  border-radius: 0.5rem;
  background: rgba(243, 238, 231, 0.1);
}
body.page-template-partners .spotlight #origin-details.accordion .accordion-item {
  border: 1px solid transparent;
  margin-bottom: 0.75rem;
  background: transparent;
}
body.page-template-partners .spotlight #origin-details.accordion .accordion-item:last-child {
  margin-bottom: 0;
}
body.page-template-partners .spotlight #origin-details.accordion .accordion-header {
  margin: 0;
}
body.page-template-partners .spotlight #origin-details.accordion .accordion-button {
  background: transparent;
  color: #F3EEE7;
  padding: 0.75rem 1rem;
  font-weight: 700;
  font-size: 0.875rem;
  border: none;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Inter", sans-serif;
  letter-spacing: normal;
}
body.page-template-partners .spotlight #origin-details.accordion .accordion-button::after {
  width: 1rem;
  height: 1rem;
  background-size: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%23ffffff' stroke-width='2' viewBox='0 0 16 16'%3E%3Cpath d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
}
body.page-template-partners .spotlight #origin-details.accordion .accordion-button:not(.collapsed) {
  background: transparent;
  color: #F3EEE7;
  box-shadow: none;
}
body.page-template-partners .spotlight #origin-details.accordion .accordion-button:focus-visible {
  box-shadow: 0 0 0 0.25rem #3399AA;
}
body.page-template-partners .spotlight #origin-details.accordion .accordion-body {
  padding-top: 0.25rem;
}
body.page-template-partners .spotlight #origin-details table td {
  padding: 0.375rem 0;
  border-bottom: 1px solid rgba(243, 238, 231, 0.1);
  text-transform: uppercase;
  color: #CBC4BA;
}
body.page-template-partners .spotlight #origin-details table td + td {
  color: #F3EEE7;
  text-align: right;
  text-transform: uppercase;
  font-weight: 600;
}
body.page-template-partners .spotlight.savory .photo {
  padding-left: 3rem;
}
body.page-template-partners .spotlight.savory .photo img {
  border-radius: 1rem;
  width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .community-page {
    padding-left: 0;
    padding-right: 0;
  }
}
.community-page h1 {
  font-size: 2.25rem;
}
.community-page .page-intro {
  font-size: 1.125rem;
}
.community-page .page-intro p {
  margin-bottom: 0;
}
.community-page .community-content {
  padding: 3rem 0 0;
}
@media (max-width: 991px) {
  .community-page .community-content .community-calendar {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.community-page .community-content .eapp-events-calendar-date-element-divider {
  color: #0E5A66;
}
.community-page .community-content .eapp-events-calendar-events-calendar-title {
  font-family: "introrust-base";
  font-size: 1.75rem;
  color: #2D2D2B !important;
}
.community-page .community-content .eapp-events-calendar-grid-item {
  font-family: "Inter", sans-serif;
  letter-spacing: normal;
  background-color: #DBDFD9;
}
.community-page .community-content .eapp-events-calendar-date-element-inline {
  background-color: #DBDFD9;
}
.community-page .community-content .eapp-events-calendar-date-element-day {
  font-family: "Inter", sans-serif;
  letter-spacing: normal;
  color: #0E5A66;
}
.community-page .community-content .eapp-events-calendar-date-element-month {
  font-family: "Inter", sans-serif;
  letter-spacing: normal;
  color: #0E5A66;
}
.community-page .community-content .es-filter-button-button:focus-visible {
  outline-offset: 2px;
  box-shadow: #F3EEE7 0px 0px 0px 2px;
  outline: #3399AA solid 2px !important;
}
.community-page .community-house-rules h2 {
  font-size: 1.75rem;
  font-weight: 800 !important;
  letter-spacing: -1%;
}
.community-page .community-faqs {
  margin-bottom: 0;
  padding: 2rem 0;
}
@media (max-width: 991px) {
  .community-page .community-faqs {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.community-page .community-faqs h2 {
  font-size: 1.75rem;
  font-weight: 800 !important;
}
.community-page .community-faqs .faq-search input {
  border-color: rgba(45, 45, 43, 0.2);
}
.community-page .community-faqs .faq-search input:focus {
  box-shadow: 0 0 0 2px #3399AA;
}
.community-page #faqClearBtn {
  border-color: rgba(45, 45, 43, 0.4);
  white-space: nowrap;
}
.community-page #faqClearBtn:hover {
  color: #0E5A66;
  background-color: rgba(14, 90, 102, 0.1);
}
.community-page #faqClearBtn:focus-visible {
  color: #0E5A66;
  background-color: rgba(14, 90, 102, 0.1);
  outline-offset: 2px;
  box-shadow: #F3EEE7 0px 0px 0px 2px;
  outline: #3399AA solid 2px !important;
}

.community-blog .latest-post:hover::before {
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.single-post #mainNav {
  background-color: #C5D0CD;
}
.single-post #mainNav.scrolled {
  background-color: #F3EEE7;
}
.single-post #mainNav.scrolled-start {
  background-color: #C5D0CD;
}
.single-post .full-article {
  padding-top: 144px;
}
@media (max-width: 576px) {
  .single-post .full-article {
    padding-top: 1rem;
  }
}
.single-post .full-article section {
  padding: 4rem 0 6rem;
}
.single-post .full-article section.article-heading {
  padding: 7rem 0 3rem;
  background-color: rgba(14, 90, 102, 0.2);
}
@media (max-width: 576px) {
  .single-post .full-article section.article-heading {
    padding: 2rem 0.5rem;
    margin: 0 -0.75rem;
    width: calc(100% + 1.5rem);
  }
  .single-post .full-article section.article-heading .all-posts {
    margin-bottom: 2rem;
  }
}
@media (max-width: 576px) {
  .single-post .full-article section .article-author {
    margin-top: -0.25rem;
  }
}
.single-post .full-article section .article-date {
  font-size: 0.875rem;
  color: #565655;
}
.single-post .full-article section h1 {
  margin-top: 0.5rem;
  color: #0E5A66;
}
@media (max-width: 576px) {
  .single-post .full-article section h1 {
    font-size: 2.625rem;
  }
}
.single-post .full-article section .callout {
  align-content: center;
  padding-right: 3rem;
  color: #5C3528;
  font-size: 1.125rem;
  font-weight: 300;
  font-style: italic;
}
.single-post .full-article section .callout .callout-text {
  text-align: center;
  padding: 1rem 0;
  border-top: 1px solid #A06D5C;
  border-bottom: 1px solid #A06D5C;
}
@media (max-width: 576px) {
  .single-post .full-article section .callout {
    display: none;
  }
}
.single-post .full-article section .all-posts {
  text-decoration: none;
}
.single-post .full-article section .all-posts:hover {
  color: #2D2D2B;
}
.single-post .full-article section .all-posts:focus-visible {
  border-radius: 0.25rem;
  outline: none;
  box-shadow: 0 0 0 2px #3399AA;
}
.single-post .full-article section > .container {
  max-width: 980px !important;
}

.beneficiary {
  padding-top: 1rem;
}
.beneficiary h2 {
  padding: 0 2.5rem;
  margin-bottom: 2rem;
  font-size: 1.75rem;
  font-weight: 800 !important;
}
.beneficiary-grid .row {
  margin-left: -2.5rem !important;
}
.beneficiary-card {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  padding: 0 2.5rem;
  margin-bottom: 6rem;
  border-left: 1px solid rgba(45, 45, 43, 0.1);
}
.beneficiary-card:first-child {
  border: 0;
}
.beneficiary-card-title {
  font-size: 1.125rem;
  font-weight: 700;
}
.beneficiary-card-logo {
  display: flex;
  width: 100%;
  height: 102px;
  justify-content: center;
  align-items: center;
  background-color: #FDFCFA;
  border-radius: 0.5rem;
}
.beneficiary-card-logo img {
  width: auto;
  height: 60%;
}
.beneficiary-card-desc p:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .games-page .games-intro {
    padding-left: 0;
    padding-right: 0;
  }
}
.games-page h1 {
  font-size: 2.25rem;
}
.games-page .page-intro {
  font-size: 1.125rem;
}
.games-page .page-intro p {
  margin-bottom: 0;
}
.games-page h2 {
  font-size: 1.75rem;
  font-weight: 800 !important;
}
.games-page .games-content {
  padding: 3rem 0 0;
}
.games-page .games-content .eapp-events-calendar {
  font-family: "Inter", sans-serif;
  letter-spacing: normal;
}
.games-page .games-content .eapp-events-calendar-grid-container {
  margin: 0;
}
.games-page .games-content .eapp-events-calendar-grid-item {
  background-color: #F3EEE7 !important;
  border-radius: 0;
}
.games-page .games-content .eapp-events-calendar-grid-item-component {
  padding: 0;
  border-radius: 0 !important;
}
.games-page .games-content .eapp-events-calendar-grid-item-container {
  padding: 0 0 1.5rem 0;
  margin: 0;
}
@media (min-width: 1024px) {
  .games-page .games-content .eapp-events-calendar-grid-item-container {
    width: 20%;
    padding-right: 1.5rem;
  }
}
.games-page .games-content .eapp-events-calendar-grid-item-info {
  padding: 1rem;
  margin: 0;
}
.games-page .games-content .eapp-events-calendar-grid-item-name {
  font-size: 1.125rem;
}
@media (min-width: 1024px) {
  .games-page .games-content .eapp-events-calendar-grid-item-name {
    font-size: 0.938rem;
  }
}
.games-page .games-content .eapp-events-calendar-grid-item-imageContainer {
  margin: 0;
  width: 100%;
  height: 144px;
  padding-top: 0;
  border-radius: 1rem;
}
.games-page .games-content .eapp-events-calendar-grid-item-imageContainer img {
  height: 144px;
}
@media (min-width: 1024px) {
  .games-page .games-content .eapp-events-calendar-grid-item-imageContainer img {
    height: 200px;
  }
}
.games-page .games-content .eapp-events-calendar-tags-item {
  font-size: 0.75rem;
}
@media (min-width: 1024px) {
  .games-page .games-content .eapp-events-calendar-tags-item {
    font-size: 0.75rem;
  }
}
.games-page .games-content .eapp-events-calendar-tags-item::after {
  margin: 0 0.25rem;
  color: #2D2D2B;
  font-weight: 800;
}
.games-page .games-content .eapp-events-calendar-media-image {
  border-radius: 1rem !important;
}
.games-page .games-content .eapp-events-calendar-date-element-item {
  font-size: 1.125rem;
}
.games-page .games-content .eapp-events-calendar-date-element-divider {
  color: #0E5A66;
}
.games-page .games-content .eapp-events-calendar-events-calendar-title {
  font-family: "introrust-base";
  font-size: 1.75rem;
  color: #2D2D2B !important;
}
.games-page .games-content .eapp-events-calendar-date-element-inline {
  background-color: #DBDFD9;
}
.games-page .games-content .eapp-events-calendar-date-element-day {
  font-family: "Inter", sans-serif;
  letter-spacing: normal;
  color: #0E5A66;
}
.games-page .games-content .eapp-events-calendar-date-element-month {
  font-family: "Inter", sans-serif;
  letter-spacing: normal;
  color: #0E5A66;
}
.games-page .games-content .es-filter-button-button:focus-visible {
  outline-offset: 2px;
  box-shadow: #F3EEE7 0px 0px 0px 2px;
  outline: #3399AA solid 2px !important;
}

.page-template-team {
  min-height: 100%;
  height: auto;
  display: flex;
  background-image: linear-gradient(to right bottom, #0e5a66, #0b525d, #084a55, #05434c, #033b44);
  background-repeat: no-repeat;
  background-attachment: fixed; /* optional: makes it feel smoother */
  color: #FDFCFA;
  color: #F8F5F1;
}
.page-template-team section {
  background-color: transparent;
  padding: 6rem 0;
  border-bottom: 1px solid rgba(243, 238, 231, 0.2);
}
@media (max-width: 991px) {
  .page-template-team section {
    padding: 3rem 0;
  }
  .page-template-team section.story-why {
    padding-top: 4rem;
  }
}
.page-template-team section.team-hero {
  padding: 0;
  border: 0;
}
.page-template-team .team-intro {
  color: #F3EEE7;
  font-size: 1.25rem;
  font-weight: 300;
}
.page-template-team h1 {
  color: #DEBE81;
}
.page-template-team h2 {
  color: #DEBE81;
  margin-bottom: 1.5rem;
}
.page-template-team h3 {
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  font-weight: 700;
}
.page-template-team .perks-grid {
  margin-top: 2rem;
}
.page-template-team .perks-grid > [class^=col-],
.page-template-team .perks-grid > [class*=" col-"] {
  margin-bottom: 1.5rem;
}
.page-template-team .perks-grid .perk-card {
  min-height: 100%;
  padding: 1.5rem 1.5rem;
  background-color: rgba(14, 90, 102, 0.8);
  border-radius: 1rem;
  font-size: 1rem;
}
.page-template-team .perks-grid .perk-card h3 {
  font-family: "introrust-base";
  font-weight: normal;
  letter-spacing: 0.05rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #F3EEE7;
}
.page-template-team .perks-grid .perk-card p {
  color: #DFD9D1;
}
.page-template-team .perks-grid .perk-card p.perk-detail {
  margin-bottom: 0;
  color: #CBC4BA;
  font-size: 0.875rem;
}
.page-template-team .perks-grid .perk-card .perk-icon {
  margin: 0 0 1rem -0.25rem;
}
.page-template-team .perks-grid .perk-card .perk-icon .material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 48;
  font-size: 48px;
  display: inline-flex;
  color: #B6AFA5;
}
@media (max-width: 991px) {
  .page-template-team .team-roles .roles-grid > .col {
    margin-bottom: 1rem;
  }
}
.page-template-team .team-roles .roles-grid .role-card {
  min-height: 100%;
  padding: 2rem 2.5rem;
  background-color: rgba(45, 45, 43, 0.2);
  border-radius: 1rem;
}
.page-template-team .team-roles .roles-grid .role-card h3 {
  font-size: 1.5rem;
  color: #DEBE81;
}
.page-template-team .team-roles .roles-grid .role-card .role-subtext {
  font-weight: 700;
}
.page-template-team .perch-form {
  margin-top: 2rem;
}

.page-template-event-signup section {
  background-color: transparent;
  padding: 2rem 0;
  border-bottom: 1px solid rgba(243, 238, 231, 0.2);
}
.page-template-event-signup section.event-signup-hero {
  padding: 0;
  border: 0;
}

section.games-arena {
  margin-bottom: 6rem;
}
section.games-arena .options-grid {
  margin-top: 3rem;
}

.arena-options {
  padding: 60px 0;
}
.arena-options-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.arena-options-card {
  padding-bottom: 2rem;
}
.arena-options-card-inner {
  background: rgba(45, 45, 43, 0.1);
  border-radius: 1rem;
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.arena-options-card-logo {
  width: 100%;
  aspect-ratio: 4/2;
  border-radius: 12px;
  background-image: var(--arena-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 16px;
  overflow: hidden;
}
.arena-options-card-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding: 1rem 1rem 0;
}
.arena-options-card-footer {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  padding: 0 1rem;
  margin-top: auto;
  min-height: 130px;
  align-items: flex-start;
}
.arena-options-card-title {
  font-size: 1.25rem;
  font-weight: 700;
}
.arena-options-card-icon {
  align-self: center;
}
.arena-options-card-desc {
  text-wrap: pretty;
  font-size: 0.875rem;
  margin-bottom: 16px;
}
.arena-options-card-desc p:last-child {
  margin-bottom: 0;
}
.arena-options-card-price-block {
  display: flex;
  align-items: end;
}
.arena-options-card-price {
  font-size: 2rem;
  margin: 0;
}
.arena-options-card-price-subtext {
  color: #565655;
  font-size: 1.125rem;
  font-weight: 400;
  margin: 0 0 0.3rem 0.5rem;
}
.arena-options-card .read-more {
  margin-top: 1.5rem;
  width: fit-content;
  font-size: 0.8125rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.options-grid.no-images .arena-options-card-logo {
  display: none !important;
}

@media (max-width: 991px) {
  .contact-page {
    padding: 2rem 0;
  }
}

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