.video-panel {
  position: relative;
  overflow: hidden;
  background: #130b10 center / cover no-repeat;
}

.hero-mobile-image {
  display: none;
}

.site-nav {
  grid-template-columns: minmax(0, 1fr) 300px minmax(0, 1fr);
  column-gap: clamp(18px, 2vw, 34px);
  padding-inline: clamp(20px, 5vw, 90px);
  overflow: visible;
}

.site-nav .nav-left {
  grid-column: 1;
  justify-self: end;
  min-width: 0;
}

.site-nav .brand {
  grid-column: 2;
  justify-self: center;
  width: 300px;
  max-width: 100%;
}

.site-nav .brand > a,
.site-nav .brand .custom-logo-link {
  display: block;
}

.site-nav .nav-right {
  grid-column: 3;
  justify-self: start;
  min-width: 0;
}

.mobile-drawer {
  display: none;
}

.site-nav .nav-left > ul,
.site-nav .nav-right {
  gap: clamp(20px, 1.7vw, 32px);
  align-items: center;
  white-space: nowrap;
}

.site-nav .nav-left a,
.site-nav .nav-right > a:not(.gold-button) {
  color: #fff;
  font-size: clamp(11px, .78vw, 13px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 1.2px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .9);
}

.headline-gold {
  display: inline-block;
  color: #f2cb70;
  background: linear-gradient(180deg, #fff4b7 0%, #efc967 30%, #ad721f 62%, #f8df8c 84%, #bd7d24 100%);
  background-size: 100% 180%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 2px 5px rgba(0,0,0,.65));
}

.site-nav .nav-left a:hover,
.site-nav .nav-right > a:not(.gold-button):hover,
.site-nav .current-menu-item > a {
  color: #f5d980;
}

.site-nav .nav-left a,
.site-nav .nav-right > a:not(.gold-button) {
  position: relative;
}

.site-nav .nav-left a::after,
.site-nav .nav-right > a:not(.gold-button)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 7px);
  width: 22px;
  height: 22px;
  background: url('../images/wine-glass-gold.svg') center / contain no-repeat;
  filter: drop-shadow(0 0 6px rgba(245, 217, 128, .75));
  opacity: 0;
  pointer-events: none;
  transform: translate(-7px, -50%) scale(.35) rotate(-12deg);
  transition: opacity .2s ease, transform .32s cubic-bezier(.2, .9, .3, 1.35);
}

.story-video-hero {
  overflow: hidden;
  background-color: #090708;
}

.page-hero-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: none;
}

.story-video-hero .hero-copy {
  position: relative;
  z-index: 2;
}

.site-nav .nav-left li:nth-child(even) a::after,
.site-nav .nav-right > a:nth-child(even):not(.gold-button)::after {
  width: 24px;
  background-image: url('../images/cigar-gold.svg');
}

.site-nav .nav-left a:hover::after,
.site-nav .nav-left a:focus-visible::after,
.site-nav .nav-right > a:not(.gold-button):hover::after,
.site-nav .nav-right > a:not(.gold-button):focus-visible::after,
.site-nav .current-menu-item > a::after {
  opacity: 1;
  transform: translate(0, -50%) scale(1) rotate(0);
}

.gold-button,
button.gold-button,
.menu-toggle {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid #ffe9a0 !important;
  color: #1a1007 !important;
  background: linear-gradient(135deg, #6f4310 0%, #c98a2b 13%, #fff0a6 29%, #d59a32 44%, #8b5718 60%, #f4cf70 78%, #9a631d 100%) !important;
  background-size: 220% 220% !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.75), inset 0 -2px 5px rgba(77,39,5,.45), 0 7px 20px rgba(0,0,0,.38), 0 0 0 1px rgba(125,75,14,.65) !important;
  text-shadow: 0 1px 0 rgba(255,255,255,.38);
  transition: transform .25s ease, box-shadow .25s ease, background-position .45s ease !important;
}

.gold-button::before,
button.gold-button::before,
.menu-toggle::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -60%;
  bottom: -60%;
  left: -75%;
  width: 40%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.9), transparent);
  transform: skewX(-22deg);
}

.gold-button:hover,
.gold-button:focus-visible,
button.gold-button:hover,
button.gold-button:focus-visible,
.menu-toggle:hover,
.menu-toggle:focus-visible {
  transform: translateY(-3px) scale(1.02);
  background-position: 100% 50% !important;
  box-shadow: inset 0 1px 0 #fff, inset 0 -2px 5px rgba(77,39,5,.4), 0 10px 28px rgba(230,189,104,.35), 0 0 16px rgba(255,225,135,.38) !important;
}

.gold-button:hover::before,
.gold-button:focus-visible::before,
button.gold-button:hover::before,
button.gold-button:focus-visible::before,
.menu-toggle:hover::before,
.menu-toggle:focus-visible::before {
  animation: gold-button-shine .85s ease forwards;
}

@keyframes gold-button-shine {
  from { left: -75%; }
  to { left: 135%; }
}

.video-panel video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 76% center;
}

.video-panel .video-shade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(22, 5, 13, .1), rgba(22, 5, 13, .28));
  box-shadow: inset 0 0 55px rgba(0, 0, 0, .25);
}

.home-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 34px;
}

.home-text-link {
  padding-bottom: 7px;
  border-bottom: 1px solid #fff;
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.home-pour > p {
  max-width: 700px;
  margin-inline: auto;
}

.home-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  max-width: 980px;
  margin: 48px auto 0;
}

