/* Shared UX polish for the static mirror. Keeps the original brand, normalizes spacing and mobile behavior. */
:root {
  --vf-gold: #e9b947;
  --vf-gold-dark: #c8932f;
  --vf-gold-text: #8a5d10;
  --vf-gold-text-strong: #6f4705;
  --vf-ink: #222;
  --vf-muted: #6b7280;
  --vf-border: #e8e2d4;
  --vf-paper: #fffaf0;
  --vf-font-brand: "Dancing Script", cursive;
  --vf-font-heading: "Playfair Display", Georgia, serif;
  --vf-font-body: "Source Sans 3", "Source Sans Pro", sans-serif;
  --vf-font-ui: "Barlow", "Source Sans 3", sans-serif;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  color: var(--vf-ink);
  font-family: var(--vf-font-body);
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6,
.menu-5 .wtf-menu > li > a,
.room-price,
.price-detail a {
  font-family: var(--vf-font-heading);
}

.main-title span,
.main-title-white span,
.sub-banner .detail h1,
.sub-banner .detail span {
  font-family: var(--vf-font-brand) !important;
}

a,
button,
.price-detail a,
.home-quick-actions a {
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(233, 185, 71, 0.55);
  outline-offset: 3px;
}

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

#preloader,
.preloader,
.loader {
  display: none !important;
}

.sub-banner {
  position: relative;
  overflow: hidden;
}

.sub-banner .banner-img {
  background-position: center !important;
  background-size: cover !important;
}

.sub-banner:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.58));
  pointer-events: none;
}

.sub-banner .container,
.sub-banner .detail {
  position: relative;
  z-index: 2;
}

.sub-banner .detail h1,
.sub-banner .detail span {
  color: #fff !important;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.7);
}

.tp-caption.restaurant-hero-title,
.tp-caption.pension-hero-title {
  color: #fff !important;
  font-family: var(--vf-font-brand) !important;
  font-size: clamp(78px, 7.5vw, 118px) !important;
  font-weight: 700 !important;
  line-height: 0.9 !important;
  text-align: center !important;
  text-shadow: 0 4px 22px rgba(0, 0, 0, 0.76);
}

.tp-caption.restaurant-hero-subtitle,
.tp-caption.restaurant-hero-subtitle > div,
.tp-caption.pension-hero-subtitle,
.tp-caption.pension-hero-subtitle > div {
  color: #fff !important;
  font-family: var(--vf-font-heading) !important;
  font-size: clamp(30px, 2.7vw, 42px) !important;
  font-weight: 700 !important;
  line-height: 1.12 !important;
  text-align: center !important;
  text-transform: none !important;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.76);
}

.gate-language-selector {
  position: fixed;
  top: clamp(18px, 3vw, 34px);
  right: 50%;
  z-index: 40;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: rgba(18, 18, 18, 0.38);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.26);
  transform: translateX(50%);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.gate-language-option {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 45px;
  height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78) !important;
  font-family: var(--vf-font-ui);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-decoration: none !important;
  transition: color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.gate-language-option:hover,
.gate-language-option:focus {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.14);
}

