:root {
  --paper: #f5f5f2;
  --paper-deep: #e8ebe6;
  --ink: #123b34;
  --ink-soft: #405a54;
  --accent: #c94324;
  --white: #fff;
  --line: rgba(18, 59, 52, .2);
  --header-height: 72px;
  --shell: min(1240px, calc(100vw - 40px));
  --radius: 4px;
  --ease: cubic-bezier(.16, 1, .3, 1);
  --z-header: 40;
  --z-mobile-actions: 45;
  --z-modal: 60;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-height); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Aptos", "Segoe UI", Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.menu-open, body.lightbox-open { overflow: hidden; }
img { max-width: 100%; }
figure { margin: 0; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button, input, textarea, select { font: inherit; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }

.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 18px; background: var(--white); color: var(--ink); }
.skip-link:focus { top: 16px; }
.section { padding: clamp(84px, 10vw, 148px) 0; }
.section-shell { width: var(--shell); margin-inline: auto; }
.section-heading { display: grid; gap: 18px; max-width: 800px; margin-bottom: clamp(42px, 6vw, 76px); }
.section-heading h2, .story-copy h2, .visit-heading h2 { margin: 0; font-family: "Aptos Display", "Arial Narrow", "Segoe UI", sans-serif; font-size: clamp(2.7rem, 6vw, 5.7rem); line-height: .94; letter-spacing: -.035em; font-weight: 750; text-wrap: balance; }
.section-heading p, .story-copy > p, .visit-heading p { margin: 0; max-width: 68ch; color: var(--ink-soft); font-size: clamp(1rem, 1.45vw, 1.2rem); text-wrap: pretty; }
.section-kicker, .hero-kicker { margin: 0; text-transform: uppercase; letter-spacing: .14em; font-size: .73rem; font-weight: 750; }
.ratio-portrait { position: relative; display: block; aspect-ratio: 3 / 4; overflow: hidden; }
.ratio-portrait > img { width: 100%; height: 100%; display: block; object-fit: cover; }

.site-header { position: fixed; inset: 0 0 auto; z-index: var(--z-header); min-height: var(--header-height); display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 12px max(20px, calc((100vw - 1240px) / 2)); color: var(--white); transition: background .3s var(--ease), color .3s var(--ease), box-shadow .3s var(--ease); }
.site-header.scrolled, .site-header.menu-active { color: var(--ink); background: rgba(245, 245, 242, .97); box-shadow: 0 1px 0 var(--line); }
.wordmark { display: flex; flex-direction: column; gap: 0; text-decoration: none; line-height: .88; letter-spacing: -.035em; font-size: .94rem; font-weight: 850; }
.wordmark span:last-child { color: var(--accent); }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 34px); white-space: nowrap; }
.site-nav > a:not(.social-link) { position: relative; text-decoration: none; font-size: .86rem; font-weight: 700; }
.site-nav > a:not(.social-link)::after { content: ""; position: absolute; left: 0; right: 0; bottom: -5px; height: 2px; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform .2s var(--ease); }
.social-link { display: inline-grid; place-items: center; width: 42px; height: 42px; color: currentColor; }
.social-link svg { width: 25px; height: 25px; fill: currentColor; }
.menu-toggle { display: none; border: 0; background: transparent; color: currentColor; align-items: center; gap: 10px; min-height: 44px; padding: 0; }
.menu-toggle-label { font-size: .8rem; font-weight: 750; }
.menu-toggle-lines { display: grid; gap: 5px; width: 24px; }
.menu-toggle-lines i { display: block; height: 2px; background: currentColor; transition: transform .25s var(--ease); }
.menu-active .menu-toggle-lines i:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-active .menu-toggle-lines i:last-child { transform: translateY(-3.5px) rotate(-45deg); }

