:root {
  --ink: #2d231d;
  --brown: #6f4e37;
  --brown-deep: #4c3428;
  --caramel: #d9b382;
  --cream: #fbf6ef;
  --paper: #f2e8da;
  --sage: #3a6b5e;
  --line: rgba(45, 35, 29, .16);
  --muted: #74665a;
  --display: "Fraunces", Georgia, serif;
  --body: "DM Sans", Arial, sans-serif;
  --script: "Caveat", cursive;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--body); font-size: 16px; line-height: 1.6; }
body, button, input, textarea, select { font-family: var(--body); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
.container { width: min(1180px, calc(100% - 64px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 16px; background: var(--brown); color: white; transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 20; top: 0; background: rgba(251, 246, 239, .9); border-bottom: 1px solid transparent; backdrop-filter: blur(14px); transition: border-color .25s, box-shadow .25s; }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(68, 42, 23, .06); }
.nav-wrap { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--brown); }
.brand-mark { width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--brown); border-radius: 50%; transform: rotate(-7deg); }
.brand-mark svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.brand-text { display: flex; flex-direction: column; line-height: .77; }
.brand-text strong { font: 700 19px/1 var(--display); letter-spacing: -.04em; }
.brand-text em { margin-top: 5px; font: 600 20px/1 var(--display); letter-spacing: -.05em; }
.main-nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 38px); font-size: 13px; font-weight: 600; color: var(--muted); }
.main-nav > a:not(.nav-cta) { transition: color .2s; }
.main-nav > a:not(.nav-cta):hover { color: var(--brown); }
.nav-cta { padding: 10px 15px; color: var(--cream); background: var(--brown); border-radius: 100px; transition: transform .2s, background .2s; }
.nav-cta > span, .button > span:not(.phone-dot), .text-link > span, .outline-link > span { display: inline-block; margin-left: 7px; transition: transform .2s; }
.nav-cta:hover, .button:hover { transform: translateY(-2px); }
.nav-cta:hover { background: var(--brown-deep); }
.menu-toggle { display: none; width: 43px; height: 43px; padding: 9px; border: 1px solid var(--line); border-radius: 50%; background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; width: 21px; height: 1px; margin: 4px auto; background: var(--brown); transition: transform .2s, opacity .2s; }

