.rf2026-header,
.rf2026-footer,
.rf2026-drawer {
  box-sizing: border-box;
  font-family: inherit;
}
.rf2026-header *,
.rf2026-footer *,
.rf2026-drawer * {
  box-sizing: border-box;
}
.rf2026-header {
  position: relative;
  z-index: 9990;
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #111;
  color: #fff;
  border-bottom: 1px solid rgba(204, 177, 124, .35);
}
.rf2026-header--sticky {
  position: sticky;
  top: 0;
}
.admin-bar .rf2026-header--sticky {
  top: 32px;
}
.rf2026-header__inner {
  width: 100%;
  min-height: 70px;
  padding: 0 38px;
  display: grid;
  grid-template-columns: minmax(90px, 1fr) auto minmax(300px, 1fr);
  align-items: center;
  gap: 30px;
}
.rf2026-header__logo,
.rf2026-drawer__logo,
.rf2026-footer__logo {
  display: inline-flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
}
.rf2026-header__logo {
  width: 64px;
  max-width: 64px;
  flex: 0 0 64px;
  justify-self: start;
  overflow: hidden;
}
.rf2026-header__logo__image,
.elementor .rf2026-header__logo__image,
.rf2026-header__logo img,
.elementor .rf2026-header__logo img {
  display: block !important;
  width: 64px !important;
  max-width: 64px !important;
  height: auto !important;
  max-height: 54px !important;
  object-fit: contain !important;
}
.rf2026-header__logo__text {
  font-size: 16px;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.rf2026-header__nav {
  justify-self: center;
}
.rf2026-header__nav__list,
.rf2026-language-menu__list,
.rf2026-footer__nav__list,
.rf2026-drawer__nav__list,
.rf2026-drawer__languages__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.rf2026-header__nav__list {
  display: flex;
  align-items: center;
  gap: 27px;
}
.rf2026-header__nav li,
.rf2026-language-menu li,
.rf2026-footer__nav li,
.rf2026-drawer__nav li,
.rf2026-drawer__languages li {
  margin: 0;
  padding: 0;
  position: relative;
}
.rf2026-header__nav a {
  display: block;
  padding: 27px 0 25px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1.2;
  transition: opacity .2s ease;
}
.rf2026-header__nav a:hover,
.rf2026-header__nav a:focus-visible {
  color: #fff;
  opacity: .7;
}
.rf2026-header__nav .sub-menu {
  position: absolute;
  top: 100%;
  left: -18px;
  z-index: 10;
  min-width: 190px;
  margin: 0;
  padding: 10px 18px;
  list-style: none;
  background: #111;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}
.rf2026-header__nav li:hover > .sub-menu,
.rf2026-header__nav li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.rf2026-header__nav .sub-menu a {
  padding: 10px 0;
}
.rf2026-header__actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 14px;
}
.rf2026-language-menu__list {
  display: flex;
  align-items: center;
  gap: 7px;
}
.rf2026-language-menu a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
}
.rf2026-language-menu .sub-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 12px);
  min-width: 100px;
  padding: 8px 12px;
  margin: 0;
  list-style: none;
  background: #111;
  border: 1px solid rgba(255,255,255,.15);
  opacity: 0;
  visibility: hidden;
}
.rf2026-language-menu li:hover > .sub-menu,
.rf2026-language-menu li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
}
.rf2026-header__cta,
.rf2026-drawer__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 19px;
  background: #b34820;
  color: #fff !important;
  text-decoration: none !important;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .02em;
  transition: background .2s ease;
}
.rf2026-header__cta:hover,
.rf2026-header__cta:focus-visible,
.rf2026-drawer__cta:hover,
.rf2026-drawer__cta:focus-visible {
  background: #913917;
  color: #fff;
}
.rf2026-socials {
  display: flex;
  align-items: center;
  gap: 8px;
}
.rf2026-socials__link {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #111;
  text-decoration: none;
  transition: opacity .2s ease, transform .2s ease;
}
.rf2026-socials__link:hover,
.rf2026-socials__link:focus-visible {
  opacity: .75;
  transform: translateY(-1px);
}
.rf2026-socials__link svg {
  display: block;
  width: 14px;
  height: 14px;
  fill: currentColor;
}
.rf2026-header__toggle {
  display: none;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 6px 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.rf2026-header__toggle span {
  display: block;
  width: 40px;
  height: 3px;
  margin: 7px 0;
  background: #fff;
}
.rf2026-drawer {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  background: #111;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(100%);
  transition: opacity .25s ease, transform .35s ease, visibility .35s ease;
}
.rf2026-drawer.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
}
.rf2026-drawer__top {
  min-height: 96px;
  padding: 18px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(204, 177, 124, .35);
}
.rf2026-drawer__logo {
  width: 58px;
  max-width: 58px;
  flex: 0 0 58px;
  overflow: hidden;
}
.rf2026-drawer__logo__image,
.elementor .rf2026-drawer__logo__image,
.rf2026-drawer__logo img,
.elementor .rf2026-drawer__logo img {
  display: block !important;
  width: 58px !important;
  max-width: 58px !important;
  height: auto !important;
  max-height: 64px !important;
  object-fit: contain !important;
}
.rf2026-drawer__close {
  position: relative;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.rf2026-drawer__close span {
  position: absolute;
  top: 21px;
  left: 3px;
  width: 38px;
  height: 3px;
  background: #fff;
}
.rf2026-drawer__close span:first-child {
  transform: rotate(45deg);
}
.rf2026-drawer__close span:last-child {
  transform: rotate(-45deg);
}
.rf2026-drawer__content {
  flex: 1;
  padding: 38px 28px 28px;
  overflow-y: auto;
}
.rf2026-drawer__nav__list {
  display: flex;
  flex-direction: column;
}
.rf2026-drawer__nav a {
  display: block;
  padding: 14px 0;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
  font-size: 29px;
  line-height: 1;
}
.rf2026-drawer__nav .sub-menu {
  margin: 0 0 8px 16px;
  padding: 0;
  list-style: none;
}
.rf2026-drawer__nav .sub-menu a {
  font-size: 18px;
}
.rf2026-drawer__cta {
  margin-top: 30px;
  min-height: 48px;
  padding: 14px 24px;
}
.rf2026-drawer__footer {
  margin-top: 35px;
  padding-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(255,255,255,.2);
}
.rf2026-drawer__languages__list {
  display: flex;
  align-items: center;
  gap: 14px;
}
.rf2026-drawer__languages a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.rf2026-drawer__languages .sub-menu {
  display: flex;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
body.rf2026-menu-open {
  overflow: hidden;
}
.rf2026-footer {
  position: relative;
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 72px 40px 46px;
  background: #111;
  color: #fff;
  border-top: 1px solid rgba(204, 177, 124, .35);
}
.rf2026-footer a {
  color: inherit;
}
.rf2026-footer__inner {
  width: min(1180px, 100%);
  margin: 0 auto;
  text-align: center;
}
.rf2026-footer__logo {
  width: 104px;
  max-width: 104px;
  margin: 0 auto;
  justify-content: center;
  overflow: hidden;
}
.rf2026-footer__logo__image,
.elementor .rf2026-footer__logo__image,
.rf2026-footer__logo img,
.elementor .rf2026-footer__logo img {
  display: block !important;
  width: 104px !important;
  max-width: 104px !important;
  height: auto !important;
  max-height: 122px !important;
  object-fit: contain !important;
}
.rf2026-footer__logo__text {
  font-size: 24px;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: .18em;
}
.rf2026-footer__ornament {
  margin: 56px auto 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
.rf2026-footer__ornament span {
  display: block;
  width: 165px;
  height: 1px;
  background: rgba(255,255,255,.75);
}
.rf2026-footer__ornament b {
  font-size: 17px;
  line-height: 1;
  font-weight: 400;
}
.rf2026-footer__nav__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.rf2026-footer__nav li + li::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 18px;
  margin: 0 22px;
  vertical-align: middle;
  background: rgba(255,255,255,.9);
}
.rf2026-footer__nav a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.3;
}
.rf2026-footer__columns {
  margin-top: 82px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
}
.rf2026-footer__column {
  min-height: 170px;
  padding: 0 58px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.rf2026-footer__column + .rf2026-footer__column {
  border-left: 1px solid rgba(255,255,255,.7);
}
.rf2026-footer__column h2 {
  margin: 0 0 33px;
  color: #fff;
  font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}
.rf2026-footer__column p {
  margin: 0;
  color: #fff;
  font-size: 15px;
  line-height: 1.55;
}
.rf2026-footer__column--contact p + p {
  margin-top: 3px;
}
.rf2026-footer__column a {
  color: #fff;
  text-decoration: none;
}
.rf2026-footer__column a:hover,
.rf2026-footer__column a:focus-visible {
  text-decoration: underline;
}
.rf2026-footer .rf2026-socials {
  justify-content: center;
}
.rf2026-footer .rf2026-socials__link {
  width: 31px;
  height: 31px;
}
.rf2026-footer__copyright {
  margin-top: 28px !important;
}
.rf2026-footer__note {
  margin-top: 26px !important;
  font-size: 12px !important;
}
.rf2026-footer__funding {
  margin: 50px auto 0;
  display: flex;
  justify-content: center;
}
.rf2026-footer__funding img,
.elementor .rf2026-footer__funding img {
  display: block !important;
  width: auto !important;
  max-width: 360px !important;
  height: auto !important;
  max-height: 60px !important;
  object-fit: contain !important;
}
@media (max-width: 1180px) {
  .rf2026-header__inner {
    padding: 0 24px;
    grid-template-columns: minmax(85px, 1fr) auto minmax(260px, 1fr);
    gap: 20px;
  }
  .rf2026-header__nav__list {
    gap: 18px;
  }
  .rf2026-header__actions {
    gap: 10px;
  }
}
@media (max-width: 1024px) {
  .rf2026-header__inner {
    min-height: 96px;
    padding: 0 28px;
    display: flex;
    justify-content: space-between;
  }
  .rf2026-header__logo {
    width: 48px;
    max-width: 48px;
    flex-basis: 48px;
  }
  .rf2026-header__logo__image,
  .elementor .rf2026-header__logo__image,
  .rf2026-header__logo img,
  .elementor .rf2026-header__logo img {
    width: 48px !important;
    max-width: 48px !important;
    max-height: 58px !important;
  }
  .rf2026-header__nav,
  .rf2026-header__actions {
    display: none;
  }
  .rf2026-header__toggle {
    display: block;
  }
  .rf2026-footer {
    padding: 64px 30px 42px;
  }
  .rf2026-footer__columns {
    margin-top: 62px;
  }
  .rf2026-footer__column {
    padding: 0 28px;
  }
}
@media (max-width: 782px) {
  .admin-bar .rf2026-header--sticky {
    top: 46px;
  }
}
@media (max-width: 767px) {
  .rf2026-header__inner {
    min-height: 96px;
    padding: 0 28px;
  }
  .rf2026-header__toggle span {
    width: 40px;
  }
  .rf2026-footer {
    padding: 55px 28px 38px;
  }
  .rf2026-footer__logo {
    width: 88px;
    max-width: 88px;
  }
  .rf2026-footer__logo__image,
  .elementor .rf2026-footer__logo__image,
  .rf2026-footer__logo img,
  .elementor .rf2026-footer__logo img {
    width: 88px !important;
    max-width: 88px !important;
    max-height: 104px !important;
  }
  .rf2026-footer__ornament {
    margin: 42px auto 36px;
    gap: 15px;
  }
  .rf2026-footer__ornament span {
    width: 90px;
  }
  .rf2026-footer__nav__list {
    flex-wrap: wrap;
  }
  .rf2026-footer__nav li + li::before {
    margin: 0 13px;
  }
  .rf2026-footer__columns {
    margin-top: 52px;
    grid-template-columns: 1fr;
  }
  .rf2026-footer__column {
    min-height: 0;
    padding: 34px 0;
  }
  .rf2026-footer__column + .rf2026-footer__column {
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,.45);
  }
  .rf2026-footer__column h2 {
    margin-bottom: 22px;
  }
  .rf2026-footer__funding img {
    max-width: min(320px, 100%);
  }
}
