@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
body {
  margin: 0;
}

figure, .wp-block-pullquote {
  margin: 0;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}

.screen-reader-text:focus {
  background-color: #f7f7f7;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #007acc;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.skip-link {
  left: -9999rem;
  top: 2.5rem;
  z-index: 999999999;
  text-decoration: underline;
}

.skip-link:focus {
  display: block;
  left: 6px;
  top: 7px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
  padding: 15px 23px 14px;
  z-index: 100000;
  right: auto;
}

.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active) {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.bg-primary {
  background: #a07345;
}
.bg-primary-light {
  background: #b78c5f;
}
.bg-secondary {
  background: #2b2e39;
}
.bg-secondary-light {
  background: #414553;
}
.bg-light {
  background: #faf6f1;
}
.bg-white {
  background: #ffffff;
}
.bg-dark {
  background: #2b2e39;
}

.text-primary {
  color: #a07345;
}
.text-primary-light {
  color: #b78c5f;
}
.text-secondary {
  color: #2b2e39;
}
.text-light {
  color: #faf6f1;
}
.text-white {
  color: #ffffff;
}
.text-dark {
  color: #2b2e39;
}
.text-body {
  color: #2b2e39;
}

:root {
  --spacing-section-small: 48px;
  --spacing-section-regular: 72px;
  --spacing-section-large: 96px;
  --spacing-section-xlarge: 120px;
}

@media (max-width: 992px) {
  :root {
    --spacing-section-small: 32px;
    --spacing-section-regular: 48px;
    --spacing-section-large: 72px;
    --spacing-section-xlarge: 96px;
  }
}
@media (max-width: 768px) {
  :root {
    --spacing-section-small: 24px;
    --spacing-section-regular: 38px;
    --spacing-section-large: 56px;
    --spacing-section-xlarge: 72px;
  }
}
:root {
  --font-size-base: 18px;
}

@media (max-width: 768px) {
  :root {
    --font-size-base: 16px;
  }
}
html,
body {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: var(--font-size-base);
  line-height: 1.6;
  color: #2b2e39;
  background: #ffffff;
}

p {
  margin: 0 0 1em;
  line-height: 1.6;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #a07345;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  transition: color 0.25s ease;
}
a:hover {
  color: #b78c5f;
}

strong, b {
  font-weight: 600;
}

em, i {
  font-style: italic;
}

ul, ol {
  margin: 0 0 1em;
  padding-left: 1.25em;
}
ul li, ol li {
  margin-bottom: 0.3em;
  line-height: 1.6;
}

small {
  font-size: 14px;
}

hr {
  border: 0;
  border-top: 1px solid rgba(43, 46, 57, 0.12);
  margin: 24px 0;
}

blockquote {
  border-left: 4px solid #a07345;
  padding-left: 20px;
  margin: 24px 0;
  font-style: italic;
  color: #2b2e39;
}

figure audio {
  display: block;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.2;
  color: #2b2e39;
  margin: 0 0 0.5em;
}

h1, .h1 {
  font-size: 48px;
}
@media (max-width: 991px) {
  h1, .h1 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 32px;
  }
}

h2, .h2 {
  font-size: 36px;
}
@media (max-width: 991px) {
  h2, .h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 26px;
  }
}

h3, .h3 {
  font-size: 28px;
}
@media (max-width: 991px) {
  h3, .h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 22px;
  }
}

h4, .h4 {
  font-size: 22px;
}

h5, .h5 {
  font-size: 20px;
}

h6, .h6 {
  font-size: 18px;
}

.subtitle {
  display: inline-block;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #a07345;
  margin-bottom: 10px;
}

.section-title {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.15;
  margin: 0 0 24px;
}

button,
.button,
.btn,
input[type=submit],
input[type=button] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 35px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
  border: 2px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.25s ease;
  background: #a07345;
  color: #ffffff;
}
button:disabled, button.disabled,
.button:disabled,
.button.disabled,
.btn:disabled,
.btn.disabled,
input[type=submit]:disabled,
input[type=submit].disabled,
input[type=button]:disabled,
input[type=button].disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.4;
}
button._loading-state,
.button._loading-state,
.btn._loading-state,
input[type=submit]._loading-state,
input[type=button]._loading-state {
  pointer-events: none;
  opacity: 0.4;
}
@media (max-width: 767px) {
  button,
  .button,
  .btn,
  input[type=submit],
  input[type=button] {
    font-size: 17px;
    padding: 11px 26px;
  }
}
button:hover,
.button:hover,
.btn:hover,
input[type=submit]:hover,
input[type=button]:hover {
  background: #b78c5f;
  color: #ffffff;
}

.button.button-primary, .button.btn-primary,
.btn.button-primary,
.btn.btn-primary {
  background: #a07345;
  border-color: #a07345;
  color: #ffffff;
}
.button.button-primary:hover, .button.btn-primary:hover,
.btn.button-primary:hover,
.btn.btn-primary:hover {
  background: #b78c5f;
  border-color: #b78c5f;
  color: #ffffff;
}
.button.button-primary-outline, .button.btn-primary-outline,
.btn.button-primary-outline,
.btn.btn-primary-outline {
  background: transparent;
  border: 2px solid #a07345;
  border-radius: 0;
  color: #a07345;
}
.button.button-primary-outline:hover, .button.btn-primary-outline:hover,
.btn.button-primary-outline:hover,
.btn.btn-primary-outline:hover {
  background: #a07345;
  color: #ffffff;
}
.button.button-secondary, .button.btn-secondary,
.btn.button-secondary,
.btn.btn-secondary {
  background: #2b2e39;
  border-color: #2b2e39;
  color: #ffffff;
}
.button.button-secondary:hover, .button.btn-secondary:hover,
.btn.button-secondary:hover,
.btn.btn-secondary:hover {
  background: #414553;
  border-color: #414553;
}
.button.button-secondary-outline, .button.btn-secondary-outline,
.btn.button-secondary-outline,
.btn.btn-secondary-outline {
  background: transparent;
  border: 2px solid #2b2e39;
  border-radius: 0;
  color: #2b2e39;
}
.button.button-secondary-outline:hover, .button.btn-secondary-outline:hover,
.btn.button-secondary-outline:hover,
.btn.btn-secondary-outline:hover {
  background: #2b2e39;
  color: #ffffff;
}
.button.button-dark, .button.btn-dark,
.btn.button-dark,
.btn.btn-dark {
  background: #2b2e39;
  border-color: #2b2e39;
  color: #ffffff;
}
.button.button-dark:hover, .button.btn-dark:hover,
.btn.button-dark:hover,
.btn.btn-dark:hover {
  background: #414553;
  border-color: #414553;
}
.button.button-white, .button.btn-white,
.btn.button-white,
.btn.btn-white {
  background: #ffffff;
  border-color: #ffffff;
  color: #2b2e39;
}
.button.button-white:hover, .button.btn-white:hover,
.btn.button-white:hover,
.btn.btn-white:hover {
  background: #faf6f1;
  border-color: #faf6f1;
}
.button.button-white-outline, .button.btn-white-outline,
.btn.button-white-outline,
.btn.btn-white-outline {
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 0;
  color: #ffffff;
}
.button.button-white-outline:hover, .button.btn-white-outline:hover,
.btn.button-white-outline:hover,
.btn.btn-white-outline:hover {
  background: #ffffff;
  color: #2b2e39;
}