.hero { position: relative; overflow: hidden; padding: 80px 0 98px; background: var(--cream); }
.hero::before { position: absolute; content: ""; width: 44vw; height: 44vw; top: -31vw; left: -18vw; border-radius: 50%; background: rgba(217, 179, 130, .17); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, .88fr) minmax(420px, 1.12fr); gap: clamp(48px, 8vw, 110px); align-items: center; }
.hero-copy { padding-top: 6px; }
.eyebrow { display: flex; align-items: center; gap: 11px; text-transform: uppercase; letter-spacing: .17em; font-size: 10px; font-weight: 700; color: var(--sage); }
.eyebrow-line { display: inline-block; width: 28px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 600; }
h1 { max-width: 600px; margin: 20px 0 24px; font-size: clamp(58px, 7.2vw, 104px); line-height: .93; letter-spacing: -.07em; }
h1 span, h2 span { color: var(--brown); font-style: italic; }
.hero-lede { max-width: 500px; margin-bottom: 29px; font-size: 16px; color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 49px; padding: 13px 20px; border: 0; border-radius: 100px; font-size: 12px; font-weight: 700; transition: transform .2s, background .2s, color .2s, border-color .2s; }
.button-primary { color: var(--cream); background: var(--brown); }
.button-primary:hover { background: var(--brown-deep); }
.button-quiet { padding-left: 5px; color: var(--brown); }
.button-quiet:hover, .text-link:hover, .outline-link:hover { color: var(--sage); }
.button-quiet:hover { transform: translateY(-2px); }
.phone-dot { display: inline-flex; justify-content: center; align-items: center; width: 27px; height: 27px; margin-right: 7px; border: 1px solid var(--caramel); border-radius: 50%; }
.phone-dot svg { width: 13px; height: 13px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.hero-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 45px; padding-top: 18px; border-top: 1px solid var(--line); }
.rating { display: flex; align-items: baseline; flex-wrap: wrap; gap: 7px; font-size: 11px; color: var(--muted); }
.rating strong { color: var(--ink); font-size: 14px; }
.stars { color: #bd8350; letter-spacing: 1px; font-size: 12px; }
.open-status { display: inline-flex; align-items: center; gap: 7px; color: var(--sage); font-size: 11px; font-weight: 700; white-space: nowrap; }
.status-dot { width: 7px; height: 7px; display: inline-block; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 4px rgba(58, 107, 94, .12); }
.open-status.closed { color: #9b5a49; }
.open-status.closed .status-dot { box-shadow: 0 0 0 4px rgba(155, 90, 73, .11); }
.hero-visual { position: relative; padding: 14px 36px 20px 10px; }
.hero-photo-frame { position: relative; overflow: hidden; aspect-ratio: .96; background: var(--paper); box-shadow: 18px 25px 0 rgba(217, 179, 130, .42); }
.hero-photo-frame::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 48%, rgba(26, 17, 12, .56)); }
.hero-photo-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.photo-caption { position: absolute; z-index: 1; bottom: 24px; left: 28px; color: white; }
.photo-caption span { display: block; margin-bottom: 3px; font: 500 20px/1 var(--script); }
.photo-caption strong { font: 600 14px/1.2 var(--display); letter-spacing: .04em; }
.hero-stamp { position: absolute; z-index: 2; top: -9px; right: 0; width: 115px; height: 115px; display: flex; align-items: center; justify-content: center; flex-direction: column; border: 1px solid var(--brown); border-radius: 50%; outline: 1px solid var(--brown); outline-offset: 5px; color: var(--brown); background: var(--caramel); transform: rotate(10deg); text-align: center; }
.hero-stamp span { font: 600 20px/1 var(--script); }
.hero-stamp strong { font: 700 30px/.9 var(--display); letter-spacing: -.08em; }
.hero-stamp small { font-size: 9px; text-transform: uppercase; letter-spacing: .13em; }
.scribble { color: var(--sage); font: 500 24px/1 var(--script); }
.scribble-hero { position: absolute; right: 2px; bottom: 0; transform: rotate(-8deg); }
.scroll-cue { position: absolute; bottom: 21px; left: calc(calc((100vw - 1180px) / 2) - 40px); display: flex; align-items: center; gap: 12px; color: var(--muted); text-transform: uppercase; font-size: 9px; letter-spacing: .16em; writing-mode: vertical-rl; }
.scroll-cue i { width: 1px; height: 40px; display: block; background: var(--brown); }

.intro-band { color: var(--cream); background: var(--brown); }
.intro-items { display: grid; grid-template-columns: repeat(3, 1fr); }
.intro-items > div { display: flex; align-items: center; gap: 14px; padding: 19px 0; font-size: 12px; font-weight: 600; }
.intro-items > div + div { border-left: 1px solid rgba(251, 246, 239, .25); padding-left: 30px; }
.intro-number { color: var(--caramel); font-size: 10px; letter-spacing: .1em; }

