:root {
  --black: #090807;
  --black-soft: #11100e;
  --cream: #eee9df;
  --cream-dark: #d9d1c3;
  --white: #f8f6f1;
  --gold: #b99b68;
  --line: rgba(238, 233, 223, 0.16);
  --dark-line: rgba(9, 8, 7, 0.14);
  --serif: "Cormorant Garamond", serif;
  --sans: "DM Sans", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--black);
  color: var(--cream);
  font-family: var(--sans);
  overflow-x: hidden;
}

body.loaded {
  overflow-x: hidden;
}

::selection {
  background: var(--cream);
  color: var(--black);
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font-family: inherit;
}


/* LOADER */

.loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: var(--black);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}

.loader.hide {
  opacity: 0;
  visibility: hidden;
}

.loader-logo {
  font-family: var(--serif);
  font-size: clamp(3rem, 7vw, 7rem);
  letter-spacing: 0.15em;
}

.loader-line {
  width: 150px;
  height: 1px;
  background: var(--gold);
  margin: 18px 0;
  animation: loaderLine 1.5s ease forwards;
  transform-origin: left;
}

.loader span {
  font-size: 9px;
  letter-spacing: 0.4em;
  color: #a59b8d;
}

@keyframes loaderLine {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}


/* HEADER */

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 92px;
  padding: 0 5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1000;
  color: white;
  transition: 0.4s ease;
}

.header.scrolled {
  height: 70px;
  background: rgba(9, 8, 7, 0.86);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}

.logo {
  font-family: var(--serif);
  font-size: 28px;
  letter-spacing: 0.17em;
}

.nav {
  display: flex;
  gap: 34px;
  margin-left: auto;
  margin-right: 45px;
}

.nav a {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.78;
  transition: 0.3s;
}

.nav a:hover {
  opacity: 1;
  color: var(--gold);
}

.reserve-nav {
  font-size: 10px;
  letter-spacing: 0.18em;
  border: 1px solid rgba(255,255,255,0.45);
  padding: 13px 18px;
  transition: 0.3s;
}

.reserve-nav:hover {
  background: white;
  color: var(--black);
}

.menu-btn {
  display: none;
  background: none;
  border: 0;
  width: 40px;
  height: 40px;
}

.menu-btn span {
  width: 25px;
  height: 1px;
  background: white;
  display: block;
  margin: 6px 0;
}


/* MOBILE NAV */

.mobile-nav {
  position: fixed;
  inset: 0;
  background: #0b0a08;
  z-index: 2000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10vw;
  gap: 22px;
  transform: translateY(-100%);
  transition: transform 0.6s cubic-bezier(.77,0,.18,1);
}

.mobile-nav.open {
  transform: translateY(0);
}

.mobile-nav a {
  font-family: var(--serif);
  font-size: clamp(3rem, 11vw, 6rem);
  border-bottom: 1px solid var(--line);
  padding-bottom: 10px;
}

.mobile-close {
  position: absolute;
  top: 25px;
  right: 30px;
  background: none;
  border: 0;
  color: white;
  font-size: 38px;
}


/* COMMON */

.section {
  position: relative;
  padding: 150px 7vw;
}

.section-number {
  position: absolute;
  top: 70px;
  left: 7vw;
  font-size: 9px;
  letter-spacing: 0.3em;
  color: #82796c;
}

.light-number {
  color: #776f65;
}

.eyebrow {
  font-size: 9px;
  letter-spacing: 0.35em;
  color: #b9ad9d;
  margin-bottom: 25px;
}

.eyebrow.dark {
  color: #7b7165;
}

h1,
h2,
h3 {
  font-weight: 400;
}

h2 {
  font-family: var(--serif);
  font-size: clamp(4rem, 7vw, 8rem);
  line-height: 0.82;
  letter-spacing: -0.04em;
}

h2 em,
h1 em {
  font-style: italic;
  color: var(--gold);
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 0 28px;
  font-size: 9px;
  letter-spacing: 0.2em;
  transition: 0.35s;
}