.hero { position: relative; min-height: 100svh; display: grid; align-items: end; overflow: hidden; color: var(--white); background: #283b36; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 50%; }
.hero-scrim { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,.1), rgba(0,0,0,.15) 48%, rgba(0,0,0,.28)); }
.hero-content { position: relative; width: var(--shell); margin-inline: auto; padding: calc(var(--header-height) + 24px) 0 clamp(48px, 8vh, 88px); }
.hero-kicker { margin-bottom: 18px; }
.hero h1 { max-width: 840px; margin: 0; font-family: "Aptos Display", "Arial Narrow", "Segoe UI", sans-serif; font-size: clamp(3.6rem, 8.2vw, 6rem); line-height: .88; letter-spacing: -.035em; font-weight: 780; text-wrap: balance; }
.hero-copy { max-width: 500px; margin: 24px 0 0; font-size: clamp(1rem, 1.8vw, 1.25rem); line-height: 1.45; text-wrap: pretty; }
.hero-actions { display: flex; gap: 12px; margin-top: 30px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 24px; border: 2px solid transparent; border-radius: var(--radius); text-decoration: none; font-size: .86rem; font-weight: 800; white-space: nowrap; transition: transform .2s var(--ease), background .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease); }
.button:active { transform: scale(.97); }
.button-primary { color: var(--white); background: var(--accent); }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.86); background: rgba(0,0,0,.12); }
.button-dark { color: var(--white); background: var(--ink); }
.button-outline { color: var(--ink); border-color: var(--ink); }

.quick-facts { color: var(--white); background: var(--accent); }
.quick-facts-grid { min-height: 132px; display: grid; grid-template-columns: 1.05fr 1.35fr 1.35fr .8fr; align-items: stretch; }
.quick-facts-grid > * { min-width: 0; padding: 27px clamp(18px, 2.5vw, 34px); border-right: 1px solid rgba(255,255,255,.32); }
.quick-facts-grid > *:first-child { padding-left: 0; }
.quick-facts-grid > *:last-child { padding-right: 0; border-right: 0; }
.quick-rating { display: flex; align-items: center; gap: 14px; text-decoration: none; }
.quick-rating strong { font-size: clamp(2.8rem, 4.5vw, 4.2rem); line-height: .86; letter-spacing: -.035em; }
.quick-rating span { display: grid; gap: 3px; font-size: .82rem; }
.quick-rating b { letter-spacing: .06em; }
.quick-fact { display: grid; align-content: center; gap: 6px; }
.quick-fact span { font-size: .74rem; text-transform: uppercase; letter-spacing: .1em; opacity: .78; font-weight: 700; }
.quick-fact strong { font-size: 1rem; line-height: 1.4; }
.quick-actions { display: grid; align-content: center; gap: 9px; }
.quick-actions a { font-weight: 800; text-underline-offset: 5px; }

.story { padding-block: clamp(60px, 5vw, 72px); background: var(--paper); }
.story-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: clamp(38px, 4.6vw, 70px); align-items: center; }
.story-images { width: min(100%, 440px); }
.story-image-main { width: 100%; }
.story-image-main img { object-position: center 48%; }
.story-copy { display: grid; gap: 26px; margin-left: clamp(-118px, -7.5vw, -60px); }
.story-copy h2 { max-width: 720px; font-size: clamp(2.9rem, 5.15vw, 5.05rem); }
.story-copy > p { max-width: 58ch; font-size: clamp(1.05rem, 1.55vw, 1.28rem); }
.service-tags { display: flex; flex-wrap: wrap; gap: 9px; padding-top: 8px; }
.service-tags span { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); font-size: .78rem; font-weight: 750; }

.menu-preview { background: var(--ink); color: var(--white); }
.menu-preview .section-heading p { color: rgba(255,255,255,.76); }
.menu-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(18px, 2.5vw, 30px); }
.menu-card { border-top: 1px solid rgba(255,255,255,.3); padding-top: 16px; }
.menu-card .ratio-portrait { margin-bottom: 22px; }
.menu-card:nth-child(1) img { object-position: center 47%; }
.menu-card:nth-child(2) img { object-position: center 50%; }
.menu-card:nth-child(3) img { object-position: center 48%; }
.menu-card-copy { display: grid; gap: 8px; }
.menu-card h3 { margin: 0; font-family: "Aptos Display", "Segoe UI", sans-serif; font-size: clamp(1.6rem, 2.5vw, 2.3rem); line-height: 1; letter-spacing: -.03em; text-wrap: balance; }
.menu-card p { margin: 0; max-width: 34ch; color: rgba(255,255,255,.76); }
.menu-footer { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-top: 44px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.3); }
.menu-footer p { margin: 0; color: rgba(255,255,255,.76); }
.text-link { font-weight: 800; text-underline-offset: 5px; white-space: nowrap; }