.section { padding: 130px 0 145px; }
.section-heading { margin-bottom: 62px; }
.split-heading, .gallery-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; }
h2 { margin: 20px 0 0; font-size: clamp(49px, 5.9vw, 79px); line-height: .94; letter-spacing: -.07em; }
.split-heading > p { max-width: 350px; margin: 0 3% 7px 0; color: var(--muted); font-size: 14px; }
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.offer-card { min-height: 385px; position: relative; display: flex; flex-direction: column; padding: 0; overflow: hidden; isolation: isolate; }
.offer-photo { position: relative; z-index: 0; width: 100%; height: 185px; flex: 0 0 185px; object-fit: cover; object-position: center; filter: none; }
.offer-card::after { position: absolute; z-index: 2; content: ""; width: 170px; height: 170px; right: -66px; bottom: -70px; border: 1px solid currentColor; border-radius: 50%; opacity: .17; pointer-events: none; }
.offer-card-dark { color: var(--cream); background: var(--brown); }
.offer-card-cream { color: var(--brown); background: var(--paper); }
.offer-card-accent { color: var(--cream); background: var(--sage); }
.offer-card > :not(.offer-photo) { position: relative; z-index: 3; }
.offer-card > .card-number { position: absolute; z-index: 4; top: 18px; left: 29px; color: #fff; text-shadow: 0 1px 10px rgba(0, 0, 0, .24); }
.card-number { font-size: 10px; letter-spacing: .13em; opacity: .78; }
.card-icon { margin: 20px 29px 0; font-size: 35px; line-height: 1; }
.offer-card h3 { margin: 15px 29px 12px; font-size: 31px; line-height: .97; letter-spacing: -.06em; }
.offer-card p { max-width: 195px; margin: 0 29px 20px; font-size: 12px; line-height: 1.55; opacity: .72; }
.text-link { margin: auto 29px 26px; align-self: flex-start; font-size: 11px; font-weight: 700; }
.text-link:hover > span, .outline-link:hover > span, .button:hover > span:not(.phone-dot), .nav-cta:hover > span { transform: translate(2px, -2px); }
.menu-preview { display: grid; grid-template-columns: .82fr 1.18fr; gap: 75px; margin-top: 82px; padding: 52px 0 0; border-top: 1px solid var(--line); }
.menu-intro h3 { margin: 9px 0 9px; font-size: 32px; letter-spacing: -.06em; }
.menu-intro p { max-width: 260px; color: var(--muted); font-size: 12px; }
.menu-list { padding-top: 7px; }
.menu-row { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; padding: 14px 0; border-bottom: 1px solid var(--line); font: 600 17px var(--display); letter-spacing: -.02em; }
.menu-row em { color: var(--muted); font: 400 11px var(--body); }
.menu-dots { height: 1px; border-top: 1px dotted var(--caramel); }

.story-section { padding: 115px 0; color: var(--cream); background: var(--brown-deep); }
.story-grid { display: grid; grid-template-columns: minmax(260px, .9fr) minmax(380px, 1.1fr); gap: clamp(65px, 10vw, 145px); align-items: center; }
.story-image-wrap { position: relative; padding: 0 23px 24px 0; }
.story-image-wrap::after { position: absolute; z-index: 0; content: ""; inset: 25px 0 0 24px; border: 1px solid rgba(217, 179, 130, .52); }
.story-image-wrap img { position: relative; z-index: 1; width: 100%; aspect-ratio: .82; object-fit: cover; }
.image-note { position: absolute; z-index: 2; right: -28px; bottom: 7px; padding: 10px 18px; color: var(--ink); background: var(--caramel); font: 500 22px/1 var(--script); transform: rotate(-5deg); }
.story-copy .eyebrow { color: var(--caramel); }
.story-copy h2 { margin: 20px 0 26px; }
.story-copy h2 span { color: var(--caramel); }
.story-copy .story-lede { max-width: 430px; font: 500 20px/1.35 var(--display); letter-spacing: -.02em; }
.story-copy > p:not(.story-lede) { max-width: 420px; color: rgba(251, 246, 239, .68); font-size: 14px; }
.story-signature { margin-top: 35px; color: var(--caramel); font: 500 25px/1 var(--script); }
.story-signature span { margin-left: 7px; font-family: var(--body); font-size: 15px; }

.gallery-section { padding: 130px 0 145px; background: var(--cream); }
.gallery-heading { margin-bottom: 52px; }
.outline-link { display: inline-flex; align-items: center; padding: 12px 17px; border: 1px solid var(--line); border-radius: 100px; color: var(--brown); font-size: 11px; font-weight: 700; transition: color .2s, border-color .2s, transform .2s; }
.outline-link:hover { border-color: var(--sage); transform: translateY(-2px); }
.gallery-grid { display: grid; grid-template-columns: 1.18fr .82fr 1fr; grid-template-rows: 230px 230px; gap: 14px; }
.gallery-item { position: relative; min-height: 0; margin: 0; overflow: hidden; background: var(--paper); }
.gallery-item::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 40%, rgba(27, 20, 16, .55)); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.gallery-item:hover img { transform: scale(1.04); }
.gallery-item figcaption { position: absolute; z-index: 1; bottom: 18px; left: 21px; color: white; font: 500 22px/1 var(--script); }
.gallery-tall { grid-row: 1 / span 2; }
.gallery-wide { grid-column: 2 / span 2; }
.gallery-night img { object-position: center 47%; }