.button-sm,
.btn-sm {
  padding: 8px 20px;
  font-size: 14px;
}

.button-icon {
  padding: 10px;
  min-width: 44px;
  min-height: 44px;
}

.entry-meta {
  background: #2b2e39;
  color: #ffffff;
  padding: 16px;
  display: flex;
  gap: 4px;
}
.entry-meta a {
  color: inherit;
  text-decoration: underline;
}
.entry-footer {
  background: #2b2e39;
  color: #ffffff;
  padding: 16px;
  display: flex;
  gap: 4px;
  flex-direction: column;
}
.entry-footer a {
  color: inherit;
  text-decoration: underline;
}
.entry-footer > span > a:first-of-type {
  margin-left: 4px;
}
.entry-content {
  padding: 0;
  background: transparent;
}
.entry-summary {
  padding: 0;
  margin-top: 16px;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select {
  display: block;
  max-width: 520px;
  margin: 0 0 0.75rem 0;
  padding: 10px 14px;
  font-size: 0.95rem;
  background: #ffffff;
  border: 1px solid #8a90a6;
  border-radius: 8px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.04);
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.06s ease;
  width: 85%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus,
select:focus {
  border-color: #2b2e39;
  box-shadow: 0 8px 24px rgba(43, 46, 57, 0.08);
  transform: translateY(-1px);
}

.uikit-fields__container {
  border-radius: 16px;
  box-shadow: 16px 16px 16px 16px rgba(0, 0, 0, 0.092);
}

.text-body {
  font-weight: bold;
}

.square-body {
  position: relative;
}

.radio-group {
  display: flex;
  gap: 10px;
}
.radio-group input[type=radio] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  top: 0;
  left: 0;
}
.radio-group label {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  border: 2px solid #333;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
  display: block;
}
.radio-group label:hover {
  border-color: #2b2e39;
}
.radio-group .round-body {
  position: relative;
}
.radio-group input[type=radio]:checked + label {
  background-color: #2b2e39;
  border-color: #2b2e39;
}
.radio-group input[type=radio]:checked + label::after {
  content: "✓";
  position: absolute;
  color: white;
  font-size: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
}

.checkbox-group {
  display: flex;
  gap: 10px;
}
.checkbox-group input[type=checkbox] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  top: 0;
  left: 0;
}
.checkbox-group label {
  width: 12px;
  height: 12px;
  border: 2px solid #333;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
  display: block;
}
.checkbox-group label:hover {
  border-color: #2b2e39;
}
.checkbox-group .round-body {
  position: relative;
}
.checkbox-group input[type=checkbox]:checked + label {
  background-color: #2b2e39;
  border-color: #2b2e39;
}
.checkbox-group input[type=checkbox]:checked + label::after {
  content: "✓";
  position: absolute;
  color: white;
  font-size: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
}

.styled-menu {
  display: flex;
  gap: 16px;
  background: #b78c5f;
  padding: 16px;
  list-style: none !important;
}
@media (max-width: 767px) {
  .styled-menu {
    flex-direction: column;
  }
}
.styled-menu ul {
  list-style: none !important;
  margin: 0;
  padding: 0;
  display: flex;
}
@media (max-width: 767px) {
  .styled-menu ul {
    flex-direction: column;
  }
}
.styled-menu li {
  position: relative;
  margin-right: 16px;
}
.styled-menu li a {
  display: block;
  padding: 0px;
  color: #2b2e39;
  text-decoration: none;
}
.styled-menu li a:hover {
  color: #2b2e39;
}
.styled-menu li.current_page_item a {
  color: #2b2e39;
}
.styled-menu .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #2b2e39;
  min-width: 180px;
  z-index: 1000;
}
@media (max-width: 767px) {
  .styled-menu .sub-menu {
    position: static;
  }
}
.styled-menu .sub-menu li {
  margin: 0;
}
.styled-menu .sub-menu li a {
  padding: 8px 12px;
  color: #ffffff;
  font-size: 14px;
}
.styled-menu .sub-menu li a:hover {
  background: #a07345;
  color: #2b2e39;
}
.styled-menu .sub-menu li.current_page_item.menu-item-has-children a {
  background: #a07345;
  color: #2b2e39;
}
.styled-menu li {
  margin: 0;
}
.styled-menu li.menu-item-has-children > a:after {
  content: "+";
  font-weight: 900;
  margin-left: 4px;
  display: inline-block;
  width: 10px;
}
.styled-menu li.menu-item-has-children > a:hover:after {
  content: "-";
  color: #2b2e39;
}
.styled-menu li.current-menu-parent.menu-item-has-children > a {
  color: #2b2e39;
}
.styled-menu li.current-menu-parent.menu-item-has-children > a:after {
  content: "-";
  color: #2b2e39;
}
.styled-menu li:hover > .sub-menu {
  display: block;
}
.styled-menu .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}

.inline-menu {
  display: flex;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none !important;
}
.inline-menu ul {
  list-style: none !important;
}
.inline-menu li {
  margin: 0;
}
.inline-menu li a {
  display: block;
  padding: 0px;
  color: #ffffff;
  text-decoration: none;
}
.inline-menu li a:hover {
  color: #a07345;
}
.inline-menu li.current_page_item a {
  color: #a07345;
}
.inline-menu li.menu-item-has-children > a {
  font-size: 18px;
  font-weight: 700;
}
.inline-menu li .sub-menu .menu-item-has-children:not(:first-child) {
  margin-top: 16px;
}

.nav-links {
  background: #a07345;
  padding: 16px;
  color: #2b2e39;
  display: flex;
  justify-content: space-between;
}
.nav-links a {
  color: inherit;
}
.nav-links a:hover {
  color: #2b2e39;
}

.site-header {
  position: relative;
  z-index: 100;
}

body.no-page-header {
  padding-top: 0;
}
body.no-page-header .site-headerbar {
  position: relative;
  top: 0;
}
body.no-page-header .site-headerbar__inner {
  box-shadow: 0 2px 12px rgba(43, 46, 57, 0.06);
}

