.serving-results {
  position: relative;
  height: 185svh;
  min-height: 1000px;
  color: #fff;
  background: radial-gradient(ellipse at 22% 22%, #873a5c70, transparent 58%), linear-gradient(180deg, #5f1c3f, #301323 72%, #291521);
}
.serving-sticky {
  position: sticky;
  top: 70px;
  padding: 24px 4vw 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.serving-heading { text-align: center; z-index: 5; }
.serving-heading .hero-chip { color: #f4dde6; background: #ffffff09; border-color: #ffffff30; }
.serving-heading h1 {
  font-size: clamp(36px, 5.5vw, 72px);
  line-height: 1.08;
  letter-spacing: -.04em;
  margin: 12px 0 0;
  font-weight: 900;
}
.serving-stage {
  position: relative;
  isolation: isolate;
  container-type: size;
  width: min(100%, 1040px);
  height: clamp(270px, 43svh, 460px);
  margin-top: 12px;
  overflow: clip;
}
.serving-platter, .serving-lid {
  position: absolute;
  left: 50%;
  display: block;
  height: auto;
  pointer-events: none;
  user-select: none;
  object-fit: contain;
}
.serving-platter { width: min(96%, 145cqh); bottom: 0; transform: translateX(-50%); z-index: 1; }
.serving-lid {
  width: min(84%, 132cqh);
  bottom: 9%;
  z-index: 4;
  transform: translate(-50%, 0);
  transform-origin: 75% 70%;
  will-change: transform, opacity;
}
.serving-films { position: absolute; inset: 0; z-index: 2; }
.serving-film {
  position: absolute;
  left: 50%;
  bottom: 16%;
  width: clamp(90px, 17vw, 170px);
  text-decoration: none;
  text-align: center;
  opacity: 0;
  will-change: transform, opacity;
}
.serving-film video {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 18px 38px #10050d70;
  filter: brightness(var(--film-brightness, 1)) saturate(.9) contrast(1.04);
  transition: filter .22s linear, box-shadow .25s, transform .35s ease;
}
.serving-film span { display: block; font-size: 14px; line-height: 1.4; font-weight: 700; margin-top: 12px; }
.serving-film:hover video, .serving-film:focus-visible video { filter: brightness(.82) saturate(1.08) contrast(1.08); box-shadow: 0 12px 45px #ed6c5470; transform: scale(1.035); }
.serving-film:focus-visible { outline: 2px solid #fbb6c9; outline-offset: 8px; border-radius: 16px; }
.serving-actions { margin-top: 8px; position: relative; z-index: 5; display: flex; gap: 26px; align-items: center; justify-content: center; flex-wrap: wrap; }
.serving-actions .button-text { color: #fff; }
@media (max-width: 880px) {
  .serving-results { height: 175svh; min-height: 1000px; }
  .serving-sticky { padding: 20px 4vw 22px; }
  .serving-heading .hero-chip { font-size: 10px; max-width: 300px; padding: 8px 12px; }
  .serving-heading h1 { font-size: clamp(36px, 9vw, 56px); }
  .serving-stage { height: clamp(265px, 40svh, 390px); }
  .serving-platter { width: 100%; bottom: 4%; }
  .serving-lid { width: 96%; bottom: 17%; }
  .serving-film { width: 25%; bottom: 23%; }
  .serving-film video { border-radius: 11px; }
  .serving-film span { font-size: 12px; margin-top: 10px; min-height: 34px; }
  .serving-actions { gap: 15px; flex-direction: column; }
  .serving-actions .button-main { font-size: 14px; padding: 15px 22px; }
}
@media (prefers-reduced-motion: reduce) {
  .serving-results { height: auto; min-height: 0; background: #40172f; }
  .serving-sticky { position: relative; top: 0; }
  .serving-lid { display: none; }
}
