/* Catering page */
.catering-page {
  background: var(--paper);
}

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

.catering-hero {
  position: relative;
  min-height: 620px;
  height: min(72vh, 760px);
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 150px 0 80px;
}

.catering-hero-image {
  position: absolute;
  inset: 0;
  background: url('../assets/hero/banquet-wedding.jpg') center 52% / cover no-repeat, #2b160e;
  transform: scale(1.015);
}

.catering-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(14, 8, 5, .9) 0%, rgba(14, 8, 5, .67) 48%, rgba(14, 8, 5, .28) 100%),
    linear-gradient(0deg, rgba(14, 8, 5, .58), rgba(14, 8, 5, .04) 58%);
}

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

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

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

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

.catering-hero-copy > p:not(.eyebrow) {
  max-width: 570px;
  margin: 30px 0 34px;
  color: rgba(255, 255, 255, .78);
  font-size: 16px;
}

.catering-intro {
  padding: 100px 0 72px;
  background: var(--cream);
  border-bottom: 1px solid var(--line);
}

.package-jump {
  max-width: 920px;
  margin: 46px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.package-jump a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 62px;
  padding: 10px 18px;
  border: 1px solid rgba(96, 67, 43, .14);
  background: rgba(255, 255, 255, .7);
  color: var(--ink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  transition: .22s ease;
}

.package-jump a span {
  color: var(--accent);
  font-family: var(--display);
  font-size: 19px;
}

.package-jump a:hover {
  transform: translateY(-2px);
  border-color: rgba(216, 65, 33, .35);
  background: #fff;
  box-shadow: 0 12px 30px rgba(38, 22, 13, .07);
}

.catering-package {
  padding: 90px 0;
  scroll-margin-top: 86px;
  background: var(--paper);
}

.catering-package.alternate {
  background: #f4ece1;
}

.package-shell {
  overflow: hidden;
  border: 1px solid rgba(94, 66, 43, .13);
  background: #fff;
  box-shadow: 0 24px 80px rgba(50, 31, 18, .08);
}

.package-header {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  padding: 44px 52px 40px;
  border-bottom: 1px solid rgba(90, 62, 40, .12);
  background: linear-gradient(135deg, #fffdf9 0%, #fbf3e8 100%);
}

.package-header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: var(--accent);
}

.package-header h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(48px, 5vw, 68px);
  font-weight: 600;
  letter-spacing: -2px;
  line-height: .9;
}

.package-price {
  display: grid;
  grid-template-columns: auto auto;
  align-items: baseline;
  justify-content: end;
  text-align: right;
  color: var(--accent-deep);
}

.package-price strong {
  font-family: var(--display);
  font-size: 64px;
  line-height: .8;
  font-weight: 700;
}