.site-footer {
  position: relative;
}
.site-footer__top {
  position: relative;
  background-color: #faf6f1;
  background-image: url("../images/footer.png");
  background-repeat: no-repeat;
  background-position: 100% 85%;
  background-size: contain;
  padding: 0;
  overflow: hidden;
}
.site-footer__top-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  opacity: 0.55;
  pointer-events: none;
  z-index: 0;
}
.site-footer__top-wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  width: 100%;
  height: 90px;
  z-index: 2;
  pointer-events: none;
  line-height: 0;
  background-color: #ffffff;
  -webkit-mask: url("../images/wave.svg") center bottom/100% 100% no-repeat;
  mask: url("../images/wave.svg") center bottom/100% 100% no-repeat;
}
@media (max-width: 991px) {
  .site-footer__top-wave {
    height: 60px;
  }
}
.site-footer__top-inner {
  position: relative;
  z-index: 1;
}
.site-footer__intro {
  margin-bottom: 30px;
  max-width: 760px;
}
.site-footer__intro .subtitle {
  color: #a07345;
}
.site-footer__intro h2 {
  font-size: 40px;
  margin: 0;
}
@media (max-width: 991px) {
  .site-footer__intro h2 {
    font-size: 30px;
  }
}
.site-footer__columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 1023px) {
  .site-footer__columns {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .site-footer__columns {
    grid-template-columns: 1fr;
  }
}
.site-footer__column-title {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #a07345;
  margin-bottom: 14px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 500;
}
.site-footer__column-title::before {
  content: "❦";
  margin-right: 8px;
}
.site-footer__menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer__menu li {
  margin: 0;
  padding: 5px 0;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.site-footer__menu li::before {
  content: "";
  width: 12px;
  height: 1px;
  background: #a07345;
  flex-shrink: 0;
}
.site-footer__menu li a {
  color: #2b2e39;
  text-decoration: none;
}
.site-footer__menu li a:hover {
  color: #a07345;
}
.site-footer__bottom {
  background: #faf7f2;
  border: 0;
  padding: 16px 0;
}
.site-footer__bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 13px;
  color: rgba(43, 46, 57, 0.6);
}
.site-footer__copyright {
  margin: 0;
  display: flex;
  align-items: center;
  line-height: 1;
}
.site-footer__bottom-right {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}
.site-footer__language {
  display: flex;
  align-items: center;
}
.site-footer__socials {
  display: flex;
  align-items: center;
  gap: 10px;
}
.site-footer__socials .socials-label {
  color: rgba(43, 46, 57, 0.6);
}
.site-footer__socials a {
  color: #2b2e39;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  text-decoration: none;
}
.site-footer__socials a:hover {
  color: #a07345;
}
.site-footer__socials a svg {
  width: 16px;
  height: 16px;
}

.with-sidebar {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 40px;
  align-items: start;
}
@media (max-width: 1023px) {
  .with-sidebar {
    grid-template-columns: 1fr;
  }
}

.sidebar {
  position: sticky;
  top: 120px;
}

.page-content {
  position: relative;
  background: #faf7f2;
  padding: var(--spacing-section-small) 0 var(--spacing-section-regular);
}
.page-content__inner {
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}
@media (max-width: 767px) {
  .page-content__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.page-content--wide .page-content__inner {
  max-width: 1400px;
}
.page-content__title {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 44px;
  margin: 0 0 18px;
  font-weight: 500;
  line-height: 1.15;
}
@media (max-width: 991px) {
  .page-content__title {
    font-size: 32px;
  }
}
.page-content__body {
  font-size: var(--font-size-base);
  line-height: 1.6;
  max-width: 960px;
}
.page-content__body p {
  margin: 0 0 1em;
}

.page-content-bottom {
  background: #ffffff;
  padding: var(--spacing-section-small) 0;
}

.has-searchbar .page-content {
  padding-top: 20px;
}

.has-bottom-searchbar .page-content {
  padding-top: 120px;
}

.no-page-header .page-content {
  padding-top: 200px;
}
@media (max-width: 991px) {
  .no-page-header .page-content {
    padding-top: 140px;
  }
}
@media (max-width: 767px) {
  .no-page-header .page-content {
    padding-top: 110px;
  }
}

.page-header-wrap {
  position: relative;
}

#comments {
  background: #b78c5f;
  padding: 16px;
  margin-top: 16px;
  display: block;
}
#comments .comment-form-comment label {
  font-weight: bold;
}
#comments #respond {
  background: #a07345;
  padding: 16px;
}
#comments #respond:not(:first-child) {
  margin-top: 16px;
}
#comments #respond .submit {
  background: #2b2e39;
}
#comments #respond .form-submit {
  margin-bottom: 0;
}
#comments #comments-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 16px;
  flex-direction: column;
}
#comments #comments-list ul li {
  background: #ffffff;
  padding: 16px;
}
#comments #comments-list ul li ul li {
  border-left: 5px solid #a07345;
  padding-top: 0;
  margin-top: 16px;
  margin-left: 16px;
  padding-bottom: 0;
}
#comments .comment-author {
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 4px;
  border-bottom: 1px solid #2b2e39;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
#comments .comment-meta {
  color: #2b2e39;
  border-bottom: 1px solid #2b2e39;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
#comments .comment-meta a {
  color: inherit;
  opacity: 0.5;
}
#comments .comment-meta a:hover {
  color: #a07345;
  opacity: 1;
}
#comments .comment-reply-title {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}
#comments .logged-in-as .required-field-message {
  display: block;
}