.btn-light {
  background: var(--cream);
  color: var(--black);
}

.btn-light:hover {
  background: var(--gold);
  color: white;
  transform: translateY(-3px);
}

.btn-dark {
  background: var(--black);
  color: var(--cream);
}

.btn-dark:hover {
  background: var(--gold);
  color: white;
  transform: translateY(-3px);
}


/* HERO */

.hero {
  height: 100svh;
  min-height: 720px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.hero-image {
  position: absolute;
  inset: 0;
  background:
    url("https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?auto=format&fit=crop&w=2400&q=95")
    center / cover;
  transform: scale(1.08);
  animation: heroZoom 2.5s ease forwards;
}

@keyframes heroZoom {
  to {
    transform: scale(1);
  }
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5,4,3,.82), rgba(5,4,3,.2) 65%, rgba(5,4,3,.35)),
    linear-gradient(0deg, rgba(5,4,3,.75), transparent 50%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(850px, 85vw);
  margin-left: 9vw;
  margin-top: 5vh;
}

.hero h1 {
  font-family: var(--serif);
  font-size: clamp(5rem, 11vw, 12rem);
  line-height: 0.76;
  letter-spacing: -0.055em;
  max-width: 850px;
}

.hero-text {
  max-width: 390px;
  color: #c8c0b3;
  font-size: 14px;
  line-height: 1.8;
  margin: 40px 0 32px;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 35px;
}

.text-link {
  font-size: 9px;
  letter-spacing: 0.2em;
  transition: 0.3s;
}

.text-link span {
  color: var(--gold);
  margin-left: 8px;
}

.text-link:hover {
  color: var(--gold);
}

.hero-bottom {
  position: absolute;
  bottom: 30px;
  left: 5vw;
  right: 5vw;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  color: #bcb4a7;
  font-size: 8px;
  letter-spacing: 0.25em;
}

.scroll-indicator {
  position: absolute;
  bottom: 27px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.scroll-indicator span {
  font-size: 7px;
  letter-spacing: 0.3em;
  color: #aaa194;
}

.scroll-indicator i {
  width: 1px;
  height: 50px;
  background: var(--gold);
}


/* INTRO */

.intro {
  background: var(--cream);
  color: var(--black);
}

.intro-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 10vw;
  margin-top: 70px;
  margin-bottom: 100px;
}

.intro-title h2 {
  font-size: clamp(5rem, 8vw, 9rem);
}

.intro-title h2 span {
  display: block;
  font-style: italic;
}

.intro-copy {
  padding-top: 30px;
}

.intro-copy p {
  max-width: 470px;
  font-size: 15px;
  line-height: 1.9;
  color: #635c53;
  margin-bottom: 22px;
}

.dark-link {
  display: inline-block;
  margin-top: 30px;
  padding-bottom: 9px;
  border-bottom: 1px solid var(--black);
  font-size: 9px;
  letter-spacing: 0.18em;
  transition: 0.3s;
}

.dark-link:hover {
  color: var(--gold);
  border-color: var(--gold);
}

.intro-image {
  height: 680px;
  overflow: hidden;
}

.intro-image img {
  transition: transform 1s ease;
}

.intro-image:hover img {
  transform: scale(1.04);
}


/* FEATURE STRIP */

.feature-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--black-soft);
}

.feature-strip > div {
  padding: 45px 4vw;
  border-right: 1px solid var(--line);
}

.feature-strip > div:last-child {
  border-right: 0;
}

.feature-strip span {
  display: block;
  color: var(--gold);
  font-size: 9px;
  margin-bottom: 35px;
}

.feature-strip strong {
  display: block;
  font-size: 10px;
  letter-spacing: 0.2em;
  font-weight: 500;
}

.feature-strip p {
  font-size: 12px;
  color: #777168;
  margin-top: 12px;
  line-height: 1.6;
}