.social-section { padding: 0 0 130px; background: var(--cream); }
.social-card { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 350px; overflow: hidden; color: var(--cream); background: var(--sage); }
.social-copy { display: flex; flex-direction: column; justify-content: center; padding: 55px clamp(28px, 6vw, 80px); }
.social-label { color: var(--caramel); font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.social-copy h2 { margin: 12px 0 19px; }
.social-copy h2 span { color: var(--caramel); }
.social-copy p { max-width: 290px; margin-bottom: 23px; color: rgba(251, 246, 239, .72); font-size: 13px; }
.button-light { align-self: flex-start; color: var(--brown-deep); background: var(--cream); }
.button-light:hover { background: var(--caramel); }
.social-mosaic { display: grid; grid-template-columns: 1fr 1.1fr; grid-template-rows: 1fr 1fr; gap: 7px; padding: 7px; }
.social-mosaic img { width: 100%; height: 100%; min-height: 0; object-fit: cover; }
.social-mosaic img:first-child { grid-row: 1 / span 2; }

.hours-section { padding: 130px 0; background: var(--paper); }
.hours-grid { display: grid; grid-template-columns: .95fr .75fr 1.3fr; gap: 14px; align-items: stretch; }
.hours-copy { padding: 18px 25px 15px 0; }
.hours-copy h2 { margin-bottom: 25px; }
.hours-copy p { max-width: 335px; margin-bottom: 28px; color: var(--muted); font-size: 14px; }
.hours-card { padding: 29px; background: var(--cream); }
.hours-card-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.hours-card h3 { margin: 0; font-size: 25px; letter-spacing: -.05em; }
.hours-list { padding: 11px 0 0; }
.hours-row { display: flex; justify-content: space-between; gap: 12px; padding: 5px 0; color: var(--muted); font-size: 11px; }
.hours-row.today { color: var(--brown); font-weight: 700; }
.hours-row span:last-child { color: var(--ink); }
.hours-note { margin: 14px 0 0; color: var(--muted); font-size: 10px; }
.map-card { min-height: 350px; position: relative; overflow: hidden; background: #c7d1c5; }
.map-card iframe { width: 100%; height: 100%; min-height: 350px; display: block; border: 0; }
.map-placeholder { position: absolute; z-index: 1; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; color: var(--ink); background: linear-gradient(130deg, rgba(199, 209, 197, .98), rgba(227, 218, 197, .92)); text-align: center; }
.map-placeholder.is-hidden { display: none; }
.map-placeholder strong { margin-top: 10px; font: 600 22px var(--display); letter-spacing: -.05em; }
.map-placeholder > span { color: var(--muted); font-size: 11px; }
.map-pin { color: var(--brown); font-size: 42px; line-height: 1; }
.map-consent { margin-top: 22px; padding: 9px 15px; border: 1px solid rgba(45,35,29,.25); border-radius: 100px; color: var(--brown); background: rgba(251,246,239,.54); font-size: 10px; font-weight: 700; }
.map-consent:hover { background: var(--cream); }

.contact-section { padding: 130px 0 145px; background: var(--cream); }
.contact-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(60px, 11vw, 150px); align-items: start; }
.contact-copy h2 { margin-bottom: 26px; }
.contact-copy > p { max-width: 320px; color: var(--muted); font-size: 14px; }
.contact-details { margin-top: 45px; display: grid; gap: 18px; }
.contact-details a { display: flex; align-items: center; gap: 13px; width: fit-content; }
.detail-icon { width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--caramel); border-radius: 50%; color: var(--brown); }
.detail-icon svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.contact-details small, .contact-details strong { display: block; }
.contact-details small { color: var(--muted); font-size: 10px; }
.contact-details strong { font: 600 16px var(--display); letter-spacing: -.03em; }
.contact-form { padding: 38px; background: var(--paper); }
.form-title { display: flex; align-items: center; gap: 14px; margin-bottom: 30px; }
.form-title span { color: var(--sage); font-size: 11px; font-weight: 700; }
.form-title h3 { margin: 0; font-size: 29px; letter-spacing: -.06em; }
.contact-form label { display: block; margin-bottom: 18px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .03em; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 7px; padding: 12px 0 10px; border: 0; border-bottom: 1px solid rgba(45,35,29,.23); border-radius: 0; outline: 0; color: var(--ink); background: transparent; font: 400 14px var(--body); transition: border-color .2s; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #aa9b8d; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--brown); }
.contact-form textarea { resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.optional { margin-left: 4px; color: #a59280; font-weight: 400; }
.consent { display: flex !important; gap: 9px; align-items: flex-start; margin: 3px 0 23px !important; color: var(--muted); font-size: 10px !important; font-weight: 400 !important; line-height: 1.45; }
.consent input { width: 14px; height: 14px; flex: 0 0 14px; margin: 1px 0 0; accent-color: var(--brown); }
.consent a { text-decoration: underline; }
.form-feedback { min-height: 18px; margin: 13px 0 0; color: var(--sage); font-size: 11px; }

.site-footer { color: var(--cream); background: var(--brown-deep); }
.footer-main { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 30px; padding: 50px 0 45px; }
.brand-footer { color: var(--caramel); }
.brand-footer .brand-mark { border-color: var(--caramel); }
.footer-address { color: rgba(251,246,239,.65); font-size: 12px; line-height: 1.6; }
.footer-phone { justify-self: end; color: var(--caramel); font: 600 20px var(--display); letter-spacing: -.04em; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 17px 0; border-top: 1px solid rgba(251,246,239,.18); color: rgba(251,246,239,.5); font-size: 10px; }
.footer-bottom div { display: flex; gap: 23px; }
.footer-bottom a:hover { color: var(--cream); }
.legal-panels { padding-bottom: 30px; }
.legal-panels details { border-top: 1px solid rgba(251,246,239,.18); }
.legal-panels summary { padding: 14px 0; color: rgba(251,246,239,.64); font-size: 11px; cursor: pointer; }
.legal-content { max-width: 700px; padding: 0 0 20px; color: rgba(251,246,239,.64); font-size: 11px; }
.legal-content p { margin-bottom: 13px; }
.legal-content a { color: var(--caramel); }
.todo { color: #e7b897; }

.cookie-notice { position: fixed; z-index: 50; right: 25px; bottom: 25px; width: min(530px, calc(100% - 50px)); display: flex; align-items: center; gap: 17px; padding: 18px 19px; border: 1px solid rgba(45,35,29,.15); box-shadow: 0 17px 50px rgba(45,35,29,.18); background: var(--cream); }
.cookie-notice[hidden] { display: none; }
.cookie-notice strong { font: 600 16px var(--display); letter-spacing: -.04em; }
.cookie-notice p { max-width: 330px; margin: 3px 0 0; color: var(--muted); font-size: 10px; line-height: 1.4; }
.cookie-notice .button { flex: 0 0 auto; min-height: 38px; padding: 9px 14px; font-size: 10px; }
.cookie-close { align-self: flex-start; margin: -10px -8px 0 0; padding: 0; border: 0; color: var(--muted); background: transparent; font-size: 21px; line-height: 1; }

@media (max-width: 1280px) {
  .scroll-cue { display: none; }
}

@media (max-width: 900px) {
  .container { width: min(100% - 40px, 680px); }
  .nav-wrap { min-height: 74px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; z-index: 1; top: 100%; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px max(20px, calc((100% - 1180px) / 2)) 20px; border-top: 1px solid var(--line); box-shadow: 0 15px 30px rgba(68,42,23,.09); background: var(--cream); }
  .main-nav.is-open { display: flex; }
  .main-nav > a:not(.nav-cta) { padding: 15px 0; border-bottom: 1px solid var(--line); }
  .nav-cta { margin-top: 15px; text-align: center; }
  .hero { padding: 60px 0 85px; }
  .hero-grid { grid-template-columns: 1fr; gap: 55px; }
  .hero-copy { max-width: 560px; }
  h1 { font-size: clamp(62px, 14vw, 94px); }
  .hero-visual { width: min(100%, 560px); margin: 0 auto; }
  .hero-photo-frame { aspect-ratio: 1.08; }
  .section, .gallery-section, .hours-section, .contact-section { padding: 95px 0; }
  .split-heading, .gallery-heading { align-items: flex-start; flex-direction: column; gap: 25px; }
  .split-heading > p { margin: 0; }
  .offer-grid { grid-template-columns: 1fr; }
  .offer-card { min-height: 290px; }
  .card-icon { margin-top: 32px; }
  .menu-preview { grid-template-columns: 1fr; gap: 20px; margin-top: 65px; }
  .menu-intro p { max-width: 400px; }
  .story-grid { grid-template-columns: 1fr; gap: 60px; }
  .story-image-wrap { width: min(100%, 460px); margin: 0 auto; }
  .story-copy { max-width: 530px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 300px 220px; }
  .gallery-tall { grid-row: 1; }
  .gallery-wide { grid-column: 1 / span 2; }
  .gallery-night { grid-column: 2; }
  .social-card { grid-template-columns: 1fr; }
  .social-mosaic { height: 300px; }
  .hours-grid { grid-template-columns: 1fr 1fr; }
  .hours-copy { grid-column: 1 / span 2; padding: 0 0 15px; }
  .map-card { min-height: 300px; }
  .map-card iframe { min-height: 300px; }
  .contact-grid { grid-template-columns: 1fr; gap: 55px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-phone { justify-self: start; grid-column: 2; grid-row: 1; }
}

@media (max-width: 560px) {
  .container { width: calc(100% - 34px); }
  h2 { font-size: 52px; }
  h1 { font-size: clamp(56px, 17vw, 82px); }
  .hero { padding-top: 42px; }
  .hero-lede { font-size: 14px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 4px; }
  .hero-meta { align-items: flex-start; flex-direction: column; gap: 11px; margin-top: 30px; }
  .hero-visual { padding: 9px 14px 26px 0; }
  .hero-stamp { top: -12px; right: -4px; width: 88px; height: 88px; }
  .hero-stamp span { font-size: 16px; }
  .hero-stamp strong { font-size: 23px; }
  .hero-stamp small { font-size: 7px; }
  .scribble-hero { right: -7px; bottom: 3px; font-size: 20px; }
  .intro-items { grid-template-columns: 1fr; padding: 8px 0; }
  .intro-items > div { padding: 7px 0; }
  .intro-items > div + div { padding-left: 0; border-left: 0; }
  .section, .gallery-section, .hours-section, .contact-section { padding: 78px 0; }
  .section-heading, .gallery-heading { margin-bottom: 40px; }
  .offer-card { min-height: 355px; padding: 0; }
  .offer-photo { height: 170px; flex-basis: 170px; }
  .menu-preview { margin-top: 53px; padding-top: 35px; }
  .menu-row { grid-template-columns: 1fr auto; gap: 2px 10px; font-size: 16px; }
  .menu-dots { display: none; }
  .menu-row em { grid-column: 1 / span 2; }
  .story-section { padding: 78px 0 92px; }
  .story-image-wrap { padding-right: 14px; }
  .image-note { right: -9px; font-size: 19px; }
  .story-copy .story-lede { font-size: 18px; }
  .gallery-grid { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 250px 180px 190px; gap: 9px; }
  .gallery-tall { grid-column: 1 / span 2; }
  .gallery-wide { grid-column: 1; grid-row: 2; }
  .gallery-night { grid-column: 2; grid-row: 2 / span 2; }
  .gallery-item figcaption { bottom: 12px; left: 13px; font-size: 17px; }
  .social-section { padding-bottom: 78px; }
  .social-copy { padding: 42px 26px; }
  .social-mosaic { height: 215px; }
  .hours-grid { grid-template-columns: 1fr; }
  .hours-copy { grid-column: auto; }
  .hours-card { padding: 24px 20px; }
  .map-card, .map-card iframe { min-height: 295px; }
  .contact-form { padding: 27px 20px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-main { grid-template-columns: 1fr; gap: 22px; padding: 40px 0 30px; }
  .footer-phone { grid-column: auto; grid-row: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 11px; }
  .footer-bottom div { flex-wrap: wrap; gap: 9px 17px; }
  .cookie-notice { right: 12px; bottom: 12px; width: calc(100% - 24px); align-items: flex-start; flex-wrap: wrap; }
  .cookie-notice > div { flex: 1 1 230px; }
  .cookie-notice .button { margin-top: 4px; }
}
