/* =========================================================
   Party Tray page
   ========================================================= */
.party-tray-page {
  background: var(--paper);
}

.party-tray-page .site-header {
  background: rgba(21, 17, 15, .94);
  border-bottom-color: rgba(255, 255, 255, .08);
}

.party-hero {
  position: relative;
  min-height: 620px;
  height: min(76vh, 780px);
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 148px 0 78px;
  background: #1b120e;
}

.party-hero-image {
  position: absolute;
  inset: 0;
  background: url('../assets/hero/pakora-tray.jpg') center 48% / cover no-repeat;
  transform: scale(1.02);
}

.party-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(14, 8, 5, .94) 0%, rgba(14, 8, 5, .72) 48%, rgba(14, 8, 5, .28) 100%),
    linear-gradient(0deg, rgba(14, 8, 5, .68) 0%, rgba(14, 8, 5, .08) 58%);
}

.party-hero-inner {
  position: relative;
  z-index: 2;
  color: #fff;
}

.party-hero-copy {
  max-width: 760px;
}

.party-hero h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(74px, 8vw, 118px);
  font-weight: 600;
  line-height: .78;
  letter-spacing: -3px;
}

.party-hero h1 em {
  color: #f1aa36;
  font-weight: 500;
}

.party-hero-copy > p:not(.eyebrow) {
  max-width: 590px;
  margin: 30px 0 34px;
  color: rgba(255, 255, 255, .76);
  font-size: 15px;
  line-height: 1.8;
}

.party-hero-actions,
.party-event-actions {
  display: flex;
  align-items: center;
  gap: 28px;
}

.party-text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.party-text-link span {
  color: #f1aa36;
  font-size: 18px;
  transition: transform .2s ease;
}

.party-text-link:hover span {
  transform: translateX(4px);
}

.party-intro {
  padding: 96px 0 70px;
  background:
    radial-gradient(circle at 12% 15%, rgba(233, 162, 34, .09), transparent 24%),
    var(--cream);
  border-bottom: 1px solid var(--line);
}

.party-jump {
  max-width: 1080px;
  margin: 44px auto 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border: 1px solid rgba(90, 62, 40, .13);
  background: rgba(255, 255, 255, .72);
}

.party-jump a {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  color: var(--ink);
  border-right: 1px solid rgba(90, 62, 40, .12);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.1px;
  text-align: center;
  text-transform: uppercase;
  transition: color .2s ease, background .2s ease;
}

.party-jump a:last-child {
  border-right: 0;
}

.party-jump a:hover {
  color: var(--accent);
  background: #fff;
}

.party-menu-section {
  padding: 90px 0 110px;
  background: #fffdf9;
}

.party-menu-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: start;
}

.party-menu-card {
  scroll-margin-top: 110px;
  overflow: hidden;
  border: 1px solid rgba(91, 63, 43, .12);
  background: #fff;
  box-shadow: 0 20px 60px rgba(53, 31, 17, .065);
}

.party-menu-card-dark {
  background: #1b1512;
  border-color: #1b1512;
}

.party-menu-heading {
  display: flex;
  align-items: flex-start;
  gap: 19px;
  min-height: 126px;
  padding: 31px 34px 27px;
  border-bottom: 1px solid rgba(91, 63, 43, .11);
  background: linear-gradient(135deg, #fffdf9 0%, #faf1e5 100%);
}

.party-menu-heading > span {
  flex: 0 0 43px;
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(216, 65, 33, .24);
  color: var(--accent);
  font-family: var(--display);
  font-size: 19px;
  font-weight: 700;
}

.party-menu-heading .eyebrow {
  margin-bottom: 7px;
}

.party-menu-heading h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(38px, 4vw, 52px);
  font-weight: 600;
  line-height: .9;
  letter-spacing: -1.5px;
}

.party-menu-card-dark .party-menu-heading {
  border-bottom-color: rgba(255, 255, 255, .1);
  background: #211915;
}

.party-menu-card-dark .party-menu-heading > span {
  border-color: rgba(241, 170, 54, .3);
  color: #f1aa36;
}

.party-menu-card-dark .party-menu-heading .eyebrow {
  color: #f1aa36;
}

.party-menu-card-dark .party-menu-heading h2 {
  color: #fff;
}

.party-items {
  padding: 12px 34px 22px;
}

.party-item {
  position: relative;
  min-height: 57px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border-bottom: 1px solid rgba(91, 63, 43, .11);
}

.party-item:last-child {
  border-bottom: 0;
}