.package-price span {
  margin-left: 7px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.package-price small {
  grid-column: 1 / -1;
  margin-top: 10px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.package-categories {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}

.menu-category {
  position: relative;
  min-height: 190px;
  padding: 34px 42px 36px;
  border-bottom: 1px solid rgba(88, 61, 40, .11);
}

.menu-category:nth-child(odd) {
  border-right: 1px solid rgba(88, 61, 40, .11);
}

.menu-category h3 {
  margin: 0 0 11px;
  color: var(--ink);
  font-family: var(--display);
  font-size: 29px;
  line-height: 1;
}

.menu-category p {
  margin: 7px 0 0;
  color: #6d645d;
  font-size: 13px;
  line-height: 1.8;
}

.menu-category p b {
  color: #423a34;
}

.menu-category .choice {
  margin-bottom: 8px;
  color: var(--accent);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.featured-category {
  background: #1b1512;
  color: #fff;
}

.featured-category > span {
  display: block;
  margin-bottom: 12px;
  color: #f1aa36;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.featured-category h3,
.featured-category p b {
  color: #fff;
}

.featured-category p {
  color: rgba(255, 255, 255, .67);
}

.featured-category .choice {
  color: #f1aa36;
}

.live-station {
  background:
    linear-gradient(rgba(24, 14, 10, .9), rgba(24, 14, 10, .9)),
    url('../assets/hero/barbecue-skewers.jpg') center / cover;
}

.gold-package .package-header::before {
  background: var(--gold);
}

.gold-package .package-price {
  color: #c87c0b;
}

.package-footer {
  min-height: 108px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 24px 42px;
  background: #fffaf3;
}

.package-footer p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.catering-cta {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.catering-cta-image {
  position: absolute;
  inset: 0;
  background: url('../assets/hero/dining-spread.jpg') center / cover no-repeat, #221611;
}

.catering-cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(16, 10, 7, .94) 0%, rgba(16, 10, 7, .72) 52%, rgba(16, 10, 7, .38) 100%);
}

.catering-cta-inner {
  position: relative;
  z-index: 2;
  color: #fff;
}

.catering-cta h2 {
  margin: 0;
  max-width: 760px;
  font-family: var(--display);
  font-size: clamp(58px, 6vw, 86px);
  font-weight: 600;
  letter-spacing: -2px;
  line-height: .88;
}

.catering-cta-inner > p:not(.eyebrow) {
  max-width: 560px;
  color: rgba(255, 255, 255, .72);
}

.catering-cta-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 30px;
}

/* =========================================================
   Lazeeza catering order page
   /catering-lazeeza-menu/
   ========================================================= */
.catering-order-page {
  background: #f7f0e6;
}

.catering-order-page .site-header {
  background: rgba(21, 17, 15, .96);
  border-bottom-color: rgba(255, 255, 255, .08);
}

.order-page-hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 150px 0 74px;
  background: #1b120e;
}

.order-page-hero-bg {
  position: absolute;
  inset: 0;
  background: url('../assets/hero/dining-spread.jpg') center 54% / cover no-repeat;
  transform: scale(1.02);
}

.order-page-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(17, 10, 7, .94) 0%, rgba(17, 10, 7, .77) 50%, rgba(17, 10, 7, .47) 100%),
    linear-gradient(0deg, rgba(17, 10, 7, .7), transparent 60%);
}

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

.order-back-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 36px;
  color: rgba(255, 255, 255, .72);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  transition: color .2s ease;
}

.order-back-link span {
  font-size: 17px;
}

.order-back-link:hover {
  color: #fff;
}

.order-page-title-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 42px;
}

.order-page-title-wrap h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(70px, 8vw, 110px);
  font-weight: 600;
  line-height: .8;
  letter-spacing: -3px;
}

.order-price-card {
  min-width: 250px;
  display: grid;
  grid-template-columns: auto auto;
  align-items: baseline;
  justify-content: end;
  padding: 22px 26px 20px;
  border: 1px solid rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(12px);
}

.order-price-card strong {
  color: #f1aa36;
  font-family: var(--display);
  font-size: 61px;
  font-weight: 700;
  line-height: .8;
}

.order-price-card > span {
  margin-left: 6px;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.order-price-card small {
  grid-column: 1 / -1;
  margin-top: 12px;
  color: rgba(255, 255, 255, .64);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.order-page-note {
  max-width: 660px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
}

.catering-order-section {
  padding: 82px 0 110px;
  background:
    radial-gradient(circle at 90% 7%, rgba(233, 162, 34, .08), transparent 28%),
    #f7f0e6;
}

.catering-order-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  align-items: start;
  gap: 32px;
}

.catering-order-form {
  display: grid;
  gap: 22px;
}

.order-form-block {
  padding: 42px 44px 46px;
  border: 1px solid rgba(91, 63, 43, .12);
  background: #fffdf9;
  box-shadow: 0 18px 55px rgba(53, 31, 17, .06);
}

.order-form-heading {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 32px;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(91, 63, 43, .11);
}

.order-form-heading > span {
  display: grid;
  place-items: center;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(216, 65, 33, .25);
  color: var(--accent);
  font-family: var(--display);
  font-size: 20px;
  font-weight: 700;
}

.order-form-heading .eyebrow {
  margin-bottom: 5px;
}

.order-form-heading h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--display);
  font-size: 38px;
  font-weight: 600;
  line-height: .95;
  letter-spacing: -1px;
}

.form-grid {
  display: grid;
  gap: 22px 20px;
}