.container {
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.container-fluid {
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.section {
  position: relative;
  padding: var(--spacing-section-regular) 0;
}
@media (max-width: 767px) {
  .section {
    padding: var(--spacing-section-small) 0;
  }
}
.section--tight {
  padding: var(--spacing-section-small) 0;
}
.section--large {
  padding: var(--spacing-section-large) 0;
}
.section--xlarge {
  padding: var(--spacing-section-xlarge) 0;
}
.section--no-bottom {
  padding-bottom: 0;
}
.section--no-top {
  padding-top: 0;
}

.section-intro {
  margin-bottom: 40px;
  max-width: 760px;
}
.section-intro--centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

body.is-scrolled .site-header {
  position: fixed;
  animation: txvv-header-drop 0.25s ease both;
}

@keyframes txvv-header-drop {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.site-headerbar {
  position: relative;
  padding-top: 25px;
}
@media (max-width: 991px) {
  .site-headerbar {
    padding-top: 12px;
  }
}
body.is-scrolled .site-headerbar {
  padding-top: 8px;
  padding-bottom: 8px;
}
body.is-scrolled .site-headerbar .site-headerbar__inner {
  box-shadow: 0 4px 14px rgba(43, 46, 57, 0.12);
}
.site-headerbar__inner {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 0;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(43, 46, 57, 0.08);
  padding: 0;
}
@media (max-width: 991px) {
  .site-headerbar__inner {
    flex-wrap: wrap;
  }
}
.site-headerbar__logo {
  background: #2b2e39;
  color: #ffffff;
  padding: 18px 28px;
  display: flex;
  align-items: center;
  text-decoration: none;
  border-radius: 10px 0 0 10px;
  min-width: 180px;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.1;
}
.site-headerbar__logo:hover {
  color: #ffffff;
  opacity: 0.9;
}
.site-headerbar__logo img {
  display: block;
  max-height: 32px;
  width: auto;
}
@media (max-width: 991px) {
  .site-headerbar__logo {
    border-radius: 10px 0 0 10px;
    padding: 14px 22px;
    font-size: var(--font-size-base);
    min-width: 140px;
  }
}
.site-headerbar__nav {
  flex: 1;
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 24px;
}
@media (max-width: 1023px) {
  .site-headerbar__nav {
    display: none;
  }
}
.site-headerbar__nav ul {
  display: flex;
  gap: 0 28px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
.site-headerbar__nav ul > li {
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
.site-headerbar__nav ul > li::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #a07345;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.45;
  flex-shrink: 0;
}
.site-headerbar__nav ul > li > a {
  color: #2b2e39;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  padding: 22px 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.25s ease;
}
.site-headerbar__nav ul > li > a:hover {
  color: #a07345;
}
.site-headerbar__nav ul > li > a .nav-chevron {
  transition: transform 0.25s ease;
  position: relative;
  top: 1px;
}
.site-headerbar__nav ul > li.current-menu-item > a, .site-headerbar__nav ul > li.current-page-ancestor > a, .site-headerbar__nav ul > li.current-menu-ancestor > a {
  color: #a07345;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
}
.site-headerbar__nav ul > li.has-submenu > .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  min-width: 220px;
  padding: 14px 0 0 0;
  display: block;
  gap: 0;
  flex-wrap: nowrap;
  list-style: none;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 120;
  transition: all 0.25s ease;
}
.site-headerbar__nav ul > li.has-submenu > .sub-menu::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 16px 32px rgba(43, 46, 57, 0.12);
  z-index: -1;
}
.site-headerbar__nav ul > li.has-submenu > .sub-menu li {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1;
}
.site-headerbar__nav ul > li.has-submenu > .sub-menu li::before {
  display: none;
}
.site-headerbar__nav ul > li.has-submenu > .sub-menu li a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 8px 22px;
  font-size: 14px;
  color: #2b2e39;
  white-space: nowrap;
}
.site-headerbar__nav ul > li.has-submenu > .sub-menu li a:hover {
  color: #a07345;
  background: rgba(160, 115, 69, 0.06);
}
.site-headerbar__nav ul > li.has-submenu > .sub-menu li:first-child a {
  border-radius: 8px 8px 0 0;
}
.site-headerbar__nav ul > li.has-submenu > .sub-menu li:last-child a {
  border-radius: 0 0 8px 8px;
}
.site-headerbar__nav ul > li.has-submenu:hover > a .nav-chevron, .site-headerbar__nav ul > li.has-submenu:focus-within > a .nav-chevron, .site-headerbar__nav ul > li.has-submenu.is-open > a .nav-chevron {
  transform: rotate(180deg);
}
.site-headerbar__nav ul > li.has-submenu:hover > .sub-menu, .site-headerbar__nav ul > li.has-submenu:focus-within > .sub-menu, .site-headerbar__nav ul > li.has-submenu.is-open > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.site-headerbar__nav ul > li.has-megamenu {
  position: static;
}
.site-headerbar__nav ul > li.has-megamenu > .site-headerbar__megamenu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding-top: 14px;
  background: transparent;
  z-index: 120;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.25s ease;
}
.site-headerbar__nav ul > li.has-megamenu > .site-headerbar__megamenu .site-headerbar__megamenu-inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 28px 40px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(43, 46, 57, 0.16);
  padding: 28px 32px;
}
.site-headerbar__nav ul > li.has-megamenu > .site-headerbar__megamenu .site-headerbar__megamenu-col {
  min-width: 0;
}
.site-headerbar__nav ul > li.has-megamenu > .site-headerbar__megamenu .site-headerbar__megamenu-title {
  display: block;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #a07345;
  margin: 0 0 14px;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: default;
  min-height: auto;
  text-align: left;
}
.site-headerbar__nav ul > li.has-megamenu > .site-headerbar__megamenu .site-headerbar__megamenu-title:hover {
  background: transparent;
  color: #a07345;
}
.site-headerbar__nav ul > li.has-megamenu > .site-headerbar__megamenu .site-headerbar__megamenu-title .nav-chevron {
  display: none;
}
.site-headerbar__nav ul > li.has-megamenu > .site-headerbar__megamenu .site-headerbar__megamenu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.site-headerbar__nav ul > li.has-megamenu > .site-headerbar__megamenu .site-headerbar__megamenu-list li {
  display: list-item;
  margin: 0;
  padding: 0;
  font-size: 14px;
  position: static;
}
.site-headerbar__nav ul > li.has-megamenu > .site-headerbar__megamenu .site-headerbar__megamenu-list li::before {
  display: none;
}
.site-headerbar__nav ul > li.has-megamenu > .site-headerbar__megamenu .site-headerbar__megamenu-list li a {
  display: inline-block;
  color: #2b2e39;
  text-decoration: none;
  padding: 0;
}
.site-headerbar__nav ul > li.has-megamenu > .site-headerbar__megamenu .site-headerbar__megamenu-list li a:hover {
  color: #a07345;
}
.site-headerbar__nav ul > li.has-megamenu:hover > a .nav-chevron, .site-headerbar__nav ul > li.has-megamenu:focus-within > a .nav-chevron, .site-headerbar__nav ul > li.has-megamenu.is-open > a .nav-chevron {
  transform: rotate(180deg);
}
.site-headerbar__nav ul > li.has-megamenu:hover > .site-headerbar__megamenu, .site-headerbar__nav ul > li.has-megamenu:focus-within > .site-headerbar__megamenu, .site-headerbar__nav ul > li.has-megamenu.is-open > .site-headerbar__megamenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.site-headerbar__right {
  display: flex;
  align-items: center;
  padding: 0 22px;
  gap: 14px;
  border-radius: 0 10px 10px 0;
}
@media (max-width: 991px) {
  .site-headerbar__right {
    margin-left: auto;
  }
}
.site-headerbar__language {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .site-headerbar__language {
    display: none;
  }
}
.site-headerbar__toggle {
  display: none;
  background: transparent;
  border: none;
  padding: 16px 0;
  color: #2b2e39;
  cursor: pointer;
  font-size: 34px;
  line-height: 1;
  transition: color 0.25s ease;
}
.site-headerbar__toggle:hover {
  color: #a07345;
  background: transparent;
}
@media (max-width: 1023px) {
  .site-headerbar__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    min-height: auto;
    background: transparent;
  }
}