.home-choice {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 360px;
  padding: 34px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .55);
  background-position: center;
  background-size: cover;
  text-align: left;
}

.home-choice::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 30%, rgba(8, 5, 7, .95));
}

.home-choice > div {
  position: relative;
  z-index: 1;
}

.home-choice h3 {
  margin: 0;
  color: #fff;
  font: 600 38px "Cormorant Garamond", serif;
}

.home-choice p {
  margin: 8px 0 0;
}

.home-events {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 7vw;
  align-items: start;
}

.home-reserve {
  padding: 125px 8vw;
  border-top: 1px solid rgba(230, 189, 104, .45);
  background-position: center;
  background-size: cover;
  color: #fff;
  text-align: center;
}

.home-reserve h2 {
  margin: 18px 0;
  color: #fff;
  font: 600 clamp(52px, 7vw, 82px) / .95 "Cormorant Garamond", serif;
  text-shadow: 0 3px 18px #000;
}

.home-reserve p {
  margin-bottom: 30px;
  text-shadow: 0 2px 10px #000;
}

.event-row-photo {
  grid-template-columns: minmax(220px, 310px) 90px minmax(0, 1fr) auto;
}

.event-night-photo {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(230, 189, 104, .65);
  box-shadow: 8px 8px 0 rgba(87, 19, 38, .8);
}

@media (max-width: 900px) {
  .site-nav {
    position: relative;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    row-gap: 2px;
    min-height: 164px;
    padding-block: 8px 18px;
    padding-inline: 20px;
    background: #080708;
  }

  .site-nav .brand {
    grid-column: 1;
    grid-row: 1;
    width: min(245px, 62vw);
    justify-self: center;
  }

  .site-nav .nav-left,
  .site-nav .nav-right {
    display: none !important;
  }

  body .site-nav > .menu-toggle {
    display: block;
    position: static;
    grid-column: 1;
    grid-row: 2;
    justify-self: center;
    top: auto;
    left: auto;
    z-index: 3;
    width: auto;
    min-width: 54px;
    margin: 0 auto;
    padding: 7px 10px !important;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .8px;
  }

  .nav-open .site-nav .mobile-drawer {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 50;
    display: grid;
    gap: 0;
    padding: 20px 24px 28px;
    border-top: 1px solid rgba(230, 189, 104, .55);
    border-bottom: 1px solid rgba(230, 189, 104, .55);
    background: rgba(8, 7, 8, .98);
    box-shadow: 0 18px 35px rgba(0, 0, 0, .6);
  }

  .site-nav .mobile-drawer > a {
    display: block;
    padding: 14px 4px;
    border-bottom: 1px solid rgba(255,255,255,.1);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    transition: color .2s ease, padding-left .25s ease, background .25s ease, border-color .25s ease;
  }

  .site-nav .mobile-drawer > a:not(.gold-button):hover,
  .site-nav .mobile-drawer > a:not(.gold-button):focus-visible,
  .site-nav .mobile-drawer > a:not(.gold-button):active {
    padding-left: 16px;
    border-bottom-color: rgba(242,203,112,.7);
    color: #f2cb70;
    background: linear-gradient(90deg, rgba(230,189,104,.17), transparent 78%);
    text-shadow: 0 0 12px rgba(245,217,128,.55);
  }

  .site-nav .mobile-drawer > .gold-button {
    width: max-content;
    margin-top: 18px;
    border-bottom-color: #ffe9a0;
  }

  .hero {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: 0 0 48px;
    align-items: stretch;
    background: #090708 !important;
    overflow: hidden;
    margin-top: 0;
  }

  .hero::after {
    display: none;
  }

  .hero-mobile-image {
    display: block;
    position: relative;
    inset: auto;
    order: 1;
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: cover;
    object-position: center;
    opacity: 1;
    filter: none;
  }

  .hero .hero-copy {
    order: 2;
    width: 100%;
    max-width: 100%;
    padding: 36px 7vw 0;
    background: #090708;
  }

  .hero h1 {
    font-size: clamp(42px, 12vw, 62px);
  }

  .hero p {
    font-size: 12px;
    line-height: 1.6;
  }

  .page-hero {
    min-height: 640px;
    padding: 55px 7vw;
    background-color: #090708;
    background-size: 0 0, contain !important;
    background-position: center, center !important;
    background-repeat: no-repeat !important;
    margin-top: 14px;
  }

  .page-hero .hero-copy {
    max-width: 92%;
    padding: 22px;
    background: transparent;
    text-shadow: 0 3px 14px #000, 0 1px 4px #000;
  }

  .page-hero-video {
    object-fit: contain;
  }

  .page-hero h1 {
    font-size: clamp(43px, 12vw, 62px);
  }

  .video-panel {
    display: block;
    min-height: 440px;
    width: 100%;
  }

  .video-panel video {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    object-fit: contain;
    object-position: center;
  }

  .home-choice-grid,
  .home-events {
    grid-template-columns: 1fr;
  }

  .home-choice {
    min-height: 320px;
  }

  .event-row-photo {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-inline: 0;
  }

  .event-night-photo {
    object-fit: contain;
    background: #090708;
    box-shadow: 5px 5px 0 rgba(87, 19, 38, .8);
  }
}

@media (max-width: 520px) {
  .hero {
    min-height: 0;
    padding-top: 0;
  }

  .hero .hero-copy,
  .page-hero .hero-copy {
    max-width: 100%;
  }

  .page-hero {
    min-height: 600px;
    padding-top: 45px;
  }

  .video-panel {
    min-height: 360px;
  }
}