.gate-language-option.is-active {
  color: #1f1b14 !important;
  background: linear-gradient(135deg, #f5d37a, var(--vf-gold));
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
}

.portfolio {
  display: flex;
  flex-direction: column;
  min-height: 100svh;
}

.portfolio .work {
  float: none !important;
  width: 100% !important;
}

.portfolio .work .grid,
.portfolio .work figure,
.portfolio .work .image {
  height: 50svh;
  min-height: 330px;
}

.portfolio .work .image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio .pearl-detail {
  left: 50% !important;
  top: 50% !important;
  width: min(62vw, 380px);
  transform: translate(-50%, -50%);
}

.portfolio .pearl-detail img {
  width: 100% !important;
  max-width: 100%;
}

@media (max-width: 767px) {
  .gate-language-selector {
    top: 14px;
    right: 50%;
    transform: translateX(50%);
    padding: 5px;
  }

  .gate-language-option {
    min-width: 40px;
    height: 34px;
    padding: 0 11px;
    font-size: 12px;
  }

  .portfolio .work .grid,
  .portfolio .work figure,
  .portfolio .work .image {
    min-height: 300px;
  }

  .portfolio .pearl-detail {
    width: min(76vw, 310px);
  }
}

.hotel-rooms .room-sec,
.services-two .serv-main-sec,
.get-touch-sec,
.food-sec,
.our-menu .menu-sec {
  border-radius: 2px;
}

.hotel-rooms .room-sec {
  border: 1px solid #eee;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.045);
}

.hotel-rooms {
  padding-top: 48px !important;
  padding-bottom: 64px !important;
}

.hotel-rooms .room-sec .text-detail p,
.room-detail .room-descrip p,
.about-pearl p,
.latest-posts .post-detail p {
  line-height: 1.65;
}

.price-detail a,
.room-detail .booking-form button,
.contact-page input[type="submit"] {
  border-radius: 2px;
  letter-spacing: 0.02em;
}

.price-detail a:hover,
.room-detail .booking-form button:hover,
.contact-page input[type="submit"]:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.footer-hotel .about-pearl img,
.footer-hotel-dark .about-pearl img {
  max-width: 260px;
}

.footer-hotel .copyrights p,
.footer-hotel-dark .copyrights p {
  margin-bottom: 8px;
}

.mm-menu {
  background: linear-gradient(180deg, #e9b947 0%, #d4a642 100%) !important;
}

.mm-menu .mm-header,
.mm-menu .mm-footer {
  background: rgba(0, 0, 0, 0.04);
}

.mm-menu .mm-list > li > a {
  color: #fff !important;
}

.mm-menu .mm-list > li > a:hover {
  background: rgba(255, 255, 255, 0.12) !important;
}

.menu-5 .wtf-menu > li.site-home-link > a {
  color: var(--vf-gold) !important;
  font-weight: 700;
}

.menu-5 .wtf-menu > li.site-home-link > a:before {
  content: "‹ ";
  font-size: 18px;
  line-height: 1;
}

.mobile-floating-logo {
  display: none;
}

#menu .site-home-link > a {
  font-weight: 700 !important;
}

#menu .mobile-menu-icon > a,
.mm-menu .mobile-menu-icon > a {
  position: relative;
  display: flex !important;
  align-items: center;
  gap: 13px;
}

#menu .mobile-menu-icon > a:before,
.mm-menu .mobile-menu-icon > a:before {
  content: "";
  flex: 0 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

#menu .mobile-menu-icon > a:after,
.mm-menu .mobile-menu-icon > a:after {
  content: "";
  position: absolute;
  left: 26px;
  top: 50%;
  width: 23px;
  height: 23px;
  background: #fff;
  transform: translate(-50%, -50%);
  -webkit-mask: var(--mobile-menu-icon) center / contain no-repeat;
  mask: var(--mobile-menu-icon) center / contain no-repeat;
}

#menu .mobile-menu-icon--home > a,
.mm-menu .mobile-menu-icon--home > a {
  --mobile-menu-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 11.5 12 4l9 7.5M6 10v10h12V10M10 20v-6h4v6' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

#menu .mobile-menu-icon--guesthouse > a,
.mm-menu .mobile-menu-icon--guesthouse > a {
  --mobile-menu-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 20V8l7-4 7 4v12M8 20v-5h8v5M9 10h.01M15 10h.01' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

#menu .mobile-menu-icon--rooms > a,
.mm-menu .mobile-menu-icon--rooms > a {
  --mobile-menu-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 19V8M4 14h16M20 19V11a3 3 0 0 0-3-3h-5v6M7 14v-3h5' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

#menu .mobile-menu-icon--services > a,
.mm-menu .mobile-menu-icon--services > a {
  --mobile-menu-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 3l1.7 5.1L19 10l-5.3 1.9L12 17l-1.7-5.1L5 10l5.3-1.9L12 3ZM18 16l.8 2.2L21 19l-2.2.8L18 22l-.8-2.2L15 19l2.2-.8L18 16Z' fill='black'/%3E%3C/svg%3E");
}

#menu .mobile-menu-icon--restaurant > a,
.mm-menu .mobile-menu-icon--restaurant > a {
  --mobile-menu-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3v18M4 3v5a3 3 0 0 0 6 0V3M16 3v18M16 3c3 2 4 5 4 8h-4' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

#menu .mobile-menu-icon--menu > a,
.mm-menu .mobile-menu-icon--menu > a {
  --mobile-menu-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7h14M5 12h14M5 17h10' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round'/%3E%3C/svg%3E");
}

#menu .mobile-menu-icon--drinks > a,
.mm-menu .mobile-menu-icon--drinks > a {
  --mobile-menu-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3h10l-1 8a4 4 0 0 1-8 0L7 3ZM12 15v5M9 21h6M8 8h8' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

#menu .mobile-menu-icon--contact > a,
.mm-menu .mobile-menu-icon--contact > a {
  --mobile-menu-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 4.5 9 3l3 5-2 1.5a11 11 0 0 0 4.5 4.5L16 12l5 3-1.5 2.5c-.6 1-1.8 1.5-2.9 1.2C10.8 17.3 6.7 13.2 5.3 7.4c-.3-1.1.2-2.3 1.2-2.9Z' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

#menu .mobile-lang-toggle,
.mm-menu .mobile-lang-toggle {
  display: flex !important;
  flex-wrap: wrap;
  padding: 16px 22px !important;
}

#menu .mobile-lang-toggle:after,
.mm-menu .mobile-lang-toggle:after {
  display: none !important;
}

#menu .mobile-lang-toggle > span,
.mm-menu .mobile-lang-toggle > span {
  display: block;
  flex: 0 0 100%;
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#menu .mobile-lang-toggle > a.lang-btn,
.mm-menu .mobile-lang-toggle > a.lang-btn {
  flex: 1 1 0;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: auto !important;
  height: 40px;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.16);
  color: #fff !important;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

#menu .mobile-lang-toggle > a.lang-btn:first-of-type,
.mm-menu .mobile-lang-toggle > a.lang-btn:first-of-type {
  border-radius: 12px 0 0 12px;
}

#menu .mobile-lang-toggle > a.lang-btn:last-of-type,
.mm-menu .mobile-lang-toggle > a.lang-btn:last-of-type {
  border-left: 0;
  border-radius: 0 12px 12px 0;
}

#menu .mobile-lang-toggle > a.lang-btn.is-active,
.mm-menu .mobile-lang-toggle > a.lang-btn.is-active {
  background: #fff !important;
  color: var(--vf-gold-dark) !important;
}

@media (max-width: 992px) {
  .sub-banner {
    min-height: 340px !important;
    height: 340px !important;
  }

  .sub-banner .detail {
    top: 145px !important;
  }

  .sub-banner .detail h1 {
    font-size: 58px !important;
  }
}

@media (max-width: 767px) {
  #wrap {
    overflow-x: hidden;
  }

  body {
    font-size: 16px;
  }

  .container {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .row {
    margin-left: -18px;
    margin-right: -18px;
  }

  [class*="col-"] {
    padding-left: 18px;
    padding-right: 18px;
  }

  .header-two {
    display: none !important;
  }

  .mobile-floating-logo {
    position: fixed;
    z-index: 100000;
    top: 9px;
    left: 14px;
    display: flex;
    align-items: center;
    width: 136px;
    min-height: 48px;
    padding: 6px 10px 6px 8px;
    border: 1px solid rgba(255, 255, 255, 0.58);
    border-radius: 14px;
    background: rgba(20, 15, 10, 0.42);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(8px);
  }

  .mobile-floating-logo img {
    display: block;
    width: 116px;
    max-width: 100%;
    height: auto;
  }

  html.mm-opened .mobile-floating-logo {
    display: none !important;
  }

  #page {
    float: none !important;
    position: fixed !important;
    z-index: 100000;
    top: 8px;
    right: 18px;
    width: 48px;
    height: 48px;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  #page .header {
    position: static !important;
    display: block !important;
    width: 48px !important;
    min-height: 48px !important;
    height: 48px !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
  }

  #page .header a[href="#menu"] {
    position: static !important;
    display: flex !important;
    width: 48px !important;
    height: 48px !important;
    left: auto !important;
    top: auto !important;
    border-radius: 10px !important;
    background-color: var(--vf-gold) !important;
    background-image: none !important;
    box-shadow: none !important;
    filter: none !important;
  }

  #page .header a[href="#menu"]:before,
  #page .header a[href="#menu"]:after {
    background: #fff !important;
    box-shadow: none !important;
  }

  #page .header a[href="#menu"]:before {
    box-shadow: 0 7px 0 #fff !important;
  }

  .sub-banner {
    min-height: 260px !important;
    height: 260px !important;
  }

  .sub-banner .detail {
    top: 102px !important;
    left: 0 !important;
    right: 0 !important;
    padding: 0 18px;
    text-align: center;
  }

  .sub-banner .detail h1 {
    font-size: clamp(42px, 16vw, 58px) !important;
    line-height: 0.95 !important;
    margin-bottom: 6px !important;
  }

  .sub-banner .detail span {
    display: block;
    font-size: clamp(22px, 8vw, 30px) !important;
    line-height: 1.1 !important;
    white-space: normal !important;
  }

  .tp-banner-container,
  .tp-banner,
  .tp-banner > ul,
  .tp-banner > ul > li {
    height: 390px !important;
    max-height: 390px !important;
    min-height: 390px !important;
    overflow: hidden !important;
  }

  .tp-banner img {
    object-fit: cover;
  }

  .tp-caption.grey_heavy_72 {
    left: 0 !important;
    right: 0 !important;
    top: 128px !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 18px !important;
    text-align: center !important;
    font-size: clamp(66px, 17vw, 82px) !important;
    line-height: 0.95 !important;
    white-space: normal !important;
  }

  .tp-caption.grey_regular_18 {
    left: 0 !important;
    right: 0 !important;
    top: 220px !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 28px !important;
    text-align: center !important;
    font-size: clamp(23px, 6.2vw, 30px) !important;
    line-height: 1.15 !important;
    white-space: normal !important;
  }

  .tp-caption.grey_regular_18 > div {
    text-align: center !important;
    white-space: normal !important;
  }

  .wave {
    display: none !important;
  }

  .main-title {
    margin-bottom: 20px !important;
  }

  .main-title span,
  .main-title-white span {
    display: block;
    font-size: clamp(46px, 17vw, 68px) !important;
    line-height: 0.95 !important;
    white-space: normal !important;
  }

  .main-title h1,
  .main-title-white h1 {
    font-size: clamp(26px, 8vw, 34px) !important;
    line-height: 1.18 !important;
    padding: 0 !important;
  }

  .main-title p {
    font-size: 16px;
    line-height: 1.55;
  }

  .hotel-rooms,
  .room-detail,
  .special-services,
  .services-two,
  .services,
  .our-story,
  .our-menu,
  .welcome-pearl-hotel,
  .welcome-hotel,
  .master-town,
  .customer-words,
  .latest-posts,
  .contact-page .get-in-touch {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }

  .hotel-rooms .room-sec {
    display: block !important;
    overflow: hidden;
    margin-bottom: 28px !important;
    padding-bottom: 18px;
  }

  .hotel-rooms .room-sec > img {
    display: block;
    width: 100% !important;
    height: 225px !important;
    object-fit: cover;
    margin-top: 0 !important;
  }

  .hotel-rooms .room-sec .text-detail,
  .hotel-rooms .room-sec .price-detail {
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 18px;
    padding-right: 18px;
    box-sizing: border-box;
  }

  .hotel-rooms .room-sec .text-detail h4 {
    font-size: 23px;
    line-height: 1.22;
  }

  .hotel-rooms .room-sec .text-detail ul {
    columns: 1;
    margin-bottom: 18px;
  }

  .hotel-rooms .room-sec .price-detail {
    text-align: left;
  }

  .hotel-rooms .room-sec .price-detail a {
    display: block;
    width: 100%;
    text-align: center;
  }

  .room-detail .booking-form,
  .contact-page .get-touch-form {
    margin-top: 24px !important;
  }

  .contact-page .get-touch-form,
  .contact-page .get-touch-detail {
    width: 100% !important;
    max-width: 100%;
  }

  .contact-page .get-touch-form input,
  .contact-page .get-touch-form textarea {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box;
  }

  .contact-page .get-touch-form input[type="submit"] {
    min-height: 48px;
  }

  .g-recaptcha {
    transform: scale(0.86);
    transform-origin: 0 0;
    margin-bottom: -8px;
  }

  #map iframe {
    height: 320px !important;
  }

  .our-menu .menu-sec {
    margin-bottom: 28px !important;
    padding: 22px 14px !important;
    border: 1px solid #eee;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.045);
  }

  .our-menu .menu-detail > .row {
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    margin: 0 0 18px !important;
  }

  .our-menu .menu-detail > .row > .col-md-3,
  .our-menu .menu-detail > .row > .col-md-9,
  .our-menu .menu-detail > .row > .col-md-12 {
    float: none !important;
    width: auto !important;
    padding: 0 !important;
  }

  .our-menu .menu-detail img {
    width: 84px !important;
    height: 84px !important;
    object-fit: cover;
    border-radius: 4px;
  }

  .our-menu .food-detail {
    min-width: 0;
  }

  .our-menu .food-detail .title {
    display: block !important;
    padding-right: 0 !important;
    font-size: 16px !important;
    line-height: 1.25 !important;
    overflow-wrap: anywhere;
  }

  .our-menu .food-detail .price {
    float: none !important;
    display: inline-block !important;
    margin: 6px 0 0 !important;
    color: var(--vf-gold-dark) !important;
    font-size: 15px !important;
    white-space: nowrap;
  }

  .our-menu .food-detail .tags {
    display: block;
    margin-top: 6px;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }

  .master-town,
  .master-town .parallax,
  .customer-words,
  .customer-words .parallax {
    height: auto !important;
    min-height: 0 !important;
  }

  .master-town .detail,
  .customer-words .detail {
    position: relative !important;
    top: auto !important;
    padding: 42px 18px !important;
  }

  .master-town .detail h1,
  .customer-words .detail h1 {
    font-size: clamp(24px, 8vw, 34px) !important;
    line-height: 1.25 !important;
  }

  .white-btn,
  .full-story {
    display: inline-flex !important;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .services .serv-main-sec,
  .services-two .serv-main-sec {
    margin-bottom: 22px !important;
  }

  .special-services .owl-carousel,
  .customer-words .owl-carousel {
    display: block !important;
  }

  .special-services .owl-wrapper-outer,
  .customer-words .owl-wrapper-outer {
    overflow: visible !important;
    width: 100% !important;
    height: auto !important;
  }

  .special-services .owl-wrapper,
  .customer-words .owl-wrapper {
    width: 100% !important;
    transform: none !important;
    left: 0 !important;
  }

  .special-services .owl-item,
  .customer-words .owl-item {
    float: none !important;
    width: 100% !important;
    margin-bottom: 18px;
  }

  .special-services .post.item {
    margin: 0 0 18px !important;
    padding: 0 !important;
  }

  .special-services .post .detail {
    min-height: 0 !important;
    padding: 24px 20px !important;
  }

  .special-services .post img {
    width: 100%;
    max-height: 220px;
    object-fit: cover;
  }

  .customer-words .testi-sec {
    padding: 0 4px 18px;
  }

  .customer-words .testi-sec p {
    width: 100% !important;
    font-size: 17px !important;
    line-height: 1.5;
  }

  .customer-words .testi-sec span.name {
    font-size: 20px !important;
    line-height: 1.25;
  }

  .special-services .owl-controls,
  .customer-words .owl-controls {
    display: none !important;
  }

  .our-story .row {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
  }

  .our-story .row .col-md-6 {
    width: 100% !important;
    float: none !important;
  }

  .our-story .row .col-md-6:has(img) {
    order: 1;
  }

  .our-story .row .col-md-6:has(.story-detail) {
    order: 2;
  }

  .our-story img {
    width: 100%;
    max-height: 260px;
    object-fit: cover;
  }

  .our-story .story-detail {
    padding: 22px 0 0 !important;
    text-align: left;
  }

  .latest-posts .latest-news,
  .latest-posts .post-sec {
    display: block !important;
  }

  .latest-posts .post-sec {
    margin-bottom: 22px !important;
  }

  .latest-posts .post-image,
  .latest-posts .post-detail {
    float: none !important;
    width: 100% !important;
  }

  .latest-posts .post-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
  }

  .footer-hotel .foot-detail,
  .footer-hotel-dark .foot-detail {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }

  .blog {
    padding-top: 34px !important;
    padding-bottom: 20px !important;
  }

  .blog .blog-post {
    display: flex !important;
    flex-direction: column;
    margin: 0 0 26px !important;
    padding: 0 0 24px !important;
    border: 1px solid #ececec;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  }

  .blog .blog-post .col-md-6 {
    float: none !important;
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }

  .blog .blog-post .col-md-6:has(img) {
    order: 1;
  }

  .blog .blog-post .col-md-6:has(.post-text) {
    order: 2;
  }

  .blog .blog-post img {
    display: block;
    width: 100%;
    max-height: 260px;
    object-fit: cover;
  }

  .blog .blog-post .post-text {
    margin: 0 !important;
    padding: 20px 18px 0;
    text-align: left;
  }

  .blog .blog-post .post-text h3 {
    margin-top: 4px;
    font-size: 24px;
    line-height: 1.25;
  }

  .blog .blog-post .post-text p {
    line-height: 1.6;
  }

  .footer-hotel .hotel-get-touch,
  .footer-hotel-dark .hotel-get-touch {
    padding-top: 18px !important;
    padding-bottom: 6px !important;
  }

  .footer-hotel .get-touch-sec,
  .footer-hotel-dark .get-touch-sec {
    min-height: 0 !important;
    margin-bottom: 10px !important;
  }

  .footer-hotel .get-touch-sec i,
  .footer-hotel-dark .get-touch-sec i {
    font-size: 26px !important;
    margin-right: 12px !important;
  }

  .footer-hotel .get-touch-sec .text span,
  .footer-hotel-dark .get-touch-sec .text span {
    line-height: 1.35;
  }

  .footer-hotel .about-pearl h5,
  .footer-hotel-dark .about-pearl h5 {
    margin-top: 0;
    font-size: 18px;
  }

  .footer-hotel .about-pearl p,
  .footer-hotel-dark .about-pearl p {
    margin: 8px auto 14px;
    max-width: 320px;
    line-height: 1.5;
  }

  .footer-hotel .about-pearl img,
  .footer-hotel-dark .about-pearl img {
    max-width: 150px !important;
  }

  .footer-hotel .copyrights,
  .footer-hotel-dark .copyrights {
    padding-top: 14px !important;
    padding-bottom: 76px !important;
  }

  .modal-img-content {
    max-width: calc(100vw - 32px) !important;
    max-height: calc(100vh - 96px) !important;
  }
}

/* Consistent Vándor Fogadó wordmark treatment for visible text. */
.vf-brand {
  color: var(--vf-gold);
  font-family: "Dancing Script", "Tangerine", cursive !important;
  font-weight: 700;
  font-size: 1.38em;
  line-height: 0.9;
  letter-spacing: 0.01em;
  white-space: nowrap;
  text-transform: none !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45);
}

.tp-caption .vf-brand,
.main-title .vf-brand,
.footer-hotel .vf-brand,
.footer-hotel-dark .vf-brand {
  color: var(--vf-gold) !important;
}

h1 .vf-brand,
h2 .vf-brand,
h3 .vf-brand,
h4 .vf-brand,
h5 .vf-brand,
.main-title span .vf-brand,
.tp-caption .vf-brand {
  font-size: 1.12em;
  line-height: 0.92;
}

.tp-caption .vf-brand {
  display: inline-block;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.45);
}

.vf-brand--standalone {
  font-size: 1.55em;
}

@media (max-width: 767px) {
  .vf-brand {
    font-size: 1.24em;
    line-height: 1;
  }

  h1 .vf-brand,
  h2 .vf-brand,
  .tp-caption .vf-brand {
    font-size: 1.02em;
  }
}

/* Unified typography and list rhythm across generated pages. */
body {
  font-size: 17px;
  line-height: 1.62;
}

p,
.about-pearl p,
.welcome-pearl-hotel .text-detail p,
.welcome-hotel .welcome-detail .text p,
.services .service-sec p,
.special-services .post .detail p,
.blog .blog-post .post-text p,
.our-story .story-detail p,
.latest-posts .post-detail p,
.customer-words .testi-sec p,
.contact-page .get-touch-detail p {
  color: #4f4a42;
  font-size: 17px;
  line-height: 1.64;
  letter-spacing: 0.005em;
}

.main-title h1,
.main-title-white h1,
.welcome-hotel .welcome-detail .text h1,
.services .service-sec h6,
.blog .blog-post .post-text h3,
.hotel-rooms .room-sec .text-detail h4,
.our-story .story-detail h3,
.latest-posts h4,
.contact-page .get-touch-detail h3 {
  letter-spacing: 0.01em !important;
  text-transform: none !important;
}

.main-title h1,
.main-title-white h1,
.latest-posts h4,
.contact-page .get-touch-detail h3 {
  font-size: clamp(30px, 4vw, 44px) !important;
  line-height: 1.18 !important;
}

.main-title span,
.main-title-white span {
  letter-spacing: 0 !important;
}

.menu-5 .wtf-menu > li > a {
  font-size: 15px !important;
  letter-spacing: 0.02em;
}

.mm-menu .mm-list > li > a,
.mm-menu .mm-list > li > span {
  font-size: 17px !important;
  line-height: 1.25 !important;
}

.hotel-rooms .room-sec .text-detail h4 {
  color: #252018;
  font-size: clamp(24px, 3vw, 30px) !important;
  line-height: 1.22 !important;
  margin-bottom: 10px !important;
}

.hotel-rooms .room-sec .text-detail p {
  margin-bottom: 14px !important;
}

.hotel-rooms .room-sec .text-detail ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 14px;
  margin: 14px 0 0 !important;
  padding: 0 !important;
}

.hotel-rooms .room-sec .text-detail ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  color: #443f38;
  font-size: 15px;
  line-height: 1.35;
}

.hotel-rooms .room-sec .text-detail ul li i {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(233, 185, 71, 0.16);
  color: var(--vf-gold-dark);
  font-size: 9px;
  line-height: 18px;
  text-align: center;
}

.hotel-rooms .room-sec .text-detail ul li span {
  overflow-wrap: anywhere;
}

.room-price .current {
  font-size: clamp(30px, 4vw, 42px) !important;
  line-height: 1 !important;
}

.room-price .per-night {
  display: block;
  color: #6f675c;
  font-size: 13px !important;
  line-height: 1.25 !important;
}

.price-detail a,
.white-btn,
.full-story,
.home-quick-actions a,
.contact-page input[type="submit"] {
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0.06em !important;
}

.our-menu .main-title span {
  font-size: clamp(48px, 7vw, 82px) !important;
  line-height: 0.95 !important;
}

.our-menu .food-detail .title {
  color: #252018;
  font-family: "Roboto Slab", serif;
  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 1.28 !important;
}

.our-menu .food-detail .price {
  color: var(--vf-gold-dark) !important;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px !important;
  font-weight: 800 !important;
  letter-spacing: 0.01em;
}

.our-menu .food-detail .tags {
  color: #6a6257 !important;
  font-size: 14px !important;
  line-height: 1.42 !important;
}

.services .service-sec h6,
.special-services .post .detail h4,
.blog .blog-post .post-text h3,
.our-story .story-detail h3,
.latest-posts .post-detail h6 {
  color: #252018;
  font-size: clamp(22px, 3vw, 28px) !important;
  line-height: 1.2 !important;
}

.blog .blog-post .post-text > span,
.latest-posts .post-detail span,
.ux-pill {
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.footer-hotel .get-touch-sec .text span,
.footer-hotel-dark .get-touch-sec .text span {
  font-size: 15px;
  line-height: 1.35;
}

.footer-hotel .get-touch-sec .text span strong,
.footer-hotel-dark .get-touch-sec .text span strong {
  font-size: 18px !important;
  letter-spacing: 0.03em;
}

@media (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 1.58;
  }

  p,
  .about-pearl p,
  .welcome-pearl-hotel .text-detail p,
  .welcome-hotel .welcome-detail .text p,
  .services .service-sec p,
  .special-services .post .detail p,
  .blog .blog-post .post-text p,
  .our-story .story-detail p,
  .latest-posts .post-detail p,
  .customer-words .testi-sec p,
  .contact-page .get-touch-detail p {
    font-size: 16px;
    line-height: 1.58;
  }

  .main-title h1,
  .main-title-white h1,
  .latest-posts h4,
  .contact-page .get-touch-detail h3 {
    font-size: 28px !important;
    line-height: 1.18 !important;
  }

  .hotel-rooms .room-sec .text-detail h4,
  .services .service-sec h6,
  .special-services .post .detail h4,
  .blog .blog-post .post-text h3,
  .our-story .story-detail h3,
  .latest-posts .post-detail h6 {
    font-size: 23px !important;
  }

  .hotel-rooms .room-sec .text-detail ul {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .hotel-rooms .room-sec .text-detail ul li {
    font-size: 15px;
  }

  .our-menu .main-title span {
    font-size: clamp(42px, 16vw, 60px) !important;
  }

  .our-menu .food-detail .title {
    font-size: 16px !important;
  }

  .our-menu .food-detail .tags {
    font-size: 13px !important;
  }

  .price-detail a,
  .white-btn,
  .full-story,
  .home-quick-actions a,
  .contact-page input[type="submit"] {
    font-size: 12px !important;
  }
}

/* Final room text specificity override against legacy template rules. */
.hotel-rooms .room-sec .text-detail p,
.room-detail .room-descrip p,
.room-detail .what-include li,
.room-detail .room-overview li {
  color: #4f4a42 !important;
  font-size: 17px !important;
  line-height: 1.6 !important;
}

.room-detail .what-include ul,
.room-detail .room-overview ul {
  padding-left: 0 !important;
}

.room-detail .what-include li,
.room-detail .room-overview li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.room-detail .what-include li i,
.room-detail .room-overview li i {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(233, 185, 71, 0.16);
  color: var(--vf-gold-dark);
  font-size: 9px;
  line-height: 18px;
  text-align: center;
}

/* Services page: align copy with images and make service pricing obvious. */
.services-list .blog-post {
  display: flex !important;
  align-items: stretch;
  width: 100%;
  margin-bottom: 48px !important;
  overflow: hidden;
  border: 1px solid var(--vf-border);
  background: #fff;
  box-shadow: 0 12px 34px rgba(31, 24, 16, 0.07);
}

.services-list .blog-post .col-md-6 {
  display: flex;
  padding-left: 0;
  padding-right: 0;
}

.services-list .blog-post img {
  display: block;
  width: 100%;
  min-height: 340px;
  object-fit: cover;
}

.services-list .blog-post .post-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 340px;
  margin: 0 !important;
  padding: 42px clamp(28px, 4vw, 58px);
  text-align: left;
}

.services-list .blog-post .post-text .service-badge {
  display: inline-flex;
  align-items: center;
  width: auto;
  margin: 0 0 16px !important;
  padding: 9px 14px;
  border: 1px solid rgba(200, 147, 47, 0.28);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(233, 185, 71, 0.18), rgba(255, 250, 240, 0.95));
  color: #8a5d10 !important;
  font-family: "Roboto Slab", serif;
  font-size: 16px !important;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: none !important;
  box-shadow: 0 8px 18px rgba(200, 147, 47, 0.13);
}