.mobile-menu {
  display: none;
}
.mobile-menu.is-open {
  display: block;
}
@media (max-width: 1023px) {
  .mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 320px;
    max-width: 90vw;
    background: #ffffff;
    z-index: 1000;
    padding: 20px 24px;
    overflow-y: auto;
    box-shadow: -6px 0 20px rgba(43, 46, 57, 0.12);
    flex-direction: column;
  }
  .mobile-menu.is-open {
    display: flex;
  }
  .mobile-menu > .mobile-menu__nav > ul,
  .mobile-menu > nav > ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .mobile-menu > .mobile-menu__nav > ul > li,
  .mobile-menu > nav > ul > li {
    border-bottom: 1px solid rgba(43, 46, 57, 0.12);
  }
  .mobile-menu > .mobile-menu__nav > ul > li > a,
  .mobile-menu > nav > ul > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
    color: #2b2e39;
    text-decoration: none;
    font-weight: 500;
  }
  .mobile-menu > .mobile-menu__nav > ul > li > a:hover,
  .mobile-menu > nav > ul > li > a:hover {
    color: #a07345;
  }
  .mobile-menu > .mobile-menu__nav > ul > li > a .nav-chevron,
  .mobile-menu > nav > ul > li > a .nav-chevron {
    transition: transform 0.25s ease;
  }
  .mobile-menu > .mobile-menu__nav > ul > li.current-menu-item > a, .mobile-menu > .mobile-menu__nav > ul > li.current-page-ancestor > a,
  .mobile-menu > nav > ul > li.current-menu-item > a,
  .mobile-menu > nav > ul > li.current-page-ancestor > a {
    color: #a07345;
  }
  .mobile-menu .sub-menu {
    list-style: none;
    margin: 0;
    padding: 0 0 8px 14px;
    display: none;
  }
  .mobile-menu .sub-menu li {
    border-bottom: 0;
    padding: 0;
  }
  .mobile-menu .sub-menu li a {
    display: block;
    padding: 8px 0;
    color: #2b2e39;
    font-size: 14px;
    text-decoration: none;
  }
  .mobile-menu .sub-menu li a:hover {
    color: #a07345;
  }
  .mobile-menu .site-headerbar__megamenu {
    display: none;
    position: static;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    padding: 0 0 8px 0;
    margin: 0;
    transform: none;
  }
  .mobile-menu .site-headerbar__megamenu .site-headerbar__megamenu-inner {
    display: block;
  }
  .mobile-menu .site-headerbar__megamenu .site-headerbar__megamenu-col {
    border-top: 1px solid rgba(160, 115, 69, 0.18);
    margin: 0;
  }
  .mobile-menu .site-headerbar__megamenu .site-headerbar__megamenu-title {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #a07345;
    background: transparent;
    border: 0;
    cursor: pointer;
    min-height: auto;
  }
  .mobile-menu .site-headerbar__megamenu .site-headerbar__megamenu-title:hover {
    color: #b78c5f;
  }
  .mobile-menu .site-headerbar__megamenu .site-headerbar__megamenu-title .nav-chevron {
    display: inline-block;
    transition: transform 0.25s ease;
  }
  .mobile-menu .site-headerbar__megamenu .site-headerbar__megamenu-list {
    display: none;
    margin: 0;
    padding: 0 0 8px 0;
  }
  .mobile-menu .site-headerbar__megamenu .site-headerbar__megamenu-list li {
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
  }
  .mobile-menu .site-headerbar__megamenu .site-headerbar__megamenu-list li::before {
    display: none;
  }
  .mobile-menu .site-headerbar__megamenu .site-headerbar__megamenu-list li a {
    display: block;
    padding: 8px 14px;
    font-size: 14px;
    color: #2b2e39;
    text-decoration: none;
  }
  .mobile-menu .site-headerbar__megamenu .site-headerbar__megamenu-list li a:hover {
    color: #a07345;
  }
  .mobile-menu .site-headerbar__megamenu .site-headerbar__megamenu-col.is-open .site-headerbar__megamenu-title .nav-chevron {
    transform: rotate(180deg);
  }
  .mobile-menu .site-headerbar__megamenu .site-headerbar__megamenu-col.is-open .site-headerbar__megamenu-list {
    display: block;
  }
  .mobile-menu > .mobile-menu__nav li.is-open > a .nav-chevron,
  .mobile-menu > nav li.is-open > a .nav-chevron {
    transform: rotate(180deg);
  }
  .mobile-menu > .mobile-menu__nav li.is-open > .sub-menu,
  .mobile-menu > .mobile-menu__nav li.is-open > .site-headerbar__megamenu,
  .mobile-menu > nav li.is-open > .sub-menu,
  .mobile-menu > nav li.is-open > .site-headerbar__megamenu {
    display: block;
  }
}
.mobile-menu__close {
  background: transparent;
  border: 0;
  padding: 12px;
  margin: -12px -12px 8px auto;
  cursor: pointer;
  color: #2b2e39;
  line-height: 0;
  align-self: flex-end;
  min-height: auto;
}
.mobile-menu__close svg {
  display: block;
  width: 28px;
  height: 28px;
}
.mobile-menu__close:hover {
  color: #a07345;
  background: transparent;
}
.mobile-menu__nav {
  flex: 1;
}
.mobile-menu__language {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(43, 46, 57, 0.12);
  display: flex;
  justify-content: flex-start;
}
.mobile-menu__language .lang-switcher {
  gap: 12px;
}
.mobile-menu__language .lang-flag {
  width: 32px;
  height: 22px;
}

.mobile-menu-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(43, 46, 57, 0.5);
  z-index: 900;
}
.mobile-menu-overlay.is-open {
  display: block;
}

.page-header {
  position: relative;
  background: #2b2e39;
  color: #ffffff;
  overflow: hidden;
  padding-top: 140px;
  padding-bottom: 160px;
  min-height: 480px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .page-header {
    padding-top: 110px;
    padding-bottom: 140px;
    min-height: 420px;
  }
}
.page-header--no-searchbar {
  min-height: 300px;
  padding-top: 130px;
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  .page-header--no-searchbar {
    min-height: 240px;
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .page-header--no-searchbar {
    min-height: 160px;
  }
}
.page-header--no-searchbar .page-header__title-wrap {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .page-header--no-searchbar .page-header__title-wrap {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .page-header--no-searchbar .page-header__title-wrap {
    margin-bottom: 40px;
  }
}
.page-header--with-bottom-searchbar {
  padding-bottom: 200px;
}
.page-header__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.page-header__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #2b2e39;
  opacity: var(--txvv-overlay-opacity, 0.25);
}
.page-header__inner {
  position: relative;
  z-index: 2;
  text-align: center;
}
.page-header__title-wrap {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .page-header__title-wrap {
    margin-top: 20px;
    margin-bottom: 24px;
  }
}
.page-header__title {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-weight: 500;
  color: #ffffff;
  font-size: 64px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0 0 12px;
  line-height: 1.1;
}
@media (max-width: 991px) {
  .page-header__title {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .page-header__title {
    font-size: 32px;
  }
}
.page-header__subtitle {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-weight: 500;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .page-header__subtitle {
    font-size: 16px;
    letter-spacing: 0.2em;
  }
}
.page-header__wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  width: 100%;
  height: 120px;
  z-index: 3;
  pointer-events: none;
  line-height: 0;
  background-color: #ffffff;
  -webkit-mask: url("../images/wave.svg") center bottom/100% 100% no-repeat;
  mask: url("../images/wave.svg") center bottom/100% 100% no-repeat;
}
@media (max-width: 991px) {
  .page-header__wave {
    height: 70px;
  }
}
.page-header__wave--sandy {
  background-color: #faf7f2;
}
.page-header__searchbar-wrap {
  position: relative;
  z-index: 4;
  margin-top: auto;
  margin-bottom: -80px;
}
@media (max-width: 991px) {
  .page-header__searchbar-wrap {
    margin-bottom: -40px;
  }
}

.searchbar {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 18px 40px rgba(43, 46, 57, 0.12);
  padding: 14px 22px;
  display: flex;
  align-items: center;
  gap: 18px;
}
@media (max-width: 991px) {
  .searchbar {
    flex-wrap: wrap;
    padding: 14px;
    gap: 10px;
  }
}
.searchbar__label {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-weight: 500;
  font-size: 22px;
  color: #2b2e39;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .searchbar__label {
    width: 100%;
    padding: 0 0 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(43, 46, 57, 0.12);
  }
}
.searchbar__widget {
  flex: 1;
}
.searchbar__widget.bookzo-placeholder--inline {
  padding: 8px 16px;
  text-align: left;
}
.searchbar__widget.bookzo-placeholder--inline .bookzo-placeholder__title {
  font-size: 16px;
  margin-bottom: 0;
}
.searchbar__widget.bookzo-placeholder--inline .bookzo-placeholder__meta {
  font-size: 12px;
}
.searchbar__widget.bookzo-placeholder--inline .bookzo-placeholder__badge {
  margin-bottom: 4px;
  padding: 2px 8px;
}
@media (max-width: 991px) {
  .searchbar__widget {
    width: 100%;
  }
}

