/**
 * The central bundle for SCSS.
 *
 * This bundle is structured in a cascade of priority
 * for: Externals, then Structure, then Components,
 * then Templates. In this cascade, Template customizations
 * are applied last.
 *
 * To add a new bundle: first
 * add to functions.php (with conditional loading via PHP
 * as necessary) and then gulpfile.babel.js. Finally,
 * restart the build process to see the new bundle.
 */
/**
 * Global Variables: Colors, Sizing, etc.
 */
/* Breakpoints */
/* usage:
    @include breakpoint(medium) {
    }
*/
/********
Font Size
*********/
/**
 * Typography & Design Systems
 **/
/*
 * Body Text
 * Note: Body text classes are the only ones
 * that have font-size set by default
 */
@font-face {
  font-family: 'FoundersGroteskCondensed';
  src: url("../../dist/assets/fonts/founders-grotesk-condensed-medium.woff2") format("woff2"); }

@font-face {
  font-family: 'selva-regular';
  src: url("../../dist/assets/fonts/selva-regular.woff2") format("woff2"), url("../../dist/assets/fonts/selva-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'selva-script-light';
  src: url("../../dist/assets/fonts/selva-script-light.woff2") format("woff2"), url("../../dist/assets/fonts/selva-script-light.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

body {
  font-family: "selva-regular", sans-serif;
  -webkit-font-smoothing: antialiased; }

.font-style-small-header {
  font-family: "FoundersGroteskCondensed", sans-serif;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 2.55px;
  font-size: 13px;
  margin-bottom: 30px; }
  @media (min-width: 700px) {
    .font-style-small-header {
      font-size: 15px; } }

.container {
  margin: 0 auto;
  padding: 0 30px; }
  @media (min-width: 700px) {
    .container {
      padding: 0 30px;
      max-width: 1042px; } }
  @media (min-width: 1450px) {
    .container {
      max-width: 1100px; } }
  @media (min-width: 1550px) {
    .container {
      max-width: 1200px; } }
  .container__inner {
    background-color: #F2EDD7;
    padding: 0 30px; }
    @media (min-width: 700px) {
      .container__inner {
        padding: 0 60px; } }

/**
 * Helpers & a11y
 */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

@media (min-width: 700px) {
  .hide-for-desktop {
    display: none; } }

.hide-for-medium {
  display: none; }
  @media (min-width: 1000px) {
    .hide-for-medium {
      display: block; } }

.hide-for-mobile {
  display: none; }
  @media (min-width: 700px) {
    .hide-for-mobile {
      display: block; } }

/**
 * Global Structure & Styles
 *
 * For global Typography elements and helper classes,
 * see typography.scss.
 */
html {
  scroll-behavior: smooth; }

body {
  margin: 0;
  background: #B48400;
  color: #2B292A; }

:focus {
  outline: none; }

a {
  text-decoration: none; }

.site-content {
  padding-top: 108px; }

/**
 * Footer
 */
.footer {
  padding-bottom: 30px;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1; }
  .footer img {
    max-width: 50px; }
  .footer p {
    font-size: 40px;
    max-width: 200px;
    margin: 200px auto 300px; }
    @media (min-width: 700px) {
      .footer p {
        font-size: 60px;
        max-width: initial; } }
    .footer p a {
      font-family: "selva-script-light", sans-serif;
      color: #2B292A;
      border-bottom: 1px solid; }

.header {
  padding: 29px 0 20px;
  position: fixed;
  width: 100%;
  z-index: 20;
  background-color: #B48400; }
  @media (min-width: 1350px) {
    .header {
      z-index: -1; } }
  .header .container {
    position: relative; }
  .header__logo {
    margin: 0 auto;
    text-align: center; }
    .header__logo img {
      width: 180px; }
      @media (min-width: 700px) {
        .header__logo img {
          width: 208px; } }

.primary-navigation {
  text-align: center;
  font-family: "FoundersGroteskCondensed", sans-serif;
  text-transform: uppercase;
  position: relative;
  z-index: 20;
  display: none; }
  @media (min-width: 1350px) {
    .primary-navigation.is-desktop {
      display: block;
      position: fixed;
      right: 0;
      margin: 0 2.5vw 0 0;
      padding: 0;
      list-style: none;
      height: 100vh;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .primary-navigation li {
    margin-bottom: 14px; }
  .primary-navigation a {
    color: #2C3038;
    letter-spacing: 2.55px;
    font-size: 17px;
    -webkit-transition: color 200ms ease-in-out;
    transition: color 200ms ease-in-out; }
    .primary-navigation a:hover {
      color: #F2EDD7; }
  .primary-navigation__rating {
    background-image: url("../assets/img/michelin-star.png");
    background-repeat: no-repeat;
    height: 80px;
    background-size: 30px;
    background-position: top center;
    padding: 40px 0 0 0;
    position: fixed;
    bottom: 0;
    letter-spacing: 2.55px;
    font-size: 14px; }

.mobile-nav {
  width: 50px;
  display: block;
  text-align: right;
  position: relative;
  position: absolute;
  top: 13px;
  right: 16px; }
  @media (min-width: 1350px) {
    .mobile-nav {
      display: none; } }
  .mobile-nav .mobile-nav__toggle {
    position: relative;
    top: 2px;
    right: 9px;
    background: none;
    border: none;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    z-index: 31;
    /* Fallback SVG button for IE & Edge
				 Two seperate light and dark versions */
    /* Change button class (and SVG color) for IE and Edge only */
    /* Toggle */ }
    .mobile-nav .mobile-nav__toggle span {
      position: relative;
      display: inline-block;
      width: 25px;
      height: 4px;
      font-weight: 900;
      text-transform: uppercase;
      text-indent: -100px; }
      .mobile-nav .mobile-nav__toggle span:before, .mobile-nav .mobile-nav__toggle span:after {
        content: '';
        width: 25px;
        height: 4px;
        position: absolute;
        left: 0; }
      .mobile-nav .mobile-nav__toggle span:before {
        top: -8px; }
      .mobile-nav .mobile-nav__toggle span:after {
        bottom: -8px; }
    .mobile-nav .mobile-nav__toggle .light-svg {
      display: none;
      top: 11px; }
    .mobile-nav .mobile-nav__toggle .dark-svg {
      display: block; }
    .mobile-nav .mobile-nav__toggle.is-toggler-open .light-svg {
      display: block; }
    .mobile-nav .mobile-nav__toggle.is-toggler-open .dark-svg {
      display: none; }
    .mobile-nav .mobile-nav__toggle _:-ms-lang(x), .mobile-nav .mobile-nav__toggle .dark-svg {
      display: block; }
    .mobile-nav .mobile-nav__toggle _:-ms-lang(x), .mobile-nav .mobile-nav__toggle .light-svg,
    .mobile-nav .mobile-nav__toggle _:-ms-lang(x), .mobile-nav .mobile-nav__toggle .dark-svg-toggled {
      display: none; }
    .mobile-nav .mobile-nav__toggle _:-ms-lang(x), .mobile-nav .mobile-nav__toggle .main-navigation.toggled .dark-svg {
      display: none; }
    .mobile-nav .mobile-nav__toggle _:-ms-lang(x), .mobile-nav .mobile-nav__toggle .main-navigation.toggled .dark-svg-toggled {
      display: block;
      right: -7px; }

.header__menu-container {
  text-align: center;
  width: 100vw;
  min-height: 100vh;
  background: #2C3038;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  -webkit-transform: translate(-100%);
          transform: translate(-100%);
  -webkit-transition: -webkit-transform 250ms linear;
  transition: -webkit-transform 250ms linear;
  transition: transform 250ms linear;
  transition: transform 250ms linear, -webkit-transform 250ms linear; }
  .header__menu-container.is-open {
    -webkit-transform: translate(0);
            transform: translate(0); }
  .header__menu-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-family: "selva-script-light", sans-serif;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .header__menu-container ul li {
      font-size: 42px;
      line-height: 50px;
      margin-bottom: 12px;
      font-weight: 100; }
      .header__menu-container ul li a {
        color: #F2EDD7; }
  .header__menu-container svg {
    bottom: 110px;
    width: 50px;
    position: relative; }
    .header__menu-container svg path {
      fill: #F2EDD7; }

.front-page .container {
  margin-bottom: 690px; }

.front-page .container__inner {
  z-index: 2; }

.front-page .blue-sign {
  -webkit-transition: opacity 150ms linear;
  transition: opacity 150ms linear; }
  .front-page .blue-sign.is-closed {
    opacity: 0; }
  .front-page .blue-sign__topper {
    width: 100%; }
  .front-page .blue-sign__inner {
    background-color: #B2C1C3;
    padding: 50px 0;
    position: relative; }
  .front-page .blue-sign__bottom {
    width: 100%; }
  .front-page .blue-sign__sign-close {
    position: absolute;
    top: 16px;
    right: 20px;
    cursor: pointer; }

.front-page img {
  max-width: 100%; }

.front-page .section-intro {
  text-align: center; }
  .front-page .section-intro__hero {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 806px;
    margin: 28px auto 0;
    display: inline-block;
    height: 50vw; }
    @media (min-width: 700px) {
      .front-page .section-intro__hero {
        margin-top: 68px; } }
    .front-page .section-intro__hero--inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .front-page .section-intro h1 {
    font-family: "selva-script-light", sans-serif;
    font-weight: 100;
    font-size: 22px;
    line-height: 32px;
    margin: 50px auto;
    text-align: center;
    max-width: 300px; }
    @media (min-width: 700px) {
      .front-page .section-intro h1 {
        font-size: 48px;
        line-height: 60px;
        max-width: 570px;
        margin-top: 172px; } }
  .front-page .section-intro__icon {
    width: 100%;
    max-width: 52px;
    margin: 0 auto;
    display: block; }
    @media (min-width: 700px) {
      .front-page .section-intro__icon {
        max-width: 64px; } }
    .front-page .section-intro__icon.is-desktop {
      display: none; }
      @media (min-width: 700px) {
        .front-page .section-intro__icon.is-desktop {
          display: block; } }
    .front-page .section-intro__icon.is-mobile {
      margin-top: 50px;
      margin-bottom: -20px; }
      @media (min-width: 700px) {
        .front-page .section-intro__icon.is-mobile {
          display: none; } }
  .front-page .section-intro__rating {
    background-image: url("../assets/img/michelin-star.png");
    background-repeat: no-repeat;
    height: 35px;
    background-size: 35px;
    background-position: top center;
    padding: 50px 0 0 0;
    letter-spacing: 2.55px;
    font-size: 15px;
    font-family: "FoundersGroteskCondensed", sans-serif;
    text-transform: uppercase; }
    @media (min-width: 700px) {
      .front-page .section-intro__rating {
        display: none; } }

.front-page .section-about .swiper {
  width: 120%;
  left: -10%;
  height: auto;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 440px) {
    .front-page .section-about .swiper {
      width: 100%;
      left: 0; } }
  @media (min-width: 700px) {
    .front-page .section-about .swiper {
      display: none; } }
  .front-page .section-about .swiper .swiper-button-next:after {
    content: '';
    background-image: url("../assets/img/arrow-right.svg");
    background-size: 100%;
    color: #2D3037;
    width: 7px;
    height: 11px; }
  .front-page .section-about .swiper .swiper-button-prev:after {
    content: '';
    background-image: url("../assets/img/arrow-left.svg");
    background-size: 100%;
    color: #2D3037;
    width: 7px;
    height: 11px; }
  .front-page .section-about .swiper .swiper-button-next,
  .front-page .section-about .swiper .swiper-button-prev {
    top: 118px; }
  .front-page .section-about .swiper .swiper-slide p, .front-page .section-about .swiper .swiper-slide img {
    max-width: 70%;
    margin: 0 auto; }

.front-page .section-about__slider {
  text-align: center;
  margin: 70px 0; }
  .front-page .section-about__slider p {
    font-size: 14px;
    line-height: 21px; }
  .front-page .section-about__slider h2 {
    margin: 35px 0 20px 0; }

.front-page .section-about__grid {
  display: none;
  margin-top: 150px; }
  @media (min-width: 700px) {
    .front-page .section-about__grid {
      display: block;
      margin-bottom: 260px; } }
  .front-page .section-about__grid .section-about__item {
    margin-bottom: 180px; }
  .front-page .section-about__grid .section-about__item--inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .front-page .section-about__grid .section-about__grid--desc {
    width: 100%; }
    .front-page .section-about__grid .section-about__grid--desc p {
      font-size: 20px;
      line-height: 28px; }
      .front-page .section-about__grid .section-about__grid--desc p.note {
        font-size: 14px;
        line-height: 21px;
        font-family: "selva-script-light", sans-serif; }

.front-page .section-about .note {
  font-size: 14px;
  line-height: 21px;
  font-family: "selva-script-light", sans-serif; }

.front-page .section-photos {
  padding: 80px 0 40px; }
  @media (min-width: 700px) {
    .front-page .section-photos {
      padding: 0 0 150px; } }
  .front-page .section-photos img:nth-of-type(1) {
    width: 80%;
    margin-left: auto;
    display: block;
    margin-bottom: 100px; }
    @media (min-width: 700px) {
      .front-page .section-photos img:nth-of-type(1) {
        max-width: 35%;
        margin-left: 8%; } }
  .front-page .section-photos img:nth-of-type(2) {
    width: 75%;
    display: block; }
    @media (min-width: 700px) {
      .front-page .section-photos img:nth-of-type(2) {
        width: 40%;
        margin-left: auto;
        margin-top: -250px;
        margin-right: 2%; } }

.front-page .section-location {
  text-align: center;
  max-width: 590px;
  min-height: 405px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px; }
  @media (min-width: 700px) {
    .front-page .section-location {
      margin-top: 100px;
      margin-bottom: 120px; } }
  .front-page .section-location p {
    font-size: 14px;
    line-height: 21px; }
    @media (min-width: 700px) {
      .front-page .section-location p {
        font-size: 20px;
        line-height: 28px; } }
  .front-page .section-location h2 {
    margin: 0 0 30px 0; }
    .front-page .section-location h2.is-hours {
      margin-top: 70px; }
  .front-page .section-location p {
    margin: 0; }

.front-page .section-menus-res {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 700px) {
    .front-page .section-menus-res {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; } }
  .front-page .section-menus-res__menu {
    width: 100%; }
    @media (min-width: 700px) {
      .front-page .section-menus-res__menu {
        margin-bottom: 80px;
        top: -94px;
        position: relative;
        padding-left: 10%; } }
    .front-page .section-menus-res__menu ul {
      margin: 0;
      list-style: none;
      padding: 0; }
      .front-page .section-menus-res__menu ul li {
        font-family: "selva-script-light", sans-serif;
        font-size: 42px;
        line-height: 50px;
        margin-bottom: 16px; }
        @media (min-width: 700px) {
          .front-page .section-menus-res__menu ul li {
            font-size: 72px;
            line-height: 86px;
            margin-bottom: 20px; } }
        .front-page .section-menus-res__menu ul li a {
          color: #2D3037;
          border-bottom: 1px solid;
          -webkit-transition: border 100ms linear;
          transition: border 100ms linear; }
          .front-page .section-menus-res__menu ul li a:hover {
            border-bottom: none; }
  .front-page .section-menus-res__res {
    font-size: 14px;
    width: 100%; }
    .front-page .section-menus-res__res p {
      margin-left: 60px;
      margin-bottom: 40px; }
      @media (min-width: 700px) {
        .front-page .section-menus-res__res p {
          margin-bottom: 0; } }
    @media (min-width: 700px) {
      .front-page .section-menus-res__res {
        font-size: 20px;
        max-width: 65%; }
        .front-page .section-menus-res__res p {
          text-align: right;
          margin-left: 0;
          margin-top: 6px; } }
    .front-page .section-menus-res__res a {
      font-family: "selva-script-light", sans-serif;
      border-bottom: 1px solid;
      color: #2D3037; }

.front-page .section-team {
  padding: 50px 0; }
  .front-page .section-team h2 {
    text-align: center;
    margin-bottom: 30px; }
    @media (min-width: 700px) {
      .front-page .section-team h2.is-mobile {
        display: none; } }
    .front-page .section-team h2.is-desktop {
      text-align: left;
      display: none; }
      @media (min-width: 700px) {
        .front-page .section-team h2.is-desktop {
          display: block; } }
  .front-page .section-team__img {
    width: 52%;
    margin-right: 8%;
    background-size: cover;
    height: 36vw;
    -webkit-transition: background-image 200ms ease-in-out;
    transition: background-image 200ms ease-in-out; }
    @media (min-width: 700px) {
      .front-page .section-team__img {
        max-width: 275px;
        height: 35vw; } }
    @media (min-width: 1000px) {
      .front-page .section-team__img {
        height: 30vw; } }
    @media (min-width: 1200px) {
      .front-page .section-team__img {
        height: 25vw; } }
  .front-page .section-team__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0 auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media (min-width: 700px) {
      .front-page .section-team__content {
        max-width: 91%; } }
  .front-page .section-team__list {
    width: 100%; }
    .front-page .section-team__list ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      @media (min-width: 700px) {
        .front-page .section-team__list ul {
          display: grid;
          grid-template-columns: 1fr 1fr;
          gap: 10px; } }
      .front-page .section-team__list ul li {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 18px;
        cursor: pointer; }
        @media (min-width: 700px) {
          .front-page .section-team__list ul li {
            font-size: 20px;
            line-height: 28px; } }
        .front-page .section-team__list ul li span {
          font-family: "selva-script-light", sans-serif;
          display: block;
          margin-top: 2px; }

.front-page .section-contact {
  padding: 40px 0 20px; }
  @media (min-width: 1000px) {
    .front-page .section-contact {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .front-page .section-contact h2 {
    font-family: "selva-script-light", sans-serif;
    font-size: 42px;
    line-height: 50px;
    font-weight: 100; }
    @media (min-width: 1000px) {
      .front-page .section-contact h2 {
        font-size: 72px;
        position: relative;
        top: -40px; } }
  .front-page .section-contact p {
    width: 100%;
    font-size: 14px;
    line-height: 21px; }
    @media (min-width: 700px) {
      .front-page .section-contact p {
        font-size: 20px;
        line-height: 28px; } }
    .front-page .section-contact p a {
      color: #2D3037; }
  @media (min-width: 1000px) {
    .front-page .section-contact__initial {
      width: 80%;
      margin-left: 11%; } }
  .front-page .section-contact__inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 1000px) {
      .front-page .section-contact__inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; } }

.front-page .blue-sign-container {
  display: none;
  z-index: 12;
  width: 100%;
  position: relative; }
  @media (min-width: 700px) {
    .front-page .blue-sign-container {
      display: block; } }

.front-page .blue-sign.is-intro {
  max-width: 520px;
  margin: 0 auto;
  text-align: center; }
  .front-page .blue-sign.is-intro .blue-sign__topper {
    position: relative;
    bottom: -5px; }
  .front-page .blue-sign.is-intro .blue-sign__inner {
    padding: 50px 70px;
    background: #b2c1c3; }
  .front-page .blue-sign.is-intro h2 {
    margin-top: 0; }
  .front-page .blue-sign.is-intro p {
    font-size: 16px;
    line-height: 23px;
    font-family: "selva-script-light", sans-serif;
    margin-bottom: 0; }