.gallery { overflow: hidden; background: var(--paper-deep); }
.gallery-heading { max-width: 860px; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); column-gap: clamp(18px, 2.2vw, 30px); row-gap: 6px; align-items: start; }
.gallery-item { display: grid; gap: 12px; padding: 0; border: 0; text-align: left; color: inherit; background: transparent; cursor: zoom-in; }
.gallery-item:nth-child(4n+2), .gallery-item:nth-child(4n+4) { margin-top: 32px; }
.gallery-item .ratio-portrait { width: 100%; }
.gallery-item img { transition: transform .28s var(--ease); }
.gallery-caption { font-size: .84rem; font-weight: 750; }

.reviews { padding-block: clamp(96px, 8.5vw, 136px); color: var(--white); background: var(--accent); }
.review-showcase { display: grid; grid-template-columns: minmax(240px, .34fr) minmax(0, 1fr); align-items: stretch; }
.review-score { display: grid; align-content: center; padding: clamp(32px, 3.8vw, 50px); color: var(--white); background: var(--ink); }
.review-score p { margin: 0 0 22px; font-weight: 800; }
.review-score strong { font-family: "Aptos Display", "Segoe UI", sans-serif; font-size: clamp(5.4rem, 7.5vw, 7.2rem); line-height: .78; letter-spacing: -.04em; }
.review-score span { margin: 20px 0 8px; color: #ff7354; letter-spacing: .1em; }
.review-score a { font-size: .86rem; text-underline-offset: 5px; }
.review-content { padding: clamp(26px, 3.2vw, 42px); color: var(--ink); background: var(--paper); }
.review-heading { max-width: 760px; margin-bottom: 22px; }
.review-heading h2 { font-size: clamp(2.5rem, 3.8vw, 3.8rem); }
.review-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 0 clamp(24px, 4vw, 54px); border-top: 1px solid var(--line); }
.review { min-width: 0; padding: 28px 0 12px; border-bottom: 1px solid var(--line); }
.review:not(:last-child) { margin-right: 0; border-right: 0; }
.review-featured { grid-row: span 2; padding-right: clamp(20px, 3vw, 34px); border-right: 1px solid var(--line); border-bottom: 0; }
.review-person { display: flex; gap: 14px; align-items: center; }
.review-person img { width: 50px; height: 50px; border-radius: 50%; object-fit: cover; }
.review-person h3 { margin: 0; font-size: .96rem; }
.review-person p { margin: 2px 0 0; color: var(--accent); letter-spacing: .05em; font-size: .78rem; }
.review blockquote { margin: 18px 0; font-size: clamp(1.05rem, 1.55vw, 1.35rem); line-height: 1.35; letter-spacing: -.02em; text-wrap: pretty; }
.review-featured blockquote { font-size: clamp(1.35rem, 2.1vw, 1.8rem); }
.review > a { display: inline-block; font-size: .84rem; font-weight: 800; text-underline-offset: 5px; }

.visit { background: var(--paper-deep); }
.visit-heading { display: grid; gap: 18px; max-width: 900px; margin-bottom: clamp(40px, 5vw, 66px); }
.visit-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(330px, .7fr); min-height: 640px; background: var(--paper); }
.map-wrap { min-height: 560px; }
.map-wrap iframe { display: block; width: 100%; height: 100%; min-height: 560px; border: 0; }
.visit-details { display: grid; align-content: center; gap: 38px; padding: clamp(30px, 5vw, 64px); }
.visit-details h3 { margin: 0 0 12px; font-size: 1.2rem; }
.visit-details address { margin-bottom: 12px; color: var(--ink-soft); font-style: normal; }
.visit-details > div > a { font-weight: 800; text-underline-offset: 5px; }
.hours dl { display: grid; gap: 10px; margin: 0; }
.hours dl div { display: flex; justify-content: space-between; gap: 18px; }
.hours dt, .hours dd { margin: 0; }
.hours dd { text-align: right; color: var(--ink-soft); }
.visit-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.amenities { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); margin-top: 30px; }
.amenities span { padding: 18px 14px; border-right: 1px solid var(--line); text-align: center; font-size: .82rem; font-weight: 750; }
.amenities span:last-child { border-right: 0; }