.form-grid.two-col {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.form-field {
  min-width: 0;
}

.form-field-full {
  grid-column: 1 / -1;
}

.form-field-half {
  grid-column: span 1;
}

.form-field label {
  display: block;
  margin-bottom: 8px;
  color: #3b332d;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.05px;
  text-transform: uppercase;
}

.form-field label b {
  color: var(--accent);
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  height: 52px;
  border: 1px solid #ded6cb;
  border-radius: 0;
  outline: 0;
  background: #fff;
  color: var(--ink);
  font-family: var(--body);
  font-size: 13px;
  padding: 0 15px;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.form-field select {
  appearance: none;
  padding-right: 42px;
  background-image:
    linear-gradient(45deg, transparent 50%, #7d7168 50%),
    linear-gradient(135deg, #7d7168 50%, transparent 50%);
  background-position:
    calc(100% - 19px) 22px,
    calc(100% - 14px) 22px;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: rgba(216, 65, 33, .65);
  box-shadow: 0 0 0 3px rgba(216, 65, 33, .08);
  background: #fffefc;
}

.field-help {
  display: block;
  margin-top: 6px;
  color: #968a80;
  font-size: 10px;
}

.time-fields {
  display: grid;
  grid-template-columns: 1fr 1fr .9fr;
  gap: 8px;
}

.menu-selection-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.menu-select-field {
  position: relative;
  padding: 20px;
  border: 1px solid rgba(91, 63, 43, .11);
  background: #fffaf4;
}

.menu-select-field::before {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
  width: 3px;
  background: #e4a037;
}

.menu-select-field label {
  color: #5a4130;
}

.menu-select-field select {
  background-color: #fff;
}

.estimate-block {
  background: #1b1512;
  border-color: #1b1512;
  color: #fff;
}

.estimate-block .order-form-heading {
  border-bottom-color: rgba(255, 255, 255, .1);
}

.estimate-block .order-form-heading > span {
  border-color: rgba(241, 170, 54, .34);
  color: #f1aa36;
}

.estimate-block .order-form-heading h2 {
  color: #fff;
}

.estimate-block .eyebrow {
  color: #f1aa36;
}

.estimate-table {
  display: grid;
  gap: 0;
}

.estimate-table > div {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
  color: rgba(255, 255, 255, .66);
  font-size: 12px;
}

.estimate-table strong {
  color: #fff;
  font-size: 14px;
}

.estimate-table .estimate-grand-total {
  min-height: 76px;
  border-bottom: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.estimate-grand-total strong {
  color: #f1aa36;
  font-family: var(--display);
  font-size: 34px;
  line-height: 1;
}

.order-submit-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.order-submit-row p {
  max-width: 440px;
  margin: 0;
  color: rgba(255, 255, 255, .5);
  font-size: 11px;
  line-height: 1.7;
}

.order-submit-btn {
  flex: 0 0 auto;
}

.form-status {
  margin: 22px 0 0;
  padding: 15px 18px;
  border: 1px solid rgba(241, 170, 54, .25);
  background: rgba(241, 170, 54, .08);
  color: #f6c16f;
  font-size: 12px;
  line-height: 1.6;
}

.order-sidebar {
  position: sticky;
  top: 112px;
}

.order-sidebar-card {
  position: relative;
  overflow: hidden;
  padding: 34px 30px 30px;
  border-top: 4px solid var(--accent);
  background: #fffdf9;
  box-shadow: 0 18px 55px rgba(53, 31, 17, .08);
}

.order-sidebar-card::after {
  content: "";
  position: absolute;
  right: -78px;
  bottom: -96px;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(216, 65, 33, .09);
  border-radius: 50%;
  box-shadow: 0 0 0 24px rgba(216, 65, 33, .03), 0 0 0 48px rgba(216, 65, 33, .025);
  pointer-events: none;
}

.order-sidebar-icon {
  width: 52px;
  margin-bottom: 17px;
}

.order-sidebar-card h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--display);
  font-size: 43px;
  font-weight: 600;
  line-height: 1;
}

.order-minimum {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .9px;
  text-transform: uppercase;
}

.sidebar-rule {
  height: 1px;
  margin: 24px 0;
  background: rgba(91, 63, 43, .12);
}

.order-sidebar-card h3 {
  margin: 0 0 13px;
  color: #473b33;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.order-sidebar-card ul {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}

.order-sidebar-card li {
  position: relative;
  padding: 6px 0 6px 18px;
  color: #73685f;
  font-size: 12px;
}

.order-sidebar-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e4a037;
}

.sidebar-contact {
  position: relative;
  z-index: 1;
  display: grid;
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid rgba(91, 63, 43, .12);
}

.sidebar-contact span {
  color: #94877d;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.sidebar-contact a {
  margin-top: 4px;
  color: var(--accent-deep);
  font-family: var(--display);
  font-size: 25px;
  font-weight: 700;
}

@media (max-width: 767px) {
  /* Catering page mobile */
  .catering-hero {
    min-height: 560px;
    height: 72svh;
    padding: 120px 0 64px;
  }

  .catering-hero-image {
    background-position: 56% center;
  }

  .catering-hero-overlay {
    background: linear-gradient(90deg, rgba(14, 8, 5, .9), rgba(14, 8, 5, .58));
  }

  .catering-hero h1 {
    font-size: clamp(58px, 17vw, 82px);
    letter-spacing: -2px;
  }

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

  .catering-intro,
  .catering-package {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .package-jump a {
    justify-content: flex-start;
    min-height: 56px;
  }

  .package-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 26px;
    padding: 34px 26px 30px;
  }

  .package-header h2 {
    font-size: 48px;
  }

  .package-price {
    justify-content: start;
    text-align: left;
  }

  .package-price strong {
    font-size: 54px;
  }

  .package-categories {
    grid-template-columns: 1fr;
  }

  .menu-category {
    min-height: 0;
    padding: 28px 26px 30px;
    border-right: 0 !important;
  }

  .menu-category h3 {
    font-size: 27px;
  }

  .package-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
    padding: 24px 26px 28px;
  }

  .package-footer .btn {
    width: 100%;
  }

  .catering-cta {
    min-height: 540px;
    padding: 80px 0;
  }

  .catering-cta-image {
    background-position: 58% center;
  }

  .catering-cta h2 {
    font-size: clamp(52px, 15vw, 72px);
  }

  .catering-cta-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .order-page-hero {
    min-height: 490px;
    padding: 125px 0 58px;
  }

  .order-page-hero-bg {
    background-position: 62% center;
  }

  .order-page-hero-shade {
    background: linear-gradient(90deg, rgba(17, 10, 7, .94), rgba(17, 10, 7, .62));
  }

  .order-back-link {
    margin-bottom: 27px;
  }

  .order-page-title-wrap {
    align-items: flex-start;
    flex-direction: column;
    gap: 28px;
  }

  .order-page-title-wrap h1 {
    font-size: clamp(58px, 17vw, 82px);
    letter-spacing: -2px;
  }

  .order-price-card {
    min-width: 0;
    width: 100%;
    justify-content: start;
  }

  .order-price-card strong {
    font-size: 52px;
  }

  .catering-order-section {
    padding: 54px 0 76px;
  }

  .catering-order-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .catering-order-form {
    gap: 16px;
  }

  .order-form-block {
    padding: 28px 20px 30px;
  }

  .order-form-heading {
    gap: 13px;
    margin-bottom: 25px;
    padding-bottom: 21px;
  }

  .order-form-heading > span {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .order-form-heading h2 {
    font-size: 31px;
  }

  .form-grid.two-col,
  .menu-selection-grid {
    grid-template-columns: 1fr;
  }

  .form-field-full,
  .form-field-half {
    grid-column: auto;
  }

  .form-grid {
    gap: 17px;
  }

  .time-fields {
    grid-template-columns: 1fr 1fr .8fr;
  }

  .menu-select-field {
    padding: 17px;
  }

  .estimate-table > div {
    min-height: 51px;
  }

  .estimate-grand-total strong {
    font-size: 28px;
  }

  .order-submit-row {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
  }

  .order-submit-btn {
    width: 100%;
  }

  .order-sidebar {
    position: static;
    order: -1;
  }

  .order-sidebar-card {
    padding: 27px 24px 25px;
  }

  .order-sidebar-card ul,
  .order-sidebar-card h3,
  .sidebar-rule {
    display: none;
  }

  .sidebar-contact {
    margin-top: 20px;
    padding-top: 16px;
  }
}