/* MENU */

.menu-section {
  background: var(--black);
}

.menu-heading {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 60px;
}

.menu-description {
  max-width: 330px;
  color: #827b71;
  font-size: 13px;
  line-height: 1.8;
}

.menu-tabs {
  margin-top: 80px;
  display: flex;
  gap: 10px;
  border-bottom: 1px solid var(--line);
}

.menu-tab {
  border: 0;
  background: transparent;
  color: #776f65;
  padding: 17px 22px;
  cursor: pointer;
  font-size: 9px;
  letter-spacing: 0.2em;
  position: relative;
}

.menu-tab.active {
  color: var(--cream);
}

.menu-tab.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: var(--gold);
}

.menu-content {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 7vw;
  margin-top: 55px;
}

.menu-image {
  height: 600px;
  position: relative;
  overflow: hidden;
}

.menu-image img {
  transition: opacity 0.3s, transform 0.8s;
}

.image-label {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(0,0,0,.6);
  padding: 9px 13px;
  font-size: 8px;
  letter-spacing: .2em;
}

.dish-list {
  border-top: 1px solid var(--line);
}

.dish {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 20px;
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
  cursor: pointer;
  transition: 0.35s;
}

.dish:hover,
.dish.active {
  padding-left: 15px;
}

.dish-number {
  color: #6e675f;
  font-size: 9px;
  padding-top: 6px;
}

.dish h3 {
  font-family: var(--serif);
  font-size: clamp(2rem, 3vw, 3.1rem);
}

.dish p {
  color: #706a61;
  font-size: 11px;
  margin-top: 8px;
}


/* QUOTE */

.quote-section {
  height: 750px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.quote-bg {
  position: absolute;
  inset: 0;
  background:
    url("https://images.unsplash.com/photo-1515003197210-e0cd71810b5f?auto=format&fit=crop&w=2200&q=90")
    center / cover;
  background-attachment: fixed;
}

.quote-overlay {
  position: absolute;
  inset: 0;
  background: rgba(10,8,6,.64);
}

.quote-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.quote-content > span {
  font-family: var(--serif);
  font-size: 100px;
  color: var(--gold);
  line-height: 0;
}

.quote-content h2 {
  max-width: 800px;
  font-size: clamp(4rem, 7vw, 8rem);
}

.quote-content p {
  font-size: 8px;
  letter-spacing: .35em;
  color: #aaa094;
  margin-top: 40px;
}


/* CHEF */

.chef {
  background: var(--cream);
  color: var(--black);
}

.chef-grid {
  margin-top: 70px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 10vw;
  align-items: center;
}

.chef-image {
  height: 700px;
  position: relative;
}

.portrait-label {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 8px;
  letter-spacing: .25em;
  color: white;
  background: rgba(0,0,0,.55);
  padding: 10px 13px;
}

.chef-content h2 {
  font-size: clamp(5rem, 8vw, 9rem);
  max-width: 750px;
}

.chef-content > p:not(.eyebrow) {
  max-width: 520px;
  color: #665e54;
  line-height: 1.9;
  font-size: 14px;
  margin-top: 35px;
}

.chef-signature {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
}

.chef-signature span {
  font-family: var(--serif);
  font-style: italic;
  font-size: 50px;
}

.chef-signature small {
  font-size: 8px;
  letter-spacing: .25em;
  color: #7c7368;
}


/* GALLERY */

.gallery {
  background: var(--cream);
  color: var(--black);
  padding-bottom: 180px;
}

.gallery-heading {
  margin-top: 80px;
  margin-bottom: 80px;
}

.gallery-heading h2 {
  max-width: 1000px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.gallery-item {
  height: 430px;
  position: relative;
  overflow: hidden;
}

.gallery-item.tall {
  height: 720px;
  grid-row: span 2;
}

.gallery-item.wide {
  grid-column: 2;
  height: 450px;
}

.gallery-item img {
  transition: transform 1s ease;
}

.gallery-item:hover img {
  transform: scale(1.06);
}

.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0,0,0,.55), transparent 45%);
}