.party-item span {
  color: #484039;
  font-family: var(--display);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.party-item strong {
  flex: 0 0 auto;
  color: var(--accent-deep);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .7px;
}

.party-menu-card-dark .party-item {
  border-bottom-color: rgba(255, 255, 255, .09);
}

.party-menu-card-dark .party-item span {
  color: rgba(255, 255, 255, .82);
}

.party-menu-card-dark .party-item strong {
  color: #f1aa36;
}

.party-dessert-card {
  grid-column: 1 / -1;
}

.party-items-two-column {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 50px;
}

.party-items-two-column .party-item:nth-last-child(2) {
  border-bottom: 0;
}

.party-order-strip {
  padding: 54px 0;
  background: var(--accent);
}

.party-order-strip-inner {
  min-height: 105px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 38px;
  color: #fff;
}

.party-order-strip .eyebrow {
  color: rgba(255, 255, 255, .72);
}

.party-order-strip h2 {
  margin: 5px 0 0;
  font-family: var(--display);
  font-size: clamp(43px, 5vw, 62px);
  font-weight: 600;
  line-height: .9;
  letter-spacing: -1.5px;
}

.party-order-strip .btn {
  flex: 0 0 auto;
  border-color: #fff;
  background: #fff;
  color: var(--accent-deep);
  box-shadow: none;
}

.party-order-strip .btn:hover {
  background: #1b1512;
  border-color: #1b1512;
  color: #fff;
}

.party-events {
  position: relative;
  min-height: 610px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 90px 0;
  background: #1b120e;
}

.party-events-image {
  position: absolute;
  inset: 0;
  background: url('../assets/hero/dining-spread.jpg') center 54% / cover no-repeat;
}

.party-events-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(16, 10, 7, .95) 0%, rgba(16, 10, 7, .77) 50%, rgba(16, 10, 7, .38) 100%),
    linear-gradient(0deg, rgba(16, 10, 7, .58), transparent 60%);
}

.party-events-inner {
  position: relative;
  z-index: 2;
  color: #fff;
}

.party-events h2 {
  max-width: 780px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(60px, 6.5vw, 90px);
  font-weight: 600;
  line-height: .84;
  letter-spacing: -2.5px;
}

.party-events h3 {
  margin: 25px 0 0;
  color: #f1aa36;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.party-events-inner > p:not(.eyebrow) {
  max-width: 570px;
  margin: 17px 0 30px;
  color: rgba(255, 255, 255, .7);
  font-size: 14px;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .party-hero {
    min-height: 620px;
    height: 100svh;
    padding: 126px 0 70px;
    align-items: flex-end;
  }

  .party-hero-image {
    background-position: 58% center;
  }

  .party-hero-overlay {
    background:
      linear-gradient(0deg, rgba(14, 8, 5, .96) 0%, rgba(14, 8, 5, .68) 56%, rgba(14, 8, 5, .32) 100%);
  }

  .party-hero h1 {
    font-size: clamp(62px, 18vw, 88px);
    letter-spacing: -2px;
  }

  .party-hero-copy > p:not(.eyebrow) {
    margin: 23px 0 28px;
    font-size: 14px;
  }

  .party-hero-actions,
  .party-event-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .party-intro {
    padding: 76px 0 54px;
  }

  .party-jump {
    grid-template-columns: 1fr 1fr;
    margin-top: 34px;
  }

  .party-jump a {
    min-height: 56px;
    border-right: 1px solid rgba(90, 62, 40, .12);
    border-bottom: 1px solid rgba(90, 62, 40, .12);
  }

  .party-jump a:nth-child(2n) {
    border-right: 0;
  }

  .party-jump a:last-child {
    grid-column: 1 / -1;
    border-bottom: 0;
  }

  .party-menu-section {
    padding: 60px 0 76px;
  }

  .party-menu-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .party-dessert-card {
    grid-column: auto;
  }

  .party-menu-heading {
    min-height: 0;
    padding: 26px 22px 23px;
  }

  .party-menu-heading > span {
    flex-basis: 39px;
    width: 39px;
    height: 39px;
  }

  .party-menu-heading h2 {
    font-size: 38px;
  }

  .party-items,
  .party-items-two-column {
    display: block;
    padding: 10px 22px 18px;
  }

  .party-items-two-column .party-item:nth-last-child(2) {
    border-bottom: 1px solid rgba(91, 63, 43, .11);
  }

  .party-item {
    min-height: 55px;
    gap: 14px;
  }

  .party-item span {
    font-size: 18px;
  }

  .party-item strong {
    font-size: 10px;
  }

  .party-order-strip {
    padding: 48px 0;
  }

  .party-order-strip-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 26px;
  }

  .party-order-strip h2 {
    font-size: 46px;
  }

  .party-events {
    min-height: 620px;
    padding: 78px 0;
  }

  .party-events-overlay {
    background: rgba(16, 10, 7, .8);
  }

  .party-events h2 {
    font-size: clamp(54px, 15vw, 76px);
    letter-spacing: -2px;
  }
}