.services-list .blog-post .post-text h3 {
  margin-top: 0 !important;
  margin-bottom: 12px !important;
}

.services-list .blog-post .post-text p {
  max-width: 560px;
  margin-top: 0 !important;
}

/* Contrast pass: readable brand gold on light surfaces, stronger overlays on photos. */
.main-title span,
.main-title .vf-brand,
.footer-hotel .vf-brand,
.footer-hotel-dark .vf-brand {
  color: var(--vf-gold-text) !important;
  text-shadow: none;
}

.main-title span {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.65);
}

.our-menu .food-detail .price {
  color: var(--vf-gold-text-strong) !important;
}

.welcome-hotel,
.parallax.parallax-customer-words {
  position: relative;
  overflow: hidden;
}

.welcome-hotel:before,
.parallax.parallax-customer-words:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.44);
  pointer-events: none;
}

.welcome-hotel .parallax,
.welcome-hotel .container,
.welcome-hotel .welcome-detail,
.parallax.parallax-customer-words .detail {
  position: relative;
  z-index: 1;
}

.welcome-hotel .welcome-detail .text h1,
.welcome-hotel .welcome-detail .text p,
.main-title-white h1,
.main-title-white span,
.customer-words .testi-sec p,
.customer-words .testi-sec .name {
  color: #fff !important;
  text-shadow: 0 3px 16px rgba(0, 0, 0, 0.72);
}