.gallery-item span {
  position: absolute;
  z-index: 2;
  bottom: 22px;
  left: 22px;
  color: white;
  font-size: 8px;
  letter-spacing: .25em;
}


/* PRIVATE */

.private-section {
  min-height: 720px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.private-image {
  position: absolute;
  inset: 0;
  background:
    url("https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?auto=format&fit=crop&w=2200&q=90")
    center / cover;
  transform: scale(1.02);
}

.private-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8,7,5,.9), rgba(8,7,5,.35), rgba(8,7,5,.3));
}

.private-content {
  position: relative;
  z-index: 2;
  margin-left: 10vw;
  max-width: 650px;
}

.private-content h2 {
  font-size: clamp(4rem, 7vw, 8rem);
}

.private-content > p:not(.eyebrow) {
  max-width: 450px;
  color: #aaa196;
  font-size: 14px;
  line-height: 1.9;
  margin: 35px 0;
}


/* RESERVE */

.reserve-section {
  background: var(--cream);
  color: var(--black);
  text-align: center;
}

.reserve-inner {
  margin-top: 60px;
}

.reserve-inner h2 {
  font-size: clamp(5rem, 9vw, 10rem);
  max-width: 1000px;
  margin: 0 auto;
}

.reserve-inner > p:not(.eyebrow) {
  max-width: 520px;
  margin: 40px auto;
  color: #696157;
  font-size: 14px;
  line-height: 1.8;
}

