:root {
  --wine: #351b22;
  --wine-deep: #2b151a;
  --paper: #fffaf5;
  --muted: #d8ced0;
  --gold: #b58c67;
  --line: rgba(216, 206, 208, .32);
  --sans: "Jost", Arial, sans-serif;
  --serif: "Cormorant", Georgia, serif;
  --script: "Mrs Saint Delafield", cursive;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--wine) url("assets/h10-bckground-scaled.jpg") center top / cover repeat-y;
  color: var(--muted);
  font: 300 17px/1.65 var(--sans);
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { color: inherit; font: inherit; }

.skip-link {
  position: fixed;
  z-index: 200;
  top: 12px;
  left: 14px;
  padding: 10px 14px;
  transform: translateY(-160%);
  background: #fff;
  color: #1f1114;
}
.skip-link:focus { transform: none; }

.site-header {
  position: absolute;
  z-index: 80;
  inset: 0 0 auto;
  height: 91px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}
.logo-link {
  width: 202px;
  padding-left: 25px;
  pointer-events: auto;
}
.logo-link img { width: 178px; }
.menu-toggle {
  position: relative;
  z-index: 90;
  width: 91px;
  height: 91px;
  display: grid;
  place-content: center;
  gap: 9px;
  border: 0;
  background: #351b22;
  cursor: pointer;
  pointer-events: auto;
}
.menu-toggle span {
  display: block;
  width: 43px;
  height: 1px;
  background: var(--gold);
  transition: transform .38s ease, width .38s ease;
}
.menu-toggle span:last-child { width: 27px; justify-self: end; }
.menu-toggle:hover span:last-child { width: 43px; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { width: 43px; transform: translateY(-5px) rotate(-45deg); }

.fullscreen-menu {
  position: fixed;
  z-index: 70;
  inset: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  background: url("assets/fs-menu-img.jpg") center / cover no-repeat;
  transition: opacity .45s ease, visibility .45s;
}
.fullscreen-menu.open { visibility: visible; opacity: 1; }
.fullscreen-menu-shade { position: absolute; inset: 0; background: rgba(5, 6, 6, .58); }
.fullscreen-menu nav {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding-left: 13.6vw;
}
.fullscreen-menu nav a {
  position: relative;
  color: #fff;
  font-size: clamp(30px, 2vw, 40px);
  line-height: 1.45;
  text-transform: uppercase;
  letter-spacing: .14em;
}
.fullscreen-menu nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--gold);
  transition: transform .25s ease;
}
.fullscreen-menu nav a:hover::after,
.fullscreen-menu nav a.active::after { transform: scaleX(1); }
.fullscreen-details {
  position: absolute;
  z-index: 1;
  right: 8vw;
  bottom: 17.5vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7vw;
  color: #fff;
}
.fullscreen-details h2,
.hero-details h2,
.footer-details h2 {
  margin: 0 0 16px;
  color: #fff;
  font: 400 17px/1.4 var(--sans);
  text-transform: uppercase;
  letter-spacing: .14em;
}
.fullscreen-details p { margin: 0; font-size: 16px; line-height: 1.7; }

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--wine);
}
.hero-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: clamp(90px, 16vh, 190px);
  padding: 145px 8.8vw 8vh;
  background: var(--wine) url("assets/h10-bckground-scaled.jpg") center top / cover;
}
.hero-title-wrap { position: relative; max-width: 520px; }
.hero h1 {
  margin: 0;
  color: #fff;
  font: 300 clamp(38px, 2.45vw, 48px)/1.25 var(--sans);
  text-transform: uppercase;
  letter-spacing: .15em;
}
.signature {
  position: absolute;
  right: 1.2vw;
  bottom: -55px;
  margin: 0;
  transform: rotate(-9deg);
  color: var(--gold);
  font: 400 clamp(46px, 3vw, 61px)/1 var(--script);
  white-space: nowrap;
}
.hero-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4vw;
  max-width: 680px;
}
.hero-details p,
.hero-details a { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.hero-details a { display: inline-block; transition: color .2s; }
.hero-details a:hover { color: #fff; }
.hero-photo {
  min-width: 0;
  background: url("assets/h10-img2.jpg") center / cover no-repeat;
}
.hero-portrait {
  position: absolute;
  z-index: 2;
  top: 25.4%;
  left: 50%;
  width: min(16.4vw, 315px);
  aspect-ratio: 311 / 445;
  transform: translateX(-50%);
  overflow: hidden;
  border: 5px solid var(--wine);
  border-radius: 48% 48% 44% 44% / 32% 32% 28% 28%;
}
.hero-portrait img { width: 100%; height: 100%; object-fit: cover; }

.menu-section {
  position: relative;
  overflow: hidden;
  padding: 135px 4.15vw 130px;
  background: var(--wine) url("assets/h10-bckground-scaled.jpg") center / cover;
}
.section-kicker {
  margin: 0 0 68px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .17em;
}
.menu-list { position: relative; }
.menu-row {
  position: relative;
  z-index: 4;
  height: 215px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-top: 1px solid var(--line);
  color: rgba(216, 206, 208, .32);
  transition: color .35s ease;
}
.menu-row:last-of-type { border-bottom: 1px solid var(--line); }
.menu-row.active { color: #fff; }
.menu-title {
  font: 300 clamp(76px, 5.4vw, 104px)/.95 var(--serif);
  text-transform: uppercase;
}
.menu-subtitle { margin-top: 15px; font-size: 21px; }
.menu-art-set { pointer-events: none; }
.menu-art {
  position: absolute;
  z-index: 5;
  opacity: 0;
  transform: scale(.93) translateY(12px);
  transition: opacity .42s ease, transform .5s ease;
}
.menu-art-set.active .menu-art { opacity: 1; transform: scale(1) translateY(0); }
.art-left { top: 132px; left: 4.8%; width: 184px; }
.art-middle { top: -30px; left: 20%; width: 195px; border-radius: 0; }
.art-right { top: -118px; right: 14%; width: 282px; }
.menu-button {
  width: 205px;
  height: 53px;
  display: grid;
  place-items: center;
  margin: 40px auto 0;
  border: 1px solid var(--gold);
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .06em;
  transition: color .25s, background .25s;
}
.menu-button:hover { background: var(--gold); color: var(--wine-deep); }

.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, auto);
  gap: 8px;
  padding: 0 4.15vw 112px;
  background: var(--wine) url("assets/h10-bckground-scaled.jpg") center / cover;
}
.gallery-item {
  min-width: 0;
  aspect-ratio: 1;
  overflow: hidden;
  padding: 0;
  border: 0;
  background: #211216;
  cursor: zoom-in;
}
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease, filter .7s ease; }
.gallery-item:hover img { transform: scale(1.035); filter: brightness(.88); }
.gallery-cocktail { grid-area: 1 / 1 / 3 / 3; }
.gallery-host { grid-area: 1 / 3; }
.gallery-dessert { grid-area: 1 / 4; }
.gallery-interior { grid-area: 2 / 3 / 4 / 5; }
.gallery-main { grid-area: 3 / 1; }
.gallery-mix { grid-area: 3 / 2; }