.handy-links {
  margin-top: 12px;
  padding: 0;
  background: transparent;
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  font-size: 14px;
}
.handy-links__label {
  color: #ffffff;
  margin-right: 0px;
}
.handy-links__items {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
.handy-links a {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 500;
  margin: 0 0 0 4px;
}
.handy-links a:hover {
  color: #b78c5f;
}
.handy-links__sep {
  margin-right: 4px;
  color: #ffffff;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  padding: 0;
  margin: 0 0 12px;
  list-style: none;
  font-size: 14px;
  color: #a07345;
}
.breadcrumb li {
  display: inline-flex;
  align-items: center;
  margin: 0;
  gap: 6px;
}
.breadcrumb li::after {
  content: "›";
  color: #a07345;
  padding-left: 4px;
}
.breadcrumb li:last-child::after {
  content: none;
}
.breadcrumb li a {
  color: #a07345;
  text-decoration: none;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}

.object-card {
  display: grid;
  grid-template-columns: 280px 1fr auto;
  align-items: stretch;
  gap: 0;
  background: #faf6f1;
  border: 1px solid rgba(43, 46, 57, 0.12);
  margin-bottom: 22px;
  text-decoration: none;
  color: #2b2e39;
  overflow: hidden;
}
@media (max-width: 991px) {
  .object-card {
    grid-template-columns: 1fr;
  }
}
.object-card--no-image {
  grid-template-columns: 1fr auto;
}
.object-card--no-image .object-card__image {
  display: none;
}
.object-card__image {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 200px;
  overflow: hidden;
}
.object-card__image a, .object-card__image img {
  display: block;
  width: 100%;
  height: 100%;
}
.object-card__image img {
  object-fit: cover;
}
.object-card__swiper {
  width: 100%;
  height: 100%;
}
.object-card__swiper .swiper-slide {
  flex-shrink: 0;
  min-width: 0;
  width: 100%;
}
.object-card__swiper .swiper-slide a, .object-card__swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.object-card__swiper .swiper-slide img {
  object-fit: cover;
}
.object-card__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #ffffff;
  color: #a07345;
  border: 0;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
  padding: 0;
  min-height: auto;
  box-shadow: 0 4px 10px rgba(43, 46, 57, 0.18);
  transition: all 0.25s ease;
}
.object-card__arrow:hover {
  background: #a07345;
  color: #ffffff;
}
.object-card__arrow--prev {
  left: 8px;
}
.object-card__arrow--next {
  right: 8px;
}
.object-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px 26px;
}
.object-card__title {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 24px;
  color: #a07345;
  margin: 0 0 12px;
  font-weight: 500;
}
.object-card__title a {
  color: #a07345;
  text-decoration: none;
}
.object-card__title a:hover {
  color: #b78c5f;
}
.object-card__intro {
  font-size: 15px;
  color: #2b2e39;
  line-height: 1.6;
}
.object-card__intro p {
  margin: 0 0 0.5em;
}
.object-card__action {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px 26px;
}
.object-card__action .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #a07345;
  border: 1px solid rgba(43, 46, 57, 0.05);
  border-radius: 0;
  box-shadow: 0 8px 18px rgba(43, 46, 57, 0.1);
  padding: 0;
  min-height: 64px;
  min-width: 64px;
  font-size: 22px;
  line-height: 1;
}
.object-card__action .button:hover {
  background: #faf6f1;
  color: #b78c5f;
  border-color: rgba(43, 46, 57, 0.1);
}
@media (max-width: 991px) {
  .object-card__action {
    justify-content: flex-end;
  }
}

.object-sidebar {
  width: 100%;
  min-width: 0;
}
.object-sidebar__gallery {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
  max-width: 100%;
}
.object-sidebar__gallery .swiper-slide {
  flex-shrink: 0;
  min-width: 0;
  width: 100%;
}
.object-sidebar__gallery img {
  display: block;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.object-sidebar__gallery .swiper-button-prev,
.object-sidebar__gallery .swiper-button-next {
  background: rgba(255, 255, 255, 0.95);
  width: 38px;
  height: 38px;
  border-radius: 4px;
  color: #a07345;
}
.object-sidebar__gallery .swiper-button-prev::after,
.object-sidebar__gallery .swiper-button-next::after {
  font-size: 16px;
  font-weight: 700;
}
.object-sidebar__thumbs {
  margin-bottom: 14px;
  overflow: hidden;
  max-width: 100%;
}
.object-sidebar__thumbs .swiper-slide {
  cursor: pointer;
  opacity: 0.65;
  flex-shrink: 0;
  min-width: 0;
  transition: opacity 0.25s ease;
}
.object-sidebar__thumbs .swiper-slide img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
}
.object-sidebar__thumbs .swiper-slide.swiper-slide-thumb-active, .object-sidebar__thumbs .swiper-slide:hover {
  opacity: 1;
}
.object-sidebar__facts {
  list-style: none;
  padding: 18px 22px;
  margin: 0;
  background: #a07345;
  border: 0;
  text-align: right;
}
.object-sidebar__facts li {
  display: block;
  padding: 4px 0;
  font-size: 14px;
  color: #ffffff;
}
.object-sidebar__facts li::before {
  content: "✓ ";
  color: #ffffff;
  font-weight: 700;
  margin-right: 4px;
}

.object-features {
  position: relative;
  background: #2b2e39;
  color: #ffffff;
  padding: var(--spacing-section-regular) 0 100px;
  overflow: hidden;
}
.object-features__inner {
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}
@media (max-width: 767px) {
  .object-features__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.object-features__title {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 32px;
  color: #ffffff;
  margin: 0 0 38px;
  font-weight: 500;
}
.object-features__title small {
  display: block;
  text-transform: uppercase;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 13px;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 6px;
}
.object-features__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}
@media (max-width: 1023px) {
  .object-features__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .object-features__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.object-features__group-title {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #b78c5f;
  margin: 0 0 12px;
}
.object-features__group ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.object-features__group ul li {
  color: rgba(255, 255, 255, 0.85);
  padding: 4px 0;
  font-size: 14px;
}
.object-features__wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  width: 100%;
  height: 90px;
  z-index: 2;
  pointer-events: none;
  line-height: 0;
  background-color: #faf7f2;
  -webkit-mask: url("../images/wave.svg") center bottom/100% 100% no-repeat;
  mask: url("../images/wave.svg") center bottom/100% 100% no-repeat;
}
@media (max-width: 991px) {
  .object-features__wave {
    height: 60px;
  }
}