@media (max-width: 767px) {
  .hotel-rooms .room-sec .text-detail p,
  .room-detail .room-descrip p,
  .room-detail .what-include li,
  .room-detail .room-overview li {
    font-size: 16px !important;
    line-height: 1.58 !important;
  }

  .services-list .blog-post {
    flex-direction: column;
    margin-bottom: 24px !important;
  }

  .services-list .blog-post .col-md-6 {
    width: 100% !important;
  }

  .services-list .blog-post .col-md-6:has(img) {
    order: 1;
  }

  .services-list .blog-post .col-md-6:has(.post-text) {
    order: 2;
  }

  .services-list .blog-post img {
    min-height: 0;
    height: 220px;
  }

  .services-list .blog-post .post-text {
    min-height: 0;
    padding: 22px 18px 24px;
  }

  .services-list .blog-post .post-text .service-badge {
    margin-bottom: 13px !important;
    font-size: 15px !important;
  }
}

/* Restaurant menu listing: larger food photos with balanced text columns. */
.our-menu.our-menu3 .menu-sec .menu-detail > .row {
  display: grid !important;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  margin: 0 0 24px !important;
}

.our-menu.our-menu3 .menu-sec .menu-detail > .row > .col-md-3,
.our-menu.our-menu3 .menu-sec .menu-detail > .row > .col-md-9 {
  float: none !important;
  width: auto !important;
  padding: 0 !important;
}

