/* Motion vocabulary: a turning deli seal, rising steam, flowing type and paper frames. */
:root { --ease-out: cubic-bezier(.23,1,.32,1); --ease-in-out: cubic-bezier(.77,0,.175,1); --ease-drawer: cubic-bezier(.32,.72,0,1); --gold: #e3bd82; }
.hero-content { position: relative; z-index: 1; }
.hero-title-line { overflow: hidden; padding-bottom: .14em; margin-bottom: -.14em; }
.hero-seal { position: absolute; z-index: 1; top: calc(var(--header-height) + 58px); right: max(60px,calc((100vw - 1264px)/2)); width: 188px; aspect-ratio: 1; border: 1px solid var(--gold); border-radius: 50%; background: var(--paper); color: var(--brand); box-shadow: 0 10px 35px rgb(0 0 0 / .16); pointer-events: none; }
.seal-halo { position: absolute; inset: -9px; border: 1px solid rgb(250 249 245 / .65); border-radius: 50%; animation: halo-breathe 5s var(--ease-in-out) infinite alternate; }
.seal-ring { position: absolute; inset: 0; width: 100%; height: 100%; animation: seal-turn 26s linear infinite; }
.seal-ring text { fill: currentColor; font: 600 12px var(--body); letter-spacing: 1.8px; }
.seal-center { position: absolute; inset: 23%; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.coffee-cup { width: 70px; overflow: visible; }
.seal-center > span { font-family: var(--display); font-size: 10px; white-space: nowrap; font-style: italic; }
.steam { animation: steam-rise 3s var(--ease-out) infinite; }
.steam-two { animation-delay: -1s; }
.steam-three { animation-delay: -2s; }
.brand-marquee { overflow: hidden; padding-block: 17px 20px; background: var(--brand); color: var(--paper); border-bottom: 1px solid rgb(250 249 245 / .25); user-select: none; }
.marquee-track { display: flex; width: max-content; animation: marquee-travel 36s linear infinite; }
.marquee-group { flex: none; display: flex; align-items: center; gap: 42px; padding-right: 42px; font: 600 clamp(34px,4.4vw,68px)/1.25 var(--display); letter-spacing: -.045em; }
.marquee-group > span:nth-of-type(2) { color: var(--gold); font-style: italic; }
.marquee-group svg { width: 30px; height: 30px; color: var(--gold); flex: none; }
.feature-figure { position: relative; isolation: isolate; }
.floating-frame { position: absolute; z-index: -1; inset: -8px 11px 47px -10px; border: 1px solid var(--gold); transform: translate(-4px,-2px) rotate(-1.3deg); animation: paper-float 8s var(--ease-in-out) infinite alternate; pointer-events: none; }
.feature-photo { position: relative; }
.feature-kicker { display: flex; align-items: center; gap: 18px; }
.classic-star { width: 32px; height: 32px; color: var(--gold); animation: seal-turn 18s linear infinite reverse; }
.gallery-kicker { display: flex; gap: 17px; align-items: center; }
.gallery-star { width: 27px; height: 27px; animation: seal-turn 18s linear infinite; }
.footer-greeting { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-bottom: 44px; margin-bottom: 42px; }
.footer-greeting p { font: 600 clamp(56px,7.8vw,112px)/1.05 var(--display); letter-spacing: -.055em; }
.footer-greeting p br { display: none; }
.footer-greeting em { font-weight: inherit; color: var(--gold); }
.footer-star { width: clamp(60px,9vw,124px); aspect-ratio: 1; flex: none; color: var(--gold); animation: seal-turn 24s linear infinite; }
.footer-flow { position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background: rgb(250 249 245 / .28); overflow: hidden; }
.footer-flow span { position: absolute; inset: 0 auto 0 -28%; width: 28%; background: var(--gold); animation: line-travel 6s var(--ease-in-out) infinite; }
[data-motion-zone] [data-loop] { animation-play-state: paused; }
html[data-motion="running"] .motion-in-view [data-loop] { animation-play-state: running; }
.reveal-ready { opacity: 0; transform: translateY(30px); transition: opacity 600ms var(--ease-out), transform 600ms var(--ease-out); transition-delay: var(--reveal-delay,0ms); }
.reveal-ready.is-visible { opacity: 1; transform: none; }
html[data-motion="paused"] .reveal-ready, html[data-input="keyboard"] .reveal-ready { transition: none; }
.reveal-ready:focus-within { opacity: 1; transform: none; transition: none; }
.button { position: relative; isolation: isolate; overflow: hidden; transition: transform 160ms var(--ease-out), background-color 180ms ease, color 180ms ease; }
.button::before { content: ''; position: absolute; z-index: -1; inset: 0; background: rgb(255 255 255 / .13); transform: translateX(-102%); transition: transform 260ms var(--ease-out); }
.button-light::before { background: rgb(118 45 59 / .09); }
.button > span, .button > .icon { display: inline-block; transition: transform 220ms var(--ease-out); }
.social-link, .menu-toggle, .close-button, .zoom-button { transition: transform 150ms var(--ease-out), background-color 180ms ease, color 180ms ease; }
.button:active, .social-link:active, .menu-toggle:active, .close-button:active, .zoom-button:active { transform: scale(.97); }
.text-link:active, .lightbox-arrow:active { opacity: .65; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { position: absolute; content: ''; bottom: 9px; height: 1px; left: 0; width: 100%; background: var(--brand); transform: scaleX(0); transform-origin: right; transition: transform 230ms var(--ease-out); }
.desktop-nav a[aria-current="location"] { color: var(--brand); }
.desktop-nav a[aria-current="location"]::after { transform: scaleX(1); transform-origin: left; }
.gallery-item .portrait img, .menu-card .portrait img { transition: transform 500ms var(--ease-out); }
.gallery-item .portrait::after { position: absolute; content: 'Take a closer look ↗'; bottom: 15px; right: 15px; padding: 9px 14px; font-size: 12px; background: var(--paper); color: var(--brand); opacity: 0; transform: translateY(8px); transition: transform 220ms var(--ease-out), opacity 180ms ease; pointer-events: none; }
.photo-caption > span { transition: transform 220ms var(--ease-out); }
.gallery-item:active .portrait { opacity: .88; }
.lightbox-caption-group { display: flex; align-items: center; gap: 16px; min-width: 0; }
.lightbox-count { font-size: 11px; font-variant-numeric: tabular-nums; color: var(--gold); white-space: nowrap; letter-spacing: .08em; }
.lightbox-count:empty { display: none; }
.lightbox-stage { touch-action: pan-y pinch-zoom; }
.is-zoomed .lightbox-stage { touch-action: pan-x pan-y pinch-zoom; }
#lightbox-image { user-select: none; -webkit-user-drag: none; }
html[data-input="keyboard"] .button, html[data-input="keyboard"] .text-link span, html[data-input="keyboard"] .text-link .icon, html[data-input="keyboard"] .desktop-nav a::after, html[data-input="keyboard"] .social-link, html[data-input="keyboard"] .menu-toggle, html[data-input="keyboard"] .close-button, html[data-input="keyboard"] .zoom-button { transition: none; }
html[data-input="keyboard"] .button:active, html[data-input="keyboard"] .social-link:active, html[data-input="keyboard"] .menu-toggle:active, html[data-input="keyboard"] .close-button:active, html[data-input="keyboard"] .zoom-button:active { transform: none; }
html[data-input="keyboard"] { scroll-behavior: auto; }
@media (hover: hover) and (pointer: fine) {
  .button:hover::before { transform: translateX(0); }
  .button:hover > span, .button:hover > .icon { transform: translate(3px,-3px); }
  .desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
  .social-link:hover { transform: translateY(-2px); }
  .gallery-item:hover .portrait img, .menu-card:hover .portrait img { transform: scale(1.045); }
  .gallery-item:hover .portrait::after { opacity: 1; transform: none; }
  .gallery-item:hover .photo-caption > span { transform: translate(3px,-3px); }
  html[data-motion="running"] .brand-marquee:hover .marquee-track { animation-play-state: paused; }
}
@media (min-width: 1024px) {
  .marquee-group { gap: 30px; padding-right: 30px; font-size: clamp(28px, 2.9vw, 46px); }
  .marquee-group svg { width: 24px; height: 24px; }
}
@keyframes seal-turn { to { transform: rotate(360deg); } }
@keyframes halo-breathe { from { transform: scale(1); opacity: .6; } to { transform: scale(1.045); opacity: 1; } }
@keyframes steam-rise { 0% { transform: translateY(4px); opacity: 0; } 30% { opacity: .95; } 80%,100% { transform: translateY(-7px); opacity: 0; } }
@keyframes marquee-travel { to { transform: translateX(-50%); } }
@keyframes paper-float { from { transform: translate(-5px,-4px) rotate(-1.3deg); } to { transform: translate(4px,5px) rotate(1.3deg); } }
@keyframes line-travel { to { transform: translateX(470%); } }
@media (max-width: 1023px) {
  .hero-seal { width: 156px; right: 38px; }
  .footer-greeting p br { display: block; }
}
@media (max-width: 767px) {
  .hero-seal { width: 124px; top: calc(var(--header-height) + 34px); right: 27px; }
  .seal-halo { inset: -6px; }
  .coffee-cup { width: 48px; }
  .seal-center { gap: 3px; }
  .seal-center > span { font-size: 7px; }
  .brand-marquee { padding-block: 14px 17px; }
  .marquee-group { gap: 26px; padding-right: 26px; }
  .marquee-group svg { width: 23px; height: 23px; }
  .classic-star { width: 26px; height: 26px; }
  .footer-greeting { padding-bottom: 30px; margin-bottom: 32px; gap: 15px; }
  .footer-greeting p { font-size: clamp(42px,11.6vw,62px); }
  .footer-star { width: 50px; }
  .lightbox-caption-group { gap: 8px; flex-wrap: wrap; }
  .lightbox-count { font-size: 10px; }
}
@media (max-height: 620px) and (min-width: 768px) { .hero-seal { width: 120px; top: 105px; } .coffee-cup { width: 44px; } .seal-center > span { font-size: 7px; } }
@media (max-width: 767px) and (max-height: 680px) { .hero-seal { width: 92px; top: calc(var(--header-height) + 19px); right: 23px; } .coffee-cup { width: 34px; } .seal-center > span { font-size: 5px; } }
@media (prefers-reduced-motion: reduce) {
  [data-loop] { animation: none !important; }
  .steam { opacity: .65; }
  .reveal-ready { opacity: 1 !important; transform: none !important; transition: none !important; }
  .button:active, .social-link:active, .menu-toggle:active, .close-button:active, .zoom-button:active { transform: none; }
  .gallery-item:hover .portrait img, .menu-card:hover .portrait img { transform: none; }
  .marquee-group:nth-child(2) { display: none; }
}
