/* Smokey's: warm paper, burgundy booths, honest diner photography.
   Native HTML for local preview. Header layer 20; dialogs use the native top layer. */
@font-face { font-family: Barlow; src: url('assets/barlow-condensed-bold.woff2') format('woff2'); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: DM; src: url('assets/dm-sans.woff2') format('woff2'); font-style: normal; font-weight: 400 700; font-display: swap; }
:root {
  --paper: #f8f6f2; --soft: #efede7; --ink: #282722; --muted: #605b56;
  --accent: #832d31; --line: #d3cdc5; --display: Barlow, 'Arial Narrow', sans-serif; --body: DM, Arial, sans-serif;
  --ease-out: cubic-bezier(.23, 1, .32, 1); --ease-in-out: cubic-bezier(.77, 0, .175, 1);
  color-scheme: light; font-family: var(--body); color: var(--ink); background: var(--paper);
  font-synthesis: none; scroll-padding-top: 90px; scrollbar-gutter: stable;
}
* { box-sizing: border-box; }
body { margin: 0; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; color: inherit; border-radius: 0; }
button:disabled { cursor: default; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
figure, p, h1, h2, h3 { margin: 0; }
.lucide { width: 1em; height: 1em; flex: 0 0 auto; display: block; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; }
input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
[hidden] { display: none !important; }
::selection { background: #ead5d2; color: var(--ink); }
.container { width: min(1200px, calc(100% - 80px)); margin-inline: auto; }
.section { padding-block: 112px; }
h2 { font: 700 clamp(48px, 5.1vw, 76px)/1.02 var(--display); letter-spacing: -.018em; text-wrap: balance; }
h3 { font: 700 32px/1.1 var(--display); }
p { line-height: 1.7; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 48px; }
.section-heading > p { color: var(--muted); font-size: 16px; max-width: 35ch; }
.section-label { color: var(--accent); font-size: 10px; font-weight: 600; letter-spacing: 1.8px; margin-bottom: 20px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 30px; min-height: 54px; padding: 14px 25px; border: 1px solid var(--accent); background: var(--accent); color: var(--paper); font-size: 14px; font-weight: 500; white-space: nowrap; transition: background 160ms ease, transform 160ms var(--ease-out); }
.button:active { transform: scale(.97); }
.button-small { min-height: 42px; padding: 11px 18px; font-size: 13px; }
.button-light { background: var(--paper); border-color: var(--paper); color: var(--accent); }
.button-outline { background: rgb(0 0 0 / .22); border-color: #fff; color: #fff; }
.text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 38px; background: none; border: 0; border-bottom: 1px solid var(--accent); color: var(--accent); padding: 10px 0; min-height: 44px; font-size: 14px; font-weight: 500; }
.text-link span, .button span { font-size: 20px; line-height: 1; transition: transform 220ms var(--ease-out); }
.button .lucide { width: 18px; height: 18px; transition: transform 220ms var(--ease-out); }
.text-link .lucide { width: 16px; height: 16px; transition: transform 220ms var(--ease-out); }
.skip-link { position: fixed; top: -70px; left: 10px; background: var(--paper); padding: 16px; z-index: 30; }
.skip-link:focus { top: 10px; }

/* Navigation and the single-photo, full-height opening. */
.site-header { position: fixed; inset: 0 0 auto; height: 74px; padding-inline: 40px; display: flex; align-items: center; justify-content: space-between; gap: 30px; background: transparent; border-bottom: 1px solid transparent; color: #fff; z-index: 20; transition: background 240ms var(--ease-out), border-color 240ms var(--ease-out), color 240ms var(--ease-out); }
.site-header.is-scrolled { background: var(--paper); border-color: var(--line); color: var(--ink); }
.wordmark { font: 700 34px/.83 var(--display); color: inherit; letter-spacing: -.5px; text-shadow: 0 1px 7px rgb(0 0 0 / .38); transition: color 240ms var(--ease-out), text-shadow 240ms var(--ease-out); }
.site-header.is-scrolled .wordmark { color: var(--accent); text-shadow: none; }
.wordmark span { display: block; text-align: center; font: 500 9px/1 var(--body); letter-spacing: 3.7px; margin: 7px 0 0 4px; }
.desktop-nav { display: flex; gap: 34px; align-items: center; }
.desktop-nav a { padding: 15px 0; font-size: 13px; }
.nav-actions { display: flex; align-items: center; gap: 18px; }
.menu-toggle { display: none; align-items: center; gap: 12px; background: none; border: 0; padding: 10px 0 10px 14px; min-height: 44px; font-size: 13px; }
.menu-lines { width: 22px; height: 12px; border-top: 1px solid; border-bottom: 1px solid; }
.site-header .desktop-book { background: transparent; border-color: currentColor; color: inherit; }
.site-header.is-scrolled .desktop-book { background: var(--accent); border-color: var(--accent); color: var(--paper); }
.site-header:not(.is-scrolled) :focus-visible { outline-color: #fff; }
.hero { position: relative; overflow: hidden; min-height: 100svh; display: flex; align-items: start; padding-block: 150px 60px; isolation: isolate; color: #fff; }
.hero-picture, .hero-shade { position: absolute; inset: 0; z-index: -1; }
.hero-picture img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 57%; }
.hero-shade { background: linear-gradient(180deg, rgba(0,0,0,.42) 0%, rgba(0,0,0,.17) 58%, rgba(0,0,0,.38) 100%); }
.hero-content { padding-top: clamp(5px, 3vh, 38px); }
.eyebrow { font-size: 11px; font-weight: 500; letter-spacing: 2px; margin-bottom: 28px; text-shadow: 0 1px 4px rgb(0 0 0 / .8); }
.hero h1 { font: 700 clamp(120px, 13.1vw, 195px)/.83 var(--display); letter-spacing: -3px; text-shadow: 0 2px 9px rgb(0 0 0 / .22); max-width: 800px; }
.hero h1 span { display: block; font: 500 27px/1.3 var(--body); text-transform: uppercase; letter-spacing: 10px; margin: 21px 0 0 5px; }
.hero-intro { font-size: 16px; max-width: 410px; margin-top: 33px; text-shadow: 0 1px 5px rgb(0 0 0 / .9); line-height: 1.65; }
.hero-buttons { display: flex; gap: 14px; margin-top: 29px; }
.hero :focus-visible { outline-color: #fff; }
@media (min-width: 1024px) {
  .hero { align-items: stretch; padding: 0; }
  .hero-content { min-height: 100svh; display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 390px); align-items: end; column-gap: clamp(48px, 8vw, 130px); padding-top: 122px; padding-bottom: 76px; }
  .hero-brand { grid-column: 1; }
  .hero-pitch { grid-column: 2; padding-bottom: 14px; }
  .hero .eyebrow { margin-bottom: 16px; }
  .hero h1 { max-width: none; font-size: clamp(122px, 12vw, 190px); }
  .hero-intro { max-width: 30ch; margin-top: 0; margin-left: auto; text-align: right; }
  .hero-buttons { justify-content: end; }
}
.visit-strip { border-bottom: 1px solid var(--line); }
.visit-strip .container { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 29px; }
.visit-strip p { line-height: 1.6; font-size: 14px; }
.visit-strip p > .visit-label { display: inline-flex; align-items: center; gap: 6px; font-size: 9px; font-weight: 500; letter-spacing: 1.5px; color: var(--muted); margin-bottom: 5px; }
.visit-strip .visit-label .lucide { width: 12px; height: 12px; color: var(--accent); }
.visit-strip strong { font-weight: 500; }
.visit-strip a { display: inline-block; padding-block: 3px; }

/* A quiet introduction before the more detailed menu. */
.about { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(60px, 9vw, 140px); align-items: center; }
.about-copy h2 { font: 500 clamp(38px, 3.7vw, 55px)/1.16 var(--body); letter-spacing: -2px; margin-bottom: 28px; }
.about-copy h2 em { font-style: normal; color: var(--accent); }
.about-copy > p:not(.section-label):not(.about-lead) { color: var(--muted); font-size: 15px; margin-bottom: 18px; max-width: 470px; }
.about-copy > .about-lead { font-size: 21px; color: var(--ink); line-height: 1.5; margin-bottom: 24px; }
.about-details { display: flex; gap: 18px; padding-top: 8px; margin-top: 20px; color: var(--accent); font-size: 12px; font-weight: 500; }
.about-details span + span { border-left: 1px solid var(--line); padding-left: 18px; }
.about-copy .text-link { margin-top: 22px; }
.portrait { aspect-ratio: 3/4; overflow: hidden; align-self: start; }
.portrait img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 50% 50%; }
.about-image { width: 100%; max-width: 470px; justify-self: end; align-self: center; }
.menu-section { background: var(--soft); }
.menu-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; align-items: start; }
.menu-card h3 { margin: 25px 0 10px; font-size: 36px; }
.menu-card > p { color: var(--muted); font-size: 14px; min-height: 45px; line-height: 1.6; }
.menu-items { margin: 18px 0 0; font-size: 15px; }
.menu-items > div { display: grid; grid-template-columns: 1fr auto; gap: 18px; padding-block: 17px; border-bottom: 1px solid var(--line); align-items: start; }
.menu-items dt { line-height: 1.5; font-weight: 500; }
.menu-items dd { margin: 0; line-height: 1.5; font-weight: 600; font-variant-numeric: tabular-nums; color: var(--accent); }
.menu-items small { display: block; font-size: 12px; font-weight: 400; color: var(--muted); line-height: 1.6; margin-top: 6px; }
.menu-card .coffee-note { margin-top: 29px; min-height: 0; font-size: 16px; line-height: 1.65; }
.menu-bottom { margin-top: 52px; padding-top: 32px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 25px; }
.menu-bottom h3 { font: 500 20px/1.4 var(--body); letter-spacing: -.4px; }
.menu-bottom p { margin-top: 8px; font-size: 14px; color: var(--muted); }
.menu-bottom small { display: inline-block; font-size: 11px; margin-top: 8px; }

/* The six regular portraits retain their full-image lightbox. */
.gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 35px 24px; align-items: start; }
.gallery-item { padding: 0; border: 0; background: none; width: 100%; display: block; position: relative; }
.gallery-item img { transition: transform 480ms var(--ease-out); }
.gallery-enlarge { position: absolute; border: 1px solid transparent; bottom: 14px; right: 14px; width: 34px; height: 34px; display: grid; place-items: center; color: var(--accent); background: var(--paper); transition: transform 220ms var(--ease-out); }
.gallery-enlarge .lucide { width: 18px; height: 18px; }
.gallery-figure > figcaption { font-size: 13px; line-height: 1.5; margin-top: 13px; }
.reviews-section { background: var(--soft); padding-block: 90px; }
.review-heading { display: flex; justify-content: space-between; align-items: center; gap: 30px; margin-bottom: 43px; }
.review-heading h2 { font-size: 56px; }
.review-heading > p { display: flex; align-items: center; gap: 17px; color: var(--muted); }
.review-heading strong { font: 700 60px/1 var(--display); color: var(--ink); }
.rating-detail { display: grid; gap: 4px; font-size: 12px; }
.stars { color: var(--accent); letter-spacing: 3px; font-size: 16px; white-space: nowrap; }
.star-empty { color: #908b82; }
.reviews-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 28px 70px; }
.review { display: flex; flex-direction: column; align-items: start; border-top: 1px solid var(--line); padding-top: 24px; }
.review blockquote { font-size: 18px; line-height: 1.55; margin: 14px 0 22px; }
.review:first-child { grid-row: span 2; padding-right: 18px; }
.review:first-child blockquote { font-size: clamp(28px, 2.75vw, 40px); font-weight: 500; letter-spacing: -.9px; line-height: 1.25; max-width: 20ch; margin-block: 26px 32px; }
.review-meta { display: flex; align-items: center; justify-content: space-between; gap: 18px; width: 100%; }
.review:first-child .review-meta { flex-direction: column; align-items: start; gap: 14px; }
.review-author { display: flex; align-items: center; gap: 12px; font-size: 12px; font-weight: 500; }
.review-author img { width: 42px; height: 42px; object-fit: cover; border-radius: 50%; }
.review .text-link { font-size: 11px; gap: 15px; white-space: nowrap; }

/* Location, practical questions and a single burgundy closing area. */
.arrival-layout { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(0, 1.5fr); gap: 80px; }
.visit-grid { display: grid; grid-template-columns: 1fr; gap: 29px; align-content: start; }
.visit-grid h3 { display: flex; align-items: center; gap: 8px; font: 600 13px/1.5 var(--body); margin-bottom: 13px; }
.visit-grid h3 .lucide { width: 16px; height: 16px; color: var(--accent); }
.visit-grid address { font-style: normal; font-size: 16px; line-height: 1.75; }
.address-block .text-link { margin-top: 9px; }
.hours { font-size: 14px; margin: 0; }
.hours > div { display: flex; justify-content: space-between; gap: 18px; margin-bottom: 10px; line-height: 1.6; }
.hours dd { margin: 0; white-space: nowrap; }
.facilities { display: flex; align-items: start; gap: 8px; font-size: 12px; color: var(--muted); margin-top: 18px; }
.facilities .lucide { width: 16px; height: 16px; color: var(--accent); margin-top: 2px; }
.phone-link { font-family: var(--display); font-size: 31px; color: var(--accent); }
.contact-block > p { font-size: 13px; color: var(--muted); margin-top: 9px; }
.map-wrap { width: 100%; min-width: 0; height: 520px; background: #e2dfd8; overflow: hidden; }
.map-wrap iframe { width: 100%; height: 100%; display: block; border: 0; }
.faq-layout { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(0, 1.5fr); gap: 80px; margin-top: 72px; padding-top: 48px; border-top: 1px solid var(--line); }
.faq-layout h3 { font: 500 28px/1.25 var(--body); letter-spacing: -.6px; }
.faq-layout > div > p { font-size: 13px; color: var(--muted); margin-top: 14px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 20px 35px 20px 0; font-size: 15px; font-weight: 500; line-height: 1.5; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; transition: transform 180ms var(--ease-out); position: absolute; right: 4px; top: 19px; color: var(--accent); font-size: 23px; font-weight: 400; line-height: 1; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details[open] summary { color: var(--accent); }
.faq-list details p { padding: 0 25px 20px 0; font-size: 14px; color: var(--muted); line-height: 1.7; max-width: 60ch; }
.faq-list a { text-decoration: underline; text-underline-offset: 3px; color: var(--accent); }
.closing-section, .site-footer { background: var(--accent); color: var(--paper); }
.closing-section { position: relative; isolation: isolate; overflow: hidden; padding-block: 80px 74px; }
.closing-layout { display: grid; grid-template-columns: 1.2fr 1fr; align-items: center; gap: 80px; }
.closing-layout h2 { font-size: clamp(64px, 6.8vw, 98px); }
.closing-layout p { color: #f0dfd9; font-size: 17px; margin-bottom: 25px; }
.closing-phone { display: inline-flex; align-items: center; gap: 12px; width: fit-content; font-size: 13px; padding-block: 15px; margin-top: 6px; }
.closing-phone .lucide { width: 16px; height: 16px; }
.closing-section :focus-visible, .site-footer :focus-visible { outline-color: var(--paper); }
.footer-top { display: grid; grid-template-columns: 1.2fr 1fr 1fr auto; align-items: center; gap: 40px; padding-block: 38px; border-top: 1px solid #ad686a; }
.footer-top p, .footer-top > a:not(.wordmark), .footer-top nav { font-size: 13px; line-height: 1.7; }
.footer-brand { font-size: 45px; justify-self: start; color: var(--paper); }
.footer-brand span { font-size: 10px; letter-spacing: 5.5px; margin-top: 9px; }
.footer-top nav { display: flex; gap: 28px; }
.footer-bottom { border-top: 1px solid #ad686a; padding-block: 23px; display: flex; justify-content: space-between; gap: 20px; color: #efdad7; font-size: 11px; }

@media (hover: hover) and (pointer: fine) {
  .button:hover { background: #672227; }
  .button-light:hover { background: #e9e4dd; }
  .button-outline:hover { background: rgb(0 0 0 / .3); }
  .text-link:hover { color: #521b21; border-color: #521b21; }
  .text-link:hover span, .button:hover span, .text-link:hover .lucide, .button:hover .lucide { transform: translate(2px, -2px); }
  .desktop-nav a:hover { color: var(--accent); }
  .visit-strip a:hover { color: var(--accent); }
  .gallery-item:hover img { transform: scale(1.045); }
  .gallery-item:hover .gallery-enlarge { transform: translate(-3px, -3px) rotate(-8deg); }
}

dialog{border:0;padding:32px;background:var(--paper);color:var(--ink);max-height:calc(100dvh - 40px);overflow:auto}dialog::backdrop{background:rgb(0 0 0 / .65)}.dialog-heading{display:flex;align-items:center;justify-content:space-between;gap:25px;margin-bottom:18px}.icon-button{border:1px solid var(--line);background:var(--paper);width:44px;height:44px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;line-height:1}.icon-button .lucide{width:20px;height:20px}@media(hover:hover) and (pointer:fine){.icon-button:hover{background:var(--soft)}}.dialog-kicker{font-size:11px;letter-spacing:1.5px;color:var(--accent);font-weight:500}.booking-dialog{width:min(660px,calc(100% - 32px))}.booking-dialog h2{font-size:50px;margin-bottom:20px}.booking-note{font-size:14px;color:var(--muted);margin-bottom:25px;max-width:520px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px 20px}.field{min-width:0}.field label{display:block;font-size:13px;font-weight:500;margin-bottom:9px}.field label span{font-weight:400;color:var(--muted)}.field input,.field select,.field textarea{appearance:none;-webkit-appearance:none;display:block;min-width:0;max-width:100%;width:100%;padding:12px;border:1px solid #aaa49a;background:#fefdfb;color:var(--ink);border-radius:0;min-height:48px;font-size:16px}.field select{appearance:auto;-webkit-appearance:menulist}.field input[type=date]{min-height:48px}.field textarea{resize:vertical}.field>small{display:block;color:var(--muted);font-size:11px;margin-top:6px}.field-wide{grid-column:1/-1}.field-error{font-size:12px;line-height:1.4;color:var(--accent);margin-top:6px}.field-error:empty{display:none}.field [aria-invalid=true]{border:2px solid var(--accent)}.form-status{font-size:13px;color:var(--accent);margin-top:15px}.form-status:empty{display:none}.form-next{margin-top:22px;width:100%}#booking-review h3{font-size:32px;margin-bottom:14px}#booking-review>p{font-size:14px;color:var(--muted)}#request-summary{padding:18px;background:var(--soft);margin:24px 0;font-size:14px}#request-summary>div{display:grid;grid-template-columns:100px 1fr;gap:15px;margin-bottom:10px;line-height:1.6}#request-summary>div:last-child{margin-bottom:0}#request-summary dt{color:var(--muted)}#request-summary dd{margin:0;overflow-wrap:anywhere;white-space:pre-wrap}#booking-review .button{width:100%}#edit-request{margin-top:16px}.nav-dialog{width:min(480px,100%);height:100dvh;max-height:100dvh;margin:0 0 0 auto;padding:27px}.nav-dialog .dialog-heading{margin-bottom:45px}.nav-dialog nav{display:grid;gap:5px}.nav-dialog nav a{font-family:var(--display);font-size:42px;line-height:1.3;padding-block:6px}.nav-phone{display:flex;align-items:center;gap:9px;margin:35px 0 25px;color:var(--accent);font-size:17px}.nav-phone .lucide{width:19px;height:19px}.nav-dialog .button{width:100%}
.lightbox{width:100vw;max-width:100vw;height:100dvh;max-height:100dvh;padding:65px 80px 30px;background:#171715;color:#fff;overflow:hidden}.lightbox[open]{display:grid;place-items:center}.lightbox figure{max-width:100%;height:100%;min-height:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px}.lightbox figure img{max-width:100%;min-height:0;max-height:calc(100dvh - 155px);width:auto;height:auto;object-fit:contain}.lightbox figcaption{font-size:13px;text-align:center;line-height:1.5;color:#eee}.lightbox .icon-button{position:absolute;background:#252523;border-color:#65655c;color:#fff}.lightbox-close{right:22px;top:16px}.gallery-prev{left:18px;top:calc(50% - 22px)}.gallery-next{right:18px;top:calc(50% - 22px)}.lightbox :focus-visible{outline-color:#fff}.full-menu-dialog{width:min(1000px,calc(100% - 32px));padding:28px}.full-menu-dialog h2{font-size:42px}.menu-tabs{display:flex;gap:14px;margin-bottom:18px;border-bottom:1px solid var(--line)}.menu-tabs button{background:none;border:0;border-bottom:3px solid transparent;padding:12px 8px;font-size:14px;min-height:48px}.menu-tabs [aria-selected=true]{border-bottom-color:var(--accent);color:var(--accent);font-weight:500}.full-menu-dialog [role=tabpanel]>img{width:100%;height:auto;margin-top:18px}.full-menu-dialog .text-link{font-size:12px}

/* Emil motion pass: compositor loops and immediate keyboard feedback. */
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ''; position: absolute; bottom: 8px; inset-inline: 0; height: 1px; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform 220ms var(--ease-out); }
.site-header:not(.is-scrolled) .desktop-nav a::after { background: #fff; }
.desktop-nav a[aria-current="location"]::after { transform: scaleX(1); }
.icon-button, .menu-toggle { transition: transform 150ms var(--ease-out), background 150ms ease; }
.icon-button:active, .menu-toggle:active { transform: scale(.94); }
.menu-lines { transition: transform 200ms var(--ease-out); }
.menu-toggle[aria-expanded="true"] .menu-lines { transform: rotate(-12deg); }

/* The photograph and headline stay still; a separate paper seal brings the hero to life. */
.coffee-seal { position: absolute; right: max(40px, calc((100% - 1200px) / 2)); bottom: 72px; width: 166px; aspect-ratio: 1; color: var(--accent); background: var(--paper); border-radius: 50%; box-shadow: 0 8px 28px rgb(0 0 0 / .14); pointer-events: none; }
.coffee-seal::before { content: ''; position: absolute; inset: 38px; border: 1px solid #c9aaa5; border-radius: 50%; }
.seal-ring { position: absolute; inset: 0; width: 100%; height: 100%; animation: seal-turn 28s linear infinite; }
.seal-ring text { font-family: var(--body); font-size: 11.2px; font-weight: 600; letter-spacing: 1px; fill: currentColor; }
.seal-cup { position: absolute; width: 64px; height: 64px; left: calc(50% - 32px); top: calc(50% - 35px); overflow: visible; }
.steam { animation: coffee-steam 2.8s var(--ease-in-out) infinite; }
.steam-two { animation-delay: -.95s; }
.steam-three { animation-delay: -1.9s; }
.hero-scroll { position: absolute; bottom: 28px; left: max(40px, calc((100% - 1200px) / 2)); display: inline-flex; align-items: center; gap: 14px; min-height: 44px; font-size: 10px; font-weight: 500; letter-spacing: 1.4px; text-transform: uppercase; text-shadow: 0 1px 5px rgb(0 0 0 / .8); }
.scroll-mark { width: 44px; height: 1px; background: #fff; }
.hero-scroll > span:last-child { font-size: 20px; transition: transform 200ms var(--ease-out); }

/* Equal groups guarantee a continuous seam. The repeated copy is decorative. */
.brand-ribbon { overflow: hidden; background: var(--accent); color: var(--paper); padding-block: 17px; border-block: 1px solid var(--accent); }
.ribbon-track { display: flex; width: max-content; animation: ribbon-travel 32s linear infinite; }
.ribbon-group { display: flex; align-items: center; flex: 0 0 auto; gap: 32px; padding-right: 32px; min-width: 100vw; justify-content: space-around; }
.ribbon-group > span { font: 700 clamp(38px, 3.2vw, 56px)/1 var(--display); text-transform: uppercase; white-space: nowrap; letter-spacing: -.7px; }
.ribbon-group > span:nth-of-type(3) { color: transparent; -webkit-text-stroke: 1px var(--paper); }
.diner-star { display: block; width: 36px; height: 36px; flex-shrink: 0; background: currentColor; clip-path: polygon(50% 0%, 59% 31%, 85% 15%, 69% 41%, 100% 50%, 69% 59%, 85% 85%, 59% 69%, 50% 100%, 41% 69%, 15% 85%, 31% 59%, 0% 50%, 31% 41%, 15% 15%, 41% 31%); }

/* A cropped plate motif and a slowly travelling pool of warm light frame the invitation. */
.closing-atmosphere { position: absolute; inset: 0; z-index: -1; overflow: hidden; pointer-events: none; }
.warm-light { position: absolute; width: 85%; height: 180%; top: -40%; left: -35%; background: radial-gradient(ellipse, rgb(255 190 125 / .22), transparent 66%); animation: warm-drift 12s ease-in-out infinite alternate; }
.plate-orbit { position: absolute; width: 580px; height: 580px; right: -210px; top: -125px; border: 1px solid rgb(248 246 242 / .22); border-radius: 50%; animation: seal-turn 34s linear infinite; }
.plate-orbit::before, .plate-orbit::after, .plate-line { content: ''; position: absolute; border-radius: 50%; }
.plate-orbit::before { inset: 22px; border: 1px solid rgb(248 246 242 / .14); }
.plate-orbit::after { inset: 66px; border: 1px dashed rgb(248 246 242 / .23); }
.plate-line { inset: 87px; border: 1px solid rgb(248 246 242 / .14); }
.orbit-star { position: absolute; width: 38px; height: 38px; top: calc(50% - 19px); left: -19px; color: #e8b4a4; }
.orbit-star:nth-of-type(3) { left: auto; right: -19px; }
.orbit-star:nth-of-type(4) { left: calc(50% - 19px); top: -19px; }
.orbit-star:nth-of-type(5) { left: calc(50% - 19px); top: auto; bottom: -19px; }
.gallery-counter { position: absolute; left: 26px; top: 26px; font-size: 12px; letter-spacing: 3px; font-variant-numeric: tabular-nums; color: #dedbd2; }
#lightbox-image { touch-action: pan-y pinch-zoom; }
.gallery-enlarge { width: 42px; height: 42px; bottom: 16px; right: 16px; }

@keyframes seal-turn { to { transform: rotate(360deg); } }
@keyframes coffee-steam { 0%, 100% { transform: translate(0, 1px); opacity: .45; } 50% { transform: translate(2px, -7px); opacity: 1; } }
@keyframes ribbon-travel { to { transform: translateX(-50%); } }
@keyframes warm-drift { from { transform: translateX(0) rotate(-10deg); opacity: .65; } to { transform: translateX(90%) rotate(10deg); opacity: 1; } }

/* All looping regions start still until observed. Modal, tab, user and OS pauses combine. */
.ambient-loop { animation-play-state: paused; }
[data-ambient].is-in-view .ambient-loop { animation-play-state: running; }
html[data-motion-paused] [data-ambient] .ambient-loop { animation-play-state: paused; }
html[data-input="keyboard"] *, html[data-input="keyboard"] *::before, html[data-input="keyboard"] *::after { transition-duration: 0s !important; }

@media (hover: hover) and (pointer: fine) {
  .desktop-nav a:hover::after { transform: scaleX(1); }
  .hero-scroll:hover > span:last-child { transform: translateY(4px); }
  .menu-card .portrait img { transition: transform 650ms var(--ease-out); }
  .menu-card .portrait:hover img { transform: scale(1.035); }
}
@media (max-width: 1100px) { .nav-actions { gap: 8px; } }
@media (min-width: 1024px) {
  .coffee-seal { top: 104px; right: max(40px, calc((100% - 1200px) / 2)); bottom: auto; color: #fff; background: transparent; box-shadow: none; }
  .coffee-seal::before { border-color: rgb(255 255 255 / .62); }
  .hero-scroll { bottom: 22px; }
}
@media (max-width: 767px) {
  .coffee-seal { right: 20px; bottom: 78px; width: 126px; }
  .coffee-seal::before { inset: 29px; }
  .seal-cup { width: 48px; height: 48px; left: calc(50% - 24px); top: calc(50% - 27px); }
  .hero-scroll { left: 20px; bottom: 22px; font-size: 9px; gap: 10px; }
  .ribbon-group { gap: 25px; padding-right: 25px; }
  .ribbon-group > span { font-size: 52px; }
  .brand-ribbon { padding-block: 20px; }
  .diner-star { width: 27px; height: 27px; }
  .plate-orbit { width: 450px; height: 450px; right: -265px; top: -75px; }
  .gallery-counter { left: 20px; top: 30px; }
}
@media (max-width: 639px) {
  .coffee-seal { width: 112px; bottom: 72px; }
  .coffee-seal::before { inset: 26px; }
  .seal-cup { width: 42px; height: 42px; left: calc(50% - 21px); top: calc(50% - 24px); }
  .ribbon-track { animation-duration: 26s; }
}
@media (max-height: 720px) { .coffee-seal { width: 104px; bottom: 24px; } .coffee-seal::before { inset: 24px; } .seal-cup { width: 40px; height: 40px; left: calc(50% - 20px); top: calc(50% - 23px); } }
@media (max-height: 640px) { .coffee-seal, .hero-scroll { display: none; } }
@media (prefers-reduced-motion: reduce) { .site-header { transition: none; } .ribbon-group > span:nth-of-type(3) { color: var(--paper); -webkit-text-stroke: 0; } }

@media (max-width: 1100px) {
  .desktop-nav { gap: 24px; }
  .menu-grid { gap: 22px; }
  .menu-card h3 { font-size: 31px; }
  .menu-items { font-size: 14px; }
  .reviews-grid { gap: 28px 40px; }
  .review-meta { flex-direction: column; align-items: start; gap: 8px; }
  .arrival-layout, .faq-layout { grid-template-columns: minmax(260px, .9fr) minmax(0, 1.2fr); gap: 45px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 30px; }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .arrival-layout { grid-template-columns: 1fr; gap: 32px; }
  .visit-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .contact-block { grid-column: 1 / -1; }
  .map-wrap { height: 420px; }
}
@media (max-width: 767px) {
  .container { width: calc(100% - 40px); }
  .section { padding-block: 72px; }
  .site-header { height: 68px; padding-inline: 20px; }
  .desktop-nav, .desktop-book { display: none; }
  .menu-toggle { display: inline-flex; }
  .hero { padding-block: 145px 45px; }
  .hero-content { padding-top: 16px; }
  .hero h1 { font-size: 140px; }
  .hero h1 span { font-size: 22px; letter-spacing: 8px; }
  .hero-picture img { object-position: 50% 50%; }
  .visit-strip .container { padding-block: 24px; gap: 15px; }
  .visit-strip p { font-size: 12px; }
  .visit-strip p > span { font-size: 8px; letter-spacing: 1px; }
  .visit-strip a span { margin-left: 8px; }
  .about { grid-template-columns: 1fr; gap: 36px; }
  .about-copy h2 { font-size: 43px; letter-spacing: -1.5px; margin-bottom: 24px; }
  .about-copy > p:not(.section-label) { max-width: 100%; }
  .about-image { max-width: none; }
  .section-heading { margin-bottom: 34px; gap: 24px; }
  .section-heading > p { font-size: 14px; }
  .section-label { margin-bottom: 17px; }
  .menu-card h3 { font-size: 29px; }
  .menu-items > div { gap: 10px; }
  .menu-items small { font-size: 11px; }
  .gallery-grid { column-gap: 16px; }
  .review-heading h2 { font-size: 46px; }
  .review-heading strong { font-size: 51px; }
  .reviews-grid { grid-template-columns: 1fr; gap: 32px; }
  .review:first-child { grid-row: auto; padding-right: 0; }
  .review:first-child blockquote { font-size: 32px; max-width: 26ch; }
  .review-meta, .review:first-child .review-meta { flex-direction: row; align-items: center; gap: 12px; }
  .faq-layout { grid-template-columns: 1fr; gap: 28px; margin-top: 52px; padding-top: 36px; }
  .faq-layout h3 br { display: none; }
  .closing-layout { gap: 40px; }
  .closing-layout h2 { font-size: 68px; }
  .closing-layout p { font-size: 15px; }
  .footer-top { padding-block: 35px; }
  .footer-brand { font-size: 43px; }
  .footer-bottom { font-size: 10px; }
}
@media (max-width: 639px) {
  .hero { align-items: stretch; padding: 0; }
  .hero-content { min-height: 100svh; display: flex; flex-direction: column; padding-top: 112px; padding-bottom: 72px; }
  .hero-brand { margin-top: auto; }
  .hero h1 { font-size: clamp(82px, 24vw, 114px); letter-spacing: -2px; }
  .hero h1 span { font-size: 15px; letter-spacing: 4.7px; margin: 15px 0 0 3px; }
  .eyebrow { font-size: 9px; letter-spacing: 1.6px; margin-bottom: 20px; }
  .hero-pitch { max-width: none; margin-top: 20px; }
  .hero-intro { font-size: 14px; max-width: none; margin-top: 0; line-height: 1.58; }
  .hero-buttons { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 22px; }
  .hero-buttons .button { width: 100%; min-width: 0; justify-content: space-between; padding: 13px 15px; gap: 8px; font-size: 13px; min-height: 52px; }
  .hero-buttons .button-outline { min-width: 0; }
  .hero-picture img { object-position: 78% 50%; }
  .coffee-seal { top: 92px; right: 20px; bottom: auto; color: #fff; background: transparent; box-shadow: none; }
  .coffee-seal::before { border-color: rgb(255 255 255 / .62); }
  .hero-scroll { display: none; }
  .visit-strip .container { display: grid; grid-template-columns: 1fr 1fr; gap: 17px 12px; }
  .visit-strip p:first-child { grid-column: 1 / -1; }
  .visit-strip p { font-size: 13px; }
  .visit-strip p > span { font-size: 8px; letter-spacing: 1.3px; }
  .about-copy > .about-lead { font-size: 20px; }
  .about-details { gap: 13px; font-size: 11px; }
  .about-details span + span { padding-left: 13px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 19px; font-size: 15px; }
  .menu-grid { grid-template-columns: 1fr; gap: 46px; }
  .menu-card h3 { font-size: 36px; margin-top: 23px; }
  .menu-card > p { min-height: 0; }
  .menu-items { font-size: 15px; margin-top: 16px; }
  .menu-items > div { padding-block: 16px; gap: 20px; }
  .menu-items small { font-size: 12px; }
  .menu-card .coffee-note { margin-top: 23px; }
  .menu-bottom { align-items: start; flex-direction: column; margin-top: 36px; padding-top: 26px; gap: 22px; }
  .menu-bottom h3 { font-size: 19px; }
  .menu-bottom .button { width: 100%; justify-content: space-between; }
  .gallery-grid { grid-template-columns: 1fr; gap: 26px; }
  .gallery-figure > figcaption { margin-top: 12px; }
  .review-heading { align-items: start; flex-direction: column; gap: 22px; margin-bottom: 30px; }
  .review-heading h2 { font-size: 48px; }
  .review-heading strong { font-size: 53px; }
  .review:first-child blockquote { font-size: 30px; max-width: 21ch; margin-block: 20px 26px; }
  .review blockquote { font-size: 17px; }
  .review-author { font-size: 11px; gap: 9px; }
  .review .text-link { font-size: 10px; gap: 9px; }
  .visit-grid { grid-template-columns: 1fr; gap: 29px; }
  .contact-block { grid-column: auto; }
  .hours { max-width: 370px; }
  .map-wrap { height: 390px; }
  /* Google hides its native place card below 400 CSS px. Scale the whole embed
     to keep the real card and controls within the mobile column. */
  .map-wrap iframe { width: 125%; height: 125%; transform: scale(.8); transform-origin: 0 0; }
  .faq-layout h3 { font-size: 26px; }
  .faq-layout h3 br { display: initial; }
  .faq-list summary { font-size: 14px; padding-block: 19px; }
  .faq-list details p { font-size: 13px; }
  .closing-section { padding-block: 64px 45px; }
  .closing-layout { grid-template-columns: 1fr; gap: 28px; }
  .closing-layout h2 { font-size: clamp(62px, 16vw, 78px); }
  .closing-layout p { margin-bottom: 23px; }
  .closing-layout .button { min-width: 195px; }
  .footer-top { gap: 30px 16px; }
  .footer-top p, .footer-top > a:not(.wordmark) { font-size: 12px; }
  .footer-top nav { gap: 25px; font-size: 12px; }
  .footer-bottom { flex-direction: column; gap: 9px; }
  .booking-dialog { padding: 22px; max-height: calc(100dvh - 24px); width: calc(100% - 24px); }
  .booking-dialog h2 { font-size: 43px; }
  .form-grid { gap: 16px 14px; }
  .field label { font-size: 12px; }
  .field input, .field select, .field textarea { padding: 10px; }
  .dialog-kicker { font-size: 10px; }
  .booking-note { font-size: 13px; }
  .lightbox { padding: 72px 12px 90px; }
  .lightbox figure img { max-height: calc(100dvh - 220px); }
  .gallery-prev, .gallery-next { top: auto; bottom: 24px; }
  .gallery-prev { left: calc(50% - 60px); }
  .gallery-next { right: calc(50% - 60px); }
  .lightbox figcaption { font-size: 12px; }
  .full-menu-dialog { padding: 20px; width: calc(100% - 20px); }
  .menu-tabs { gap: 6px; }
  .menu-tabs button { font-size: 13px; }
  .full-menu-dialog h2 { font-size: 36px; }
}
@media (max-height: 670px) and (min-width: 640px) {
  .hero { padding-top: 110px; }
  .hero-content { padding-top: 0; }
  .hero h1 { font-size: 100px; }
  .hero h1 span { font-size: 18px; margin-top: 14px; }
  .eyebrow { margin-bottom: 18px; }
  .hero-intro { margin-top: 20px; }
  .hero-buttons { margin-top: 20px; }
}
@media (max-width: 359px) {
  .container { width: calc(100% - 32px); }
  .hero h1 { font-size: 25vw; }
  .hero-buttons { gap: 8px; }
  .hero-buttons .button { padding-inline: 13px; gap: 12px; }
  .form-grid, .footer-top { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
  .review-meta, .review:first-child .review-meta { align-items: start; flex-direction: column; }
  .map-wrap iframe { width: 143%; height: 143%; transform: scale(.6993); }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; animation: none !important; scroll-behavior: auto !important; }
}