.object-bottom-content {
  background: #ffffff;
  padding: var(--spacing-section-small) 0;
}
.object-bottom-content__inner {
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}
@media (max-width: 767px) {
  .object-bottom-content__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.object-bottom-content p {
  margin: 0 0 1em;
}

.object-availability {
  background: #faf7f2;
  padding: var(--spacing-section-regular) 0;
}

.home-carousel--sandy {
  background: #faf7f2;
}

.image-carousel {
  position: relative;
  width: 100%;
  padding: 0 100px;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .image-carousel {
    padding: 0 60px;
  }
}
@media (max-width: 991px) {
  .image-carousel {
    padding: 0 60px;
  }
}
.image-carousel__track {
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
}
.image-carousel .swiper-slide {
  text-align: center;
}
.image-carousel .swiper-slide img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  display: block;
}
.image-carousel__caption {
  font-size: 14px;
  color: rgba(43, 46, 57, 0.6);
  margin-top: 12px;
  text-align: center;
  line-height: 1.2;
}
.image-carousel__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  background: #2b2e39;
  color: #ffffff;
  border: none;
  border-radius: 0;
  cursor: pointer;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
  padding: 0;
  font-size: 26px;
}
.image-carousel__arrow:hover {
  background: #a07345;
  color: #ffffff;
}
.image-carousel__arrow--prev {
  left: 0;
}
.image-carousel__arrow--next {
  right: 0;
}
@media (max-width: 991px) {
  .image-carousel__arrow {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}

.quick-links {
  background: #2b2e39;
  color: #ffffff;
  padding: var(--spacing-section-regular) 0;
  position: relative;
  overflow: hidden;
}
.quick-links__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
@media (max-width: 991px) {
  .quick-links__inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.quick-links__copy .subtitle {
  color: #96979d;
}
.quick-links__copy .section-title {
  color: #ffffff;
  font-size: 40px;
}
@media (max-width: 991px) {
  .quick-links__copy .section-title {
    font-size: 32px;
  }
}
.quick-links__list {
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
}
.quick-links__list li {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  margin: 0;
}
.quick-links__list li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.quick-links__list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 14px;
  transition: all 0.25s ease;
  cursor: pointer;
}
.quick-links__list li a::after {
  content: "→";
  opacity: 0;
  transform: translateX(-4px);
  transition: all 0.25s ease;
}
@media (max-width: 991px) {
  .quick-links__list li a::after {
    content: "↓";
    opacity: 1;
    transform: none;
  }
}
.quick-links__list li a:hover {
  color: #b78c5f;
  padding-left: 12px;
}
.quick-links__list li a:hover::after {
  opacity: 1;
  transform: translateX(0);
}
.quick-links__list li.is-active a {
  color: #b78c5f;
  padding-left: 12px;
}
.quick-links__list li.is-active a::after {
  opacity: 1;
  transform: translateX(0);
}
.quick-links__image {
  position: relative;
  aspect-ratio: 4/3;
  overflow: visible;
}
@media (max-width: 991px) {
  .quick-links__image {
    margin-top: 30px;
  }
}
.quick-links__image-stack {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
}
.quick-links__image-stack img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.quick-links__image-stack img.is-active {
  opacity: 1;
}
.quick-links__badge {
  position: absolute;
  top: -41px;
  right: -40px;
  z-index: 3;
  width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .quick-links__badge {
    right: 0;
  }
}
.quick-links__badge a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: #a07345;
  color: #ffffff;
  padding: 14px 22px;
  text-decoration: none;
  transition: background 0.25s ease;
}
.quick-links__badge a:hover {
  background: #b78c5f;
  color: #ffffff;
}
.quick-links__badge-text {
  flex: 1;
  min-width: 0;
}
.quick-links__badge-title {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  color: #ffffff;
}
@media (max-width: 767px) {
  .quick-links__badge-title {
    font-size: var(--font-size-base);
  }
}
.quick-links__badge-subtitle {
  margin-top: 2px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.9);
}
.quick-links__badge-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}

.intro-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  padding-top: var(--spacing-section-regular);
  padding-bottom: var(--spacing-section-regular);
}
@media (max-width: 991px) {
  .intro-split {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-top: 0;
  }
}
.intro-split__media {
  position: relative;
  min-height: 520px;
}
@media (max-width: 991px) {
  .intro-split__media {
    min-height: 440px;
  }
}
@media (max-width: 767px) {
  .intro-split__media {
    min-height: 380px;
  }
}
.intro-split__image {
  margin: 0;
}
.intro-split__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intro-split__image--primary {
  width: 78%;
  aspect-ratio: 4/3;
  margin-left: auto;
  margin-top: -50px;
}
@media (max-width: 991px) {
  .intro-split__image--primary {
    margin-top: 0;
  }
}
.intro-split__image--secondary {
  position: absolute;
  bottom: 90px;
  left: 0;
  width: 58%;
  aspect-ratio: 4/3;
}
.intro-split__image--secondary figcaption {
  margin-top: 6px;
  font-size: 12px;
  color: rgba(43, 46, 57, 0.6);
  font-style: italic;
}
@media (max-width: 991px) {
  .intro-split__image--secondary {
    bottom: 80px;
    width: 55%;
  }
}
.intro-split__actions {
  position: absolute;
  left: 0;
  bottom: 0;
}
.intro-split__body .subtitle {
  color: #a07345;
}
.intro-split__body h2 {
  font-size: 40px;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .intro-split__body h2 {
    font-size: 28px;
  }
}
.intro-split__content {
  position: relative;
}
.intro-split__content[data-read-more]:not(.is-expanded) > p:nth-of-type(n+2) {
  display: none;
}

.read-more-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  border: 0;
  padding: 0;
  margin-top: 8px;
  color: #a07345;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  min-height: auto;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.read-more-toggle:hover {
  color: #b78c5f;
  background: transparent;
}
.read-more-toggle__chevron {
  transition: transform 0.25s ease;
}
.read-more-toggle__label-less {
  display: none;
}
.read-more-toggle[aria-expanded=true] .read-more-toggle__label-more {
  display: none;
}
.read-more-toggle[aria-expanded=true] .read-more-toggle__label-less {
  display: inline;
}
.read-more-toggle[aria-expanded=true] .read-more-toggle__chevron {
  transform: rotate(180deg);
}

