:root {
  --plf-bg: #fbf8f3;
  --plf-bg-rgb: 251, 248, 243;
  --plf-text: #171714;
  --plf-muted: #514d47;
  --plf-muted-hover: #2a2825;
  --plf-gold: #9a7d45;
}

#plf-header,
#plf-header *,
#plf-mobile-menu,
#plf-mobile-menu * {
  box-sizing: border-box;
}

#plf-header,
#plf-header + #plf-header-spacer {
  margin: 0 !important;
  padding-bottom: 0 !important;
}

.elementor-widget-html:has(#plf-header),
.elementor-widget-shortcode:has(#plf-header) {
  margin-bottom: 0 !important;
}

.elementor-section:has(#plf-header),
.elementor-container:has(#plf-header),
.e-con:has(#plf-header) {
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}

#plf-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--plf-bg);
  z-index: 1200;
  border: 0 !important;
  box-shadow: none !important;
  overflow: visible;
  transition: background 0.28s ease;
}

#plf-header.plf-menu-static {
  position: relative;
}

#plf-header.plf-menu-static + #plf-header-spacer {
  display: none;
}

#plf-header.is-scrolled {
  background: linear-gradient(
    to bottom,
    rgba(var(--plf-bg-rgb, 251, 248, 243), 1) 0%,
    rgba(var(--plf-bg-rgb, 251, 248, 243), 1) 72%,
    rgba(var(--plf-bg-rgb, 251, 248, 243), 0.9) 100%
  );
}

body.admin-bar #plf-header {
  top: 32px;
}

#plf-header-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  min-height: 92px;
  padding: 34px 64px 16px;
  background: transparent;
  border: 0 !important;
  box-shadow: none !important;
}

#plf-mobile-bar {
  display: none;
}

#plf-desktop-nav-left,
#plf-desktop-nav-right {
  display: flex;
  align-items: center;
  gap: clamp(48px, 4.5vw, 76px);
}

#plf-desktop-nav-left {
  justify-content: flex-end;
  padding-right: clamp(66px, 7vw, 118px);
}

#plf-desktop-nav-right {
  justify-content: flex-start;
  padding-left: clamp(66px, 7vw, 118px);
}

#plf-desktop-nav-left a,
#plf-desktop-nav-right a {
  position: relative;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-family: var(--plf-font-family, 'Playfair Display', Didot, Georgia, serif);
  font-size: var(--plf-menu-font-size, 12px);
  font-weight: 400;
  letter-spacing: 2.25px;
  text-transform: uppercase;
  color: var(--plf-muted);
  line-height: 1.2;
  white-space: nowrap;
  opacity: 0.96;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  transition: color 0.25s ease, opacity 0.25s ease;
}

#plf-desktop-nav-left a::after,
#plf-desktop-nav-right a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -9px;
  width: 18px;
  height: 1px;
  background: var(--plf-gold);
  opacity: 0;
  transform: translateX(-50%) scaleX(0.25);
  transform-origin: center;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

#plf-desktop-nav-left a:hover,
#plf-desktop-nav-right a:hover {
  color: var(--plf-muted-hover);
  opacity: 1;
}

#plf-desktop-nav-left a:hover::after,
#plf-desktop-nav-right a:hover::after {
  opacity: 0.55;
  transform: translateX(-50%) scaleX(1);
}

.plf-language-switch {
  position: absolute;
  top: 56%;
  right: clamp(22px, 2.8vw, 54px);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #aaa296;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 9px;
  letter-spacing: 1px;
  line-height: 1;
  transform: translateY(-50%);
}

.plf-language-switch a {
  position: relative;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 9px;
  letter-spacing: 1px;
  color: #9a9389;
  opacity: 0.72;
  transition: color 0.25s ease, opacity 0.25s ease;
}

.plf-language-switch a.is-current {
  color: var(--plf-gold);
  opacity: 1;
}

.plf-language-switch a:hover,
.plf-language-switch a:focus-visible {
  color: var(--plf-text);
  opacity: 1;
}

#plf-logo-desktop {
  justify-self: center;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  line-height: 1;
  color: var(--plf-text);
  transform: translateY(-1px);
}

