/* The food remains authentic; generated textures add atmosphere behind it. */
body { position: relative; isolation: isolate; }
.ambient-oil { position: fixed; inset: -10%; z-index: -1; pointer-events: none; background: url('assets/oil-texture.jpg') center / cover; opacity: .065; animation: oil-drift 26s ease-in-out infinite alternate; }
.hero-copy, .order, .reviews, .closing-line { position: relative; isolation: isolate; overflow: hidden; }
.hero-copy::before, .order::before, .reviews::before, .closing-line::before { content: ''; position: absolute; inset: -15%; z-index: -1; pointer-events: none; background: url('assets/oil-texture.jpg') center / cover; opacity: .17; mix-blend-mode: soft-light; animation: oil-drift 26s ease-in-out infinite alternate; }
.order::before { opacity: .09; mix-blend-mode: multiply; animation-delay: -9s; }
.reviews::before { opacity: .16; mix-blend-mode: screen; animation-delay: -16s; }
.closing-line::before { opacity: .25; animation-delay: -5s; }
.hero .eyebrow { font-size: 14px; letter-spacing: 1.15px; }
.hero-copy > p { max-width: 455px; }
.hero-legacy { font-weight: 700; color: var(--yellow); }
.hero-foot { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px 20px; margin-top: 30px; }
.hero-foot > div > span { color: var(--yellow); }
.motion-toggle { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid #fff5dc80; padding: 10px 13px; min-height: 44px; background: #72150930; color: var(--cream); font: 600 14px var(--body); cursor: pointer; letter-spacing: 0; }
.motion-toggle:hover { background: #72150990; }
.motion-toggle:disabled { cursor: default; opacity: .8; }
.motion-toggle [data-motion-icon] { font-size: 15px; width: 15px; text-align: center; }
.hero-photo { isolation: isolate; }
.hero-slides { position: absolute; inset: 0; background: #774527; }
.hero-slide { position: absolute; inset: 0; margin: 0; opacity: 0; pointer-events: none; }
.hero-slide.is-current { opacity: 1; z-index: 1; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; object-position: center 57%; display: block; }
.hero-slide.is-current img { animation: food-drift 15s ease-in-out infinite alternate; }
body[data-motion='running'] .hero-slide { transition: opacity 1.2s ease; }
.hero-photo .photo-wash { z-index: 2; background: linear-gradient(0deg, #17110df2, #17110d50 28%, transparent 55%); pointer-events: none; }
.hero-label.anniversary { z-index: 4; width: 158px; height: 158px; transform: rotate(7deg); }
.hero-label.anniversary > strong { font-size: 72px; line-height: .9; letter-spacing: -1px; margin: 6px 0 8px; }
.hero-label.anniversary > span { font-size: 12px; letter-spacing: .8px; }
.hero-steam { position: absolute; inset: 0; z-index: 3; pointer-events: none; mix-blend-mode: screen; overflow: hidden; mask-image: linear-gradient(transparent, #000 18%, #000 80%, transparent); }
.hero-steam img { position: absolute; width: 110%; height: 110%; left: -5%; bottom: -20%; object-fit: cover; opacity: 0; animation: steam-rise 14s linear infinite; }
.hero-steam img + img { left: 12%; width: 100%; animation-delay: -7s; animation-duration: 16s; }
.slideshow-bottom { position: absolute; z-index: 5; bottom: 22px; left: 30px; right: 30px; color: var(--cream); }
.slideshow-caption { font: 700 30px/1.1 var(--display); margin: 0 0 12px; letter-spacing: .5px; }
.slideshow-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.slideshow-count { font-size: 13px; letter-spacing: 2px; font-variant-numeric: tabular-nums; }
.slideshow-dots { display: flex; gap: 2px; }
.slideshow-dots button { width: 28px; height: 44px; border: 0; background: none; display: grid; place-items: center; padding: 0; cursor: pointer; }
.slideshow-dots button::after { content: ''; display: block; width: 7px; height: 7px; border: 1px solid var(--cream); border-radius: 50%; }
.slideshow-dots button[aria-current='true']::after { background: var(--yellow); border-color: var(--yellow); width: 10px; height: 10px; }
.slideshow-arrows { display: flex; gap: 8px; }
.slideshow-arrows button { border: 1px solid #fff5dc80; background: #17110d66; color: var(--cream); width: 44px; height: 44px; font: 22px var(--body); cursor: pointer; }
.slideshow-arrows button:hover { background: var(--yellow); color: var(--ink); }
.hero-photo button:focus-visible, .motion-toggle:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.visit-legacy { max-width: 380px; margin: -3px 0 24px; font-weight: 600; }
.hero [hidden] { display: none !important; }
body:not([data-motion='running']) .ambient-oil,
body:not([data-motion='running']) .hero-copy::before,
body:not([data-motion='running']) .order::before,
body:not([data-motion='running']) .reviews::before,
body:not([data-motion='running']) .closing-line::before,
body:not([data-motion='running']) .hero-steam img,
body:not([data-motion='running']) .hero-slide img,
.hero-photo[data-offscreen='true'] .hero-steam img,
.hero-photo[data-offscreen='true'] .hero-slide img,
.hero-photo[data-hovered='true'] .hero-steam img,
.hero-photo[data-hovered='true'] .hero-slide img { animation-play-state: paused; }
@keyframes oil-drift { from { transform: translate3d(-2%, 1%, 0) scale(1); } to { transform: translate3d(2%, -2%, 0) scale(1.09); } }
@keyframes food-drift { from { transform: scale(1); } to { transform: scale(1.06); } }
@keyframes steam-rise { 0% { opacity: 0; transform: translate3d(-5%, 18%, 0) scale(.92); } 20% { opacity: .54; } 72% { opacity: .34; } 100% { opacity: 0; transform: translate3d(7%, -32%, 0) scale(1.12); } }
@media (max-width: 1000px) { .hero-foot { justify-content: flex-start; } }
@media (max-width: 700px) {
  .hero .eyebrow { font-size: 12px; letter-spacing: .9px; }
  .hero-copy > p { max-width: 360px; }
  .hero-foot { margin-top: 22px; gap: 15px; }
  .hero-photo { min-height: 440px; }
  .hero-label.anniversary { width: 132px; height: 132px; right: 20px; top: 20px; }
  .hero-label.anniversary > strong { font-size: 62px; }
  .hero-label.anniversary > span { font-size: 10px; }
  .slideshow-bottom { bottom: 18px; left: 22px; right: 22px; }
  .slideshow-caption { font-size: 28px; }
  .slideshow-toolbar { gap: 8px; }
  .slideshow-count { font-size: 12px; letter-spacing: 1px; }
  .slideshow-dots button { width: 25px; }
  .ambient-oil { opacity: .055; }
  .hero-copy::before { opacity: .2; }
}
@media (max-width: 360px) { .slideshow-dots button { width: 22px; } .slideshow-arrows { gap: 5px; } .slideshow-bottom { left: 16px; right: 16px; } }
@media (prefers-reduced-motion: reduce) {
  .ambient-oil, .hero-copy::before, .order::before, .reviews::before, .closing-line::before, .hero-slide img { animation: none !important; transform: none !important; }
  .hero-steam { display: none; }
  .hero-slide { transition: none !important; }
}