.text-columns {
  position: relative;
  padding: var(--spacing-section-regular) 0 100px;
  background: transparent;
  padding-bottom: 160px;
}
.text-columns__intro {
  margin-bottom: 40px;
  max-width: 760px;
}
.text-columns__intro .subtitle {
  color: #a07345;
}
.text-columns__intro .section-title {
  font-size: 40px;
}
@media (max-width: 991px) {
  .text-columns__intro .section-title {
    font-size: 30px;
  }
}
.text-columns__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 1023px) {
  .text-columns__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .text-columns__grid {
    grid-template-columns: 1fr;
    gap: 0px;
  }
}
.text-columns__column-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 13px;
  color: #a07345;
  margin-bottom: 16px;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  min-height: auto;
  text-align: left;
}
.text-columns__column-title:hover {
  background: transparent;
  color: #a07345;
}
.text-columns__column-title .text-columns__chevron {
  display: none;
}
.text-columns__column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.text-columns__column ul li {
  font-size: 15px;
  padding: 6px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.text-columns__column ul li::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 1px;
  background: #a07345;
  flex-shrink: 0;
}
.text-columns__column ul a {
  color: #2b2e39;
  text-decoration: none;
}
.text-columns__column ul a:hover {
  color: #a07345;
}
.text-columns__icon {
  flex-shrink: 0;
  color: #a07345;
}
.text-columns__chevron {
  margin-left: auto;
  transition: transform 0.25s ease;
}
@media (max-width: 1023px) {
  .text-columns__column {
    border-bottom: 1px solid rgba(160, 115, 69, 0.2);
    padding-bottom: 8px;
  }
}
@media (max-width: 1023px) and (max-width: 991px) {
  .text-columns__column {
    padding-bottom: 0px;
  }
}
@media (max-width: 1023px) {
  .text-columns__column-title {
    width: 100%;
    margin-bottom: 0;
    padding: 12px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  .text-columns__column-title {
    padding: 14px 0;
  }
}
@media (max-width: 1023px) {
  .text-columns__column-title .text-columns__chevron {
    display: inline-block;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  .text-columns__column-title .text-columns__chevron {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 1023px) {
  .text-columns__column-items {
    display: none;
    padding-bottom: 12px;
  }
  .text-columns__column[data-accordion].is-open .text-columns__column-items {
    display: block;
  }
  .text-columns__column[data-accordion].is-open .text-columns__chevron {
    transform: rotate(180deg);
  }
}

.cta-bar {
  display: grid;
  grid-template-columns: minmax(0, 28fr) minmax(0, 72fr);
  gap: 30px;
  padding-top: var(--spacing-section-small);
  padding-bottom: var(--spacing-section-small);
}
@media (max-width: 1023px) {
  .cta-bar {
    grid-template-columns: 1fr;
    padding-top: 0;
  }
}
.cta-bar__left {
  padding: 30px 0;
}
.cta-bar__left .cta-bar__brand {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 32px;
  color: #2b2e39;
  margin: 0 0 12px;
  line-height: 1.1;
  font-weight: 500;
}
@media (max-width: 991px) {
  .cta-bar__left .cta-bar__brand {
    font-size: 24px;
  }
}
.cta-bar__left .cta-bar__details {
  font-size: 16px;
  line-height: 1.6;
}
.cta-bar__left .cta-bar__details strong {
  color: #a07345;
  font-weight: 600;
}
.cta-bar__left .cta-bar__details p {
  margin: 0;
}
.cta-bar__right {
  background: #a07345;
  color: #ffffff;
  padding: 30px 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cta-bar__right .cta-bar__subtitle {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
  opacity: 0.85;
  margin-bottom: 8px;
}
.cta-bar__right .cta-bar__title {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 28px;
  color: #ffffff;
  line-height: 1.2;
  margin: 0;
  font-weight: 500;
}
@media (max-width: 991px) {
  .cta-bar__right .cta-bar__title {
    font-size: 22px;
  }
}
.cta-bar__right .cta-bar__action {
  margin-top: 14px;
}

.bookzo-placeholder, .iframe-placeholder {
  border: 2px dashed rgba(160, 115, 69, 0.6);
  background: repeating-linear-gradient(135deg, rgba(160, 115, 69, 0.04), rgba(160, 115, 69, 0.04) 10px, rgba(160, 115, 69, 0.07) 10px, rgba(160, 115, 69, 0.07) 20px);
  padding: 40px 30px;
  text-align: center;
  color: #a07345;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}
.bookzo-placeholder__badge {
  display: inline-block;
  background: #a07345;
  color: #ffffff;
  padding: 4px 12px;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.bookzo-placeholder__title {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 22px;
  color: #2b2e39;
  margin: 0 0 6px;
}
.bookzo-placeholder__meta {
  font-size: 13px;
  color: rgba(43, 46, 57, 0.6);
  margin: 0;
}
.bookzo-placeholder--small {
  padding: 22px;
}
.bookzo-placeholder--small .bookzo-placeholder__title {
  font-size: 16px;
}
.bookzo-placeholder--tall {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.iframe-placeholder {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.texel-az-filter {
  margin: 24px 0 40px;
}
.texel-az-filter .facetwp-facet,
.texel-az-filter .facetwp-type-alpha {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.texel-az-filter .facetwp-alpha {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(43, 46, 57, 0.12);
  background: #ffffff;
  color: rgba(43, 46, 57, 0.35);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  cursor: not-allowed;
  transition: all 0.25s ease;
}
.texel-az-filter .facetwp-alpha.available {
  color: #2b2e39;
  cursor: pointer;
}
.texel-az-filter .facetwp-alpha.available:hover {
  background: #b78c5f;
  color: #ffffff;
  border-color: #b78c5f;
}
.texel-az-filter .facetwp-alpha.selected {
  background: #a07345;
  color: #ffffff;
  border-color: #a07345;
  cursor: pointer;
}
.texel-az-filter .facetwp-alpha[data-id=""] {
  width: auto;
  padding: 0 14px;
  min-width: 64px;
  margin-right: 4px;
  text-transform: none;
  color: #a07345;
  border-color: #a07345;
  cursor: pointer;
}
.texel-az-filter .facetwp-alpha[data-id=""]:hover {
  background: #a07345;
  color: #ffffff;
}

.texel-az-results {
  background: #ffffff;
  padding: var(--spacing-section-regular) 0;
}
.texel-az-results__group {
  margin-bottom: 28px;
}
.texel-az-results__group:last-child {
  margin-bottom: 0;
}
.texel-az-results__heading {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #a07345;
  margin: 0 0 10px;
}
.texel-az-results__heading span {
  color: #b78c5f;
}
.texel-az-results__list {
  list-style: none;
  margin: 0;
  padding: 0;
  columns: 2;
  column-gap: 32px;
}
@media (max-width: 767px) {
  .texel-az-results__list {
    columns: 1;
  }
}
.texel-az-results__list li {
  break-inside: avoid;
  padding: 4px 0;
  font-size: 15px;
}
.texel-az-results__list li a {
  color: #2b2e39;
  text-decoration: none;
}
.texel-az-results__list li a:hover {
  color: #a07345;
}

.lang-switcher {
  display: flex;
  align-items: center;
  gap: 6px;
}
.lang-switcher .lang-flag {
  display: inline-flex;
  width: 26px;
  height: 17px;
  overflow: hidden;
  text-decoration: none;
  line-height: 0;
  transition: transform 0.25s ease;
}
.lang-switcher .lang-flag svg,
.lang-switcher .lang-flag img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.lang-switcher .lang-flag:hover {
  transform: scale(1.1);
}
.lang-switcher .lang-flag.is-active {
  outline: 1px solid rgba(160, 115, 69, 0.4);
  outline-offset: 1px;
}
.lang-switcher--stacked {
  flex-direction: column;
  gap: 4px;
  align-items: center;
}
.lang-switcher--stacked .lang-flag {
  width: 28px;
  height: 18px;
}

.scroll-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  min-height: auto;
  background: #a07345;
  color: #ffffff;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(43, 46, 57, 0.18);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all 0.25s ease;
}
.scroll-to-top:hover {
  background: #b78c5f;
  color: #ffffff;
  transform: translateY(0) scale(1.05);
}
.scroll-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (max-width: 767px) {
  .scroll-to-top {
    right: 14px;
    bottom: 14px;
    width: 40px;
    height: 40px;
  }
}

.home-intro {
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  padding-top: var(--spacing-section-regular);
  padding-bottom: var(--spacing-section-small);
  position: relative;
}
@media (max-width: 767px) {
  .home-intro {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 991px) {
  .home-intro-section {
    padding-top: 30px !important;
  }
}

.home-carousel {
  padding: 72px 0 56px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .home-carousel {
    padding: 48px 0 32px;
  }
}
@media (max-width: 767px) {
  .home-carousel {
    padding: 38px 0 24px;
  }
}

.object-single__layout {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 40px;
  align-items: start;
}
@media (max-width: 1023px) {
  .object-single__layout {
    grid-template-columns: 1fr;
  }
}
.object-single__main .breadcrumb {
  margin-bottom: 14px;
}
.object-single__main h1 {
  font-size: 40px;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .object-single__main h1 {
    font-size: 30px;
  }
}
.object-single__main .object-intro {
  color: #2b2e39;
}
.object-single__main .object-main-cta {
  margin: 30px 0;
}