@charset "UTF-8";
/* CSS Document */

/* Prevent hero slider flash before Slick initializes */
html.js .home-fw-slider:not(.slick-initialized) {
  overflow: hidden;
}

html.js .home-fw-slider:not(.slick-initialized) .home-slider-item {
  display: none;
}

html.js .home-fw-slider:not(.slick-initialized) .home-slider-item:first-child {
  display: block;
}


/* Style */

  .nh-page-snippet,
  .nh-page-snippet * {
    box-sizing: border-box;
  }

  .nh-page-snippet {
    margin: 0;
    font-family: 'Montserrat', Arial, sans-serif;
    color: #1d1d1d;
    background: #111;
  }

  html.nh-menu-open,
  body.nh-menu-open {
    overflow: hidden;
  }

  .nh-page-snippet a,
  .nh-page-snippet a:hover,
  .nh-page-snippet a:focus {
    text-decoration: none;
    outline: none;
  }

  .nh-container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 40px;
  }

  .nh-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  /* NAVBAR */
  .nh-site-header {
    position: fixed;
    inset: 0 0 auto 0;
    width: 100%;
    z-index: 1200;
    padding: 16px 0;
    background: rgba(0, 0, 0, 0.34);
    transition: background .3s ease, box-shadow .3s ease, padding .3s ease;
  }

  .nh-site-header.nh-is-scrolled {
    background: rgba(255,255,255,.98);
    box-shadow: 0 6px 22px rgba(0,0,0,.08);
    padding: 11px 0;
  }

  .nh-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }

  .nh-header-left,
  .nh-header-right {
    display: flex;
    align-items: center;
  }

  .nh-header-right {
    justify-content: flex-end;
    gap: 14px;
    white-space: nowrap;
  }

  .nh-menu-toggle {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: transparent;
    border: 0;
    padding: 0;
    color: #fff;
    line-height: 1;
    cursor: pointer;
    transition: color .25s ease;
  }

  .nh-site-header.nh-is-scrolled .nh-menu-toggle {
    color: #4a4a4a;
  }

  .nh-hamburger-lines {
    display: inline-block;
    width: 22px;
    flex: 0 0 22px;
  }

  .nh-hamburger-lines span {
    display: block;
    height: 2px;
    background: currentColor;
    margin-bottom: 4px;
  }

  .nh-hamburger-lines span:last-child {
    margin-bottom: 0;
  }

  .nh-brand-inline {
    display: inline-block;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 1;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: inherit;
    white-space: nowrap;
  }

  .nh-header-res-link {
    display: inline-block;
    color: #fff;
    font-family: 'Cormorant Garamond', serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .01em;
    line-height: 1;
    white-space: nowrap;
    transition: color .25s ease, opacity .25s ease;
  }

  .nh-header-res-link:hover,
  .nh-header-res-link:focus {
    color: #fff;
    opacity: .75;
  }

  .nh-site-header.nh-is-scrolled .nh-header-res-link {
    color: #4a4a4a;
  }

  .nh-header-res-mobile {
    display: none;
  }

  .nh-language-picker {
    position: relative;
    display: inline-block;
    white-space: nowrap;
  }

  .nh-lang-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    line-height: 1;
    cursor: pointer;
  }

  .nh-site-header.nh-is-scrolled .nh-lang-toggle {
    color: #4a4a4a;
  }

  .nh-lang-caret {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid currentColor;
    position: relative;
    top: 1px;
  }

  .nh-lang-menu {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 118px;
    margin-top: 10px;
    padding: 8px 0;
    background: rgba(255,255,255,.98);
    box-shadow: 0 8px 24px rgba(0,0,0,.08);
    opacity: 0;
    visibility: hidden;
    transform: translateY(4px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  }

  .nh-language-picker.nh-is-open .nh-lang-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .nh-lang-menu a {
    display: block;
    padding: 7px 14px;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .04em;
    color: #4a4a4a;
  }

  .nh-lang-menu a:hover,
  .nh-lang-menu a:focus,
  .nh-lang-menu a.nh-is-active {
    color: #b8955c;
  }

  /* OFFCANVAS */
  .nh-menu-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.38);
    z-index: 1300;
    opacity: 0;
    visibility: hidden;
    transition: opacity .28s ease, visibility .28s ease;
  }

  .nh-menu-backdrop.nh-is-open {
    opacity: 1;
    visibility: visible;
  }

  .nh-offcanvas-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 380px;
    max-width: calc(100% - 36px);
    height: 100%;
    background: #fff;
    color: #4a4a4a;
    z-index: 1350;
    padding: 32px 34px 28px;
    overflow-y: auto;
    transform: translateX(-110%);
    transition: transform .62s cubic-bezier(.18,.89,.32,1.28);
    box-shadow: 12px 0 35px rgba(0,0,0,.12);
  }

  .nh-offcanvas-menu.nh-is-open {
    transform: translateX(0);
  }

  .nh-menu-head {
    margin-bottom: 24px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(0,0,0,.10);
  }

  .nh-menu-close {
    float: right;
    background: transparent;
    border: 0;
    color: rgba(74,74,74,.75);
    font-size: 26px;
    line-height: 1;
    padding: 0;
    cursor: pointer;
  }

  .nh-menu-title {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #4a4a4a;
    margin: 0;
  }

  .nh-vertical-menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .nh-vertical-menu li {
    margin-bottom: 8px;
  }

  .nh-vertical-menu a {
    display: block;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.15;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #4a4a4a;
    padding: 7px 0;
    border-bottom: 1px solid rgba(0,0,0,.08);
    transition: color .2s ease, padding-left .2s ease;
  }

  .nh-vertical-menu a:hover,
  .nh-vertical-menu a:focus {
    color: #b8955c;
    padding-left: 6px;
  }

  .nh-menu-utility-links {
    margin-top: 20px;
    padding-top: 14px;
    border-top: 1px solid rgba(0,0,0,.10);
  }

  .nh-horizontal-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }

  .nh-horizontal-menu li + li:before {
    content: '|';
    display: inline-block;
    margin: 0 10px;
    color: rgba(74,74,74,.35);
    font-size: 10px;
  }

  .nh-horizontal-menu a {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: rgba(74,74,74,.82);
  }

  .nh-menu-social {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(0,0,0,.10);
  }

  .nh-menu-social a {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border: 1px solid rgba(0,0,0,.10);
    background: #fff;
    color: #4a4a4a;
    margin-right: 8px;
    transition: all .2s ease;
  }

  .nh-menu-social a:hover,
  .nh-menu-social a:focus {
    background: #b8955c;
    border-color: #b8955c;
    color: #fff;
  }

  /* HERO */
  .nh-hero {
    position: relative;
    height: 33.333vh;
    min-height: 33.333vh;
    color: #fff;
    background: #111;
    overflow: hidden;
  }

  .nh-hero-slider-wrap {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 33.333vh;
    min-height: 33.333vh;
    overflow: hidden;
    background: #111;
  }

  .nh-hero-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1.2s ease, visibility 1.2s ease;
    z-index: 1;
  }

  .nh-hero-slide.nh-is-active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
  }

  .nh-hero-slide img {
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    transform: scale(1.02);
    transition: transform 7s ease;
    background: #111;
  }

  .nh-hero-slide.nh-is-active img {
    transform: scale(1.07);
  }

  .nh-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
      to bottom,
      rgba(0,0,0,.25) 0%,
      rgba(0,0,0,.42) 45%,
      rgba(0,0,0,.62) 100%
    );
    z-index: 5;
  }

  .nh-hero-content {
    position: relative;
    z-index: 10;
    height: 24.333vh;
    min-height: 24.333vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .nh-hero-copy-wrap {
    width: 100%;
    text-align: center;
  }

  .nh-hero-caption {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(38px, 8vw, 112px);
    line-height: .9;
    font-weight: 400;
    letter-spacing: .04em;
    color: #fff;
    text-shadow: 0 3px 28px rgba(0,0,0,.48);
    opacity: 1;
    transform: translateY(0);
    transition: opacity .45s ease, transform .45s ease;
  }

  .nh-hero-caption.nh-is-changing {
    opacity: 0;
    transform: translateY(8px);
  }

  @media (max-width: 767px) {
    .nh-container {
      padding-left: 22px;
      padding-right: 22px;
    }

    .nh-site-header {
      padding: 10px 0;
    }

    .nh-header-row {
      gap: 10px;
    }

    .nh-header-left {
      flex: 0 0 60%;
      min-width: 0;
    }

    .nh-header-right {
      flex: 0 0 40%;
      min-width: 0;
      gap: 6px;
    }

    .nh-menu-toggle {
      gap: 7px;
      white-space: nowrap;
    }

    .nh-hamburger-lines {
      width: 16px;
      flex-basis: 16px;
    }

    .nh-hamburger-lines span {
      margin-bottom: 3px;
    }

    .nh-brand-inline {
      font-size: 15px;
      letter-spacing: .01em;
    }

    .nh-header-res-link {
      padding: 8px 9px;
      border: 1px solid #fff;
      background: #fff;
      color: #4a4a4a;
      font-family: 'Montserrat', Arial, sans-serif;
      font-size: 9px;
      font-weight: 600;
      letter-spacing: .10em;
      text-transform: uppercase;
      opacity: 1;
    }

    .nh-header-res-link:hover,
    .nh-header-res-link:focus {
      color: #4a4a4a;
      opacity: 1;
    }

    .nh-site-header.nh-is-scrolled .nh-header-res-link {
      border-color: #4a4a4a;
      background: #fff;
      color: #4a4a4a;
    }

    .nh-header-res-desktop {
      display: none;
    }

    .nh-header-res-mobile {
      display: inline;
    }

    .nh-lang-toggle {
      font-size: 10px;
      letter-spacing: .10em;
    }

    .nh-lang-menu {
      min-width: 104px;
      margin-top: 8px;
    }

    .nh-lang-menu a {
      font-size: 10px;
    }

    .nh-offcanvas-menu {
      width: 320px;
      padding: 28px 24px 24px;
    }

    .nh-menu-title {
      font-size: 18px;
    }

    .nh-vertical-menu a {
      font-size: 20px;
    }

    .nh-horizontal-menu a {
      font-size: 9px;
      letter-spacing: .12em;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .nh-page-snippet *,
    .nh-page-snippet *:before,
    .nh-page-snippet *:after {
      animation-duration: .01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: .01ms !important;
      scroll-behavior: auto !important;
    }

    .nh-hero-slide,
    .nh-hero-slide img {
      transition: none !important;
      transform: none !important;
    }
  }

