.catering-page { background: var(--cream); }
.cater-hero { position: relative; min-height: 720px; color: #fff; background: var(--ink-deep); overflow: hidden; isolation: isolate; }
.cater-hero::before { content: ""; position: absolute; inset: 0; z-index: -3; background: radial-gradient(circle at 17% 75%,rgba(236,61,8,.28),transparent 28%),linear-gradient(110deg,#060712 0%,#0c0f26 58%,#24110f 100%); }
.cater-hero::after { content: "CELEBRATE"; position: absolute; z-index: -2; left: -16px; bottom: -64px; color: transparent; -webkit-text-stroke: 2px rgba(255,255,255,.055); font-family: var(--display); font-size: clamp(210px,25vw,400px); line-height: .78; pointer-events: none; }
.cater-hero__grid { min-height: 720px; padding-top: 108px; display: grid; grid-template-columns: .96fr 1.04fr; align-items: center; gap: 58px; }
.cater-hero__copy { position: relative; z-index: 4; padding-block: 58px 70px; }
.cater-hero h1 { margin: 0; font-family: var(--display); font-size: clamp(90px,8.2vw,128px); font-weight: 400; line-height: .82; letter-spacing: -.018em; text-transform: uppercase; }
.cater-hero h1 span { display: block; opacity: 0; transform: translateY(58px); animation: slide-up .8s cubic-bezier(.2,.8,.2,1) forwards; }
.cater-hero h1 span:nth-child(1) { animation-delay: .28s; }
.cater-hero h1 span:nth-child(2) { animation-delay: .4s; }
.cater-hero h1 em { color: var(--orange); font-style: normal; }
.cater-hero__copy > p:not(.eyebrow) { max-width: 550px; margin: 24px 0 0; color: rgba(255,255,255,.7); opacity: 0; animation: slide-up .7s .56s forwards; }
.cater-hero__actions { display: flex; align-items: center; gap: 14px; margin-top: 31px; opacity: 0; animation: slide-up .7s .7s forwards; }
.cater-hero__actions .button { min-width: 170px; padding-inline: 17px; white-space: nowrap; }
.cater-hero__actions .text-link { white-space: nowrap; }
.cater-hero__visual { position: relative; min-height: 545px; opacity: 0; transform: translateX(75px) rotate(2deg); animation: cater-visual-in 1s .3s cubic-bezier(.2,.8,.2,1) forwards; }
.cater-hero__arch { position: absolute; inset: 20px 28px 0 48px; overflow: hidden; border: 9px solid #fff; border-radius: 250px 250px 10px 10px; background: var(--gold); box-shadow: 0 30px 60px rgba(0,0,0,.35); }
.cater-hero__arch::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 -130px 120px rgba(6,7,18,.45); }
.cater-hero__arch img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s cubic-bezier(.2,.8,.2,1); }
.cater-hero__arch:hover img { transform: scale(1.05); }
.cater-hero__card { position: absolute; z-index: 3; left: 0; bottom: 15px; padding: 15px 22px; color: var(--ink); background: var(--gold); box-shadow: 0 14px 30px rgba(0,0,0,.25); transform: rotate(-4deg); }
.cater-hero__card span { display: block; font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.cater-hero__card strong { display: block; font-family: var(--display); font-size: 31px; font-weight: 400; line-height: 1; text-transform: uppercase; }
.cater-hero__stamp { position: absolute; z-index: 4; top: 24px; right: 0; width: 145px; aspect-ratio: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; padding: 18px; color: #fff; border: 7px solid var(--ink); border-radius: 50%; background: var(--orange); text-align: center; box-shadow: 0 16px 36px rgba(0,0,0,.28); transform: rotate(6deg); }
.cater-hero__stamp span { font-size: 9px; font-weight: 700; line-height: 1.2; letter-spacing: .08em; text-transform: uppercase; }
.cater-hero__stamp i { color: var(--gold); font-style: normal; }
.cater-hero__confetti i { position: absolute; z-index: 2; width: 9px; height: 28px; background: var(--gold); border-radius: 60% 20%; transform: rotate(35deg); animation: float 5s ease-in-out infinite; }
.cater-hero__confetti i:nth-child(1) { left: 4%; top: 30%; }
.cater-hero__confetti i:nth-child(2) { left: 48%; bottom: 15%; background: var(--orange); animation-delay: .8s; }
.cater-hero__confetti i:nth-child(3) { right: 3%; top: 38%; animation-delay: 1.3s; }
.cater-hero__confetti i:nth-child(4) { right: 42%; top: 17%; width: 7px; height: 20px; background: #fff; animation-delay: .4s; }
.cater-hero__confetti i:nth-child(5) { right: 8%; bottom: 11%; background: var(--orange); animation-delay: 1.8s; }

.cater-marquee { color: var(--ink); background: var(--gold); overflow: hidden; clip-path: polygon(0 10%,100% 0,100% 90%,0 100%); }
.cater-marquee > div { width: max-content; display: flex; align-items: center; gap: 26px; padding: 17px 0 15px; font-family: var(--display); font-size: 29px; letter-spacing: .04em; text-transform: uppercase; animation: marquee 30s linear infinite; }
.cater-marquee i { color: var(--orange); font-style: normal; }

.quote-section { position: relative; background: var(--cream); overflow: hidden; }
.quote-section::after { content: "QUOTE"; position: absolute; left: -12px; bottom: -72px; color: rgba(12,15,38,.035); font-family: var(--display); font-size: 260px; line-height: 1; pointer-events: none; }
.quote-section__grid { position: relative; z-index: 1; display: grid; grid-template-columns: .82fr 1.18fr; align-items: start; gap: clamp(65px,8vw,120px); }
.quote-section__copy { padding-top: 28px; }
.quote-section h2 em { color: var(--orange); font-style: normal; }
.quote-section__copy > p:not(.eyebrow) { max-width: 510px; color: #555961; }
.quote-section__contact { margin-top: 34px; padding-left: 20px; border-left: 3px solid var(--orange); display: flex; flex-direction: column; align-items: flex-start; }
.quote-section__contact span { color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.quote-section__contact a:first-of-type { margin: 4px 0 7px; font-family: var(--display); font-size: 32px; line-height: 1; }
.quote-section__contact a:last-child { color: var(--orange); font-size: 12px; font-weight: 700; }
.quote-form { padding: clamp(28px,4vw,48px); color: #fff; background: var(--ink); box-shadow: 0 28px 60px rgba(12,15,38,.2); }
.quote-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.quote-form label { display: flex; flex-direction: column; gap: 7px; margin-bottom: 17px; color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; min-height: 50px; padding: 12px 14px; color: #fff; border: 1px solid rgba(255,255,255,.2); border-radius: 0; outline: 0; background: rgba(255,255,255,.06); font: 500 14px var(--body); text-transform: none; transition: border .2s, background .2s; }
.quote-form textarea { min-height: 105px; resize: vertical; }
.quote-form select option { color: var(--ink); background: #fff; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--gold); background: rgba(255,255,255,.1); }
.quote-form__consent { flex-direction: row !important; align-items: start; gap: 10px !important; color: rgba(255,255,255,.64) !important; font-size: 11px !important; font-weight: 500 !important; letter-spacing: 0 !important; text-transform: none !important; }
.quote-form__consent input { flex: 0 0 auto; width: 16px; min-height: 16px; accent-color: var(--orange); }
.quote-form .button { cursor: pointer; }
.quote-form__status { min-height: 20px; margin: 14px 0 0; color: var(--gold); font-size: 12px; }

.cater-why { position: relative; color: #fff; background: var(--ink); overflow: hidden; }
.cater-why::before { content: ""; position: absolute; inset: 0; opacity: .055; background: url('./assets-v4/texture.png') center/480px; }
.cater-why .shell { position: relative; }
.cater-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 48px; }
.cater-heading > p { width: 36%; margin: 0 0 6px; color: rgba(255,255,255,.6); }
.cater-benefits { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.cater-benefit { position: relative; min-height: 315px; padding: 32px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.035); overflow: hidden; transition: transform .3s,border .3s,background .3s; }
.cater-benefit::after { content: ""; position: absolute; right: -45px; bottom: -45px; width: 155px; aspect-ratio: 1; border: 1px dashed rgba(255,185,54,.3); border-radius: 50%; transition: transform .5s; }
.cater-benefit:hover { border-color: var(--gold); background: rgba(255,255,255,.07); transform: translateY(-8px); }
.cater-benefit:hover::after { transform: rotate(45deg) scale(1.15); }
.cater-benefit > span { color: var(--gold); font-family: var(--display); font-size: 31px; }
.cater-benefit h3 { margin: 64px 0 10px; font-family: var(--display); font-size: 42px; font-weight: 400; line-height: 1; text-transform: uppercase; }
.cater-benefit p { margin: 0; color: rgba(255,255,255,.6); font-size: 14px; }

.cater-menu { background: var(--gold); }
.cater-menu__grid { display: grid; grid-template-columns: 1fr .95fr; align-items: center; gap: clamp(70px,8vw,125px); }
.cater-menu__visual { position: relative; min-height: 550px; padding: 30px 45px 65px 0; }
.cater-menu__visual::before { content: ""; position: absolute; inset: 0 0 35px 45px; background: var(--orange); }
.cater-menu__visual img { position: relative; z-index: 2; width: 100%; height: 445px; object-fit: cover; border: 9px solid #fff; box-shadow: 0 24px 50px rgba(80,32,0,.24); transform: rotate(-1deg); }
.cater-menu__visual > div { position: absolute; z-index: 3; right: 0; bottom: 0; width: 145px; aspect-ratio: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #fff; border: 7px solid var(--gold); border-radius: 50%; background: var(--ink); text-align: center; transform: rotate(5deg); }
.cater-menu__visual strong { font-family: var(--display); font-size: 28px; font-weight: 400; line-height: 1; text-transform: uppercase; }
.cater-menu__visual span { font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.cater-menu__copy h2 em { color: var(--orange); font-style: normal; }
.cater-menu__copy > p { font-weight: 500; }
.cater-menu__copy ul { margin: 23px 0 21px; padding: 0; list-style: none; }
.cater-menu__copy li { position: relative; padding: 10px 0 10px 26px; border-bottom: 1px solid rgba(12,15,38,.14); font-weight: 600; }
.cater-menu__copy li::before { content: "✦"; position: absolute; left: 0; color: var(--orange); }
.cater-menu__copy .button { margin-top: 14px; }

.event-types { position: relative; color: #fff; background: linear-gradient(145deg,#0c0f26,#241127); overflow: hidden; }
.event-types__heading { max-width: 780px; margin-bottom: 48px; }
.event-types__heading > p:last-child { color: rgba(255,255,255,.6); }
.event-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.event-card { position: relative; min-height: 235px; padding: 28px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); overflow: hidden; transition: color .3s,background .3s; }
.event-card::after { content: ""; position: absolute; right: -60px; bottom: -60px; width: 145px; aspect-ratio: 1; border-radius: 50%; background: rgba(255,185,54,.08); transition: transform .4s; }
.event-card:hover { color: var(--ink); background: var(--gold); }
.event-card:hover::after { transform: scale(1.5); background: rgba(236,61,8,.12); }
.event-card > span { color: var(--gold); font-family: var(--display); font-size: 27px; }
.event-card:hover > span { color: var(--orange); }
.event-card h3 { position: absolute; z-index: 2; left: 28px; bottom: 28px; margin: 0; font-family: var(--display); font-size: 31px; font-weight: 400; line-height: 1.05; text-transform: uppercase; }

.cater-gallery { background: #fff; }
.cater-gallery__heading { margin-bottom: 42px; }
.cater-gallery__grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); grid-auto-flow: dense; grid-auto-rows: 250px; gap: 16px; }
.cater-gallery figure { position: relative; min-height: 0; margin: 0; overflow: hidden; background: #eee; }
.cater-gallery figure:first-child { grid-column: span 2; grid-row: span 2; }
.cater-gallery figure:nth-child(6), .cater-gallery figure:nth-child(10) { grid-column: span 2; }
.cater-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s cubic-bezier(.2,.8,.2,1),filter .4s; }
.cater-gallery figure:hover img { transform: scale(1.06); filter: saturate(1.12); }
.cater-gallery figcaption { position: absolute; right: 12px; bottom: 12px; padding: 7px 10px; color: #fff; background: rgba(6,7,18,.82); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; opacity: 0; transform: translateY(8px); transition: opacity .25s,transform .25s; }
.cater-gallery figure:hover figcaption { opacity: 1; transform: none; }

.cater-cta { position: relative; padding: 92px 0; color: #fff; background: var(--ink-deep); overflow: hidden; }
.cater-cta::before { content: ""; position: absolute; inset: 0; opacity: .24; background: linear-gradient(90deg,var(--ink-deep),rgba(6,7,18,.78)),url('./assets/catering.png') center/cover; }
.cater-cta__inner { position: relative; display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.cater-cta h2 em { color: var(--gold); font-style: normal; }

@keyframes cater-visual-in { to { opacity: 1; transform: none; } }

@media (max-width: 1050px) {
  .cater-hero__grid { gap: 32px; }
  .cater-hero__arch { inset-inline: 35px 20px; }
}
@media (max-width: 900px) {
  .cater-hero { min-height: 1050px; }
  .cater-hero__grid { min-height: 1050px; padding-top: 86px; grid-template-columns: 1fr; gap: 0; }
  .cater-hero__copy { padding: 65px 0 10px; }
  .cater-hero h1 { font-size: clamp(82px,14vw,112px); }
  .cater-hero__visual { min-height: 500px; width: min(650px,100%); margin-inline: auto; }
  .quote-section__grid, .cater-menu__grid { grid-template-columns: 1fr; gap: 55px; }
  .cater-heading { align-items: start; flex-direction: column; gap: 18px; }
  .cater-heading > p { width: 70%; }
  .cater-benefits { grid-template-columns: 1fr; }
  .cater-benefit { min-height: 245px; }
  .cater-benefit h3 { margin-top: 35px; }
  .event-grid { grid-template-columns: repeat(2,1fr); }
  .cater-gallery__grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 260px; }
  .cater-gallery figure:first-child, .cater-gallery figure:nth-child(6), .cater-gallery figure:nth-child(10) { grid-column: 1 / -1; }
  .cater-gallery figure:first-child { grid-row: span 2; }
}
@media (max-width: 620px) {
  .cater-hero { min-height: 930px; }
  .cater-hero__grid { min-height: 930px; }
  .cater-hero__copy { padding-top: 54px; }
  .cater-hero h1 { font-size: clamp(70px,20vw,92px); }
  .cater-hero__copy > p:not(.eyebrow) { font-size: 15px; }
  .cater-hero__actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .cater-hero__visual { min-height: 360px; }
  .cater-hero__arch { inset: 10px 12px 0 25px; border-width: 6px; border-radius: 180px 180px 8px 8px; }
  .cater-hero__card { left: 0; bottom: -2px; padding: 10px 14px; }
  .cater-hero__card strong { font-size: 24px; }
  .cater-hero__stamp { top: 0; right: -6px; width: 112px; border-width: 5px; }
  .cater-marquee > div { font-size: 26px; }
  .quote-section::after { font-size: 150px; bottom: -38px; }
  .quote-form { padding: 26px 18px; }
  .quote-form__row { grid-template-columns: 1fr; gap: 0; }
  .cater-heading > p { width: 100%; }
  .cater-menu__visual { min-height: 390px; padding: 20px 25px 55px 0; }
  .cater-menu__visual img { height: 310px; border-width: 7px; }
  .cater-menu__visual > div { width: 110px; border-width: 5px; }
  .event-grid { grid-template-columns: 1fr; }
  .event-card { min-height: 205px; }
  .cater-gallery__grid { grid-template-columns: 1fr; grid-auto-rows: 270px; }
  .cater-gallery figure:first-child, .cater-gallery figure:nth-child(6), .cater-gallery figure:nth-child(10) { grid-column: auto; grid-row: auto; }
  .cater-gallery figcaption { opacity: 1; transform: none; }
  .cater-cta__inner { align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  .cater-hero h1 span, .cater-hero__copy > p, .cater-hero__actions, .cater-hero__visual { opacity: 1; transform: none; animation: none !important; }
}
