.brand-logo-fallback {
  font-size: 28px;
  font-weight: 700;
  color: #151515;
  letter-spacing: 0.06em;
  display: inline-block;
}

.page {
  opacity: 1 !important;
}

.theme-mobile-drawer,
.theme-mobile-backdrop {
  display: none !important;
}

.section.page-header,
.page-header.section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.page-header .rd-navbar-wrap,
.page-header .rd-navbar-main-outer,
.page-header .rd-navbar-main,
.page-header .rd-navbar-panel,
.page-header .rd-navbar-main-element,
.page-header .rd-navbar-nav-wrap {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.page-header .rd-navbar-aside-outer,
.page-header .rd-navbar-aside-outer.novi-bg {
  background: #ea9a9b;
}

.page-header .rd-navbar-aside {
  display: flex;
  justify-content: space-between;
  min-height: 58px;
  align-items: center;
  gap: 16px;
}

.page-header .social-block {
  margin-left: auto;
}

.page-header .header-info .unit-left,
.page-header .header-info a,
.page-header .header-info .unit-body {
  color: #ffffff;
}

.page-header .header-info .unit-left {
  font-weight: 700;
}

.page-header .rd-navbar-main {
  min-height: 96px;
}

.page-header .rd-navbar-brand {
  padding-top: 12px;
  padding-bottom: 12px;
}

.page-header .rd-navbar-nav {
  gap: 10px;
}

.page-header .rd-navbar-nav .rd-nav-link {
  letter-spacing: 0.02em;
}

.page-header .rd-navbar-nav .rd-nav-item,
.page-header .rd-navbar-nav .rd-dropdown-item {
  position: relative;
}

.page-header .rd-navbar-nav .active > .rd-nav-link,
.page-header .rd-navbar-nav .rd-nav-link:hover {
  color: #ee9f9f;
}

.page-header .rd-navbar-nav .rd-dropdown-item.active > .rd-dropdown-link,
.page-header .rd-navbar-nav .rd-dropdown-link:hover {
  color: #ee9f9f;
}

.page-header .rd-navbar-nav .rd-nav-link-with-caret,
.page-header .rd-navbar-nav .rd-dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.page-header .rd-navbar-nav .rd-menu.rd-navbar-dropdown {
  min-width: 240px;
}

.page-header .rd-navbar-submenu-toggle {
  display: none;
}

.nav-menu-caret {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  transform-origin: center;
  transition: transform 0.2s ease;
}

.rd-nav-item.active > .rd-nav-link .nav-menu-caret,
.rd-nav-item:hover > .rd-nav-link .nav-menu-caret {
  transform: rotate(225deg) translateY(-1px);
}

.nav-menu-caret-sub {
  width: 6px;
  height: 6px;
  transform: rotate(-45deg);
}

.page-hero-banner {
  margin: 0 0 64px;
  padding: 0;
}

.page-hero-banner-main {
  background: #f7f2f3;
  position: relative;
  overflow: hidden;
  min-height: 290px;
}

.page-banner-copy-wrap {
  min-height: 290px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}

.page-hero-banner-copy,
.page-banner-copy {
  width: min(100%, 560px);
  padding: 50px 0;
}

.page-hero-banner-copy h1 {
  margin: 0;
  color: #151515;
  font-family: "Playfair Display", serif;
  font-size: clamp(52px, 5.1vw, 84px);
  line-height: 0.95;
  letter-spacing: -0.02em;
}

.page-hero-banner-lead {
  margin-top: 18px;
  max-width: 560px;
  color: #6f6668;
  font-size: 18px;
  line-height: 1.7;
}

.page-hero-banner-lead p {
  margin-bottom: 0;
}

.page-hero-banner .button-row {
  margin-top: 24px;
}

.page-hero-banner-visual {
  position: absolute;
  inset: 0 0 0 auto;
  width: min(48vw, 760px);
  z-index: 1;
}

.page-hero-banner-visual img {
  width: 100%;
  height: 100%;
  min-height: 290px;
  object-fit: cover;
  object-position: center right;
  display: block;
  border-radius: 0;
  box-shadow: none;
}

.page-hero-breadcrumb-bar {
  margin-bottom: 0;
}

.page-hero-breadcrumb-bar.breadcrumbs-custom {
  background-color: #f6f6f6;
}

.page-hero-breadcrumb-bar .breadcrumbs-custom-path {
  margin-top: 0;
}

.page-hero-breadcrumb-bar .breadcrumbs-custom-path li::after {
  content: "›";
  font-family: inherit;
  font-size: 28px;
  font-weight: 300;
  color: #b4acad;
  right: -6px;
  top: 47%;
}

.page-hero-breadcrumb-bar .breadcrumbs-custom-path li::after {
  content: "\203A";
}

.overview-side-visual img {
  width: 100%;
  border-radius: 0;
  display: block;
}

.overview-child-grid {
  margin-top: 44px;
}

.overview-child-card {
  height: 100%;
  padding: 32px 28px;
  background: #ffffff;
  border: 1px solid #eee5e6;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.overview-child-card:hover {
  transform: translateY(-3px);
  border-color: #ead2d4;
  box-shadow: 0 20px 48px rgba(49, 27, 31, 0.08);
}

.overview-child-card h3 {
  margin: 0 0 14px;
  font-size: 28px;
  line-height: 1.1;
}

.overview-child-card h3 a {
  color: #151515;
}

.overview-child-card .prose-block {
  color: #71686a;
}

.overview-rich-copy .prose-block,
.overview-secondary-copy.prose-block {
  color: #71686a;
}

.overview-rich-copy .big,
.overview-rich-copy .big p {
  margin-bottom: 18px;
}

.overview-box-icon {
  min-height: 100%;
  padding: 34px 18px;
}

.overview-service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 86px;
}

.overview-service-icon img {
  width: 76px;
  height: 76px;
  object-fit: contain;
  display: block;
}

.overview-box-icon .icon-classic-body .prose-block {
  color: #71686a;
}

.overview-team-grid {
  justify-content: center;
}

.overview-team-card {
  max-width: 370px;
  margin: 0 auto;
}

.rd-navbar-brand img,
.footer-brand img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.social-icon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: rgba(255, 255, 255, 0.92);
  transition: color 0.2s ease, transform 0.2s ease;
}

.social-icon-link svg {
  width: 16px;
  height: 16px;
  display: block;
}

.social-icon-link:hover {
  color: #ffffff;
  transform: translateY(-1px);
}

.nav-locale-item {
  display: flex;
  align-items: center;
}

.nav-locale-shell {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding-left: 6px;
}

