:root {
  --glaze: #F5F6F2;
  --glaze-2: #E9ECEA;
  --cobalt: #1B3A9E;
  --cobalt-deep: #132C7E;
  --ink: #16287A;
  --ink-soft: #3C4A86;
  --turq: #1E9E9A;
  --turq-deep: #137A77;
  --pom: #D72F43;
  --pom-deep: #B21F33;
  --saffron: #F2B233;
  --saffron-hi: #FFCB57;
  --on-cobalt: #F5F6F2;
  --on-cobalt-soft: #C9D3F2;

  --display: "Suez One", "Assistant", serif;
  --body: "Assistant", system-ui, sans-serif;

  --gutter: clamp(16px, 4vw, 64px);
  --s1: .5rem; --s2: 1rem; --s3: 1.5rem; --s4: 2.5rem; --s5: 4rem;
  --s6: clamp(4.5rem, 10vw, 9rem);
  --ease: cubic-bezier(.16, 1, .3, 1);
  --pop: cubic-bezier(.34, 1.56, .64, 1);

  /* painted border band: petal + dots, repeating */
  --band: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='28' viewBox='0 0 56 28'%3E%3Cpath d='M14 4c6 4 6 16 0 20-6-4-6-16 0-20Z' fill='%231B3A9E'/%3E%3Cpath d='M42 4c6 4 6 16 0 20-6-4-6-16 0-20Z' fill='%231E9E9A'/%3E%3Ccircle cx='28' cy='14' r='3' fill='%23D72F43'/%3E%3Ccircle cx='0' cy='14' r='3' fill='%23D72F43'/%3E%3Ccircle cx='56' cy='14' r='3' fill='%23D72F43'/%3E%3Ccircle cx='28' cy='4' r='1.3' fill='%2316287A'/%3E%3Ccircle cx='28' cy='24' r='1.3' fill='%2316287A'/%3E%3C/svg%3E");
  --band-light: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='28' viewBox='0 0 56 28'%3E%3Cpath d='M14 4c6 4 6 16 0 20-6-4-6-16 0-20Z' fill='%23F5F6F2'/%3E%3Cpath d='M42 4c6 4 6 16 0 20-6-4-6-16 0-20Z' fill='%23F2B233'/%3E%3Ccircle cx='28' cy='14' r='3' fill='%23F5F6F2'/%3E%3Ccircle cx='0' cy='14' r='3' fill='%23F5F6F2'/%3E%3Ccircle cx='56' cy='14' r='3' fill='%23F5F6F2'/%3E%3C/svg%3E");
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

/* scrollbar: a cobalt glaze pill floating in the page ground */
:root { --sb-thumb: var(--cobalt); --sb-thumb-hover: var(--ink); --sb-ground: var(--glaze); }
@media (prefers-contrast: more) { :root { --sb-thumb: var(--ink); --sb-thumb-hover: #000; --sb-ground: #FFFFFF; } }
::-webkit-scrollbar { width: 14px; height: 14px; background: var(--sb-ground); }
::-webkit-scrollbar-track { background: var(--sb-ground); }
::-webkit-scrollbar-thumb { min-height: 56px; border: 4px solid var(--sb-ground); border-radius: 999px; background: var(--sb-thumb) padding-box; }
::-webkit-scrollbar-thumb:hover { border-width: 3px; background-color: var(--sb-thumb-hover); }
::-webkit-scrollbar-thumb:active { border-width: 3px; background-color: var(--pom); }
::-webkit-scrollbar-button { display: none; width: 0; height: 0; }
::-webkit-scrollbar-corner { background: var(--sb-ground); }
@supports not selector(::-webkit-scrollbar) { html { scrollbar-color: var(--sb-thumb) var(--sb-ground); scrollbar-width: thin; } }
body { margin: 0; background: var(--glaze); color: var(--ink); font: 400 1.125rem/1.65 var(--body); overflow-x: clip; }
img { display: block; max-width: 100%; height: auto; -webkit-user-drag: none; user-select: none; -webkit-touch-callout: none; }
svg { width: 1.2em; height: 1.2em; flex: none; }
a { color: inherit; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2 { text-wrap: balance; font-weight: 400; }
p { text-wrap: pretty; }
button { font: inherit; color: inherit; }
::selection { background: var(--saffron); color: var(--ink); }
:focus-visible { outline: 3px solid var(--saffron); outline-offset: 3px; border-radius: 4px; }

.skip { position: absolute; inset-inline-start: var(--gutter); top: -100px; background: var(--ink); color: var(--glaze); padding: .6rem 1rem; z-index: 60; border-radius: 6px; }
.skip:focus { top: 12px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }

.band { height: 28px; background: var(--band) repeat-x center / 56px 28px; }
.band--light { background-image: var(--band-light); }

/* ---------- Wordmark / header ---------- */
.wordmark { display: inline-flex; align-items: center; gap: .6rem; text-decoration: none; line-height: 1; color: var(--ink); }
.wordmark__mark { width: 44px; height: 44px; flex: none; }
.wordmark--light .wordmark__mark { width: 40px; height: 40px; }
.wordmark__name { font: 400 2.1rem/0.9 var(--display); }
.wordmark__trade { font: 700 .85rem/1 var(--body); color: var(--ink-soft); }
.wordmark--light { color: var(--on-cobalt); }
.wordmark--light .wordmark__trade { color: var(--on-cobalt-soft); }

.top {
  position: sticky; top: 0; z-index: 40;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: var(--s4);
  padding: 12px var(--gutter);
  background: color-mix(in srgb, var(--glaze) 92%, transparent);
  backdrop-filter: saturate(1.4) blur(10px);
  border-block-end: 2px solid var(--ink);
}
.top .wordmark { justify-self: start; }
.top__nav { display: flex; gap: clamp(1.2rem, 2.4vw, 2.4rem); justify-self: center; }
.top__actions { justify-self: end; display: flex; align-items: center; gap: var(--s3); }
.top__wa { display: inline-flex; align-items: center; gap: .45rem; min-height: 42px; padding: 0 1.1rem; border-radius: 999px; background: var(--saffron); color: var(--ink); font-weight: 800; font-size: 1rem; text-decoration: none; box-shadow: 0 3px 0 var(--ink); transition: translate .25s var(--pop), box-shadow .25s var(--ease), background-color .2s; }
.top__wa:hover { background: var(--saffron-hi); translate: 0 -2px; box-shadow: 0 5px 0 var(--ink); }
.top__wa:active { translate: 0 2px; box-shadow: 0 1px 0 var(--ink); }
.top__wa svg { width: 1.25em; height: 1.25em; }
.top__nav a.is-active { background-size: 100% 3px; }
.top__nav a { font-weight: 700; font-size: 1rem; text-decoration: none; padding-block: .25rem; background: linear-gradient(var(--pom), var(--pom)) no-repeat 100% 100% / 0 3px; transition: background-size .4s var(--ease); }
.top__nav a:hover, .top__nav a[aria-current="page"] { background-size: 100% 3px; }
.top__call { display: inline-flex; align-items: center; gap: .45rem; font-weight: 800; text-decoration: none; font-variant-numeric: tabular-nums; }

/* ---------- Buttons & links ---------- */
.btn-saffron, .btn-ink {
  display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
  min-height: 58px; padding: 0 1.7rem;
  font: 800 1.15rem/1 var(--body); text-decoration: none;
  border-radius: 999px;
  transition: translate .3s var(--pop), box-shadow .3s var(--ease), background-color .2s, opacity .3s;
}
.btn-saffron { background: var(--saffron); color: var(--ink); box-shadow: 0 4px 0 var(--ink), 0 10px 22px -10px rgba(10, 20, 70, .6); }
.btn-saffron:hover { background: var(--saffron-hi); translate: 0 -3px; box-shadow: 0 7px 0 var(--ink), 0 16px 26px -12px rgba(10, 20, 70, .6); }
.btn-saffron:active { translate: 0 3px; box-shadow: 0 1px 0 var(--ink), 0 4px 10px -6px rgba(10, 20, 70, .6); }
.btn-saffron svg { width: 1.4em; height: 1.4em; }
.btn-saffron.is-empty { opacity: .5; pointer-events: none; }
.btn-ink { background: transparent; color: var(--ink); box-shadow: inset 0 0 0 2.5px var(--ink); }
.btn-ink:hover { background: var(--ink); color: var(--glaze); }

.link-light, .link-ink { display: inline-flex; align-items: center; gap: .4rem; font-weight: 700; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: .32em; }
.link-light { color: var(--on-cobalt); text-decoration-color: var(--saffron); }
.link-ink { text-decoration-color: var(--pom); }
.link-light:hover, .link-ink:hover { text-decoration-color: currentColor; }

.h2 { font: 400 clamp(2.6rem, 5.6vw, 4.6rem)/1.02 var(--display); letter-spacing: -.01em; margin-block-end: var(--s3); color: var(--ink); }

.stars { display: inline-flex; gap: 2px; color: var(--saffron); }
.stars svg { width: 1rem; height: 1rem; }
.stars svg:last-child { -webkit-mask: linear-gradient(to left, #000 80%, rgba(0,0,0,.28) 80%); mask: linear-gradient(to left, #000 80%, rgba(0,0,0,.28) 80%); }
.stars--lg svg { width: 2rem; height: 2rem; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  display: grid; grid-template-columns: 1fr 1.05fr; align-items: center; gap: var(--s4);
  min-height: min(calc(100svh - 66px), 900px);
  padding: var(--s5) var(--gutter) 0;
  background: var(--cobalt);
  color: var(--on-cobalt);
  overflow: hidden;
}
.hero::before { /* dotted glaze texture on the cobalt field */
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .09;
  background: radial-gradient(circle at 50% 50%, var(--on-cobalt) 0 2px, transparent 2.5px) 0 0 / 34px 34px;
}
.hero__copy { position: relative; z-index: 2; display: grid; gap: var(--s3); justify-items: start; padding-block-end: var(--s5); }
.hero__title { font: 400 clamp(3rem, 6.2vw, 5.9rem)/0.98 var(--display); letter-spacing: -.015em; max-width: 12ch; }
.hero__title em { font-style: normal; display: block; color: var(--saffron); margin-block-start: .12em; }
.hero__lede { max-width: 38ch; font-size: 1.25rem; color: var(--on-cobalt-soft); }
.hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: var(--s2) var(--s3); }
.hero__note { display: flex; flex-wrap: wrap; align-items: center; gap: .4rem .8rem; font-size: 1rem; color: var(--on-cobalt-soft); }
.g-tag { display: inline-flex; align-items: center; gap: .6rem; padding: .5rem 1rem .5rem .9rem; border-radius: 999px; background: var(--cobalt-deep); color: var(--on-cobalt); text-decoration: none; box-shadow: inset 0 0 0 1.5px rgba(245,246,242,.25); transition: box-shadow .2s; }
.g-tag:hover { box-shadow: inset 0 0 0 1.5px var(--saffron); }
.g-tag b { font: 400 1.5rem/1 var(--display); }
.g-tag > span:last-child { font-size: .95rem; color: var(--on-cobalt-soft); }

/* the table: plate + family */
.table { position: relative; align-self: end; justify-self: center; width: min(42vw, 600px); aspect-ratio: 1 / 1.26; }
.plate { position: absolute; inset: 0 0 auto 0; aspect-ratio: 1; border-radius: 50%; box-shadow: 0 30px 60px -20px rgba(5, 12, 50, .75), 0 0 0 12px rgba(245,246,242,.07); }
.plate__rim { position: absolute; inset: 0; width: 100%; height: 100%; }
.rim-turn { transform-origin: 0 0; animation: turn 60s linear infinite; }
@keyframes turn { to { transform: rotate(360deg); } }
.plate__food { position: absolute; inset: 15%; border-radius: 50%; overflow: hidden; background: var(--ink); }
.plate__food img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; scale: 1.15; rotate: -8deg; transition: opacity 1.2s var(--ease), scale 2.4s var(--ease), rotate 2.4s var(--ease); }
.plate__food img.is-on { opacity: 1; scale: 1; rotate: 0deg; }

.fig { position: absolute; z-index: 3; bottom: 0; height: auto; filter: drop-shadow(0 -6px 18px rgba(5, 12, 50, .35)); }
.fig--grandma { left: -2%; width: 34%; }
.fig--kid { left: 31%; width: 30%; }
.fig--mom { left: 64%; width: 36%; }

.bubble {
  position: absolute; z-index: 4;
  padding: .55rem 1rem; border-radius: 22px;
  background: var(--glaze); color: var(--ink);
  font: 400 1.1rem/1.2 var(--display); white-space: nowrap;
  box-shadow: 0 8px 20px -8px rgba(5, 12, 50, .6);
  opacity: 0; scale: .4; transform-origin: bottom center;
  animation: bubble-in .7s var(--pop) forwards;
}
.bubble::after { content: ""; position: absolute; bottom: -9px; left: var(--tail, 50%); translate: -50% 0; border: 10px solid transparent; border-top-color: var(--bubble-bg, var(--glaze)); border-bottom: 0; }
.bubble--grandma { left: 2%; bottom: 30.2%; --tail: 46%; animation-delay: 1.1s; }
.bubble--kid { left: 36%; bottom: 26.4%; --tail: 50%; animation-delay: 1.9s; background: var(--saffron); --bubble-bg: var(--saffron); }
.bubble--mom { right: -6%; bottom: 32.1%; --tail: 26%; animation-delay: 2.7s; }

@keyframes bubble-in { to { opacity: 1; scale: 1; } }

/* ---------- Why / owners ---------- */
.why { display: grid; grid-template-columns: 5fr 7fr; gap: var(--s5); align-items: end; padding: var(--s6) var(--gutter); }
.why__owners { position: relative; display: flex; justify-content: center; align-items: flex-end; padding: var(--s4) 0 0; }
.why__owners::before { /* painted ground under the owners */
  content: ""; position: absolute; inset: auto 6% 0 6%; height: 62%; border-radius: 50% 50% 0 0 / 70% 70% 0 0;
  background: var(--turq); z-index: 0;
}
.why__owners img { position: relative; z-index: 1; width: 44%; height: auto; }
.why__owners::after { content: ""; position: absolute; z-index: 2; inset-inline: 0; bottom: -10px; height: 14px; border-radius: 999px; background: var(--ink); }
.why__owners img + img { margin-inline-start: 3%; }
.why__lede { font-size: 1.3rem; max-width: 42ch; color: var(--ink-soft); margin-block-end: var(--s4); }
.points { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: var(--s4); }
.points li { position: relative; padding-inline-start: 2.6rem; }
.points li::before { /* painted rosette marker */
  content: ""; position: absolute; inset-inline-start: 0; top: .35rem; width: 1.7rem; height: 1.7rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-12 -12 24 24'%3E%3Cg fill='%23D72F43'%3E%3Cpath d='M0-11c3 3 3 6 0 8-3-2-3-5 0-8Z'/%3E%3Cpath d='M0-11c3 3 3 6 0 8-3-2-3-5 0-8Z' transform='rotate(72)'/%3E%3Cpath d='M0-11c3 3 3 6 0 8-3-2-3-5 0-8Z' transform='rotate(144)'/%3E%3Cpath d='M0-11c3 3 3 6 0 8-3-2-3-5 0-8Z' transform='rotate(216)'/%3E%3Cpath d='M0-11c3 3 3 6 0 8-3-2-3-5 0-8Z' transform='rotate(288)'/%3E%3C/g%3E%3Ccircle r='2.4' fill='%231B3A9E'/%3E%3C/svg%3E") center / contain no-repeat;
}
.points h3 { font: 400 1.75rem/1.1 var(--display); margin-block-end: .35rem; }
.points p { color: var(--ink-soft); }

/* ---------- Services ---------- */
.services { padding: 0 var(--gutter) var(--s6); }
.services__row { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s5); }
.service { position: relative; }
.service--alt { margin-block-start: var(--s6); }
.arch {
  position: relative; aspect-ratio: 4 / 5; overflow: hidden;
  border-radius: 999px 999px 18px 18px;
  outline: 3px solid var(--ink); outline-offset: 8px;
  margin: 12px 12px var(--s4);
  background: var(--ink);
}
.arch img { width: 100%; height: 100%; object-fit: cover; transition: scale 1.4s var(--ease); }
.service:hover .arch img { scale: 1.05; }
.frame { position: relative; margin-block-end: var(--s4); }
.frame .arch { margin-block-end: 12px; }
.service__fig { position: absolute; z-index: 2; left: -7%; bottom: 0; width: 38%; height: auto; filter: drop-shadow(0 -4px 14px rgba(10,20,70,.25)); }
.service__fig--reading { height: auto; width: clamp(220px, 24vw, 340px); inset-inline-start: auto; inset-inline-end: -8%; top: -9%; }
.service h3 { font: 400 clamp(2rem, 3.4vw, 2.8rem)/1.05 var(--display); margin-block-end: .6rem; }
.service p { color: var(--ink-soft); max-width: 46ch; }
.service__cta { display: inline-flex; align-items: center; gap: .45rem; margin-block-start: var(--s2); padding-block: .3rem; font-weight: 800; color: var(--ink); text-decoration: underline; text-decoration-color: var(--pom); text-decoration-thickness: 3px; text-underline-offset: .35em; transition: gap .3s var(--pop); }
.service__cta:hover { gap: .8rem; }

/* ---------- Wishlist (signature) ---------- */
.wishlist {
  padding: var(--s6) var(--gutter);
  background:
    linear-gradient(90deg, rgba(27, 58, 158, .55) 50%, transparent 0) 0 0 / 56px 56px,
    linear-gradient(rgba(27, 58, 158, .55) 50%, transparent 0) 0 0 / 56px 56px,
    var(--glaze);
}
.napkin {
  max-width: 1080px; margin-inline: auto;
  padding: clamp(1.5rem, 5vw, 4rem);
  background: var(--glaze);
  border-radius: 28px;
  box-shadow: 0 0 0 3px var(--ink), 0 0 0 12px var(--glaze), 0 0 0 15px var(--ink), 0 40px 60px -30px rgba(10, 20, 70, .7);
  text-align: center;
}
.napkin .h2 { margin-inline: auto; max-width: 18ch; }
.napkin__lede { color: var(--ink-soft); font-size: 1.25rem; max-width: 44ch; margin: 0 auto var(--s3); }
.napkin__hint { margin: var(--s3) auto var(--s3); font-weight: 700; font-size: 1rem; color: var(--turq-deep); }
.family { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: var(--s2); align-items: end; margin-block-end: var(--s3); }
.family::before { content: ""; position: absolute; inset-inline: -3%; bottom: 0; height: 52px; border-radius: 16px; background: var(--cobalt); box-shadow: 0 8px 0 var(--ink); }
.member { position: relative; display: grid; justify-items: center; gap: 0; padding-block-start: 5.2rem; }
.member img { width: 100%; max-width: 150px; height: auto; transition: translate .5s var(--pop), rotate .5s var(--pop); }
.member figcaption { position: relative; z-index: 1; display: grid; place-items: center; height: 52px; font: 400 1.15rem/1 var(--display); color: var(--glaze); }
.member__bubble {
  position: absolute; top: .4rem; inset-inline: 4%;
  min-height: 3.4rem; display: grid; place-items: center;
  padding: .45rem .7rem; border-radius: 18px;
  background: var(--turq); color: var(--glaze);
  font: 400 1rem/1.15 var(--display);
  opacity: 0; scale: .5; transform-origin: 50% 100%;
  transition: opacity .25s, scale .45s var(--pop);
}
.member__bubble::after { content: ""; position: absolute; bottom: -8px; inset-inline-start: 50%; translate: 50% 0; border: 9px solid transparent; border-top-color: var(--turq); border-bottom: 0; }
.member.has-wish .member__bubble { opacity: 1; scale: 1; }
.member.is-talking img { translate: 0 -8px; rotate: -3deg; }
@keyframes speak { 0% { scale: .6; } 100% { scale: 1; } }

.wishes { border: 0; margin: 0 0 var(--s4); padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: .7rem; }
.wish {
  min-height: 48px; padding: .5rem 1.15rem;
  border: 0; border-radius: 999px; cursor: pointer;
  background: var(--glaze); color: var(--ink);
  font-weight: 700; font-size: 1.05rem;
  box-shadow: inset 0 0 0 2px var(--ink);
  transition: background-color .2s, color .2s, translate .3s var(--pop), box-shadow .2s;
}
.wish::before { content: "+"; display: inline-block; margin-inline-end: .45rem; font-weight: 800; transition: rotate .3s var(--pop); }
.wish:hover { translate: 0 -2px; box-shadow: inset 0 0 0 2px var(--ink), 0 6px 0 -2px var(--ink); }
.wish[aria-pressed="true"] { background: var(--ink); color: var(--glaze); }
.wish[aria-pressed="true"]::before { rotate: 45deg; }

.napkin__send { display: grid; justify-items: center; gap: var(--s2); }
.napkin__count { font-weight: 700; color: var(--ink-soft); min-height: 1.6em; }

/* ---------- Menu (process) ---------- */
.menu-sec { position: relative; padding: var(--s6) var(--gutter); background: var(--pom); overflow: hidden; }
.menu {
  position: relative; z-index: 2;
  max-width: 640px; margin-inline: auto;
  padding: var(--s5) clamp(1.5rem, 5vw, 4rem);
  background: var(--glaze);
  text-align: center;
  border-radius: 6px;
  box-shadow: inset 0 0 0 10px var(--glaze), inset 0 0 0 12px var(--ink), inset 0 0 0 16px var(--glaze), inset 0 0 0 17px var(--ink), 0 40px 60px -30px rgba(60, 5, 15, .7);
  rotate: -1.2deg;
}
.menu__kind { font-weight: 800; color: var(--pom-deep); letter-spacing: .02em; }
.menu__title { margin-block: .2rem var(--s4); }
.menu__list { list-style: none; margin: 0; padding: 0; display: grid; gap: var(--s4); }
.menu__list li { display: grid; gap: .25rem; }
.menu__list li + li::before { content: ""; justify-self: center; width: 84px; height: 14px; margin-block-end: var(--s3); background: var(--band) repeat-x center / 28px 14px; }
.menu__course { font-weight: 700; font-size: .95rem; color: var(--turq-deep); }
.menu__list h3 { font: 400 2.2rem/1 var(--display); }
.menu__list p { color: var(--ink-soft); max-width: 34ch; margin-inline: auto; }
.menu-sec__fig { position: absolute; z-index: 1; filter: drop-shadow(0 16px 18px rgba(60, 5, 15, .35)); }
.menu-sec__fig--a { height: clamp(220px, 26vw, 380px); inset-inline-start: 5%; bottom: 0; }
.menu-sec__fig--b { width: clamp(260px, 30vw, 460px); inset-inline-end: 3%; top: 10%; }

/* ---------- Gallery teaser ---------- */
.teaser { position: relative; padding: var(--s6) var(--gutter); }
.teaser__head { display: grid; justify-items: start; gap: var(--s2); max-width: 40ch; margin-block-end: var(--s5); }
.teaser__head .h2 { margin: 0; }
.teaser__head p { color: var(--ink-soft); }
.teaser__row { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--s3); align-items: center; }
.teaser__item { display: block; overflow: hidden; background: var(--ink); outline: 3px solid var(--ink); outline-offset: 6px; margin: 9px; transition: translate .5s var(--pop), rotate .5s var(--pop); }
.teaser__item img { width: 100%; height: 100%; object-fit: cover; }
.teaser__item--plate { aspect-ratio: 1; border-radius: 50%; }
.teaser__item--arch { aspect-ratio: 3 / 4; border-radius: 999px 999px 14px 14px; }
.teaser__item:nth-child(odd):hover { rotate: -4deg; translate: 0 -8px; }
.teaser__item:nth-child(even):hover { rotate: 4deg; translate: 0 -8px; }
.teaser__fig { position: absolute; width: clamp(220px, 24vw, 330px); inset-inline-end: var(--gutter); top: calc(var(--s6) - 3rem); }

/* ---------- Rating ---------- */
.rating { position: relative; display: flex; align-items: center; gap: var(--s5); padding: var(--s5) var(--gutter); background: var(--turq-deep); color: var(--glaze); overflow: hidden; }
.rating__score { font: 400 clamp(8rem, 20vw, 15rem)/0.8 var(--display); letter-spacing: -.03em; color: var(--glaze); text-shadow: 0 8px 0 var(--ink); }
.rating__body { position: relative; z-index: 2; display: grid; gap: var(--s2); justify-items: start; max-width: 38ch; }
.rating__body p { font-size: 1.4rem; font-weight: 600; }
.rating .link-light { color: var(--glaze); text-decoration-color: var(--saffron); }
.rating__fig { position: absolute; inset-inline-end: var(--gutter); bottom: 0; height: 92%; }

/* ---------- Google reviews ---------- */
.reviews-sec { padding: var(--s6) var(--gutter) 0; }
.reviews-sec__head { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: var(--s2) var(--s4); margin-block-end: var(--s4); }
.reviews-sec__head .h2 { margin: 0; }
.carousel { position: relative; margin-inline: calc(var(--gutter) * -1); -webkit-mask-image: linear-gradient(to right, transparent 0, #000 22%, #000 78%, transparent 100%); mask-image: linear-gradient(to right, transparent 0, #000 22%, #000 78%, transparent 100%); }
.reviews { --card: min(540px, 78vw); list-style: none; margin: 0; display: grid; grid-auto-flow: column; grid-auto-columns: var(--card); gap: var(--s3); overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; padding: var(--s2) calc(50% - var(--card) / 2) var(--s4); }
.reviews::-webkit-scrollbar { display: none; }
.reviews .review { scroll-snap-align: center; opacity: .4; scale: .92; transition: opacity .5s var(--ease), scale .6s var(--ease); }
.reviews .review.is-current { opacity: 1; scale: 1; }
.carousel__nav { display: flex; align-items: center; justify-content: center; gap: var(--s3); margin-block-start: var(--s2); }
.carousel__btn { display: grid; place-items: center; width: 48px; height: 48px; border: 0; border-radius: 50%; cursor: pointer; background: var(--glaze); color: var(--ink); box-shadow: inset 0 0 0 2.5px var(--ink); transition: background-color .2s, color .2s; }
.carousel__btn:hover { background: var(--ink); color: var(--glaze); }
.carousel__btn svg { width: 22px; height: 22px; }
.carousel__dots { display: flex; gap: .5rem; }
.carousel__dots button { width: 12px; height: 12px; padding: 0; border: 0; border-radius: 999px; cursor: pointer; background: rgba(22, 40, 122, .25); transition: width .4s var(--ease), background-color .3s; }
.carousel__dots button[aria-current="true"] { width: 32px; background: var(--ink); }
.review { display: flex; flex-direction: column; gap: var(--s2); padding: var(--s3) var(--s3) var(--s3); border-radius: 22px; background: var(--glaze); box-shadow: inset 0 0 0 2.5px var(--ink), 0 14px 0 -8px var(--turq); }
.review__top { display: flex; align-items: center; justify-content: space-between; gap: var(--s2); }
.review__stars { display: inline-flex; gap: 2px; color: var(--saffron); }
.review__stars svg { width: 1.15rem; height: 1.15rem; }
.review__when { font-size: .92rem; color: var(--ink-soft); }
.review__text { flex: 1; font-size: 1.05rem; line-height: 1.7; display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical; overflow: hidden; }
.review__who { display: flex; align-items: center; gap: .7rem; padding-block-start: var(--s2); border-block-start: 2px dotted rgba(22, 40, 122, .22); }
.review__photo { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; box-shadow: 0 0 0 2px var(--glaze), 0 0 0 4px var(--ink); }
.review__name { font: 400 1.15rem/1.2 var(--display); color: var(--ink); text-decoration: none; }
a.review__name:hover { text-decoration: underline; text-decoration-color: var(--pom); text-underline-offset: .3em; }
.reviews-sec__credit { margin-block-start: var(--s3); font-size: .9rem; color: var(--ink-soft); }
@media (max-width: 680px) {
  .carousel { -webkit-mask-image: linear-gradient(to right, transparent 0, #000 12%, #000 88%, transparent 100%); mask-image: linear-gradient(to right, transparent 0, #000 12%, #000 88%, transparent 100%); }
}

/* ---------- Contact ---------- */
.contact { display: grid; grid-template-columns: 7fr 5fr; gap: var(--s5); padding: var(--s6) var(--gutter); align-items: center; }
.contact__main { display: flex; align-items: flex-end; gap: var(--s3); }
.portrait { position: relative; flex: none; width: clamp(190px, 20vw, 280px); aspect-ratio: 1; border-radius: 50%; overflow: hidden; background: var(--turq); box-shadow: 0 0 0 10px var(--glaze), 0 0 0 13px var(--ink); margin: 13px; }
.portrait img { position: absolute; bottom: 0; left: 50%; translate: -50% 0; width: 78%; height: auto; }
.contact__main p { color: var(--ink-soft); font-size: 1.25rem; max-width: 40ch; }
.contact__actions { display: flex; flex-wrap: wrap; gap: var(--s2); margin-block-start: var(--s4); }
.contact__facts { margin: 0; display: grid; gap: var(--s3); }
.fact { padding: var(--s3) var(--s4); border-radius: 22px; background: var(--glaze); box-shadow: inset 0 0 0 2.5px var(--ink); }
.fact dt { font: 400 1.8rem/1 var(--display); margin-block-end: .5rem; color: var(--pom-deep); }
.fact dd { margin: 0; font-size: 1.15rem; }
.fact .link-ink { margin-block-start: .4rem; }
.hours { border-collapse: collapse; font-variant-numeric: tabular-nums; }
.hours th { text-align: start; font-weight: 400; padding: .15rem 0 .15rem 1.6rem; }
.hours td { font-weight: 800; text-align: end; }

/* ---------- Footer ---------- */
.foot { background: var(--cobalt); color: var(--on-cobalt); }
.foot .band { background-color: var(--cobalt-deep); }
.foot__row { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: var(--s3); padding: var(--s4) var(--gutter) var(--s3); }
.foot__brand { display: grid; gap: .5rem; }
.foot__brand p { color: var(--on-cobalt-soft); font-size: .98rem; }
.foot__brand a { color: var(--on-cobalt); text-decoration-color: var(--saffron); text-underline-offset: .25em; }
.foot__nav { display: flex; flex-wrap: wrap; gap: .4rem 1.6rem; }
.foot__nav a { color: var(--on-cobalt); font-weight: 700; text-decoration: underline; text-decoration-color: rgba(242, 178, 51, .7); text-decoration-thickness: 2px; text-underline-offset: .3em; }
.foot__nav a:hover, .foot__nav a[aria-current="page"] { text-decoration-color: var(--saffron); color: var(--saffron); }
.foot__demo { padding: var(--s2) var(--gutter) var(--s3); border-block-start: 1px solid rgba(245,246,242,.15); font-size: .85rem; color: var(--on-cobalt-soft); }

.dock { display: none; }

/* ---------- Reveal on scroll ---------- */
@media (prefers-reduced-motion: no-preference) {
  .js .rise { opacity: 0; translate: 0 40px; transition: opacity .9s var(--ease), translate 1.1s var(--ease); }
  .js .rise.is-in { opacity: 1; translate: 0 0; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .top { grid-template-columns: 1fr auto; }
  .top__actions { gap: var(--s2); }
  .top__nav { display: none; }
  .hero { grid-template-columns: 1fr; min-height: 0; padding-block: var(--s5) 0; gap: var(--s4); }
  .hero__copy { padding-block-end: 0; }
  .table { width: min(80vw, 560px); aspect-ratio: 1 / 1.1; }
  .bubble--grandma { bottom: 34.5%; }
  .bubble--kid { bottom: 30%; }
  .bubble--mom { bottom: 36.6%; }
  .why, .contact { grid-template-columns: 1fr; gap: var(--s4); }
  .menu-sec__fig--b { display: none; }
  .rating__fig { height: 60%; }
  .teaser__fig { display: none; }
}
@media (max-width: 680px) {
  body { font-size: 1.0625rem; padding-block-end: 70px; }
  .wordmark__trade { display: none; }
  .top__wa { display: none; }
  .top { padding-block: 10px; }
  .hero { padding-block: var(--s4) 0; }
  .hero__title { font-size: clamp(2.7rem, 12.5vw, 3.6rem); }
  .hero__actions .btn-saffron { width: 100%; }
  .table { width: 94vw; }
  .bubble { font-size: .84rem; padding: .4rem .65rem; border-radius: 16px; }
  .bubble--grandma { left: 0; bottom: 36%; --tail: 40%; }
  .bubble--kid { left: 34%; bottom: 43%; --tail: 55%; }
  .bubble--mom { right: -1%; bottom: 38%; --tail: 30%; }
  .points { grid-template-columns: 1fr; }
  .services__row { grid-template-columns: 1fr; gap: var(--s5); }
  .service--alt { margin-block-start: 0; }
  .service__fig { width: 40%; left: -4%; }
  .service__fig--reading { width: 210px; height: auto; top: -7%; inset-inline-end: -4%; }
  .family { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: .3rem; }
  .member { padding-block-start: 4.6rem; }
  .member__bubble { font-size: .78rem; min-height: 3.2rem; padding: .35rem .3rem; inset-inline: -2%; border-radius: 12px; }
  .family::before { height: 40px; border-radius: 12px; }
  .member figcaption { height: 40px; }
  .member figcaption { font-size: .95rem; }
  .napkin { border-radius: 20px; box-shadow: 0 0 0 3px var(--ink), 0 0 0 8px var(--glaze), 0 0 0 10px var(--ink), 0 30px 50px -30px rgba(10,20,70,.7); }
  .wish { font-size: .98rem; min-height: 44px; padding-inline: .9rem; }
  .menu { rotate: 0deg; --menu-rot: 0deg; padding-block: var(--s4); }
  .menu-sec__fig--a { display: none; }
  .teaser__row { grid-template-columns: 1fr 1fr; }
  .rating { flex-direction: column; align-items: flex-start; gap: var(--s3); padding-block-end: 13rem; }
  .rating__fig { height: 200px; }
  .contact__main { flex-direction: column-reverse; align-items: flex-start; }
  .portrait { width: 170px; }
  .contact__actions .btn-saffron, .contact__actions .btn-ink { flex: 1 1 100%; }
  .dock {
    display: grid; grid-template-columns: 1.3fr 1fr; gap: 6px;
    position: fixed; inset-inline: 0; bottom: 0; z-index: 50;
    padding: 6px; padding-block-end: max(6px, env(safe-area-inset-bottom));
    background: var(--ink);
  }
  .dock a { display: flex; align-items: center; justify-content: center; gap: .5rem; min-height: 54px; border-radius: 999px; font-weight: 800; text-decoration: none; }
  .dock__wa { background: var(--saffron); color: var(--ink); }
  .dock__call { background: var(--cobalt); color: var(--glaze); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .rim-turn { animation: none; }
  .bubble { animation: none; opacity: 1; scale: 1; }
  .plate__food img { scale: 1; rotate: 0deg; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

/* ================= Gallery page ================= */
.g-hero { position: relative; overflow: hidden; display: flex; align-items: flex-end; min-height: 380px; padding: var(--s5) var(--gutter) var(--s4); background: var(--cobalt); color: var(--on-cobalt); }
.g-hero::before { content: ""; position: absolute; inset: 0; opacity: .09; pointer-events: none; background: radial-gradient(circle, var(--on-cobalt) 0 2px, transparent 2.5px) 0 0 / 34px 34px; }
.g-hero__copy { position: relative; z-index: 2; display: grid; gap: var(--s2); max-width: 44ch; }
.g-hero__title { font: 400 clamp(4rem, 12vw, 9rem)/0.85 var(--display); color: var(--saffron); }
.g-hero__copy p { font-size: 1.25rem; color: var(--on-cobalt-soft); }
.g-hero__copy .g-hero__note { font-size: .95rem; }
.g-hero__fig { position: absolute; bottom: -2%; inset-inline-end: calc(var(--gutter) + 12%); height: 110%; }
.g-hero__fig--b { height: auto; width: clamp(170px, 17vw, 250px); inset-inline-end: calc(var(--gutter) + 26%); bottom: 10%; }

.g-body { padding: var(--s5) var(--gutter) var(--s6); }
.g-filters { display: flex; flex-wrap: wrap; gap: .6rem; margin-block-end: var(--s4); }
.filter { display: inline-flex; align-items: center; gap: .55rem; min-height: 46px; padding: .4rem .6rem .4rem 1.1rem; border: 0; border-radius: 999px; cursor: pointer; background: var(--glaze); color: var(--ink); font-weight: 700; font-size: 1.05rem; box-shadow: inset 0 0 0 2px var(--ink); transition: background-color .2s, color .2s; }
.filter:hover { background: var(--glaze-2); }
.filter__count { display: grid; place-items: center; min-width: 1.8rem; height: 1.8rem; padding: 0 .45rem; border-radius: 999px; background: var(--glaze-2); font-size: .85rem; font-weight: 800; font-variant-numeric: tabular-nums; }
.filter[aria-pressed="true"] { background: var(--ink); color: var(--glaze); }
.filter[aria-pressed="true"] .filter__count { background: var(--saffron); color: var(--ink); }
.g-grid { list-style: none; margin: 0; padding: 0; columns: 3 300px; column-gap: var(--s3); }
.g-item { break-inside: avoid; margin-block-end: var(--s3); animation: g-in .8s var(--ease) both; animation-delay: calc(min(var(--i), 12) * 50ms); }
@keyframes g-in { from { opacity: 0; translate: 0 24px; } }
.g-item__btn { display: block; width: 100%; padding: 0; border: 0; cursor: zoom-in; background: var(--ink); border-radius: 18px; overflow: hidden; box-shadow: 0 0 0 3px var(--ink); transition: rotate .45s var(--pop), translate .45s var(--pop), box-shadow .3s; }
.g-item:nth-child(3n+1) .g-item__btn { border-radius: 999px 999px 18px 18px; }
.g-item__btn img { width: 100%; height: auto; transition: scale 1.2s var(--ease); }
.g-item__btn:hover { translate: 0 -6px; rotate: -1deg; box-shadow: 0 0 0 3px var(--ink), 0 10px 0 0 var(--saffron); }
.g-item:nth-child(even) .g-item__btn:hover { rotate: 1deg; }
.g-item__btn:hover img { scale: 1.04; }
.g-empty { font: 400 1.6rem/1.2 var(--display); color: var(--ink-soft); }

.g-cta { display: grid; justify-items: center; gap: var(--s2); text-align: center; padding: var(--s6) var(--gutter); background: var(--glaze-2); }
.g-cta .h2 { margin: 0; }
.g-cta p { color: var(--ink-soft); font-size: 1.2rem; max-width: 42ch; margin-block-end: var(--s2); }

.lightbox { width: 100vw; height: 100dvh; max-width: none; max-height: none; margin: 0; padding: 0; border: 0; background: transparent; color: var(--glaze); }
.lightbox::backdrop { background: rgba(10, 18, 60, .94); }
.lightbox[open] { display: grid; place-items: center; animation: lb-in .35s var(--ease); }
@keyframes lb-in { from { opacity: 0; } }
.lightbox__figure { display: grid; gap: var(--s2); justify-items: center; padding: 72px 80px 24px; max-width: 100%; }
.lightbox__img { max-width: min(1200px, 100%); max-height: calc(100dvh - 160px); width: auto; height: auto; border-radius: 14px; box-shadow: 0 0 0 3px var(--glaze), 0 30px 60px rgba(0,0,0,.5); }
.lightbox__cap { font-weight: 600; color: var(--on-cobalt-soft); text-align: center; }
.lightbox__btn { position: fixed; display: grid; place-items: center; width: 56px; height: 56px; border: 0; border-radius: 50%; background: var(--glaze); color: var(--ink); cursor: pointer; transition: scale .3s var(--pop), background-color .2s; }
.lightbox__btn:hover { scale: 1.08; background: var(--saffron); }
.lightbox__btn svg { width: 26px; height: 26px; }
.lightbox__close { top: 16px; inset-inline-start: 16px; }
.lightbox__prev { top: 50%; translate: 0 -50%; inset-inline-start: 16px; }
.lightbox__next { top: 50%; translate: 0 -50%; inset-inline-end: 16px; }

@media (max-width: 680px) {
  .g-hero { min-height: 420px; align-items: flex-start; }
  .g-hero__fig { height: 60%; inset-inline-end: 34%; }
  .g-hero__fig--b { width: 150px; bottom: 4%; }
  .g-grid { columns: 2 140px; column-gap: .7rem; }
  .g-item { margin-block-end: .7rem; }
  .g-item__btn { border-radius: 12px; }
  .lightbox__figure { padding: 72px 12px 90px; }
  .lightbox__prev, .lightbox__next { top: auto; bottom: 18px; translate: none; }
}

/* ================= Legal pages ================= */
.legal__hero { position: relative; overflow: hidden; display: flex; align-items: flex-end; min-height: 340px; padding: var(--s5) var(--gutter) 0; background: var(--cobalt); color: var(--on-cobalt); }
.legal__hero::before { content: ""; position: absolute; inset: 0; opacity: .09; pointer-events: none; background: radial-gradient(circle, var(--on-cobalt) 0 2px, transparent 2.5px) 0 0 / 34px 34px; }
.legal__hero-copy { position: relative; z-index: 2; display: grid; gap: var(--s2); max-width: 52ch; padding-block-end: var(--s5); }
.legal__hero h1 { font: 400 clamp(3rem, 8vw, 5.6rem)/0.95 var(--display); color: var(--saffron); }
.legal__hero p { font-size: 1.2rem; color: var(--on-cobalt-soft); }
.legal__hero .legal__updated { font-size: 1rem; font-weight: 700; color: var(--on-cobalt); }
.legal__fig { position: absolute; bottom: 0; left: var(--gutter); width: clamp(180px, 20vw, 290px); height: auto; }

.legal__layout { display: grid; grid-template-columns: minmax(220px, 280px) minmax(0, 72ch); justify-content: center; gap: clamp(2rem, 6vw, 6rem); padding: var(--s5) var(--gutter) var(--s6); }
.legal__aside { position: sticky; top: 96px; align-self: start; display: grid; gap: var(--s4); }
.legal__toc-title { font: 400 1.3rem/1 var(--display); margin-block-end: var(--s2); }
.legal__toc ol { list-style: none; margin: 0; padding: 0; display: grid; gap: .15rem; border-inline-start: 3px solid var(--glaze-2); }
.legal__toc a { display: flex; gap: .45rem; padding: .35rem .9rem; margin-inline-start: -3px; border-inline-start: 3px solid transparent; font-weight: 600; font-size: 1rem; line-height: 1.4; text-decoration: none; color: var(--ink-soft); transition: color .2s, border-color .2s; }
.legal__toc a span { font-variant-numeric: tabular-nums; color: var(--pom-deep); }
.legal__toc a:hover, .legal__toc a.is-here { color: var(--ink); border-inline-start-color: var(--pom); }
.legal__others { display: grid; gap: .4rem; }
.legal__others a { font-weight: 700; text-decoration: underline; text-decoration-color: var(--pom); text-decoration-thickness: 2px; text-underline-offset: .3em; }

.legal__doc { font-size: 1.125rem; line-height: 1.85; color: var(--ink); }
.legal__doc section { scroll-margin-top: 96px; padding-block-end: var(--s4); margin-block-end: var(--s4); border-block-end: 2px dotted rgba(22, 40, 122, .22); }
.legal__doc section:last-of-type { border: 0; }
.legal__doc h2 { font: 400 clamp(1.7rem, 3vw, 2.2rem)/1.15 var(--display); margin-block-end: var(--s2); }
.legal__num { color: var(--pom-deep); margin-inline-end: .2rem; }
.legal__doc h3 { font: 800 1.2rem/1.4 var(--body); margin-block: var(--s3) .4rem; }
.legal__doc p + p { margin-block-start: .9rem; }
.legal__doc ul { margin: .8rem 0; padding: 0; list-style: none; display: grid; gap: .6rem; }
.legal__doc ul li { position: relative; padding-inline-start: 1.6rem; }
.legal__doc ul li::before { content: ""; position: absolute; inset-inline-start: .2rem; top: .7em; width: .55rem; height: .55rem; border-radius: 50%; background: var(--turq); box-shadow: 0 0 0 3px rgba(30, 158, 154, .18); }
.legal__doc a { font-weight: 700; text-decoration-color: var(--pom); text-decoration-thickness: 2px; text-underline-offset: .28em; }
.legal__doc strong { font-weight: 800; }
.legal__contact { margin: var(--s3) 0; display: grid; gap: 0; border-radius: 18px; overflow: hidden; box-shadow: inset 0 0 0 2.5px var(--ink); }
.legal__contact > div { display: grid; grid-template-columns: 8rem 1fr; gap: var(--s2); padding: .8rem 1.3rem; }
.legal__contact > div + div { border-block-start: 1.5px solid rgba(22, 40, 122, .18); }
.legal__contact dt { font-weight: 800; }
.legal__contact dd { margin: 0; }
.a11y-groups { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--s3); margin-block: var(--s3); }
.a11y-groups > div { padding: var(--s3); border-radius: 18px; background: var(--glaze-2); }
.a11y-groups h3 { margin-block-start: 0; font: 400 1.35rem/1.2 var(--display); color: var(--ink); }
.a11y-groups ul { gap: .3rem; font-size: 1.05rem; }
.legal__help { display: grid; justify-items: start; gap: var(--s2); padding: var(--s4); border-radius: 24px; background: var(--cobalt); color: var(--on-cobalt); }
.legal__help h2 { font: 400 2rem/1 var(--display); color: var(--saffron); }
.legal__help p { color: var(--on-cobalt-soft); }

@media (max-width: 960px) {
  .legal__layout { grid-template-columns: 1fr; }
  .legal__aside { position: static; }
  .legal__toc ol { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  .legal__hero { min-height: 0; padding-block-start: var(--s4); flex-direction: column; align-items: stretch; }
  .legal__hero-copy { padding-block-end: var(--s3); }
  .legal__fig { position: static; align-self: flex-start; width: 150px; margin-inline-start: auto; }
  .legal__toc ol { grid-template-columns: 1fr; }
  .a11y-groups { grid-template-columns: 1fr; }
  .legal__contact > div { grid-template-columns: 1fr; gap: .1rem; }
  .legal__doc { font-size: 1.0625rem; }
}

/* ================= Motion: "setting the table" =================
   One grammar for the whole site: things rise into place from behind an edge
   (a counter, a table, the hero floor), plates and cards land with a small turn,
   and the painted rims keep turning as the page scrolls. */
@media (prefers-reduced-motion: no-preference) {
  /* Hero entrance (load): the family takes their seats before they speak. */
  .fig { animation: seat-in 1s var(--ease) both; }
  .fig--grandma { animation-delay: .15s; }
  .fig--kid { animation-delay: .35s; }
  .fig--mom { animation-delay: .55s; }
  .plate { animation: plate-land 1.2s var(--ease) both; }
  @keyframes seat-in { from { translate: 0 45%; } }
  @keyframes plate-land { from { opacity: 0; scale: .86; rotate: -14deg; } }

  @supports ((animation-timeline: view()) and (animation-range: entry)) {
    /* Section headings: rise out of a mask. */
    .h2, .legal__doc h2 {
      animation: head-up linear both;
      animation-timeline: view();
      animation-range: entry 0% entry 70%;
    }
    @keyframes head-up { from { opacity: 0; translate: 0 .5em; clip-path: inset(0 0 100% 0); } to { clip-path: inset(-20% 0 -20% 0); } }

    /* Owners rise from behind the counter, one after the other. */
    .why__owners img {
      animation: from-behind linear both;
      animation-timeline: view();
      animation-range: entry 10% cover 40%;
    }
    .why__owners img + img { animation-range: entry 25% cover 48%; }
    @keyframes from-behind { from { translate: 0 55%; clip-path: inset(0 0 55% 0); } to { translate: 0 0; clip-path: inset(0 0 0 0); } }

    .points li, .menu__list li, .fact, .a11y-groups > div {
      animation: settle linear both;
      animation-timeline: view();
      animation-range: entry 5% entry 75%;
    }
    @keyframes settle { from { opacity: 0; translate: 0 32px; } }

    /* Arches: the photo is unveiled from the bottom while it eases back to size. */
    .arch {
      animation: arch-open linear both;
      animation-timeline: view();
      animation-range: entry 0% cover 35%;
    }
    .arch img {
      animation: photo-settle linear both;
      animation-timeline: view();
      animation-range: entry 0% cover 50%;
    }
    @keyframes arch-open { from { clip-path: inset(100% 0 0 0 round 999px 999px 18px 18px); } to { clip-path: inset(0 0 0 0 round 999px 999px 18px 18px); } }
    @keyframes photo-settle { from { scale: 1.25; } to { scale: 1; } }

    /* The wish-list napkin is laid on the tablecloth; the family sits down behind the table. */
    .napkin {
      animation: napkin-lay linear both;
      animation-timeline: view();
      animation-range: entry 0% entry 60%;
    }
    @keyframes napkin-lay { from { opacity: 0; scale: .92; rotate: -2.5deg; translate: 0 60px; } }
    .member img {
      animation: from-behind linear both;
      animation-timeline: view();
      animation-range: entry 30% cover 42%;
    }
    .member:nth-child(2) img { animation-range: entry 38% cover 46%; }
    .member:nth-child(3) img { animation-range: entry 46% cover 50%; }
    .member:nth-child(4) img { animation-range: entry 54% cover 54%; }
    .member:nth-child(5) img { animation-range: entry 62% cover 58%; }

    /* The menu card is set down with a turn. */
    .menu {
      animation: menu-set linear both;
      animation-timeline: view();
      animation-range: entry 0% cover 40%;
    }
    @keyframes menu-set { from { opacity: 0; rotate: -7deg; translate: 0 90px; } to { rotate: var(--menu-rot, -1.2deg); } }

    /* Gallery teaser plates and arches drop in, alternating their tilt. */
    .teaser__item {
      animation: plate-drop linear both;
      animation-timeline: view();
      animation-range: entry 0% entry 90%;
    }
    .teaser__item:nth-child(even) { --tilt: 6deg; }
    @keyframes plate-drop { from { opacity: 0; scale: .8; rotate: var(--tilt, -6deg); translate: 0 40px; } }

    /* Contact portrait: a plate spinning into place. */
    .portrait {
      animation: plate-spin linear both;
      animation-timeline: view();
      animation-range: entry 10% cover 40%;
    }
    @keyframes plate-spin { from { opacity: 0; scale: .7; rotate: -40deg; } }

    /* Gallery items rise as they scroll in (replaces the load stagger). */
    .g-item {
      animation: settle linear both;
      animation-timeline: view();
      animation-range: entry 0% entry 60%;
    }

    /* Scroll-linked: the hero plate drifts up and away as you leave it, the painted
       rims keep turning with the page, and the border bands slide like a turning table edge. */
    .plate {
      animation: plate-land 1.2s var(--ease) both, plate-away linear both;
      animation-timeline: auto, view();
      animation-range: normal, exit 0% exit 100%;
    }
    @keyframes plate-away { to { translate: 0 -12%; scale: .94; } }
    .plate__rim {
      animation: rim-scroll linear both;
      animation-timeline: scroll(root);
    }
    @keyframes rim-scroll { to { rotate: 300deg; } }
    .band {
      animation: band-slide linear both;
      animation-timeline: scroll(root);
    }
    @keyframes band-slide { to { background-position-x: 560px; } }
  }
}
