/* Grace Cafe · counter & buffet edition · v20260911.2 */
:root { color-scheme: dark; --ink: #181c19; --cream: #fff3df; --muted: #d5cebf; --red: #ad3528; }
* { box-sizing: border-box; }
body { margin: 0; background: var(--ink); color: var(--cream); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
.page { position: relative; isolation: isolate; min-height: 100vh; min-height: 100svh; display: flex; flex-direction: column; padding: 30px clamp(24px, 5.5vw, 90px) 0; overflow: hidden; }
.food-scene { position: absolute; z-index: -2; inset: 0; background: url('assets/buffet-hero-v20260911-2.png?v=20260911.2') center center / cover no-repeat; }
.page::before { content: ''; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(16,22,18,.97) 0%, rgba(16,22,18,.91) 25%, rgba(16,22,18,.46) 52%, rgba(16,22,18,.04) 80%), linear-gradient(0deg, rgba(16,22,18,.88), transparent 28%, transparent 78%, rgba(16,22,18,.5)); }
.header { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; flex-direction: column; width: fit-content; color: var(--cream); text-decoration: none; font-family: Georgia, 'Times New Roman', serif; font-size: 62px; line-height: .95; font-weight: bold; letter-spacing: -4px; }
.brand span { margin-top: 12px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: 400; letter-spacing: 2px; line-height: 1.5; }
.header-note { font-size: 12px; line-height: 1.8; letter-spacing: 1.4px; text-align: right; }
main { flex: 1; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 58px 0 64px; }
.intro { max-width: 620px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; font-size: 12px; letter-spacing: 2px; line-height: 1.7; }
.eyebrow span { flex-shrink: 0; width: 27px; height: 3px; background: #ed7158; }
h1 { margin: 0 0 26px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(80px, 8.8vw, 138px); font-weight: 400; letter-spacing: -.06em; line-height: .91; }
h1 em { color: #ffd3a1; font-weight: 400; }
.menu-line { margin: 0 0 14px; font-size: clamp(17px, 1.65vw, 23px); font-weight: 700; line-height: 1.5; }
.description { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.8; }
.map-link { display: inline-flex; justify-content: center; align-items: center; gap: 24px; margin-top: 28px; min-height: 50px; padding: 14px 22px; background: var(--red); color: #fff8ec; border: 1px solid #c54b3b; border-radius: 2px; font-size: 14px; font-weight: 700; line-height: 1.5; text-decoration: none; }
.map-link:hover { background: #c04432; }
a:focus-visible { outline: 3px solid var(--cream); outline-offset: 6px; }
.food-note { align-self: flex-end; flex-shrink: 0; margin: 0 0 4px; padding: 24px 30px; background: var(--cream); color: #28352a; border: 5px double #7a826d; font-family: Georgia, 'Times New Roman', serif; text-align: center; font-size: 27px; line-height: 1.15; transform: rotate(5deg); }
.food-note em { font-weight: bold; }
footer { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 23px 0; border-top: 1px solid #ffffff40; }
address { display: flex; align-items: center; gap: 20px; font-size: 14px; font-style: normal; line-height: 1.6; }
.footer-label { font-size: 12px; letter-spacing: 1.5px; color: #ffd3a1; }
.copyright { color: var(--muted); font-size: 12px; white-space: nowrap; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
@media (min-width: 1600px) { .page { padding-inline: max(6vw, calc((100vw - 1600px) / 2)); } }
@media (max-width: 760px) {
.page { padding: 24px 24px 0; }
.food-scene { background-position: 67% top; background-size: auto 560px; }
.page::before { background: linear-gradient(0deg, #181c19 0%, #181c19 20%, rgba(24,28,25,.92) 46%, rgba(24,28,25,.28) 80%, rgba(24,28,25,.5)); }
.brand { font-size: 49px; }
.brand span { font-size: 12px; letter-spacing: 1px; }
.header-note { max-width: 145px; font-size: 12px; letter-spacing: .5px; }
main { padding: 170px 0 38px; }
.eyebrow { font-size: 12px; letter-spacing: 1px; margin-bottom: 19px; }
h1 { font-size: clamp(76px, 17vw, 114px); }
.food-note { display: none; }
.menu-line { font-size: 18px; }
footer { align-items: flex-start; flex-direction: column; gap: 12px; padding: 20px 0; }
address { flex-direction: column; align-items: flex-start; gap: 6px; }
}
@media (max-width: 360px) { .header-note { display: none; } .map-link { gap: 12px; padding-inline: 16px; } }