.nav-locale-link {
  display: inline-flex;
  align-items: center;
  gap: 0;
  min-height: 32px;
  padding: 4px 5px;
  border-radius: 999px;
  border: 1px solid rgba(238, 159, 159, 0.22);
  background: rgba(255, 255, 255, 0.92);
  color: #151515;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.nav-locale-link:hover,
.nav-locale-link.is-active {
  background: #ee9f9f;
  border-color: #ee9f9f;
  color: #ffffff;
  transform: translateY(-1px);
}

.nav-locale-flag {
  display: inline-flex;
  width: 18px;
  height: 13px;
  overflow: hidden;
  border-radius: 999px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.nav-locale-flag svg {
  width: 18px;
  height: 13px;
  display: block;
}

.nav-locale-flag img {
  width: 18px;
  height: 13px;
  object-fit: cover;
  display: block;
}

.nav-locale-text {
  display: none;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.icon-modern-svg,
.service-icon-svg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.icon-modern-svg svg,
.service-icon-svg svg {
  width: 76px;
  height: 76px;
  color: #ee9f9f;
}

.box-icon-modern .icon-modern.icon-modern-svg img,
.service-icon-svg img {
  width: 76px;
  height: 76px;
  object-fit: contain;
  display: block;
}

.box-icon-modern .icon-modern.icon-modern-svg svg > .icon-bg,
.service-icon-svg svg > .icon-bg {
  fill: #f5f3f3;
}

.box-icon-modern .icon-modern.icon-modern-svg svg > .icon-stroke,
.service-icon-svg svg > .icon-stroke {
  fill: transparent !important;
  stroke: currentColor !important;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.box-icon-modern .icon-modern.icon-modern-svg svg > circle[fill="currentColor"],
.service-icon-svg svg > circle[fill="currentColor"] {
  fill: currentColor !important;
}

.box-icon-modern .icon-modern {
  min-height: 86px;
}

.theme-inline-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  font-size: 18px;
  line-height: 1;
}

.box-images {
  isolation: isolate;
}

.box-images-1 {
  animation: themeFloatOne 8s ease-in-out infinite;
}

.box-images-2 {
  animation: themeFloatFocus 6.5s ease-in-out infinite;
  will-change: transform;
}

.box-images-3 {
  animation: themeFloatTwo 7.4s ease-in-out infinite;
}

.box-images-4 {
  animation: themeFloatThree 9s ease-in-out infinite;
}

.lead p,
.big p,
.block-lg p,
.quote-text p,
.rights p {
  margin-bottom: 0;
}

.quote-text a,
.big a,
.block-lg a {
  color: inherit;
}

.quote-text strong,
.big strong,
.block-lg strong,
.lead strong {
  font-weight: 700;
}

.quote-text em,
.big em,
.block-lg em,
.lead em {
  font-style: italic;
}

.quote-text iframe,
.block-lg iframe,
.big iframe,
.lead iframe {
  width: 100%;
  min-height: 320px;
  border: 0;
  border-radius: 18px;
}

.quote-text video,
.block-lg video,
.big video,
.lead video,
.quote-text img,
.block-lg img,
.big img,
.lead img {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
}

.quote-text table,
.block-lg table,
.big table,
.lead table {
  width: 100%;
  border-collapse: collapse;
}

.quote-text th,
.quote-text td,
.block-lg th,
.block-lg td,
.big th,
.big td,
.lead th,
.lead td {
  padding: 10px 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.quote-text blockquote,
.block-lg blockquote,
.big blockquote,
.lead blockquote {
  margin: 0;
  padding-left: 18px;
  border-left: 4px solid #ee9f9f;
}

html.rd-navbar-fixed-linked .page,
html.rd-navbar-fixed-linked .page-header {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.page-header,
.page-header .rd-navbar-wrap,
.page-header .rd-navbar-classic {
  margin-top: 0 !important;
}

.page-header + .page-hero,
.page-header + section.page-hero {
  margin-top: 0 !important;
}

.theme-mobile-shell {
  display: none !important;
}

.theme-mobile-overlay[hidden],
.theme-mobile-panel[hidden],
.theme-mobile-info-panel[hidden] {
  display: none !important;
}

@keyframes themeFloatOne {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(-8px, 10px, 0);
  }
}

@keyframes themeFloatFocus {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(0, -18px, 0) scale(1.02);
  }
}

@keyframes themeFloatTwo {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(10px, -12px, 0);
  }
}

@keyframes themeFloatThree {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(-6px, -10px, 0);
  }
}

@media (max-width: 991.98px) {
  .page-header .rd-navbar-wrap {
    display: none !important;
  }

  .theme-mobile-shell {
    display: block !important;
  }

  .theme-mobile-topbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1300;
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) 54px;
    align-items: center;
    height: 78px;
    padding: 0 12px;
    background: #ffffff;
    border-bottom: 1px solid #efe6e7;
  }

  .theme-mobile-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
  }

  .theme-mobile-brand img {
    max-width: 220px;
    max-height: 56px;
    width: auto;
    height: auto;
  }

  .theme-mobile-icon-button {
    width: 44px;
    height: 44px;
    border: 0;
    background: transparent;
    color: #151515;
    font-size: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .theme-mobile-icon,
  .theme-mobile-dots {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    color: #151515;
  }

  .theme-mobile-icon-bars::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 11px;
    width: 20px;
    height: 2px;
    background: currentColor;
    box-shadow: 0 -6px 0 currentColor, 0 6px 0 currentColor;
  }

  .theme-mobile-icon-back::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 5px;
    width: 12px;
    height: 12px;
    border-left: 3px solid currentColor;
    border-bottom: 3px solid currentColor;
    transform: rotate(45deg);
  }

  .theme-mobile-icon-back::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 11px;
    width: 14px;
    height: 3px;
    background: currentColor;
  }

  .theme-mobile-dots::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 -8px 0 currentColor, 0 8px 0 currentColor;
  }

  .theme-mobile-icon-button [data-mobile-menu-close-icon] {
    display: none;
  }

  .theme-mobile-icon-button[aria-expanded="true"] [data-mobile-menu-open-icon] {
    display: none;
  }

  .theme-mobile-icon-button[aria-expanded="true"] [data-mobile-menu-close-icon] {
    display: inline-block;
  }

  .theme-mobile-info-panel {
    position: fixed;
    top: 86px;
    left: 12px;
    right: 12px;
    z-index: 1295;
    padding: 14px 16px;
    background: #ea9a9b;
    color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(33, 20, 23, 0.16);
  }

  .theme-mobile-info-item + .theme-mobile-info-item {
    margin-top: 8px;
  }

  .theme-mobile-info-item a,
  .theme-mobile-info-item span,
  .theme-mobile-info-item strong {
    color: inherit;
  }

  .theme-mobile-info-socials {
    display: flex;
    gap: 14px;
    margin-top: 12px;
  }

  .theme-mobile-overlay {
    position: fixed;
    inset: 78px 0 0;
    z-index: 1260;
    background: rgba(17, 13, 14, 0.16);
    opacity: 0;
    transition: opacity 0.24s ease;
  }

  .theme-mobile-overlay.is-visible {
    opacity: 1;
  }

  .theme-mobile-panel {
    position: fixed;
    top: 78px;
    left: 0;
    bottom: 0;
    z-index: 1270;
    width: min(82vw, 338px);
    background: #ffffff;
    box-shadow: 22px 0 40px rgba(33, 20, 23, 0.15);
    transform: translateX(-100%);
    transition: transform 0.28s ease;
    overflow-y: auto;
  }

  .theme-mobile-panel.is-open {
    transform: translateX(0);
  }

  .theme-mobile-panel-inner {
    min-height: 100%;
    display: flex;
    flex-direction: column;
  }

  .theme-mobile-nav,
  .theme-mobile-submenu {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .theme-mobile-nav-item + .theme-mobile-nav-item {
    border-top: 1px solid #efe6e7;
  }

  .theme-mobile-nav-row {
    position: relative;
  }

  .theme-mobile-nav-link {
    display: block;
    padding: 26px 60px 26px 24px;
    color: #151515;
    font-size: 18px;
    line-height: 1.2;
  }

  .theme-mobile-nav-item.is-active > .theme-mobile-nav-row {
    background: #ee9f9f;
  }

  .theme-mobile-nav-item.is-active > .theme-mobile-nav-row .theme-mobile-nav-link,
  .theme-mobile-nav-item.is-active > .theme-mobile-nav-row .theme-mobile-submenu-toggle {
    color: #ffffff;
  }

  .theme-mobile-submenu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 58px;
    height: 100%;
    border: 0;
    background: transparent;
    color: #151515;
  }

  .theme-mobile-submenu-toggle::after {
    content: "\2304";
    display: inline-block;
    font-size: 24px;
    line-height: 1;
  }

  .theme-mobile-submenu {
    display: none;
    background: #fcf7f8;
  }

  .theme-mobile-nav-item.is-open > .theme-mobile-submenu {
    display: block;
  }

  .theme-mobile-submenu .theme-mobile-nav-link {
    padding: 18px 24px 18px 40px;
    font-size: 16px;
  }

  .theme-mobile-submenu .theme-mobile-nav-item + .theme-mobile-nav-item {
    border-top: 1px solid #f2e8e9;
  }

  .theme-mobile-locale {
    display: flex;
    gap: 12px;
    padding: 20px 22px 28px;
    margin-top: auto;
  }

  .theme-mobile-locale-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(238, 159, 159, 0.3);
    background: #ffffff;
    color: #151515;
    font-weight: 700;
    letter-spacing: 0.04em;
  }

  .theme-mobile-locale-link.is-active {
    background: #ee9f9f;
    border-color: #ee9f9f;
    color: #ffffff;
  }

  .theme-mobile-locale-text {
    font-size: 13px;
  }

  body.is-mobile-drawer-open {
    overflow: hidden;
  }

  html.rd-navbar-fixed-linked main,
  html.rd-navbar-fixed-linked .page {
    padding-top: 78px !important;
  }

  .page-header .rd-navbar-aside-outer {
    display: block;
    position: static;
    top: auto;
    left: auto;
    right: auto;
    z-index: auto;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .page-header .rd-navbar-aside {
    display: flex;
    min-height: 58px;
  }

  .page-header .rd-navbar-main {
    min-height: 86px;
  }

  .page-header .rd-navbar-main-outer {
    border-top: 0;
  }

  .page-header .rd-navbar-panel {
    min-height: 56px;
    display: flex;
    align-items: center;
    gap: 0;
    padding: 0 10px;
  }

  .page-header .rd-navbar-brand {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .page-header .rd-navbar-brand img {
    max-width: 160px;
    max-height: 52px;
  }

  .page-header .rd-navbar-main-element {
    display: block;
  }

  .nav-locale-shell {
    padding-left: 0;
  }

  .page-banner-copy-wrap {
    min-height: 0;
    padding-right: min(40vw, 280px);
  }

  .page-hero-banner-copy {
    padding: 40px 0 28px;
  }

  .page-hero-banner-visual {
    width: min(42vw, 420px);
  }

  .page-hero-banner-visual img {
    max-height: 320px;
  }
}

@media (max-width: 767.98px) {
  .theme-mobile-brand img {
    max-width: 180px;
    max-height: 50px;
  }

  .theme-mobile-panel {
    width: min(84vw, 330px);
  }

  .page-hero-banner {
    margin-bottom: 44px;
  }

  .page-banner-copy-wrap {
    min-height: 0;
    padding-right: 0;
  }

  .page-hero-banner-copy {
    padding: 34px 0 22px;
    width: 100%;
  }

  .page-hero-banner-copy h1 {
    font-size: clamp(40px, 13vw, 56px);
  }

  .page-hero-banner-lead {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-hero-banner .button-row {
    gap: 10px;
  }

  .page-hero-banner .button-row .button {
    width: 100%;
    justify-content: center;
  }

  .page-hero-banner-visual {
    position: static;
    width: 100%;
  }

  .page-hero-banner-visual img {
    min-height: 0;
    max-height: 240px;
  }

  .page-hero-breadcrumb-bar.breadcrumbs-custom {
    padding: 18px 0 20px;
  }

  .overview-child-card {
    padding: 24px 20px;
  }

  .overview-child-card h3 {
    font-size: 24px;
  }
}

.page-hero.page-hero-banner {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.page-hero-banner-main {
  background: #f7f2f3;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.page-hero-banner-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  align-items: stretch;
  gap: 0;
  min-height: 290px;
}

.page-hero-banner-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-width: 0;
  padding: 42px 32px 38px 0;
}

.page-hero-banner-title h1 {
  margin: 0;
  color: #151515;
  font-family: "Playfair Display", serif;
  font-size: clamp(48px, 4.9vw, 82px);
  line-height: 0.95;
  letter-spacing: -0.02em;
}

.page-hero-banner-media {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  min-height: 290px;
}

.page-hero-banner-media img {
  width: 100%;
  height: 100%;
  min-height: 290px;
  object-fit: cover;
  object-position: center right;
  display: block;
  border-radius: 0;
  box-shadow: none;
}

.page-hero-breadcrumb-bar {
  margin-top: 0 !important;
}

.page-hero-breadcrumb-bar .breadcrumbs-custom-path {
  margin-top: 0;
}

.page-hero-breadcrumb-bar .breadcrumbs-custom-path li::after {
  content: "\203A";
  font-family: inherit;
  font-size: 28px;
  font-weight: 300;
  color: #b4acad;
  right: -6px;
  top: 47%;
}

@media (max-width: 991.98px) {
  .page-hero-banner-shell {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
    min-height: 250px;
  }

  .page-hero-banner-title {
    padding: 32px 24px 28px 0;
  }

  .page-hero-banner-media,
  .page-hero-banner-media img {
    min-height: 250px;
  }
}

@media (max-width: 767.98px) {
  .page-hero-banner-shell {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .page-hero-banner-title {
    padding: 34px 0 22px;
  }

  .page-hero-banner-title h1 {
    font-size: clamp(40px, 13vw, 56px);
  }

  .page-hero-banner-media {
    min-height: 0;
  }

  .page-hero-banner-media img {
    min-height: 0;
    max-height: 240px;
  }
}

/* Custom site header */
.page-header.theme-site-header {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  z-index: 1200;
  --site-sticky-main-height: 0px;
}

.page-header.theme-site-header.has-sticky-main-active {
  padding-bottom: var(--site-sticky-main-height);
}

.theme-site-header-desktop {
  display: block;
}

.theme-site-header-top {
  background: #ea9a9b;
}

.theme-site-header-top-inner {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.theme-site-header-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.theme-site-header-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-size: 17px;
}

.theme-site-header-meta-item strong,
.theme-site-header-meta-item a,
.theme-site-header-meta-item span {
  color: inherit;
}

.theme-site-header-main {
  background: #ffffff;
  border-bottom: 1px solid #f0e7e8;
  position: sticky;
  top: 0;
  z-index: 1190;
  transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, backdrop-filter 0.25s ease, -webkit-backdrop-filter 0.25s ease;
}

.theme-site-header-main-inner {
  min-height: 122px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  transition: min-height 0.25s ease, padding 0.25s ease;
}

.theme-site-header-main.is-sticky-active {
  background: rgba(255, 255, 255, 0.82);
  border-bottom-color: rgba(233, 214, 216, 0.9);
  box-shadow: 0 18px 34px rgba(24, 34, 48, 0.1);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.theme-site-header-main.is-sticky-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1290;
}

.theme-site-header-main.is-sticky-active .theme-site-header-main-inner {
  min-height: 102px;
}

@media (max-width: 991.98px) {
  .page-header.theme-site-header.has-sticky-main-active {
    padding-bottom: 0;
  }

  .theme-site-header-main {
    position: static;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: none;
  }

  .theme-site-header-main.is-sticky-fixed {
    position: static;
    left: auto;
    right: auto;
    width: auto;
  }
}

.theme-site-brand {
  display: inline-flex;
  align-items: center;
}

.theme-site-brand img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 58px;
}

.theme-site-nav {
  justify-self: center;
}

.theme-site-nav-list,
.theme-site-submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.theme-site-nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.theme-site-nav-item,
.theme-site-submenu-item {
  position: relative;
}

.theme-site-nav-link,
.theme-site-submenu-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #151515;
  transition: color 0.2s ease;
}

.theme-site-nav-link {
  min-height: 122px;
  font-size: 18px;
  letter-spacing: 0.02em;
}

.theme-site-submenu-link {
  width: 100%;
  justify-content: space-between;
  padding: 18px 24px;
  background: #ffffff;
  font-size: 17px;
}

.theme-site-nav-item.is-active > .theme-site-nav-link,
.theme-site-nav-item:hover > .theme-site-nav-link,
.theme-site-submenu-item.is-active > .theme-site-submenu-link,
.theme-site-submenu-item:hover > .theme-site-submenu-link {
  color: #ee9f9f;
}

.theme-nav-caret {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-top: -2px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.theme-nav-caret-sub {
  width: 7px;
  height: 7px;
  transform: rotate(-45deg);
}

.theme-site-nav-item:hover > .theme-site-nav-link .theme-nav-caret,
.theme-site-nav-item.is-active > .theme-site-nav-link .theme-nav-caret {
  transform: rotate(225deg);
}

.theme-site-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 244px;
  background: #ffffff;
  border: 1px solid #efe6e7;
  box-shadow: 0 18px 34px rgba(34, 18, 21, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  z-index: 1210;
}

.theme-site-submenu-item + .theme-site-submenu-item {
  border-top: 1px solid #f2e8e9;
}

.theme-site-submenu .theme-site-submenu {
  top: -1px;
  left: calc(100% - 1px);
}

.theme-site-nav-item:hover > .theme-site-submenu,
.theme-site-submenu-item:hover > .theme-site-submenu,
.theme-site-submenu-item:focus-within > .theme-site-submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.theme-site-header-locale {
  display: flex;
  justify-content: flex-end;
  margin-left: 4px;
}

.theme-site-header-socials {
  display: flex;
  align-items: center;
  gap: 20px;
}

.theme-mobile-shell,
.theme-mobile-overlay,
.theme-mobile-info-panel,
.theme-mobile-panel {
  display: none;
}

.theme-mobile-overlay,
.theme-mobile-info-panel {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
}

.theme-mobile-panel {
  pointer-events: auto;
}

body.is-mobile-drawer-open {
  overflow: hidden;
}

@media (max-width: 1199.98px) {
  .theme-site-header-main-inner {
    gap: 14px;
  }

  .theme-site-nav-list {
    gap: 10px;
  }
}

@media (max-width: 991.98px) {
  .theme-site-header-desktop {
    display: none !important;
  }

  .theme-mobile-shell {
    display: block !important;
  }

  .theme-mobile-overlay,
  .theme-mobile-info-panel,
  .theme-mobile-panel {
    display: block;
  }

  main {
    padding-top: 78px !important;
  }

  .theme-mobile-topbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1300;
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) 54px;
    align-items: center;
    height: 78px;
    padding: 0 12px;
    background: #ffffff;
    border-bottom: 1px solid #efe6e7;
  }

  .theme-mobile-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
  }

  .theme-mobile-brand img {
    max-width: 220px;
    max-height: 56px;
    width: auto;
    height: auto;
  }

  .theme-mobile-icon-button {
    width: 44px;
    height: 44px;
    border: 0;
    background: transparent;
    color: #151515;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .theme-mobile-icon,
  .theme-mobile-dots {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    color: #151515;
  }

  .theme-mobile-icon-bars::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 11px;
    width: 20px;
    height: 2px;
    background: currentColor;
    box-shadow: 0 -6px 0 currentColor, 0 6px 0 currentColor;
  }

  .theme-mobile-icon-back::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 5px;
    width: 12px;
    height: 12px;
    border-left: 3px solid currentColor;
    border-bottom: 3px solid currentColor;
    transform: rotate(45deg);
  }

  .theme-mobile-icon-back::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 11px;
    width: 14px;
    height: 3px;
    background: currentColor;
  }

  .theme-mobile-dots::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 -8px 0 currentColor, 0 8px 0 currentColor;
  }

  .theme-mobile-icon-button [data-mobile-menu-close-icon] {
    display: none;
  }

  .theme-mobile-icon-button[aria-expanded="true"] [data-mobile-menu-open-icon] {
    display: none;
  }

  .theme-mobile-icon-button[aria-expanded="true"] [data-mobile-menu-close-icon] {
    display: inline-block;
  }

  .theme-mobile-info-panel {
    position: fixed;
    top: 86px;
    left: 12px;
    right: 12px;
    z-index: 1295;
    padding: 14px 16px;
    background: #ea9a9b;
    color: #ffffff;
    border-radius: 16px;
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(33, 20, 23, 0.16);
  }

  .theme-mobile-info-panel.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .theme-mobile-info-item + .theme-mobile-info-item {
    margin-top: 8px;
  }

  .theme-mobile-info-item a,
  .theme-mobile-info-item span,
  .theme-mobile-info-item strong {
    color: inherit;
  }

  .theme-mobile-info-socials {
    display: flex;
    gap: 14px;
    margin-top: 12px;
  }

  .theme-mobile-overlay {
    position: fixed;
    inset: 78px 0 0;
    z-index: 1260;
    background: rgba(17, 13, 14, 0.16);
  }

  .theme-mobile-overlay.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .theme-mobile-panel {
    position: fixed;
    top: 78px;
    left: 0;
    bottom: 0;
    z-index: 1270;
    width: min(82vw, 338px);
    background: #ffffff;
    box-shadow: 22px 0 40px rgba(33, 20, 23, 0.15);
    transform: translateX(-100%);
    transition: transform 0.28s ease;
    overflow-y: auto;
  }

  .theme-mobile-panel.is-open {
    transform: translateX(0);
  }

  .theme-mobile-panel-inner {
    min-height: 100%;
    display: flex;
    flex-direction: column;
  }

  .theme-mobile-nav,
  .theme-mobile-submenu {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .theme-mobile-nav-item + .theme-mobile-nav-item {
    border-top: 1px solid #efe6e7;
  }

  .theme-mobile-nav-row {
    position: relative;
  }

  .theme-mobile-nav-link {
    display: block;
    padding: 26px 60px 26px 24px;
    color: #151515;
    font-size: 18px;
    line-height: 1.2;
  }

  .theme-mobile-nav-item.is-active > .theme-mobile-nav-row {
    background: #ee9f9f;
  }

  .theme-mobile-nav-item.is-active > .theme-mobile-nav-row .theme-mobile-nav-link,
  .theme-mobile-nav-item.is-active > .theme-mobile-nav-row .theme-mobile-submenu-toggle {
    color: #ffffff;
  }

  .theme-mobile-submenu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 58px;
    height: 100%;
    border: 0;
    background: transparent;
    color: #151515;
  }

  .theme-mobile-submenu-toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translate(-50%, -60%) rotate(45deg);
    transition: transform 0.2s ease;
  }

  .theme-mobile-nav-item.is-open > .theme-mobile-nav-row .theme-mobile-submenu-toggle::after {
    transform: translate(-50%, -20%) rotate(225deg);
  }

  .theme-mobile-submenu {
    display: none;
    background: #fcf7f8;
  }

  .theme-mobile-nav-item.is-open > .theme-mobile-submenu {
    display: block;
  }

  .theme-mobile-submenu .theme-mobile-nav-link {
    padding: 18px 24px 18px 40px;
    font-size: 16px;
  }

  .theme-mobile-submenu .theme-mobile-nav-item + .theme-mobile-nav-item {
    border-top: 1px solid #f2e8e9;
  }

  .theme-mobile-locale {
    display: flex;
    gap: 12px;
    padding: 20px 22px 28px;
    margin-top: auto;
  }

  .theme-mobile-locale-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(238, 159, 159, 0.3);
    background: #ffffff;
    color: #151515;
    font-weight: 700;
    letter-spacing: 0.04em;
  }

  .theme-mobile-locale-link.is-active {
    background: #ee9f9f;
    border-color: #ee9f9f;
    color: #ffffff;
  }

  .theme-mobile-locale-text {
    font-size: 13px;
  }
}