.plf-logo-main {
  display: block;
  font-family: var(--plf-font-family, 'Playfair Display', Didot, Georgia, serif);
  font-size: var(--plf-logo-font-size, 25px);
  font-weight: 400;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  line-height: 1;
  color: var(--plf-text);
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

.plf-logo-sub {
  display: block;
  margin-top: 6px;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 7.5px;
  font-weight: 600;
  letter-spacing: 2.35px;
  text-transform: uppercase;
  line-height: 1;
  color: var(--plf-gold);
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

#plf-desktop-nav-left a:focus-visible,
#plf-desktop-nav-right a:focus-visible,
#plf-logo-desktop:focus-visible,
#plf-logo-mobile:focus-visible,
#plf-menu-toggle:focus-visible {
  outline: 1px solid rgba(154, 125, 69, 0.75);
  outline-offset: 7px;
}

#plf-mobile-bar {
  background: transparent;
  border: 0 !important;
  box-shadow: none !important;
}

#plf-logo-mobile {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  min-width: 0;
  max-width: fit-content;
  justify-self: start;
}

.plf-logo-mobile-short {
  display: block;
}

.plf-logo-mobile-short img {
  display: block !important;
  width: auto !important;
  height: var(--plf-mobile-logo-height, 38px) !important;
  max-width: 132px !important;
  object-fit: contain;
}

.plf-logo-mobile-full {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1;
}

.plf-logo-mobile-main {
  display: block;
  font-family: var(--plf-font-family, 'Playfair Display', Didot, Georgia, serif);
  font-size: var(--plf-mobile-logo-text-size, 19px);
  font-weight: 500;
  letter-spacing: 1.75px;
  text-transform: uppercase;
  color: var(--plf-text);
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

.plf-logo-mobile-sub {
  display: block;
  width: 100%;
  margin-top: 2px;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 7.3px;
  font-weight: 600;
  letter-spacing: 1.75px;
  text-transform: uppercase;
  line-height: 1;
  color: var(--plf-gold);
  white-space: nowrap;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

#plf-mobile-bar.is-home .plf-logo-mobile-short {
  display: none !important;
}

#plf-mobile-bar.is-home .plf-logo-mobile-full {
  display: inline-flex;
}

#plf-menu-toggle {
  display: none;
  align-items: center;
  justify-self: end;
  gap: 10px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  font-family: var(--plf-font-family, 'Playfair Display', Georgia, serif);
  font-size: var(--plf-menu-font-size, 12px);
  font-weight: 400;
  letter-spacing: 1.45px;
  text-transform: uppercase;
  color: var(--plf-text);
  line-height: 1;
  transition: color 0.25s ease;
  flex-shrink: 0;
}

#plf-menu-toggle:hover {
  color: var(--plf-gold);
}

.plf-hamburger {
  position: relative;
  width: 18px;
  height: 12px;
  display: inline-block;
  top: 1px;
}

.plf-hamburger span {
  position: absolute;
  left: 0;
  width: 18px;
  height: 1px;
  background: currentColor;
  transition: transform 0.35s ease, opacity 0.25s ease, top 0.35s ease;
}

.plf-hamburger span:nth-child(1) { top: 0; }
.plf-hamburger span:nth-child(2) { top: 5px; }
.plf-hamburger span:nth-child(3) { top: 10px; }

#plf-menu-toggle.is-active .plf-hamburger span:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
}

#plf-menu-toggle.is-active .plf-hamburger span:nth-child(2) {
  opacity: 0;
}

#plf-menu-toggle.is-active .plf-hamburger span:nth-child(3) {
  top: 5px;
  transform: rotate(-45deg);
}

#plf-mobile-menu {
  position: fixed;
  inset: 0;
  background: var(--plf-bg);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease;
  z-index: 1150;
}

#plf-mobile-menu.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.plf-mobile-nav {
  height: 100%;
  padding: 100px 24px 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.plf-mobile-nav-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(17px, 3vh, 25px);
}

.plf-mobile-nav-main a {
  text-decoration: none;
  font-family: var(--plf-font-family, 'Playfair Display', Georgia, serif);
  font-size: var(--plf-overlay-font-size, 28px);
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--plf-text);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), color 0.25s ease;
}

.plf-mobile-nav-contact {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 22px;
  width: 100%;
  margin-top: clamp(38px, 6vh, 58px);
  padding-top: 28px;
}

.plf-mobile-nav-contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 34px;
  height: 1px;
  background: var(--plf-gold);
  opacity: 0.58;
  transform: translateX(-50%);
}

.plf-mobile-nav-contact a {
  text-decoration: none;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1.65px;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--plf-gold);
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.45s ease, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), color 0.25s ease;
}

