:root {
  --ink: #17151b;
  --ink-soft: #5b5663;
  --paper: #faf9fc;
  --paper-deep: #f0edf5;
  --line: rgb(23 21 27 / 14%);
  --violet: #6858a0;
  --violet-deep: #51427e;
  --on-violet: #ffffff;
  --white: #ffffff;
  --radius: 14px;
  --page: min(1180px, calc(100% - 40px));
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
  --ease-drawer: cubic-bezier(0.32, 0.72, 0, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--paper); font-family: ui-rounded, "Avenir Next", Avenir, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.55; }
body.panel-open, body.lightbox-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible { outline: 3px solid var(--violet); outline-offset: 4px; }
img { display: block; max-width: 100%; }
.page-width { width: var(--page); margin: 0 auto; }
.section { padding: 88px 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; display: inline-flex; min-height: 44px; align-items: center; padding: 9px 14px; border-radius: 8px; color: var(--white); background: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { margin: 0 0 16px; color: var(--violet); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, p { margin-top: 0; }
h1, h2, h3 { overflow-wrap: anywhere; text-wrap: balance; }
h1, h2 { font-family: ui-sans-serif, "Avenir Next", Avenir, sans-serif; letter-spacing: -.04em; line-height: .98; }
h2 { max-width: 13ch; margin-bottom: 20px; font-size: clamp(2.25rem, 5vw, 4.8rem); font-weight: 720; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 10; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; width: var(--page); height: 72px; margin: 0 auto; color: var(--ink); isolation: isolate; }
.site-header::before { position: absolute; top: 0; left: 50%; z-index: -1; width: 100vw; height: 72px; border-bottom: 1px solid rgb(104 88 160 / 20%); background: rgb(250 249 252 / 82%); box-shadow: 0 1px 12px rgb(23 21 27 / 5%); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); content: ""; transform: translateX(-50%); transition: background-color 220ms var(--ease-out), box-shadow 220ms var(--ease-out), border-color 220ms var(--ease-out); }
.site-header.is-scrolled::before { border-bottom-color: rgb(104 88 160 / 30%); background: rgb(250 249 252 / 96%); box-shadow: 0 10px 24px rgb(23 21 27 / 10%); }
.wordmark { display: inline-flex; min-height: 44px; align-items: center; width: fit-content; color: currentColor; font-size: 24px; font-weight: 780; letter-spacing: -.04em; line-height: 1; }
.wordmark span { color: var(--violet); font-weight: 520; font-style: italic; }
.wordmark--logo { width: 152px; aspect-ratio: 1355 / 626; }
.wordmark--logo img { display: block; width: 100%; height: auto; }
.site-header .wordmark--logo { width: 106px; transform-origin: left center; transition: transform 220ms var(--ease-out); }
.site-header.is-scrolled .wordmark--logo { transform: scale(.93); }
.desktop-nav { display: flex; gap: 26px; font-size: 14px; font-weight: 650; }
.desktop-nav a { display: inline-flex; min-width: 44px; min-height: 44px; align-items: center; justify-content: center; }
.desktop-nav a, .footer__links a:not(.social-link) { position: relative; }
.desktop-nav a::after, .footer__links a:not(.social-link)::after { position: absolute; right: 0; bottom: -6px; left: 0; height: 1px; content: ""; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform 180ms var(--ease-out); }
.header-actions { display: flex; justify-content: flex-end; align-items: center; gap: 12px; }
.language-trigger, .social-link, .menu-toggle { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; min-height: 44px; border: 0; color: inherit; background: transparent; cursor: pointer; }
.language-trigger { gap: 8px; padding: 0 6px; font-size: 13px; font-weight: 700; }
.chevron { width: 7px; height: 7px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg) translateY(-2px); }
.language-control { position: relative; }
.language-menu { position: absolute; top: calc(100% + 10px); right: 0; width: 176px; padding: 7px; border: 1px solid rgb(255 255 255 / 22%); border-radius: var(--radius); color: var(--ink); background: var(--paper); box-shadow: 0 20px 55px rgb(0 0 0 / 20%); opacity: 0; transform: translateY(-6px) scale(.98); transform-origin: top right; transition: opacity 180ms var(--ease-out), transform 180ms var(--ease-out); }
.language-menu.is-open { opacity: 1; transform: translateY(0) scale(1); }
.language-option { display: flex; width: 100%; padding: 10px 12px; border: 0; border-radius: 8px; color: inherit; background: transparent; text-align: left; cursor: pointer; }
.language-option[aria-current="true"] { color: var(--on-violet); background: var(--violet); }
.social-link { width: 44px; height: 44px; border-radius: 50%; transition: background-color 180ms var(--ease-out), transform 180ms var(--ease-out); }
.social-link svg { width: 19px; height: 19px; }
.menu-toggle { display: none; width: 44px; height: 44px; flex-direction: column; gap: 5px; padding: 0; }
.menu-toggle span { display: block; width: 21px; height: 1.5px; background: currentColor; transition: transform 160ms var(--ease-out); }