.reservation-meta {
  margin-top: 90px;
  border-top: 1px solid var(--dark-line);
  border-bottom: 1px solid var(--dark-line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.reservation-meta > div {
  padding: 30px;
  border-right: 1px solid var(--dark-line);
}

.reservation-meta > div:last-child {
  border-right: 0;
}

.reservation-meta span {
  display: block;
  font-size: 8px;
  letter-spacing: .25em;
  color: #8a8175;
  margin-bottom: 10px;
}

.reservation-meta strong {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 500;
}


/* CLIENT CTA */

.client-cta {
  min-height: 650px;
  position: relative;
  background: #0d0b09;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  border-top: 1px solid var(--line);
}

.cta-glow {
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: rgba(185,155,104,.09);
  filter: blur(100px);
}

.cta-content {
  position: relative;
  z-index: 2;
  max-width: 850px;
  padding: 60px 25px;
}

.cta-content h2 {
  font-size: clamp(5rem, 9vw, 10rem);
}

.cta-content > p:not(.eyebrow) {
  max-width: 570px;
  margin: 40px auto;
  color: #888077;
  line-height: 1.8;
  font-size: 13px;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding: 17px 25px;
  border: 1px solid rgba(238,233,223,.35);
  font-size: 9px;
  letter-spacing: .2em;
  transition: .35s;
}

.cta-button span {
  color: var(--gold);
}

.cta-button:hover {
  background: var(--cream);
  color: var(--black);
}


/* FOOTER */

footer {
  background: #070605;
  padding: 80px 6vw 25px;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.3fr .8fr .8fr;
  gap: 60px;
  padding-bottom: 80px;
}

.footer-brand h2 {
  font-family: var(--serif);
  font-size: 65px;
  letter-spacing: .08em;
}

.footer-brand p {
  color: #6f685f;
  font-size: 11px;
  margin-top: 10px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-links a,
.footer-contact a,
.footer-contact span {
  font-size: 9px;
  letter-spacing: .18em;
  color: #8b8378;
  transition: .3s;
}

.footer-links a:hover,
.footer-contact a:hover {
  color: var(--gold);
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer-contact a {
  color: var(--cream);
}

.footer-bottom {
  border-top: 1px solid var(--line);
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  color: #5f5952;
  font-size: 7px;
  letter-spacing: .2em;
}


/* REVEAL */

.reveal {
  opacity: 0;
  transform: translateY(35px);
  transition: opacity 1s ease, transform 1s cubic-bezier(.2,.65,.2,1);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}


/* RESPONSIVE */

@media (max-width: 900px) {

  .nav,
  .reserve-nav {
    display: none;
  }

  .menu-btn {
    display: block;
  }

  .section {
    padding: 110px 6vw;
  }

  .section-number {
    left: 6vw;
    top: 45px;
  }

  .hero-content {
    margin-left: 7vw;
  }

  .hero h1 {
    font-size: clamp(4.8rem, 15vw, 8rem);
  }

  .hero-bottom {
    left: 6vw;
    right: 6vw;
  }

  .scroll-indicator {
    display: none;
  }

  .intro-grid,
  .chef-grid,
  .menu-content {
    grid-template-columns: 1fr;
  }

  .intro-grid {
    gap: 50px;
  }

  .intro-image {
    height: 550px;
  }

  .feature-strip {
    grid-template-columns: 1fr 1fr;
  }

  .feature-strip > div:nth-child(2) {
    border-right: 0;
  }

  .feature-strip > div:nth-child(1),
  .feature-strip > div:nth-child(2) {
    border-bottom: 1px solid var(--line);
  }

  .menu-heading {
    flex-direction: column;
    align-items: flex-start;
  }

  .menu-image {
    height: 500px;
  }

  .chef-image {
    height: 600px;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-item.tall,
  .gallery-item.wide {
    grid-column: auto;
    grid-row: auto;
    height: 500px;
  }

  .reservation-meta {
    grid-template-columns: 1fr;
  }

  .reservation-meta > div {
    border-right: 0;
    border-bottom: 1px solid var(--dark-line);
  }

  .reservation-meta > div:last-child {
    border-bottom: 0;
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
  }

  .footer-contact {
    grid-column: 2;
  }
}


@media (max-width: 600px) {

  .header {
    height: 75px;
    padding: 0 6vw;
  }

  .logo {
    font-size: 23px;
  }

  .hero {
    min-height: 680px;
  }

  .hero-content {
    width: 88vw;
    margin-left: 6vw;
  }

  .hero h1 {
    font-size: clamp(4rem, 18vw, 6.2rem);
  }

  .hero-text {
    font-size: 12px;
    margin: 30px 0;
    max-width: 320px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .hero-bottom {
    bottom: 20px;
    font-size: 6px;
  }

  .section {
    padding: 100px 6vw;
  }

  h2 {
    font-size: clamp(4rem, 17vw, 6rem);
  }

  .intro-grid {
    margin-top: 55px;
    margin-bottom: 60px;
  }

  .intro-image {
    height: 400px;
  }

  .feature-strip {
    grid-template-columns: 1fr;
  }

  .feature-strip > div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .feature-strip > div:last-child {
    border-bottom: 0;
  }

  .menu-tabs {
    overflow-x: auto;
  }

  .menu-tab {
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-image {
    height: 400px;
  }

  .dish {
    grid-template-columns: 35px 1fr;
  }

  .dish h3 {
    font-size: 30px;
  }

  .quote-section {
    height: 550px;
  }

  .quote-bg {
    background-attachment: scroll;
  }

  .chef-image {
    height: 450px;
  }

  .gallery-item.tall,
  .gallery-item.wide,
  .gallery-item {
    height: 400px;
  }

  .private-section {
    min-height: 650px;
  }

  .private-content {
    margin-left: 6vw;
    margin-right: 6vw;
  }

  .private-content h2 {
    font-size: 4.5rem;
  }

  .reservation-meta {
    margin-top: 60px;
  }

  .reservation-meta > div {
    padding: 24px 5px;
  }

  .reservation-meta strong {
    font-size: 19px;
  }

  .client-cta {
    min-height: 600px;
  }

  .cta-content h2 {
    font-size: 4.8rem;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .footer-contact {
    grid-column: auto;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 12px;
  }
}