.site-footer {
  min-height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 130px 8vw 36px;
  background: var(--wine-deep);
}
.footer-details {
  width: min(1080px, 80vw);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  margin: auto;
  text-align: center;
}
.footer-details > div { min-height: 122px; display: flex; flex-direction: column; justify-content: center; padding: 0 28px; }
.footer-details > div + div { border-left: 1px solid var(--line); }
.footer-details p,
.footer-details a { margin: 0; font-size: 16px; line-height: 1.7; }
.footer-bottom {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  gap: 34px;
  margin-top: 104px;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .16em;
}
.socials { display: flex; align-items: center; gap: 16px; }
.socials span { color: var(--gold); }
.socials a,
.footer-bottom a { transition: color .2s; }
.socials a:hover,
.footer-bottom a:hover { color: var(--gold); }
.footer-logo { display: flex; align-items: center; gap: 28px; }
.footer-logo span { width: 32vw; max-width: 530px; height: 1px; background: var(--line); }
.footer-logo img { width: 155px; flex: none; }
.footer-bottom > p { margin: 0; text-align: right; }

.back-to-top {
  position: fixed;
  z-index: 40;
  right: 3.4vw;
  bottom: 6.5vh;
  width: 50px;
  height: 50px;
  border: 1px solid var(--gold);
  background: rgba(53, 27, 34, .72);
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s, background .25s;
}
.back-to-top.visible { opacity: 1; pointer-events: auto; }
.back-to-top:hover { background: var(--gold); color: var(--wine-deep); }