#plf-mobile-menu.is-open .plf-mobile-nav a {
  opacity: 1;
  transform: translateY(0);
}

#plf-mobile-menu.is-open .plf-mobile-nav-main a:nth-child(1) { transition-delay: 0.06s; }
#plf-mobile-menu.is-open .plf-mobile-nav-main a:nth-child(2) { transition-delay: 0.12s; }
#plf-mobile-menu.is-open .plf-mobile-nav-main a:nth-child(3) { transition-delay: 0.18s; }
#plf-mobile-menu.is-open .plf-mobile-nav-main a:nth-child(4) { transition-delay: 0.24s; }
#plf-mobile-menu.is-open .plf-mobile-nav-contact a:nth-child(1) { transition-delay: 0.30s; }
#plf-mobile-menu.is-open .plf-mobile-nav-contact a:nth-child(2) { transition-delay: 0.35s; }
#plf-mobile-menu.is-open .plf-mobile-nav-contact a:nth-child(3) { transition-delay: 0.40s; }

.plf-mobile-nav a:hover {
  color: var(--plf-gold);
}

.plf-mobile-nav-contact a:hover {
  color: var(--plf-text);
}

body.plf-menu-open {
  overflow: hidden;
}

@media only screen and (max-width: 1180px) {
  #plf-header-inner {
    min-height: 88px;
    padding: 32px 34px 14px;
  }

  #plf-desktop-nav-left,
  #plf-desktop-nav-right {
    gap: 38px;
  }

  #plf-desktop-nav-left {
    padding-right: 48px;
  }

  #plf-desktop-nav-right {
    padding-left: 48px;
  }

  #plf-desktop-nav-left a,
  #plf-desktop-nav-right a {
    font-size: var(--plf-menu-font-size-tablet, 11px);
    letter-spacing: 1.9px;
  }

  .plf-language-switch {
    right: 16px;
    gap: 5px;
  }

  .plf-language-switch a {
    font-size: 8px;
  }

  .plf-logo-main {
    font-size: var(--plf-logo-font-size-tablet, 22px);
    letter-spacing: 2.15px;
  }

  .plf-logo-sub {
    margin-top: 4px;
    font-size: 7px;
    letter-spacing: 1.8px;
  }
}

@media only screen and (max-width: 900px) {
  #plf-header-inner {
    display: none;
  }

  #plf-mobile-bar {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    min-height: 68px;
    padding: 0 20px;
    background: transparent;
    border: 0 !important;
    box-shadow: none !important;
    column-gap: 14px;
  }

  #plf-menu-toggle {
    display: inline-flex;
  }

  .plf-language-switch-mobile {
    position: static;
    justify-content: center;
    margin-top: 24px;
    font-size: 10px;
    transform: none;
  }

  .plf-language-switch-mobile a {
    color: #8e877c;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 10px;
    letter-spacing: 1.2px;
    text-decoration: none;
  }

  .plf-language-switch-mobile a.is-current {
    color: var(--plf-gold);
  }
}

@media only screen and (max-width: 782px) {
  body.admin-bar #plf-header {
    top: 46px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #plf-header *,
  #plf-mobile-menu * {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media only screen and (max-width: 420px) {
  #plf-mobile-bar {
    min-height: 66px;
    padding: 0 18px;
    column-gap: 12px;
  }

  .plf-logo-mobile-main {
    font-size: var(--plf-mobile-logo-text-size-small, 16px);
    letter-spacing: 1.35px;
  }

  .plf-logo-mobile-sub {
    margin-top: 2px;
    font-size: 6.3px;
    letter-spacing: 1.45px;
  }

  #plf-menu-toggle {
    font-size: var(--plf-menu-font-size-tablet, 11px);
    letter-spacing: 1.15px;
  }

  .plf-mobile-nav-contact {
    gap: 10px 16px;
    margin-top: 36px;
    padding-top: 24px;
  }

  .plf-mobile-nav-contact a {
    font-size: 10px;
    letter-spacing: 1.35px;
  }

  .plf-language-switch-mobile {
    position: static;
    justify-content: center;
    margin-top: 24px;
    font-size: 10px;
    transform: none;
  }

  .plf-language-switch-mobile a {
    color: #8e877c;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 10px;
    letter-spacing: 1.2px;
    text-decoration: none;
  }

  .plf-language-switch-mobile a.is-current {
    color: var(--plf-gold);
  }
}