.hero { position: relative; display: grid; min-height: 100dvh; overflow: hidden; color: var(--white); background: var(--ink); }
.hero > img, .hero__scrim { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero > img { object-fit: cover; object-position: center; }
.hero__scrim { background: linear-gradient(90deg, rgb(0 0 0 / 80%) 0%, rgb(0 0 0 / 0%) 62%); }
.hero__content { position: relative; z-index: 1; align-self: end; padding-top: 112px; padding-bottom: clamp(64px, 10vh, 128px); }
.hero .eyebrow { color: #d3c9e8; }
.hero h1 { max-width: 8ch; margin-bottom: 20px; font-size: clamp(4.25rem, 8vw, 6rem); font-weight: 780; }
.hero h1 em { color: #c3b4e3; font-weight: 500; }
.hero__lede { max-width: 19ch; margin-bottom: 28px; font-size: clamp(1.05rem, 2.3vw, 1.4rem); line-height: 1.35; }
.hero__actions, .visit__actions { display: flex; flex-wrap: wrap; gap: 11px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 18px; border: 1px solid transparent; border-radius: var(--radius); font-size: 14px; font-weight: 780; line-height: 1; transition: transform 160ms var(--ease-out), background-color 180ms var(--ease-out), color 180ms var(--ease-out), border-color 180ms var(--ease-out); }
.button:active { transform: scale(.97); transition-duration: 120ms; }
.button--accent { color: var(--on-violet); background: var(--violet); }
.button--quiet { border-color: rgb(255 255 255 / 45%); background: rgb(23 21 27 / 30%); backdrop-filter: blur(7px); }
.button--dark { color: var(--white); background: var(--ink); }
.button--outline { border-color: var(--line); color: var(--ink); }

.intro { display: grid; grid-template-columns: minmax(360px, .95fr) minmax(0, 1.05fr); align-items: center; gap: clamp(38px, 4.5vw, 64px); }
.intro__copy { display: flex; flex-direction: column; justify-content: center; padding: 0 0 0 clamp(16px, 2.2vw, 34px); }
.intro__copy h2 { max-width: 15ch; margin-bottom: 26px; font-size: clamp(4rem, 5.85vw, 6.3rem); }
.intro__copy p:not(.eyebrow) { max-width: 35ch; color: var(--ink-soft); font-size: clamp(1.52rem, 2vw, 1.84rem); line-height: 1.5; }
.text-link { display: inline-flex; min-height: 44px; align-items: center; gap: 8px; margin-top: 10px; color: var(--violet); font-weight: 780; }
.intro__image { order: -1; aspect-ratio: 3 / 4; margin: 0; overflow: hidden; border-radius: var(--radius); background: var(--paper-deep); }
.intro__image img { width: 100%; height: 100%; object-fit: cover; object-position: 50% center; transition: transform 360ms var(--ease-out), filter 260ms var(--ease-out); }

.menu-section { color: var(--ink); background: var(--paper-deep); }
.menu-section__header { display: grid; grid-template-columns: minmax(320px, 1.2fr) minmax(220px, .72fr) auto; gap: clamp(24px, 3vw, 48px); align-items: end; }
.menu-section__heading { display: contents; }
.menu-section__heading h2 { max-width: 10ch; margin: 0; }
.menu-section__heading p { max-width: 30ch; margin: 0 0 4px; color: var(--ink-soft); font-size: 17px; }
.menu-section__cta { min-width: 0; margin-bottom: 2px; white-space: normal; text-align: center; }
.menu-categories { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-top: 48px; }
.menu-category { display: flex; min-height: 0; flex-direction: column; overflow: visible; border-radius: 0; color: var(--ink); background: transparent; }
.menu-category:nth-child(n) { grid-column: auto; color: var(--ink); background: transparent; }
.menu-category__media { display: flex; width: 100%; aspect-ratio: 1 / 1; margin: 0; overflow: hidden; background: transparent; align-items: center; justify-content: center; }
.menu-category__media img { width: 100%; height: 100%; max-width: none; border-radius: var(--radius); object-fit: cover; }
.menu-category.menu-category--breakfast, .menu-category.menu-category--cake { display: flex; grid-column: auto; grid-template-columns: none; gap: 0; align-items: stretch; padding: 0; border: 0; }
.menu-category--breakfast .menu-category__media img { object-position: 50% 54%; }
.menu-category--counter .menu-category__media img { object-position: 50% 46%; }
.menu-category--cake .menu-category__media img { object-position: 50% 50%; }
.menu-category__content { display: block; padding: 18px 0 0; }
.menu-category h3 { max-width: 15ch; margin: 0; font-size: clamp(1.65rem, 2.35vw, 2.15rem); letter-spacing: -.04em; line-height: 1; text-wrap: balance; }
.menu-category--cake h3 { max-width: none; white-space: nowrap; text-wrap: nowrap; }
.menu-category p { margin: 12px 0 0; max-width: 39ch; font-size: 15px; opacity: .86; }

.food-safety { padding: 56px 0; border-top: 1px solid var(--line); background: color-mix(in srgb, var(--paper-deep) 92%, var(--ink) 8%); }
.food-safety__grid { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: clamp(40px, 8vw, 128px); align-items: center; }
.food-safety h2 { max-width: 13ch; margin: 0 0 14px; }
.food-safety__content { padding-bottom: 4px; }
.rating-embed { display: flex; width: min(100%, 291px); min-height: 162px; align-items: center; justify-content: center; }
.rating-embed > a { color: var(--violet); font-weight: 750; }

.gallery__heading { max-width: 540px; margin-bottom: 38px; }
.gallery__heading h2 { margin-bottom: 14px; }
.gallery__heading p { margin: 0; color: var(--ink-soft); }
.gallery-grid { display: grid; gap: 22px; }
.gallery-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; align-items: stretch; }
.gallery-item { position: relative; display: block; width: 100%; padding: 0; overflow: hidden; border: 0; border-radius: var(--radius); background: var(--paper-deep); cursor: zoom-in; }
.gallery-item { aspect-ratio: 3 / 4; }
.gallery-item img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; transition: transform 320ms var(--ease-out), filter 240ms var(--ease-out); }
.gallery-item[data-gallery-key="gallery-01"] img { object-position: 50% 48%; }
.gallery-item[data-gallery-key="gallery-02"] img { object-position: 50% 45%; }
.gallery-item[data-gallery-key="gallery-03"] img { object-position: 50% 54%; }
.gallery-item[data-gallery-key="gallery-04"] img { object-position: 50% 46%; }
.gallery-item[data-gallery-key="gallery-05"] img { object-position: 62% 50%; }
.gallery-item[data-gallery-key="gallery-06"] img { object-position: 50% 52%; }

.visit { background: var(--paper); }
.visit__grid { display: grid; grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr); gap: 48px; align-items: stretch; }
.visit h2 { margin-bottom: 28px; }
address { margin-bottom: 22px; font-style: normal; color: var(--ink-soft); }
.visit__phone { display: inline-flex; min-height: 44px; align-items: center; margin-bottom: 9px; color: var(--violet); font-size: clamp(1.7rem, 3vw, 2.5rem); font-weight: 760; letter-spacing: -.04em; }
.hours-note { max-width: 31ch; margin: 0 0 26px; color: var(--ink-soft); font-size: 14px; }
.map-wrap { min-height: 460px; overflow: hidden; border-radius: var(--radius); background: var(--paper); }
.map-wrap iframe { display: block; width: 100%; height: 100%; min-height: 460px; border: 0; filter: grayscale(42%) contrast(1.05); }