.lightbox {
  position: fixed;
  z-index: 150;
  inset: 0;
  visibility: hidden;
  opacity: 0;
  display: grid;
  place-items: center;
  padding: 6vw;
  background: rgba(16, 7, 10, .92);
  transition: opacity .3s ease, visibility .3s;
}
.lightbox.open { visibility: visible; opacity: 1; }
.lightbox img { max-width: min(84vw, 1050px); max-height: 84vh; object-fit: contain; }
.lightbox-close {
  position: absolute;
  top: 20px;
  right: 26px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font: 300 46px/1 var(--sans);
  cursor: pointer;
}

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s ease, transform .8s ease; }
.js .reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1200px) {
  .hero-copy { padding-left: 6vw; padding-right: 6vw; }
  .hero-details { gap: 30px; }
  .hero-portrait { width: 19vw; }
  .art-middle { left: 17%; }
  .art-right { right: 9%; }
  .footer-details { width: 90vw; }
}

@media (max-width: 880px) {
  .site-header { height: 70px; }
  .logo-link { width: 162px; padding-left: 20px; }
  .logo-link img { width: 139px; }
  .menu-toggle { width: 70px; height: 70px; }
  .menu-toggle span { width: 40px; }
  .fullscreen-menu { grid-template-columns: 1fr; }
  .fullscreen-menu nav { padding: 0 25px; }
  .fullscreen-menu nav a { font-size: 31px; }
  .fullscreen-details { right: auto; bottom: 40px; left: 25px; grid-template-columns: 1fr; gap: 20px; }
  .fullscreen-details h2 { margin-bottom: 4px; font-size: 13px; }
  .fullscreen-details p { font-size: 13px; }

  .hero { min-height: 0; grid-template-columns: 1fr; }
  .hero-copy {
    min-height: 680px;
    gap: 0;
    justify-content: space-between;
    padding: 111px 25px 148px;
  }
  .hero h1 { font-size: clamp(34px, 9.75vw, 43px); line-height: 1.12; letter-spacing: .14em; }
  .signature { right: -3px; bottom: -37px; font-size: 45px; }
  .hero-details { grid-template-columns: 1fr; gap: 24px; }
  .hero-details h2 { margin-bottom: 13px; font-size: 16px; }
  .hero-details p,
  .hero-details a { font-size: 16px; line-height: 1.7; }
  .hero-photo { height: 500px; background-position: center; }
  .hero-portrait {
    top: 564px;
    left: 50%;
    width: 45vw;
    min-width: 174px;
    max-width: 218px;
    border-width: 4px;
  }

  .menu-section { padding: 90px 28px 96px; }
  .section-kicker { margin-bottom: 62px; font-size: 12px; }
  .menu-row { height: 148px; }
  .menu-title { font-size: clamp(41px, 12vw, 58px); }
  .menu-subtitle { margin-top: 10px; font-size: 20px; }
  .menu-art { display: none; }
  .menu-button { margin-top: 38px; }

  .gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: none;
    gap: 8px;
    padding: 0 24px 72px;
  }
  .gallery-item { grid-area: auto; }
  .gallery-interior { grid-area: 2 / 1; }
  .gallery-dessert { grid-area: 2 / 2; }
  .gallery-main { grid-area: 3 / 2; }
  .gallery-mix { grid-area: 3 / 1; }

  .site-footer { min-height: 760px; padding: 82px 25px 40px; }
  .footer-details { width: 100%; grid-template-columns: 1fr; gap: 38px; }
  .footer-details > div { min-height: 0; padding: 0; }
  .footer-details > div + div { border-left: 0; }
  .footer-details h2 { margin-bottom: 14px; font-size: 16px; }
  .footer-details p,
  .footer-details a { font-size: 16px; }
  .footer-bottom { grid-template-columns: 1fr; justify-items: center; gap: 24px; margin-top: 80px; }
  .footer-logo { grid-row: 1; width: 100%; gap: 18px; }
  .footer-logo span { width: 100%; }
  .footer-logo img { width: 118px; }
  .socials { grid-row: 2; gap: 12px; font-size: 10px; }
  .footer-bottom > p { grid-row: 3; max-width: 250px; text-align: center; line-height: 1.8; }
  .back-to-top { right: 24px; bottom: 55px; }
}

@media (max-width: 430px) {
  .hero-copy { min-height: 679px; }
  .hero-photo { height: 500px; }
  .hero-portrait { top: 563px; }
  .menu-section { padding-right: 28px; padding-left: 28px; }
  .gallery { gap: 8px; }
  .footer-details { gap: 43px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}