.site-footer { padding: 62px 0; color: var(--white); background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr .7fr auto; gap: 44px; align-items: start; }
.footer-brand { display: flex; flex-direction: column; line-height: .85; font-size: clamp(2rem, 4vw, 4.3rem); letter-spacing: -.035em; font-weight: 850; }
.footer-brand span:last-child { color: #ff6a48; }
.site-footer p { margin: 0 0 10px; color: rgba(255,255,255,.76); }
.site-footer nav { display: grid; gap: 8px; }
.site-footer nav a, .site-footer div > a { text-underline-offset: 5px; }
.footer-social { color: var(--white); }
.mobile-actions { display: none; }

.lightbox { width: 100%; height: 100%; max-width: none; max-height: none; margin: 0; padding: 0; border: 0; background: transparent; overflow: hidden; }
.lightbox::backdrop { background: rgba(6,17,15,.93); }
.lightbox-inner { position: relative; display: grid; place-items: center; width: 100%; height: 100%; padding: 66px 74px; }
.lightbox-image { display: block; max-width: min(92vw, 1500px); max-height: calc(100vh - 110px); width: auto; height: auto; object-fit: contain; }
.lightbox-close, .lightbox-nav { position: fixed; z-index: var(--z-modal); display: grid; place-items: center; width: 48px; height: 48px; padding: 0; border: 1px solid rgba(255,255,255,.48); border-radius: 50%; color: var(--white); background: rgba(6,17,15,.6); cursor: pointer; }
.lightbox-close { top: 18px; right: 18px; font-size: 2rem; line-height: 1; }
.lightbox-nav { top: 50%; transform: translateY(-50%); font-size: 2.7rem; line-height: 1; }
.lightbox-prev { left: 16px; }
.lightbox-next { right: 16px; }
.reveal { opacity: 1; transform: none; }

/* Cafe motion: photo drift, a turning brand seal, steam and a flowing sign. */
.hero-daylight { position: absolute; inset: -20%; pointer-events: none; background: radial-gradient(ellipse at 72% 28%, rgba(255,219,152,.25), transparent 42%); }
.story-images { position: relative; }
.cafe-seal { position: absolute; right: 16px; bottom: 20px; width: 116px; height: 116px; display: grid; place-items: center; border-radius: 50%; color: var(--paper); background: var(--accent); pointer-events: none; }
.seal-ring { position: absolute; inset: 0; width: 100%; height: 100%; fill: currentColor; font-size: 10px; font-weight: 750; letter-spacing: 1.8px; }
.cafe-seal > span { font-size: 3.6rem; font-weight: 850; line-height: 1; }
.menu-preview { position: relative; overflow: hidden; isolation: isolate; }
.menu-preview > .section-shell { position: relative; z-index: 1; }
.coffee-steam { position: absolute; top: 72px; right: 6%; width: 150px; height: 190px; display: flex; justify-content: space-around; pointer-events: none; opacity: .6; }
.coffee-steam i { display: block; width: 26px; height: 120px; border-left: 3px solid #ffb486; border-radius: 50%; }
.brand-ribbon { overflow: hidden; color: var(--ink); background: var(--paper-deep); padding-block: 22px; }
.ribbon-track { width: max-content; display: flex; font-size: clamp(1.7rem, 3.8vw, 3.5rem); line-height: 1.1; font-weight: 850; letter-spacing: -.025em; }
.ribbon-track > span { flex: none; white-space: nowrap; }
.ribbon-track b { display: inline-block; padding-inline: .45em; color: var(--accent); font-weight: 500; }
.lightbox-caption { position: absolute; bottom: 16px; left: 20px; right: 20px; margin: 0; color: var(--white); text-align: center; font-size: .85rem; }
.lightbox-image { touch-action: pan-y; }
.gallery-item .ratio-portrait::after { content: "+"; position: absolute; right: 14px; bottom: 14px; display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; color: var(--ink); background: var(--paper); font-size: 1.8rem; opacity: 0; transform: translateY(8px); transition: transform .2s var(--ease), opacity .2s var(--ease); }
.gallery-item:focus-visible .ratio-portrait::after { opacity: 1; transform: none; }
.gallery-item, .menu-toggle, .social-link, .lightbox-close { transition: transform .16s var(--ease); }
.gallery-item:active, .menu-toggle:active, .social-link:active, .lightbox-close:active { transform: scale(.97); }
@media (hover: hover) and (pointer: fine) {
  .site-nav > a:not(.social-link):hover::after { transform: scaleX(1); }
  .button:hover { transform: translateY(-3px); }
  .button:active { transform: scale(.97); }
  .gallery-item:hover img { transform: scale(1.055); }
  .gallery-item:hover .ratio-portrait::after { opacity: 1; transform: none; }
  .social-link:hover { transform: rotate(-8deg); }
}

@media (max-width: 1000px) {
  .quick-facts-grid { grid-template-columns: 1fr 1fr; }
  .quick-facts-grid > * { border-bottom: 1px solid rgba(255,255,255,.32); }
  .quick-facts-grid > *:nth-child(2) { border-right: 0; }
  .quick-facts-grid > *:nth-last-child(-n+2) { border-bottom: 0; }
  .review-showcase { grid-template-columns: 1fr; }
  .review-score { grid-template-columns: auto auto 1fr; align-items: end; gap: 18px; }
  .review-score p { grid-column: 1 / -1; margin-bottom: 8px; }
  .review-score strong { font-size: 6rem; }
  .review-score span { margin: 0 0 8px; }
  .review-score a { justify-self: end; margin-bottom: 8px; }
}

@media (max-width: 900px) {
  :root { --header-height: 64px; --shell: min(100% - 32px, 760px); }
  .menu-toggle { display: flex; }
  .site-nav { position: fixed; inset: var(--header-height) 0 auto; display: grid; align-content: start; gap: 0; padding: 14px 20px 26px; color: var(--ink); background: var(--paper); box-shadow: 0 1px 0 var(--line); transform: translateY(-140%); visibility: hidden; transition: transform .24s cubic-bezier(.32,.72,0,1), visibility .24s; }
  .site-header.menu-active .site-nav { transform: translateY(0); visibility: visible; }
  .site-nav > a:not(.social-link) { min-height: 48px; display: flex; align-items: center; border-bottom: 1px solid var(--line); }
  .social-link { justify-self: start; }
  .story-grid { grid-template-columns: 1fr; }
  .story-images { width: min(100%, 440px); }
  .story-copy { margin-left: 0; }
  .menu-grid { grid-template-columns: 1fr; gap: 48px; }
  .menu-card { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 24px; align-items: end; }
  .menu-card .ratio-portrait { margin: 0; }
  .gallery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .gallery-item:nth-child(4n+2), .gallery-item:nth-child(4n+4) { margin-top: 0; }
  .gallery-item:nth-child(3n+2) { margin-top: 28px; }
  .review-grid { grid-template-columns: 1fr; }
  .review { padding-right: 0; border-bottom: 1px solid var(--line); }
  .review:not(:last-child) { margin-right: 0; border-right: 0; }
  .review-featured { grid-row: auto; border-right: 0; }
  .visit-grid { grid-template-columns: 1fr; }
  .map-wrap, .map-wrap iframe { min-height: 460px; }
  .amenities { grid-template-columns: repeat(2, 1fr); }
  .amenities span { border-bottom: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1.3fr 1fr; }
}

@media (max-width: 600px) {
  .cafe-seal { width: 92px; height: 92px; }
  .cafe-seal > span { font-size: 2.8rem; }
  .coffee-steam { right: -14px; top: 42px; width: 100px; opacity: .35; }
  .brand-ribbon { padding-block: 18px; }
  .lightbox-image { max-height: calc(100svh - 230px); }
  .lightbox-caption { bottom: 24px; }
  :root { --shell: calc(100vw - 28px); }
  .section { padding: 82px 0; }
  .story { padding-block: 56px; }
  .reviews { padding-block: 104px; }
  .hero-content { padding-bottom: 104px; }
  .hero h1 { max-width: 7ch; font-size: clamp(3.35rem, 16vw, 4.5rem); line-height: .88; }
  .hero-copy { max-width: 32ch; }
  .hero-actions { width: 100%; }
  .hero-actions .button { flex: 1 1 0; padding-inline: 16px; }
  .quick-facts-grid { grid-template-columns: 1fr 1fr; }
  .quick-facts-grid > * { padding: 20px 12px; border-right: 1px solid rgba(255,255,255,.34); border-bottom: 1px solid rgba(255,255,255,.34); }
  .quick-facts-grid > *:nth-child(odd) { padding-left: 0; }
  .quick-facts-grid > *:nth-child(even) { padding-right: 0; border-right: 0; }
  .quick-facts-grid > *:nth-last-child(-n+2) { border-bottom: 0; }
  .quick-rating { align-items: flex-start; flex-direction: column; gap: 8px; }
  .quick-actions { grid-template-columns: 1fr 1fr; }
  .story-grid { gap: 42px; }
  .story-images { width: 100%; }
  .section-heading h2, .story-copy h2, .visit-heading h2 { font-size: clamp(2.65rem, 12.5vw, 3.8rem); }
  .menu-card { grid-template-columns: 1fr; gap: 18px; }
  .menu-footer { align-items: flex-start; flex-direction: column; }
  .gallery-grid { display: flex; gap: 18px; margin-right: calc((100vw - var(--shell)) / -2); padding-right: 28px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .gallery-grid::-webkit-scrollbar { display: none; }
  .gallery-item, .gallery-item:nth-child(3n+2) { flex: 0 0 min(76vw, 320px); margin-top: 0; scroll-snap-align: start; }
  .review-score { grid-template-columns: 1fr; gap: 8px; padding: 34px 24px; }
  .review-score p { margin-bottom: 16px; }
  .review-score strong { font-size: 6.5rem; }
  .review-score span { margin: 12px 0 2px; }
  .review-score a { justify-self: start; margin: 0; }
  .review-content { padding: 42px 22px; }
  .review-heading { margin-bottom: 24px; }
  .map-wrap, .map-wrap iframe { min-height: 390px; }
  .visit-details { padding: 30px 20px 36px; }
  .hours dl div { align-items: baseline; }
  .visit-actions .button { flex: 1 1 100%; }
  .amenities { grid-template-columns: 1fr; }
  .amenities span { border-right: 0; text-align: left; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-brand { font-size: 3.2rem; }
  .footer-social { margin-left: -8px; }
  .lightbox-inner { padding: 70px 14px; }
  .lightbox-nav { top: auto; bottom: 76px; transform: none; }
  .lightbox-prev { left: calc(50% - 58px); }
  .lightbox-next { right: calc(50% - 58px); }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-image { animation: cafe-photo 18s cubic-bezier(.45,0,.55,1) infinite alternate; }
  .hero-daylight { animation: cafe-light 12s cubic-bezier(.45,0,.55,1) infinite alternate; }
  .seal-ring { animation: cafe-turn 26s linear infinite; }
  .coffee-steam i { animation: cafe-steam 4.8s cubic-bezier(.45,0,.55,1) infinite; }
  .coffee-steam i:nth-child(2) { animation-delay: -1.6s; }
  .coffee-steam i:nth-child(3) { animation-delay: -3.2s; }
  .ribbon-track { animation: cafe-ribbon 28s linear infinite; }
  @keyframes cafe-photo { from { transform: scale(1.02); } to { transform: scale(1.1) translate(-1%, .7%); } }
  @keyframes cafe-light { from { transform: translate(-10%, 5%) rotate(-8deg); opacity: .35; } to { transform: translate(12%, -4%) rotate(8deg); opacity: 1; } }
  @keyframes cafe-turn { to { transform: rotate(360deg); } }
  @keyframes cafe-steam { 0% { transform: translateY(24px) rotate(-10deg) scaleX(.8); opacity: 0; } 35% { opacity: 1; } 100% { transform: translateY(-60px) rotate(14deg) scaleX(1.3); opacity: 0; } }
  @keyframes cafe-ribbon { to { transform: translateX(-50%); } }
}

.motion-paused .ambient, .motion-paused .hero-image,
.motion-off .ambient, .motion-off .hero-image { animation-play-state: paused; }
.keyboard-input { scroll-behavior: auto; }
.keyboard-input *, .keyboard-input *::after { transition-duration: 0s !important; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; }
  .hero-image, .hero-daylight, .seal-ring, .coffee-steam i, .ribbon-track { transform: none; }
}