@media (max-width: 767.98px) {
  .theme-mobile-brand img {
    max-width: 180px;
    max-height: 50px;
  }

  .theme-mobile-panel {
    width: min(84vw, 330px);
  }
}

/* Lightgallery font restoration */
@font-face {
  font-family: "lg";
  src: url("../fonts/lg.woff2?n1z373") format("woff2"),
       url("../fonts/lg.woff?n1z373") format("woff"),
       url("../fonts/lg.ttf?n1z373") format("truetype"),
       url("../fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Team carousel navigation fallback */
.owl-carousel-center .owl-nav {
  display: block !important;
}

.owl-carousel-center .owl-prev::before,
.owl-carousel-center .owl-next::before {
  content: none !important;
}

.owl-carousel-center .owl-prev,
.owl-carousel-center .owl-next {
  display: block !important;
}

.owl-carousel-center .owl-prev span,
.owl-carousel-center .owl-next span {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 54px;
  line-height: 56px;
  text-align: center;
  font-weight: 400;
}

.owl-carousel-center .owl-prev span {
  transform: translateX(-1px);
}

.owl-carousel-center .owl-next span {
  transform: translateX(1px);
}

/* Public floating actions */
.site-floating-actions-spacer {
  height: 122px;
}

.site-floating-actions-shell {
  position: fixed;
  left: 50%;
  bottom: 18px;
  z-index: 140;
  width: min(calc(100% - 34px), 860px);
  transform: translateX(-50%);
}

.site-floating-actions {
  display: grid;
  grid-template-columns: repeat(var(--floating-actions-count, 3), minmax(0, 1fr));
  gap: 14px;
  padding: 12px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(232, 236, 241, 0.94);
  box-shadow: 0 20px 46px rgba(16, 35, 39, 0.18);
  backdrop-filter: blur(18px);
}

.site-floating-action {
  min-height: 56px;
  padding: 0.85rem 1rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  background: linear-gradient(180deg, #dabc69 0%, #d1ab55 100%);
  color: #ffffff;
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 10px 22px rgba(181, 141, 53, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.site-floating-action:hover,
.site-floating-action:focus-visible {
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32), 0 14px 26px rgba(181, 141, 53, 0.32);
  filter: brightness(1.03);
}

.site-floating-action-icon {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.site-floating-action-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.site-floating-action-label {
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-to-top {
  bottom: 132px;
}

@media (max-width: 991.98px) {
  .site-floating-actions-spacer {
    height: 104px;
  }

  .site-floating-actions-shell {
    width: min(calc(100% - 18px), 760px);
    bottom: 12px;
  }

  .site-floating-actions {
    gap: 10px;
    padding: 10px;
    border-radius: 26px;
  }

  .site-floating-action {
    min-height: 50px;
    padding: 0.78rem 0.8rem;
    font-size: 0.82rem;
    gap: 0.42rem;
  }

  .site-floating-action-icon {
    width: 18px;
    height: 18px;
  }

  .ui-to-top {
    bottom: 102px;
    right: 22px;
  }
}

@media (max-width: 575.98px) {
  .site-floating-actions-spacer {
    height: 96px;
  }

  .site-floating-actions-shell {
    width: calc(100% - 12px);
    bottom: 8px;
  }

  .site-floating-actions {
    gap: 8px;
    padding: 8px;
    border-radius: 22px;
  }

  .site-floating-action {
    min-height: 46px;
    padding: 0.7rem 0.55rem;
    font-size: 0.72rem;
    letter-spacing: 0;
  }

  .site-floating-action-icon {
    width: 16px;
    height: 16px;
  }
}

/* Final public polish */
.theme-site-nav-button {
  -webkit-appearance: none;
  appearance: none;
  font: inherit;
  line-height: inherit;
  margin: 0;
  cursor: default;
  outline: none;
}

.theme-site-nav-list > .theme-site-nav-item > .theme-site-nav-link,
.theme-site-nav-list > .theme-site-nav-item > .theme-site-nav-button {
  min-height: 58px;
  padding: 0 20px;
  border: 1px solid rgba(238, 159, 159, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: #151515;
  box-shadow: 0 14px 28px rgba(34, 18, 21, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.theme-site-nav-list > .theme-site-nav-item > .theme-site-nav-link:hover,
.theme-site-nav-list > .theme-site-nav-item > .theme-site-nav-link:focus-visible,
.theme-site-nav-list > .theme-site-nav-item.is-active > .theme-site-nav-link,
.theme-site-nav-list > .theme-site-nav-item > .theme-site-nav-button:hover,
.theme-site-nav-list > .theme-site-nav-item > .theme-site-nav-button:focus-visible,
.theme-site-nav-list > .theme-site-nav-item.is-active > .theme-site-nav-button {
  background: linear-gradient(180deg, #ee979f 0%, #e6848d 100%);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 20px 34px rgba(230, 132, 141, 0.34);
  transform: translateY(-1px);
}

.theme-site-nav-list > .theme-site-nav-item > .theme-site-nav-link .theme-nav-caret,
.theme-site-nav-list > .theme-site-nav-item > .theme-site-nav-button .theme-nav-caret {
  margin-top: 0;
}

.theme-site-nav-link:focus-visible,
.theme-site-nav-button:focus-visible {
  outline: 3px solid rgba(243, 161, 167, 0.24);
  outline-offset: 3px;
}

.theme-mobile-nav-label {
  display: inline-flex;
  align-items: center;
  width: 100%;
}

.site-cookie-banner[hidden] {
  display: none !important;
}

.site-footer-minimal {
  margin-top: 0;
  background: #ffffff;
  border-top: 1px solid #f1ecec;
}

.site-footer-minimal-main {
  background: #ffffff;
}

.site-footer-minimal-main-inner {
  min-height: 146px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 42px;
  padding: 22px 0;
}

.site-footer-brand {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}

.site-footer-brand img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.site-footer-nav {
  min-width: 0;
}

.site-footer-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.site-footer-nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  color: #151515;
  font-size: 18px;
  font-weight: 500;
  transition: color 0.2s ease, transform 0.2s ease;
}

.site-footer-nav-link:hover,
.site-footer-nav-link:focus-visible {
  color: #d8af59;
  text-decoration: none;
  transform: translateY(-1px);
}

.site-footer-minimal-bottom {
  background: #f6f6f6;
  border-top: 1px solid #ece5e5;
}

.site-footer-minimal-bottom-inner {
  padding: 28px 0 30px;
  text-align: center;
}

.site-footer-minimal-bottom-inner p {
  margin: 0;
  color: #9f9a9a;
  font-size: 19px;
  line-height: 1.6;
}

.site-footer-minimal-bottom-inner a {
  color: inherit;
}

.site-footer-minimal-bottom-inner a:hover,
.site-footer-minimal-bottom-inner a:focus-visible {
  color: #151515;
  text-decoration: none;
}

.site-cookie-banner {
  position: fixed;
  right: 22px;
  bottom: 24px;
  z-index: 142;
  width: min(100vw - 28px, 420px);
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.site-cookie-banner.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.site-cookie-banner-card {
  display: grid;
  gap: 14px;
  padding: 20px 20px 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(228, 216, 217, 0.95);
  box-shadow: 0 22px 44px rgba(33, 28, 27, 0.18);
  backdrop-filter: blur(14px);
}

.site-cookie-banner-copy {
  display: grid;
  gap: 9px;
}

.site-cookie-banner-copy strong {
  color: #151515;
  font-size: 1.05rem;
  font-weight: 700;
}

.site-cookie-banner-copy p,
.site-cookie-banner-copy .cookie-richtext p {
  margin: 0;
  color: #6e6e6e;
  font-size: 0.95rem;
  line-height: 1.65;
}

.site-cookie-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #ee9f9f;
  font-weight: 700;
}

.site-cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.site-cookie-button {
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.site-cookie-button:hover,
.site-cookie-button:focus-visible {
  transform: translateY(-1px);
  text-decoration: none;
}

.site-cookie-button--primary {
  background: #ee9f9f;
  color: #ffffff;
  box-shadow: 0 12px 22px rgba(238, 159, 159, 0.28);
}

.site-cookie-button--secondary {
  background: #ffffff;
  border-color: #eadedf;
  color: #151515;
}

.site-footer-pro {
    position: relative;
    margin-top: 0;
    background: #34363d;
    color: #ffffff;
    overflow: hidden;
    font-family: "Montserrat", "Lato", "Noto Sans", "Segoe UI", Arial, sans-serif;
}

.site-footer-pro__title,
.site-footer-pro__about,
.site-footer-pro__list a,
.site-footer-pro__schedule span,
.site-footer-pro__schedule strong,
.site-footer-pro__contact-list a,
.site-footer-pro__contact-list span,
.site-footer-pro__copyright {
  font-family: "Noto Sans", "Montserrat", "Lato", "Segoe UI", Arial, sans-serif;
  text-transform: none;
  letter-spacing: 0;
}

.site-footer-pro__accent {
  height: 10px;
  background: #ea9a9b;
}

.site-footer-pro__main {
  padding: 46px 0 28px;
}

.site-footer-pro__grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 40px;
}

.site-footer-pro__brand {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
}

.site-footer-pro__brand img {
  display: block;
  max-width: 230px;
  height: auto;
}

.site-footer-pro__about {
  max-width: 372px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  line-height: 1.82;
}

.site-footer-pro__title {
    margin: 0 0 24px;
    color: #ffffff;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.01em;
}

.site-footer-pro__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.site-footer-pro__social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.site-footer-pro__social:hover,
.site-footer-pro__social:focus-visible {
  color: #ffffff;
  background: #ea9a9b;
  transform: translateY(-2px);
  box-shadow: 0 14px 24px rgba(234, 154, 155, 0.26);
}

.site-footer-pro__social svg {
  width: 18px;
  height: 18px;
  display: block;
}

.site-footer-pro__list,
.site-footer-pro__schedule,
.site-footer-pro__contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer-pro__list li,
.site-footer-pro__schedule li,
.site-footer-pro__contact-list li {
  margin: 0 0 15px;
}

.site-footer-pro__list li {
  position: relative;
  padding-left: 18px;
}

.site-footer-pro__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(234, 154, 155, 0.95);
  box-shadow: 0 0 0 4px rgba(234, 154, 155, 0.08);
}

.site-footer-pro__list a,
.site-footer-pro__contact-list a,
.site-footer-pro__contact-list span {
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  line-height: 1.65;
}

.site-footer-pro__list a:hover,
.site-footer-pro__list a:focus-visible,
.site-footer-pro__contact-list a:hover,
.site-footer-pro__contact-list a:focus-visible {
  color: #ea9a9b;
}

.site-footer-pro__schedule li {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 14px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.22);
}

.site-footer-pro__schedule span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 16px;
}

.site-footer-pro__schedule strong {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-align: right;
}

.site-footer-pro__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 36px;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer-pro__card {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 116px;
  padding: 24px 28px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.site-footer-pro__card-icon {
  flex: 0 0 70px;
  color: #ea9a9b;
  width: 70px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
}

.site-footer-pro__card-icon svg {
  width: 36px;
  height: 36px;
  display: block;
}

.site-footer-pro__card-copy {
  display: grid;
  gap: 4px;
}

.site-footer-pro__card-copy span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
}

.site-footer-pro__card-copy strong {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
}

.site-footer-pro__bottom {
  padding: 22px 0 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.08);
}

.site-footer-pro__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.site-footer-pro__producer {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}

.site-footer-pro__producer img {
  display: block;
  width: 120px;
  max-width: 100%;
  height: auto;
}

.site-footer-pro__copyright {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 15px;
  line-height: 1.6;
}

.site-footer-pro__copyright a {
  color: #ea9a9b;
}

.site-footer-pro__copyright a:hover,
.site-footer-pro__copyright a:focus-visible {
  color: #ffffff;
}

.site-footer-pro__producer {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.site-footer-pro__producer img {
  display: block;
  width: 132px;
  max-width: 100%;
  height: auto;
}

.site-footer-pro__producer span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

@media (max-width: 1199.98px) {
  .site-footer-pro__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer-pro__cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991.98px) {
  .site-footer-pro__bottom-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767.98px) {
  .site-footer-pro__main {
    padding: 34px 0 22px;
  }

  .site-footer-pro__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .site-footer-pro__bottom-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer-pro__card {
    min-height: 0;
    padding: 20px 22px;
  }

  .site-footer-pro__card-icon {
    width: 60px;
    height: 60px;
    flex-basis: 60px;
  }

  .site-footer-pro__card-icon svg {
    width: 30px;
    height: 30px;
  }

  .site-footer-pro__producer {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .site-footer-pro__producer img {
    width: 118px;
  }
}

.site-floating-actions-spacer {
  display: none !important;
  height: 0 !important;
}

.site-floating-actions-shell.site-floating-launcher-shell {
  position: fixed;
  left: 22px;
  bottom: 22px;
  right: auto;
  width: auto;
  transform: none;
  z-index: 141;
}

.site-floating-launcher {
  position: relative;
  width: 68px;
  height: 68px;
  border: 0;
  padding: 0;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  cursor: pointer;
}

.site-floating-launcher-ring {
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 1px solid rgba(238, 159, 159, 0.34);
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.15), rgba(238, 159, 159, 0.08));
  animation: siteFloatingPulse 2.6s ease-in-out infinite;
}

.site-floating-launcher-core {
  position: relative;
  z-index: 1;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #ee9f9f 0%, #d97f80 100%);
  color: #ffffff;
  box-shadow: 0 18px 30px rgba(217, 127, 128, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.site-floating-launcher:hover .site-floating-launcher-core,
.site-floating-launcher:focus-visible .site-floating-launcher-core,
.site-floating-launcher-shell.is-open .site-floating-launcher-core {
  transform: scale(1.04);
  box-shadow: 0 22px 34px rgba(217, 127, 128, 0.42);
}

.site-floating-launcher-core svg {
  width: 26px;
  height: 26px;
}

.site-floating-actions-drawer {
  position: absolute;
  left: 0;
  bottom: 82px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  min-width: 250px;
  max-width: 280px;
  padding: 16px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(232, 238, 241, 0.96);
  box-shadow: 0 20px 46px rgba(16, 35, 39, 0.18);
  backdrop-filter: blur(14px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(12px) scale(0.97);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
}

.site-floating-launcher-shell.is-open .site-floating-actions-drawer {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.site-floating-actions-drawer .site-floating-action {
  justify-content: flex-start;
  min-height: 54px;
  padding: 0.85rem 1rem;
  border-radius: 18px;
  font-size: 0.94rem;
  text-transform: none;
  letter-spacing: 0.01em;
}

.site-floating-actions-drawer .site-floating-action--whatsapp {
  background: linear-gradient(180deg, #28c76f 0%, #1baa59 100%);
}

.site-floating-actions-drawer .site-floating-action--appointment {
  background: linear-gradient(180deg, #dabc69 0%, #d1ab55 100%);
}

.site-floating-actions-drawer .site-floating-action--call {
  background: linear-gradient(180deg, #4d6dd6 0%, #3252bf 100%);
}

@keyframes siteFloatingPulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.92;
  }

  50% {
    transform: scale(1.08);
    opacity: 0.58;
  }
}

@media (max-width: 991.98px) {
  .site-footer-minimal-main-inner {
    gap: 24px;
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .site-footer-nav-list {
    gap: 12px;
  }

  .site-footer-nav-link {
    min-height: 44px;
    padding: 0 14px;
    font-size: 16px;
  }

  .site-footer-minimal-bottom-inner {
    padding: 22px 0 24px;
  }

  .site-footer-minimal-bottom-inner p {
    font-size: 17px;
  }

  .site-cookie-banner {
    right: 14px;
    bottom: 16px;
    width: min(100vw - 20px, 390px);
  }

  .site-floating-actions-shell.site-floating-launcher-shell {
    left: 14px;
    bottom: 14px;
  }

  .site-floating-actions-drawer {
    min-width: 236px;
    max-width: min(280px, calc(100vw - 28px));
  }
}

@media (max-width: 767.98px) {
  .site-footer-minimal-main-inner {
    min-height: 0;
    padding: 18px 0;
    gap: 18px;
  }

  .site-footer-nav-list {
    gap: 8px;
  }

  .site-footer-nav-link {
    min-height: 40px;
    padding: 0 12px;
    font-size: 15px;
  }

  .site-footer-minimal-bottom-inner {
    padding: 18px 0 20px;
  }

  .site-footer-minimal-bottom-inner p {
    font-size: 15px;
    line-height: 1.7;
  }

  .site-cookie-banner {
    left: 12px;
    right: 12px;
    bottom: 96px;
    width: auto;
  }

  .site-floating-launcher {
    width: 62px;
    height: 62px;
  }

  .site-floating-launcher-core {
    width: 54px;
    height: 54px;
  }

  .site-floating-actions-drawer {
    left: 0;
    right: auto;
    bottom: 74px;
    width: min(278px, calc(100vw - 24px));
  }
}

.gallery-browser-section {
  padding-top: 26px;
  padding-bottom: 72px;
}

.gallery-browser-copy {
  max-width: 820px;
  margin: 0 auto 30px;
  text-align: center;
  color: #756b6d;
}

.gallery-browser-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 26px;
}

.gallery-browser-back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px;
  border-radius: 999px;
  border: 1px solid #efdfdf;
  background: #ffffff;
  color: #171515;
  font-weight: 700;
  box-shadow: 0 18px 44px rgba(55, 27, 31, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.gallery-browser-back:hover {
  color: #ef9f9f;
  border-color: #efc9c9;
  transform: translateY(-2px);
  box-shadow: 0 22px 56px rgba(55, 27, 31, 0.11);
}

.gallery-browser-switcher {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.gallery-browser-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid #f0e2e2;
  background: #ffffff;
  color: #181515;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 16px 38px rgba(55, 27, 31, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.gallery-browser-chip:hover,
.gallery-browser-chip.is-active {
  background: #ee9f9f;
  border-color: #ee9f9f;
  color: #ffffff;
  box-shadow: 0 18px 44px rgba(238, 159, 159, 0.28);
  transform: translateY(-1px);
}

.gallery-browser-empty {
  padding: 38px 34px;
  border-radius: 26px;
  border: 1px solid #eee2e4;
  background: #ffffff;
  text-align: center;
  box-shadow: 0 22px 52px rgba(55, 27, 31, 0.06);
}

.gallery-album-grid {
  margin-top: 6px;
}

.gallery-album-card {
  display: block;
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 24px 56px rgba(40, 22, 26, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.gallery-album-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 64px rgba(40, 22, 26, 0.12);
}

.gallery-album-card-media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f5eeee;
}

.gallery-album-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery-album-card-icon {
  position: absolute;
  top: 18px;
  right: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 999px;
  background: #fbb026;
  color: #ffffff;
  box-shadow: 0 16px 38px rgba(251, 176, 38, 0.28);
}

.gallery-album-card-icon svg {
  width: 28px;
  height: 28px;
  display: block;
}

.gallery-album-card-body {
  padding: 22px 22px 24px;
}

.gallery-album-card-body h3 {
  margin: 0 0 10px;
  color: #151515;
  font-size: 31px;
  line-height: 1.06;
}

.gallery-album-card-body p {
  margin: 0;
  color: #72686a;
  line-height: 1.7;
}

.gallery-browser-photo-grid {
  margin-top: 4px;
}

.gallery-browser-photo {
  display: block;
  overflow: hidden;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 24px 56px rgba(40, 22, 26, 0.08);
}

.gallery-browser-photo img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}

.gallery-browser-caption {
  margin-top: 14px;
  color: #756c6d;
}

.homepage-works-carousel img {
  width: 100%;
  height: 422px;
  object-fit: cover;
  display: block;
}

.home-portfolio-grid .gallery-item img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}

@media (max-width: 991.98px) {
  .gallery-browser-section {
    padding-top: 22px;
    padding-bottom: 56px;
  }

  .gallery-album-card-body h3 {
    font-size: 26px;
  }

  .gallery-browser-photo img {
    height: 280px;
  }

  .homepage-works-carousel img {
    height: 360px;
  }

  .home-portfolio-grid .gallery-item img {
    height: 280px;
  }
}

@media (max-width: 767.98px) {
  .gallery-browser-toolbar {
    align-items: stretch;
  }

  .gallery-browser-back,
  .gallery-browser-switcher {
    width: 100%;
  }

  .gallery-browser-switcher {
    justify-content: flex-start;
  }

  .gallery-album-card-icon {
    width: 54px;
    height: 54px;
  }

  .gallery-album-card-icon svg {
    width: 24px;
    height: 24px;
  }

  .gallery-album-card-body {
    padding: 18px 18px 20px;
  }

  .gallery-album-card-body h3 {
    font-size: 22px;
  }

  .gallery-browser-photo img {
    height: 240px;
  }

  .homepage-works-carousel img {
    height: 240px;
  }

  .home-portfolio-grid .gallery-item img {
    height: 220px;
  }
}
.box-video .button-play.button-play-with-icon:before {
    content: none;
}

.box-video .button-play.button-play-with-icon .icon {
    position: absolute;
    top: 50%;
    left: 54%;
    font-size: 20px;
    line-height: 1;
    color: #ffffff;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
}

.box-video .button-play.button-play-with-icon:hover .icon,
.box-video .button-play.button-play-with-icon:focus .icon {
    color: #ee9f9f;
}

.ui-to-top {
    right: 28px !important;
    bottom: 26px !important;
    width: 56px !important;
    height: 56px !important;
    border-radius: 12px !important;
    background: #ee9f9f !important;
    box-shadow: 0 20px 36px rgba(238, 159, 159, 0.26) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 0 !important;
    opacity: 0;
    transition: opacity 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease !important;
}

.ui-to-top::before {
    content: "\02C4";
    color: #ffffff;
    font-size: 28px;
    line-height: 1;
}

.ui-to-top.active {
    opacity: 1;
}

.ui-to-top:hover,
.ui-to-top:focus {
    background: #e88f99 !important;
    transform: translateY(-2px);
    box-shadow: 0 24px 42px rgba(232, 143, 153, 0.32) !important;
}

@media (max-width: 767.98px) {
    .ui-to-top {
        width: 50px !important;
        height: 50px !important;
        right: 18px !important;
        bottom: 20px !important;
    }

    .ui-to-top::before {
        font-size: 24px;
    }
}

.site-scroll-top {
    position: fixed;
    right: 26px;
    bottom: 24px;
    width: 58px;
    height: 58px;
    border: 0;
    border-radius: 2px;
    background: #ee9f9f;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    z-index: 140;
    box-shadow: 0 18px 36px rgba(238, 159, 159, 0.3);
    transition: opacity 0.24s ease, transform 0.24s ease, box-shadow 0.24s ease, background 0.24s ease;
}

.site-scroll-top span {
    font-size: 30px;
    line-height: 1;
    transform: translateY(-3px);
}

.site-scroll-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.site-scroll-top:hover,
.site-scroll-top:focus-visible {
    background: #e68f90;
    box-shadow: 0 22px 40px rgba(230, 143, 144, 0.36);
    outline: none;
}

@media (max-width: 767.98px) {
    .site-scroll-top {
        width: 50px;
        height: 50px;
        right: 16px;
        bottom: 18px;
    }

    .site-scroll-top span {
        font-size: 26px;
    }
}

/* Home appointment form: softer premium surface */
.home-appointment-section .appointment-soft-form {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, #ffffff 100%);
    border: 1px solid rgba(222, 198, 186, 0.9);
    border-radius: 28px;
    padding: 28px 26px 24px;
    box-shadow: 0 22px 48px rgba(85, 64, 54, 0.10);
}

.home-appointment-section .appointment-soft-form .form-wrap {
    display: grid;
    gap: 8px;
}

.home-appointment-section .appointment-soft-form .form-label {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
    padding: 0;
    pointer-events: auto;
    display: block;
    margin-bottom: 0;
    color: #8a7770;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.01em;
}

.home-appointment-section .appointment-soft-form .form-input,
.home-appointment-section .appointment-soft-form select.form-input,
.home-appointment-section .appointment-soft-form textarea.form-input,
.home-appointment-section .appointment-soft-form .security-question-input {
    min-height: 54px;
    padding: 13px 18px;
    line-height: 1.35;
    border-radius: 24px;
    border: 1px solid rgba(221, 202, 194, 0.95);
    background: #fff;
    color: #56433b;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 6px 18px rgba(88, 69, 61, 0.06);
    transition: border-color .24s ease, box-shadow .24s ease, transform .24s ease;
}

.home-appointment-section .appointment-soft-form textarea.form-input {
    min-height: 170px;
    padding: 16px 18px;
    border-radius: 24px;
}

.home-appointment-section .appointment-soft-form input[type="datetime-local"].form-input {
    padding-right: 44px;
}

.home-appointment-section .appointment-soft-form input[type="datetime-local"].form-input::-webkit-datetime-edit,
.home-appointment-section .appointment-soft-form input[type="datetime-local"].form-input::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
    line-height: 1.35;
}

.home-appointment-section .appointment-soft-form .form-input::placeholder,
.home-appointment-section .appointment-soft-form .security-question-input::placeholder {
    color: #b09c94;
}

.home-appointment-section .appointment-soft-form .form-input:focus,
.home-appointment-section .appointment-soft-form select.form-input:focus,
.home-appointment-section .appointment-soft-form textarea.form-input:focus,
.home-appointment-section .appointment-soft-form .security-question-input:focus {
    border-color: rgba(231, 162, 133, 0.95);
    box-shadow: 0 0 0 4px rgba(238, 180, 152, 0.22), 0 14px 32px rgba(170, 120, 97, 0.16);
    transform: translateY(-1px);
}

.home-appointment-section .appointment-soft-form .security-question-field {
    display: grid;
    margin-top: 6px;
    gap: 10px;
}

.home-appointment-section .appointment-soft-form .security-question-field > span {
    display: block;
    color: #7d6a64;
    font-weight: 600;
    line-height: 1.35;
}

.home-appointment-section .appointment-soft-form .security-question-box {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 15px;
    border-radius: 18px;
    border: 1px solid rgba(223, 198, 186, 0.92);
    background: linear-gradient(145deg, #fff7f2 0%, #fff 72%);
    box-shadow: 0 8px 22px rgba(166, 125, 104, 0.10);
}

.home-appointment-section .appointment-soft-form .security-question-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: rgba(238, 159, 159, 0.24);
    color: #a25f50;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1;
}

.home-appointment-section .appointment-soft-form .security-question-copy {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.home-appointment-section .appointment-soft-form .security-question-copy strong {
    color: #69564f;
    font-size: 1.02rem;
    font-weight: 700;
    line-height: 1.3;
}

.home-appointment-section .appointment-soft-form .security-question-expression {
    color: #8f5d4f;
    font-size: 1.06rem;
    font-weight: 800;
}

.home-appointment-section .appointment-soft-form .security-question-input {
    display: block;
    width: 100%;
    max-width: 260px;
}

.home-appointment-feedback {
    display: none;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    min-height: 52px;
    padding: 12px 16px;
    border-radius: 12px;
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.01em;
    text-align: center;
}

.home-appointment-feedback.is-visible {
    display: flex;
    animation: appointment-feedback-pop .2s ease-out;
}

.home-appointment-feedback.is-success {
    background: #141414;
    color: #ffffff;
    box-shadow: 0 12px 30px rgba(20, 20, 20, 0.24);
}

.home-appointment-feedback.is-error {
    background: #7b2426;
    color: #ffffff;
    box-shadow: 0 12px 30px rgba(123, 36, 38, 0.24);
}

@keyframes appointment-feedback-pop {
    from {
        opacity: 0;
        transform: translateY(-4px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.home-appointment-section .appointment-soft-form .form-button {
    margin-top: 12px;
}

.home-appointment-section .appointment-soft-form .button.button-primary {
    border-radius: 999px;
    min-width: 220px;
    box-shadow: 0 14px 30px rgba(228, 167, 93, 0.34);
}

@media (max-width: 767.98px) {
    .home-appointment-section .appointment-soft-form {
        border-radius: 22px;
        padding: 20px 16px 16px;
    }

    .home-appointment-section .appointment-soft-form .security-question-input {
        max-width: 100%;
    }
}

/* Fallback scope when home template class is not yet updated */
:is(.home-appointment-section .appointment-soft-form, .section.section-lg.bg-gray-100.text-center form[action="/appointment"]) {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, #ffffff 100%);
    border: 1px solid rgba(222, 198, 186, 0.9);
    border-radius: 28px;
    padding: 28px 26px 24px;
    box-shadow: 0 22px 48px rgba(85, 64, 54, 0.10);
}

:is(.home-appointment-section .appointment-soft-form, .section.section-lg.bg-gray-100.text-center form[action="/appointment"]) .form-input,
:is(.home-appointment-section .appointment-soft-form, .section.section-lg.bg-gray-100.text-center form[action="/appointment"]) select.form-input,
:is(.home-appointment-section .appointment-soft-form, .section.section-lg.bg-gray-100.text-center form[action="/appointment"]) textarea.form-input,
:is(.home-appointment-section .appointment-soft-form, .section.section-lg.bg-gray-100.text-center form[action="/appointment"]) .security-question-input {
    min-height: 54px;
    padding: 13px 18px;
    border-radius: 24px;
    border: 1px solid rgba(221, 202, 194, 0.95);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 6px 18px rgba(88, 69, 61, 0.06);
}

:is(.home-appointment-section .appointment-soft-form, .section.section-lg.bg-gray-100.text-center form[action="/appointment"]) .form-label {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
    padding: 0;
    pointer-events: auto;
    display: block;
    line-height: 1.35;
}

/* Keep lightbox above sticky header/menu layers */
.lg-backdrop {
    z-index: 12000 !important;
}

.lg-outer,
.lg-outer .lg-item.lg-current,
.lg-outer .lg-thumb-outer,
.lg-outer .lg-pager-outer,
.lg-outer .lg-video-cont {
    z-index: 12010 !important;
}

/* Homepage hero H1: reference-style serif with Turkish-safe fallbacks */
.swiper-slider-1 .swiper-slide-caption h1.heading-decorate {
    font-family: "Playfair Display", Georgia, "Times New Roman", serif !important;
    font-weight: 700;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0.01em;
    line-height: 1.08;
    font-feature-settings: "liga" 1, "kern" 1;
}

html[lang="tr"] .swiper-slider-1 .swiper-slide-caption h1.heading-decorate {
    font-family: "Playfair Display", Georgia, "Times New Roman", serif !important;
    letter-spacing: 0;
}

@media (max-width: 991.98px) {
    .swiper-slider-1 .swiper-slide-caption h1.heading-decorate {
        line-height: 1.1;
    }
}

/* Team member detail page */
.team-member-detail-section {
    padding-top: 54px;
    padding-bottom: 44px;
}

.team-member-layout {
    display: grid;
    grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
    gap: 36px;
    align-items: start;
}

.team-member-profile {
    display: grid;
    gap: 18px;
    justify-items: center;
}

.team-member-photo {
    margin: 0;
    width: 100%;
    max-width: 280px;
    border: 1px solid #ebe8e6;
    background: #f7f7f7;
}

.team-member-photo img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.team-member-book-btn.button.button-primary {
    min-width: 188px;
    border-radius: 999px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    box-shadow: 0 10px 26px rgba(238, 159, 159, 0.32);
}

.team-member-socials {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.team-member-socials a {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    border: 1px solid #dadada;
    background: #f4f4f4;
    color: #8f8f8f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease;
}

.team-member-socials a:hover {
    color: #ffffff;
    border-color: #ee9f9f;
    background: #ee9f9f;
    transform: translateY(-1px);
}

.team-member-socials a svg {
    width: 14px;
    height: 14px;
}

.team-member-main {
    min-width: 0;
}

.team-member-header h2 {
    margin: 0;
    font-size: clamp(34px, 4vw, 48px);
    line-height: 1;
}

.team-member-header p {
    margin: 8px 0 0;
    color: #7d7d7d;
    font-size: 16px;
}

.team-member-divider {
    display: inline-block;
    width: 76px;
    height: 2px;
    margin-top: 16px;
    background: #ee9f9f;
}

.team-member-copy {
    margin-top: 20px;
    color: #616161;
}

.team-member-copy p:last-child {
    margin-bottom: 0;
}

.team-member-quote {
    position: relative;
    margin: 22px 0;
    padding: 24px 16px 20px 42px;
    border-top: 1px solid #e9e3e4;
    border-bottom: 1px solid #e9e3e4;
}

.team-member-quote-mark {
    position: absolute;
    left: 0;
    top: 12px;
    color: #dddddd;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 76px;
    line-height: 1;
}

.team-member-quote p {
    margin: 0;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(28px, 3.3vw, 40px);
    line-height: 1.15;
    color: #181818;
    font-style: italic;
}

.team-member-contact-line {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 18px 26px;
    color: #555;
    font-size: 15px;
}

.team-member-certs {
    margin-top: 26px;
}

.team-member-certs h3 {
    margin: 0 0 14px;
    font-size: 30px;
    line-height: 1.1;
}

.team-member-cert-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.team-member-cert-card {
    min-height: 140px;
    border: 1px solid #e3dedb;
    background: #fcfaf8;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.team-member-cert-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.team-member-cert-card.is-placeholder span {
    padding: 6px 8px;
    border: 1px solid #e7d7b0;
    color: #c7ad73;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.09em;
}

.team-member-cert-file {
    color: #826a53;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-align: center;
    padding: 0 10px;
}

.team-member-works-section {
    padding-top: 48px;
}

.team-member-works-head {
    text-align: center;
}

.team-member-works-head h3 {
    margin: 0;
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.04;
}

.team-member-works-head .team-member-divider {
    margin-top: 12px;
}

.team-member-works-shell {
    margin-top: 26px;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    gap: 12px;
    align-items: center;
}

.team-member-works-arrow {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    border: 1px solid #e3d9dc;
    background: #fff;
    color: #8d8488;
    font-size: 30px;
    line-height: 1;
    padding: 0;
    cursor: pointer;
    transition: all .2s ease;
}

.team-member-works-arrow:hover {
    background: #ee9f9f;
    border-color: #ee9f9f;
    color: #ffffff;
}

.team-member-works-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(150px, 1fr);
    gap: 18px;
    overflow-x: auto;
    padding: 2px 2px 12px;
    scroll-behavior: smooth;
    scrollbar-width: thin;
}

.team-member-work-item {
    border: 1px solid #ebe5e6;
    background: #ffffff;
    display: block;
    text-decoration: none;
}

.team-member-work-item img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    display: block;
}

@media (max-width: 991.98px) {
    .team-member-layout {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .team-member-profile {
        justify-items: start;
    }

    .team-member-certs h3 {
        font-size: 28px;
    }

    .team-member-quote p {
        font-size: clamp(24px, 4.2vw, 34px);
    }
}

@media (max-width: 767.98px) {
    .team-member-detail-section {
        padding-top: 36px;
        padding-bottom: 30px;
    }

    .team-member-photo {
        max-width: 240px;
    }

    .team-member-header h2 {
        font-size: clamp(30px, 10vw, 42px);
    }

    .team-member-quote {
        padding: 18px 12px 16px 30px;
    }

    .team-member-quote-mark {
        font-size: 54px;
        top: 10px;
    }

    .team-member-cert-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .team-member-works-shell {
        grid-template-columns: 34px minmax(0, 1fr) 34px;
        gap: 8px;
    }

    .team-member-works-arrow {
        width: 34px;
        height: 34px;
        font-size: 24px;
    }

    .team-member-works-track {
        grid-auto-columns: minmax(140px, 1fr);
        gap: 12px;
    }
}

/* Unified Pink Pill Buttons */
.theme-site-nav-list > .theme-site-nav-item > .theme-site-nav-link,
.theme-site-nav-list > .theme-site-nav-item > .theme-site-nav-button,
.rd-navbar-nav .rd-nav-link,
.button,
.button-default,
.button-default-outline,
.button-primary,
.btn,
input[type="submit"],
button[type="submit"] {
    border-radius: 999px !important;
    background: linear-gradient(180deg, #ee9ca6 0%, #e78e98 100%) !important;
    border-color: transparent !important;
    color: #ffffff !important;
    box-shadow: 0 14px 30px rgba(231, 142, 152, 0.34) !important;
}

.theme-site-nav-list > .theme-site-nav-item > .theme-site-nav-link:hover,
.theme-site-nav-list > .theme-site-nav-item > .theme-site-nav-link:focus-visible,
.theme-site-nav-list > .theme-site-nav-item > .theme-site-nav-button:hover,
.theme-site-nav-list > .theme-site-nav-item > .theme-site-nav-button:focus-visible,
.rd-navbar-nav .rd-nav-link:hover,
.rd-navbar-nav .active > .rd-nav-link,
.button:hover,
.button:focus-visible,
.button-default:hover,
.button-default-outline:hover,
.button-primary:hover,
.btn:hover,
input[type="submit"]:hover,
button[type="submit"]:hover {
    background: linear-gradient(180deg, #e98f99 0%, #df7e89 100%) !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

.button:focus-visible,
.button-default:focus-visible,
.button-default-outline:focus-visible,
.button-primary:focus-visible,
.btn:focus-visible,
input[type="submit"]:focus-visible,
button[type="submit"]:focus-visible {
    outline: 3px solid rgba(243, 166, 174, 0.36) !important;
    outline-offset: 3px !important;
}
/* Slider arrow + counter styling to match reference */
.swiper-slider-1 .swiper-button-prev,
.swiper-slider-1 .swiper-button-next {
  display: block !important;
  right: 26px !important;
  left: auto !important;
  width: 24px !important;
  height: 24px !important;
  background: transparent !important;
  z-index: 20 !important;
}

.swiper-slider-1 .swiper-button-prev { top: calc(50% - 40px) !important; }
.swiper-slider-1 .swiper-button-next { top: calc(50% + 40px) !important; }

.swiper-slider-1 .swiper-button-prev svg,
.swiper-slider-1 .swiper-button-next svg { display: none !important; }

.swiper-slider-1 .swiper-button-prev:before,
.swiper-slider-1 .swiper-button-next:before {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  text-align: center !important;
  font-size: 18px !important;
  line-height: 24px !important;
  color: rgba(120, 120, 120, 0.6) !important;
  font-weight: 300 !important;
  content: "" !important;
}

.swiper-slider-1 .swiper-button-prev:before { content: "↑" !important; }
.swiper-slider-1 .swiper-button-next:before { content: "↓" !important; }

.swiper-slider-1 .swiper-button-prev:before { content: "\2191" !important; }
.swiper-slider-1 .swiper-button-next:before { content: "\2193" !important; }

.swiper-counter {
  display: block !important;
  position: absolute;
  right: 24px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 28px !important;
  height: auto !important;
  padding: 4px 0 !important;
  border-radius: 0 !important;
  text-align: center !important;
  font-size: 13px !important;
  line-height: 18px !important;
  color: rgba(120, 120, 120, 0.6) !important;
  letter-spacing: 0.2px !important;
  background: transparent !important;
}

.swiper-counter:before,
.swiper-counter:after {
  content: "" !important;
  display: block !important;
  width: 1px !important;
  height: 16px !important;
  background: rgba(120, 120, 120, 0.35) !important;
  margin: 4px auto !important;
}

@media (max-width: 1199.98px) {
  .swiper-counter {
    display: none;
  }
  .swiper-slider-1 .swiper-button-prev,
  .swiper-slider-1 .swiper-button-next {
    display: none;
  }
}