.site-footer { padding: 34px 0; border-top: 1px solid var(--line); }
.footer__grid { display: grid; grid-template-columns: 1fr 1.2fr auto; gap: 32px; align-items: center; }
.footer__contact { display: grid; gap: 4px; color: var(--ink-soft); font-size: 13px; }
.footer__contact a { display: inline-flex; min-height: 44px; align-items: center; color: var(--ink); font-weight: 760; }
.footer__links { display: flex; align-items: center; justify-content: flex-end; gap: 12px; font-size: 13px; font-weight: 750; }
.footer__links a:not(.social-link) { display: inline-flex; min-width: 44px; min-height: 44px; align-items: center; justify-content: center; padding: 0 3px; }
.footer__links .social-link { width: 44px; height: 44px; color: var(--violet); }
.text-link span[aria-hidden="true"] { transition: transform 160ms var(--ease-out); }
button:active, .text-link:active, .social-link:active { transform: scale(.97); transition-duration: 120ms; }

.mobile-panel, .lightbox { position: fixed; inset: 0; z-index: 30; display: grid; pointer-events: none; }
.mobile-panel__backdrop, .lightbox__backdrop { position: absolute; inset: 0; background: rgb(10 24 28 / 65%); opacity: 0; transition: opacity 220ms var(--ease-out); }
.mobile-panel__sheet { position: relative; z-index: 1; width: min(100%, 460px); height: 100%; margin-left: auto; padding: 24px 20px; overflow: auto; color: var(--ink); background: var(--paper); transform: translateX(102%); transition: transform 320ms var(--ease-drawer); }
.mobile-panel.is-open { pointer-events: auto; }
.mobile-panel.is-open .mobile-panel__backdrop { opacity: 1; }
.mobile-panel.is-open .mobile-panel__sheet { transform: translateX(0); }
.mobile-panel.is-closing .mobile-panel__backdrop { transition-duration: 150ms; }
.mobile-panel.is-closing .mobile-panel__sheet { transition-duration: 180ms; }
.mobile-panel__top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 36px; }
.panel-close, .back-button { border: 0; color: inherit; background: transparent; cursor: pointer; }
.panel-close { width: 44px; height: 44px; font-size: 34px; font-weight: 300; line-height: 1; }
.mobile-nav { display: grid; border-top: 1px solid var(--line); }
.mobile-nav a { padding: 19px 0; border-bottom: 1px solid var(--line); font-size: 25px; font-weight: 720; letter-spacing: -.04em; }
.mobile-language-button { display: flex; width: 100%; align-items: center; justify-content: space-between; padding: 22px 0; border: 0; border-bottom: 1px solid var(--line); color: inherit; background: transparent; cursor: pointer; text-align: left; }
.mobile-language-button span:first-child { font-size: 18px; font-weight: 700; }
.mobile-language-button .language-current { color: var(--violet); font-size: 14px; }
.mobile-instagram { display: inline-flex; min-height: 44px; align-items: center; gap: 9px; margin-top: 28px; color: var(--violet); font-size: 14px; font-weight: 760; }
.mobile-instagram svg { width: 21px; height: 21px; }
.back-button { display: inline-flex; gap: 8px; align-items: center; padding: 6px 0; font-weight: 750; }
.mobile-language-title { margin: 35px 0 16px; font-size: 13px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; color: var(--violet); }
.mobile-language-list { display: grid; border-top: 1px solid var(--line); }
.mobile-language-list .language-option { padding: 16px 0; border-radius: 0; border-bottom: 1px solid var(--line); font-size: 21px; }