.our-menu.our-menu3 .menu-sec .menu-detail > .row > .col-md-3 {
  grid-column: 1;
}

.our-menu.our-menu3 .menu-sec .menu-detail > .row > .col-md-9 {
  grid-column: 2;
}

.our-menu.our-menu3 .menu-sec .menu-detail img.menu-item-zoom {
  display: block !important;
  width: 150px !important;
  height: 150px !important;
  margin: 0 !important;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 8px 20px rgba(31, 24, 16, 0.12);
}

.our-menu.our-menu3 .menu-sec .menu-detail .food-detail {
  margin: 0 0 18px !important;
}

.our-menu.our-menu3 .menu-sec .menu-detail .food-detail .price {
  display: block !important;
  float: none !important;
  width: max-content;
  margin: 8px 0 0 !important;
  padding: 3px 0 0;
  color: var(--vf-gold-text-strong) !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
}

/* Restaurant menu image zoom must not reserve page space before the first category. */
.modal-img {
  display: none;
  position: fixed;
  z-index: 99999;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(16, 12, 8, 0.88);
  text-align: center;
}

.modal-img-content {
  display: block;
  max-width: min(900px, calc(100vw - 40px));
  max-height: calc(100vh - 96px);
  margin: 48px auto;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.42);
}

.close-button {
  position: fixed;
  top: 18px;
  right: 24px;
  z-index: 100000;
  color: #fff;
  font-family: var(--vf-font-ui);
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

@media (max-width: 767px) {
  .our-menu.our-menu3 .menu-sec .menu-detail > .row {
    grid-template-columns: minmax(132px, 150px) minmax(0, 1fr);
    gap: 14px;
    margin-bottom: 22px !important;
  }

  .our-menu.our-menu3 .menu-sec .menu-detail img.menu-item-zoom {
    width: 100% !important;
    height: 132px !important;
  }
}

@media (max-width: 380px) {
  .our-menu.our-menu3 .menu-sec .menu-detail > .row {
    grid-template-columns: 1fr;
  }

  .our-menu.our-menu3 .menu-sec .menu-detail > .row > .col-md-3,
  .our-menu.our-menu3 .menu-sec .menu-detail > .row > .col-md-9 {
    grid-column: 1;
  }

  .our-menu.our-menu3 .menu-sec .menu-detail img.menu-item-zoom {
    height: 190px !important;
  }
}

/* Unified brand typography system.
   Brand script is reserved for the wordmark and decorative section labels.
   Editorial serif is used for titles. Clean sans is used for reading and UI. */
body,
p,
li,
input,
textarea,
select,
button,
.contact-page,
.hotel-rooms,
.room-detail,
.blog,
.our-menu,
.footer-hotel,
.footer-hotel-dark {
  font-family: var(--vf-font-body) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.main-title h1,
.main-title-white h1,
.sub-banner .detail h1,
.welcome-hotel .welcome-detail .text h1,
.hotel-rooms .room-sec .text-detail h4,
.blog .blog-post .post-text h3,
.special-services .post .detail h4,
.latest-posts h4,
.latest-posts .post-detail h6,
.contact-page .get-touch-detail h3,
.our-menu .food-detail .title,
.room-price {
  font-family: var(--vf-font-heading) !important;
  font-weight: 700;
}

.menu-5 .wtf-menu > li > a,
.mm-menu .mm-list > li > a,
.mm-menu .mm-list > li > span,
.lang-toggle,
.price-detail a,
.white-btn,
.full-story,
.home-quick-actions a,
.ux-sticky-actions a,
.ux-pill,
.blog .blog-post .post-text > span,
.latest-posts .post-detail span,
.contact-page input[type="submit"],
.our-menu .food-detail .price,
.our-menu .food-detail .tags,
.room-price .current,
.room-price .per-night,
.footer-hotel .get-touch-sec .text span,
.footer-hotel-dark .get-touch-sec .text span {
  font-family: var(--vf-font-ui) !important;
}

.menu-5 .wtf-menu > li > a,
.mm-menu .mm-list > li > a,
.mm-menu .mm-list > li > span,
.home-quick-actions a,
.price-detail a,
.white-btn,
.full-story,
.contact-page input[type="submit"] {
  font-weight: 700 !important;
}

.vf-brand,
.main-title span,
.main-title-white span,
.sub-banner .detail span,
.tp-caption .vf-brand {
  font-family: var(--vf-font-brand) !important;
  font-weight: 700 !important;
}

.tp-caption.grey_heavy_72,
.tp-caption.grey_regular_18,
.tp-caption.grey_regular_18 > div {
  font-family: var(--vf-font-heading) !important;
}

.tp-caption .vf-brand {
  font-family: var(--vf-font-brand) !important;
}

.sub-banner .detail h1 {
  letter-spacing: 0.01em !important;
}

.sub-banner .detail span {
  font-weight: 700 !important;
  letter-spacing: 0.01em !important;
}

.our-menu .food-detail .tags,
.latest-posts .post-detail span,
.blog .blog-post .post-text > span,
.ux-pill {
  font-weight: 600 !important;
}

.contact-form-heading {
  margin: 0 0 18px;
  color: #2f281f;
  font-family: var(--vf-font-heading);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 700;
  line-height: 1.15;
  text-align: left;
}

.contact-page .get-touch-form form {
  display: flow-root;
}

.contact-field {
  margin-bottom: 16px;
  text-align: left;
}

.contact-field--half {
  float: left;
  width: 48%;
}

.contact-field--last {
  float: right;
}

.contact-field--full {
  clear: both;
}

.contact-field label {
  display: block;
  margin: 0 0 7px;
  color: #55493a;
  font-family: var(--vf-font-ui);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.contact-page .get-in-touch .get-touch-form .contact-field input,
.contact-page .get-in-touch .get-touch-form .contact-field textarea {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
}

@media (max-width: 767px) {
  .contact-form-heading {
    text-align: center;
  }

  .contact-field--half {
    float: none;
    width: 100%;
  }
}

.tp-caption.restaurant-hero-title,
.tp-caption.pension-hero-title {
  font-family: var(--vf-font-brand) !important;
  font-size: clamp(78px, 7.5vw, 118px) !important;
  line-height: 0.9 !important;
}

.tp-caption.restaurant-hero-subtitle,
.tp-caption.restaurant-hero-subtitle > div,
.tp-caption.pension-hero-subtitle,
.tp-caption.pension-hero-subtitle > div {
  font-family: var(--vf-font-heading) !important;
  font-size: clamp(30px, 2.7vw, 42px) !important;
  line-height: 1.12 !important;
  text-transform: none !important;
}

@media (max-width: 767px) {
  .tp-caption.restaurant-hero-title,
  .tp-caption.pension-hero-title {
    font-size: clamp(72px, 18vw, 88px) !important;
  }

  .tp-caption.restaurant-hero-subtitle,
  .tp-caption.restaurant-hero-subtitle > div,
  .tp-caption.pension-hero-subtitle,
  .tp-caption.pension-hero-subtitle > div {
    font-size: clamp(24px, 6.2vw, 31px) !important;
  }
}