.lightbox { z-index: 40; place-items: center; visibility: hidden; }
.lightbox.is-open { visibility: visible; pointer-events: auto; }
.lightbox.is-open .lightbox__backdrop { opacity: 1; }
.lightbox__dialog { position: relative; z-index: 1; display: grid; width: min(100% - 28px, 1120px); max-height: min(850px, calc(100dvh - 32px)); grid-template-columns: 48px 1fr 48px; align-items: center; opacity: 0; transform: translateY(8px) scale(.985); transition: opacity 240ms var(--ease-out), transform 280ms var(--ease-out); }
.lightbox.is-open .lightbox__dialog { opacity: 1; transform: translateY(0) scale(1); }
.lightbox figure { display: grid; max-height: inherit; margin: 0; place-items: center; }
.lightbox figure img { max-width: 100%; max-height: calc(100dvh - 90px); border-radius: var(--radius); box-shadow: 0 20px 60px rgb(0 0 0 / 35%); object-fit: contain; transition: opacity 140ms var(--ease-out), transform 160ms var(--ease-out), filter 160ms var(--ease-out); }
.lightbox figure img.is-swapping { opacity: 0; transform: translateX(var(--lightbox-swap-offset, 8px)) scale(.99); filter: blur(1.5px); }
.lightbox figcaption { padding-top: 10px; color: #f7fbf9; font-size: 13px; text-align: center; }
.lightbox__close, .lightbox__previous, .lightbox__next { border: 0; color: #f7fbf9; background: transparent; cursor: pointer; }
.lightbox__close { position: absolute; top: -2px; right: 0; width: 44px; height: 44px; font-size: 33px; z-index: 1; }
.lightbox__previous, .lightbox__next { width: 48px; height: 48px; font-size: 28px; }

/* Motion is opt-in from script.js so the page remains fully usable if JavaScript is unavailable. */
.motion-enabled .hero > img { clip-path: inset(0 0 0 3%); transform: scale(1.045); transition: clip-path 620ms var(--ease-out), transform 760ms var(--ease-out); }
.motion-enabled.is-ready .hero > img { clip-path: inset(0 0 0 0); transform: scale(1); }
.motion-enabled .hero__content > * { opacity: 0; transform: translateY(18px); transition: opacity 420ms var(--ease-out), transform 420ms var(--ease-out); }
.motion-enabled .hero__content > :nth-child(1) { transition-delay: 40ms; }
.motion-enabled .hero__content > :nth-child(2) { transition-delay: 100ms; }
.motion-enabled .hero__content > :nth-child(3) { transition-delay: 160ms; }
.motion-enabled .hero__content > :nth-child(4) { transition-delay: 220ms; }
.motion-enabled.is-ready .hero__content > * { opacity: 1; transform: translateY(0); }

.motion-enabled .reveal-up,
.motion-enabled .reveal-clip,
.motion-enabled .reveal-scale { opacity: 0; transition-delay: var(--reveal-delay, 0ms); }
.motion-enabled .reveal-up { transform: translateY(20px); transition: opacity 440ms var(--ease-out), transform 440ms var(--ease-out); }
.motion-enabled .reveal-clip { clip-path: inset(0 0 14% 0); transform: translateY(10px); transition: opacity 460ms var(--ease-out), clip-path 520ms var(--ease-out), transform 460ms var(--ease-out); }
.motion-enabled .reveal-scale { transform: scale(.985); transition: opacity 380ms var(--ease-out), transform 380ms var(--ease-out); }
.motion-enabled .reveal-up.is-revealed,
.motion-enabled .reveal-clip.is-revealed,
.motion-enabled .reveal-scale.is-revealed { opacity: 1; clip-path: inset(0 0 0 0); transform: translateY(0) scale(1); }

@media (hover: hover) and (pointer: fine) {
  .desktop-nav a:hover::after, .footer__links a:not(.social-link):hover::after { transform: scaleX(1); transform-origin: left; }
  .language-option:hover { color: var(--on-violet); background: var(--violet); }
  .social-link:hover { background: rgb(255 255 255 / 14%); transform: translateY(-1px); }
  .site-header .social-link:hover { background: rgb(104 88 160 / 10%); }
  .footer__links .social-link:hover { background: rgb(104 88 160 / 12%); }
  .button:hover { transform: translateY(-2px); }
  .button--accent:hover { background: var(--violet-deep); }
  .intro__image:hover img { transform: scale(1.025); filter: saturate(1.03); }
  .gallery-item:hover img { transform: scale(1.035); filter: brightness(1.04) saturate(1.04); }
  .text-link:hover span[aria-hidden="true"] { transform: translateX(3px); }
}

@media (min-width: 761px) and (max-width: 1024px) {
  .menu-categories { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .menu-category:nth-child(3) { grid-column: 1 / -1; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
  .gallery-row { display: contents; }
  .gallery-item { align-self: start; }
}

@media (max-width: 760px) {
  :root { --page: min(100% - 32px, 620px); }
  .section { padding: 66px 0; }
  h2 { font-size: clamp(2.2rem, 11vw, 3.5rem); }
  .site-header { grid-template-columns: 1fr auto; height: 64px; }
  .site-header::before { height: 64px; }
  .wordmark { font-size: 22px; }
  .wordmark--logo { width: 132px; }
  .site-header .wordmark--logo { width: 94px; }
  .desktop-nav, .desktop-language, .desktop-social { display: none; }
  .menu-toggle { display: inline-flex; }
  .hero > img { object-position: 55% center; }
  .hero__scrim { background: linear-gradient(0deg, rgb(0 0 0 / 80%) 0%, rgb(0 0 0 / 0%) 62%); }
  .hero__content { padding-top: 96px; padding-bottom: 42px; }
  html { scroll-padding-top: 76px; }
  .hero h1 { max-width: 7ch; margin-bottom: 15px; font-size: clamp(4rem, 18vw, 5.5rem); }
  .hero__lede { margin-bottom: 23px; font-size: 17px; }
  .hero__actions .button { flex: 1; min-width: 130px; }
  .intro, .menu-section__header, .food-safety__grid, .visit__grid { grid-template-columns: 1fr; gap: 28px; }
  .intro__copy { padding: 0; }
  .intro__copy h2 { max-width: 10ch; margin-bottom: 20px; font-size: clamp(2.7rem, 12.5vw, 4rem); }
  .intro__copy p:not(.eyebrow) { max-width: 30ch; font-size: clamp(1.15rem, 5vw, 1.35rem); line-height: 1.62; }
  .intro__image { order: -1; }
  .intro__image { aspect-ratio: 3 / 4; }
  .menu-section__header { align-items: start; }
  .menu-section__heading h2 { margin-bottom: 14px; }
  .menu-section__cta { width: 100%; }
  .menu-categories { grid-template-columns: 1fr; gap: 38px; margin-top: 34px; }
  .menu-category:nth-child(n), .menu-category--cake { display: flex; grid-column: auto; min-height: 0; gap: 0; padding: 0; border: 0; }
  .menu-category__media, .menu-category--cake .menu-category__media { justify-content: flex-start; width: 100%; aspect-ratio: 1 / 1; }
  .menu-category--counter .menu-category__media img, .menu-category--cake .menu-category__media img { width: 100%; height: 100%; }
  .menu-category__content { padding: 16px 0 0; }
  .menu-category h3 { font-size: 26px; }
  .menu-category--cake h3 { white-space: normal; text-wrap: balance; }
  .menu-category p { margin-top: 8px; font-size: 14px; }
  .menu-section__heading p { font-size: 15px; }
  .food-safety { padding: 48px 0; }
  .rating-embed { width: min(100%, 291px); }
  .gallery__heading { margin-bottom: 25px; }
  .gallery-grid { grid-template-columns: 1fr; gap: 14px; }
  .gallery-row { display: contents; }
  .gallery-item { height: auto; min-height: 0; }
  .visit__grid { gap: 36px; }
  .map-wrap, .map-wrap iframe { min-height: 330px; }
  .visit__actions .button { width: 100%; }
  .footer__grid { grid-template-columns: 1fr; gap: 23px; }
  .footer__links { justify-content: flex-start; }
  .lightbox__dialog { grid-template-columns: 44px 1fr 44px; width: calc(100% - 10px); }
  .lightbox__previous, .lightbox__next { width: 44px; height: 46px; font-size: 23px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; }
  .site-header::before, .site-header .wordmark--logo, .language-menu, .mobile-panel__backdrop, .mobile-panel__sheet, .lightbox__backdrop, .lightbox__dialog, .lightbox figure img, .button, .social-link, .text-link span[aria-hidden="true"] { transition-duration: 120ms !important; }
  .site-header.is-scrolled .wordmark--logo, .lightbox__dialog, .lightbox figure img.is-swapping { transform: none; }
  .motion-enabled .hero > img, .motion-enabled .hero__content > *, .motion-enabled .reveal-up, .motion-enabled .reveal-clip, .motion-enabled .reveal-scale { clip-path: none; transform: none; }
}
