:root {
  --ink: #000002;
  --ink-soft: #000002;
  --cream: #FFFFFF;
  --sand: rgba(54,191,183,.12);
  --muted: rgba(0,0,2,.58);
  --red: #09BBAB;
  --red-bright: #09BBAB;
  --gold: #36BFB7;
  --green: #36BFB7;
  --line: rgba(31, 32, 29, 0.14);
  --display: "Fraunces", Georgia, serif;
  --body: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--body); -webkit-font-smoothing: antialiased; }
body, button, input, textarea { font-family: var(--body); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; cursor: pointer; }
.container { width: min(1160px, 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; }
.section-dark { background: var(--ink); color: var(--cream); }
.section-cream { background: var(--cream); }
.section-sand { background: var(--sand); }

.announcement { background: var(--gold); color: var(--ink); font-size: 12px; font-weight: 600; letter-spacing: .01em; }
.announcement__inner { align-items: center; display: flex; gap: 10px; justify-content: center; min-height: 34px; }
.announcement a { margin-left: 12px; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.announcement__pulse { background: var(--green); border-radius: 50%; height: 7px; width: 7px; }

.site-header { background: var(--ink); color: var(--cream); position: sticky; top: 0; z-index: 10; }
.nav-wrap { align-items: center; display: flex; justify-content: space-between; min-height: 92px; }
.brand { align-items: center; display: inline-flex; gap: 10px; }
.brand__image { background: #09BBAB; border-radius: 8px; display: block; height: 60px; overflow: hidden; width: 60px; }
.brand__image img { height: 100%; object-fit: cover; width: 100%; }
.main-nav { align-items: center; display: flex; gap: 34px; }
.main-nav > a:not(.nav-cta) { color: rgba(251,245,236,.72); font-size: 13px; font-weight: 600; transition: color .2s ease; }
.main-nav > a:not(.nav-cta):hover { color: var(--cream); }
.nav-cta { align-items: center; background: var(--cream); border-radius: 999px; color: var(--ink); display: inline-flex; font-size: 12px; font-weight: 700; gap: 13px; padding: 12px 17px 12px 20px; }
.nav-cta span { color: var(--red); font-size: 18px; line-height: .5; }
.menu-toggle { background: transparent; border: 0; display: none; padding: 6px; }
.menu-toggle > span:not(.sr-only) { background: var(--cream); display: block; height: 2px; margin: 5px 0; width: 24px; }

.hero { min-height: 670px; overflow: hidden; position: relative; }
.hero__texture, .order__noise { background-image: radial-gradient(rgba(251,245,236,.08) 1px, transparent 1px); background-size: 12px 12px; inset: 0; opacity: .24; pointer-events: none; position: absolute; }
.hero__texture { background-position: 0 0; mask-image: linear-gradient(90deg, black, transparent 70%); }
.hero__grid { align-items: center; display: grid; gap: 70px; grid-template-columns: .9fr 1.1fr; min-height: 575px; position: relative; z-index: 1; }
.hero__copy { padding: 32px 0 48px; }
.eyebrow { align-items: center; color: var(--red); display: flex; font-size: 11px; font-weight: 700; gap: 10px; letter-spacing: .17em; margin: 0 0 22px; text-transform: uppercase; }
.eyebrow--light { color: var(--gold); }
.eyebrow__line { background: currentColor; display: inline-block; height: 1px; width: 30px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 600; letter-spacing: -.045em; }
h1 { font-size: clamp(54px, 6vw, 88px); line-height: .95; margin-bottom: 26px; max-width: 560px; }
h1 em, h2 em { color: var(--red-bright); font-style: italic; }
.section-dark h1 em, .section-red h2 em { color: var(--gold); }
.hero__intro { color: rgba(251,245,236,.7); font-size: 16px; line-height: 1.65; max-width: 420px; }
.hero__actions { align-items: center; display: flex; flex-wrap: wrap; gap: 24px; margin-top: 36px; }
.button { align-items: center; border: 0; border-radius: 999px; display: inline-flex; font-size: 13px; font-weight: 700; gap: 24px; justify-content: center; padding: 16px 21px 16px 24px; transition: background .2s ease, color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 20px; line-height: .6; }
.button--primary { background: var(--red-bright); color: var(--cream); }
.button--primary:hover { background: #36BFB7; }
.button--outline { border: 1px solid rgba(251,245,236,.38); color: var(--cream); }
.button--outline:hover { background: var(--cream); color: var(--ink); }
.button--cream { background: var(--cream); color: var(--red); }
.button--cream:hover { background: white; }
.button--light { background: var(--cream); color: var(--ink); font-size: 11px; padding: 11px 14px 11px 17px; }
.button--small { gap: 12px; }
.text-link { color: var(--red); font-size: 12px; font-weight: 700; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.text-link span { font-size: 16px; margin-left: 5px; text-decoration: none; }
.text-link--light { color: var(--cream); text-decoration-color: rgba(251,245,236,.42); }
.hero__trust { align-items: center; border-left: 1px solid rgba(251,245,236,.25); display: flex; gap: 15px; margin-top: 50px; padding-left: 17px; }
.rating { align-items: center; display: flex; flex-direction: column; line-height: 1; }
.rating__score { font-family: var(--display); font-size: 22px; }
.rating__stars, .review__stars { color: var(--gold); font-size: 10px; letter-spacing: 2px; margin-top: 4px; }
.hero__trust-copy { display: flex; flex-direction: column; gap: 5px; }
.hero__trust-copy strong { font-size: 11px; }
.hero__trust-copy span { color: rgba(251,245,236,.52); font-size: 11px; }
.hero__visual { height: 525px; position: relative; }
.hero__image-frame { height: 460px; overflow: hidden; position: absolute; right: 0; top: 31px; width: min(100%, 560px); }
.hero__image-frame::after { background: linear-gradient(180deg, transparent 55%, rgba(31,32,29,.65)); content: ""; inset: 0; position: absolute; }
.hero__image-frame img { height: 100%; object-fit: cover; object-position: center; width: 100%; }
.hero__image-caption { align-items: center; bottom: 22px; color: var(--cream); display: flex; font-size: 10px; font-weight: 700; gap: 7px; left: 23px; letter-spacing: .08em; position: absolute; text-transform: uppercase; z-index: 1; }
.caption-dot { background: var(--gold); border-radius: 50%; height: 7px; width: 7px; }
.hero__image-frame::before { border: 1px solid rgba(251,245,236,.35); content: ""; inset: 12px; pointer-events: none; position: absolute; z-index: 1; }
.hero__hours-badge { align-items: center; background: rgba(0,0,2,.9); border-left: 3px solid var(--gold); bottom: 54px; display: flex; gap: 10px; left: 18px; padding: 11px 14px 11px 11px; position: absolute; z-index: 2; }
.hero__hours-icon { align-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); display: inline-flex; font-size: 15px; height: 27px; justify-content: center; width: 27px; }
.hero__hours-badge > span:last-child { display: flex; flex-direction: column; gap: 2px; }
.hero__hours-badge small { color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.hero__hours-badge strong { color: var(--cream); font-family: var(--display); font-size: 17px; line-height: 1; }
.hero__hours-badge em { color: rgba(255,255,255,.62); font-size: 9px; font-style: normal; margin-top: 2px; }
.hero__sticker { align-items: center; background: var(--gold); border-radius: 50%; color: var(--ink); display: flex; flex-direction: column; height: 116px; justify-content: center; line-height: 1; position: absolute; right: -27px; top: 4px; transform: rotate(9deg); width: 116px; z-index: 2; }
.hero__sticker strong { font-family: var(--display); font-size: 43px; }
.hero__sticker span { font-size: 9px; font-weight: 700; letter-spacing: .08em; line-height: 1.25; text-align: center; text-transform: uppercase; }
.hero__doodle { bottom: 32px; color: var(--red-bright); font-size: 48px; left: -32px; position: absolute; transform: rotate(16deg); }
.hero__scroll { align-items: center; bottom: 23px; color: rgba(251,245,236,.43); display: flex; font-size: 10px; gap: 14px; letter-spacing: .08em; position: absolute; text-transform: uppercase; }
.hero__scroll-line { background: var(--red-bright); height: 1px; width: 44px; }

.quick-info { background: var(--red); color: var(--cream); }
.quick-info__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.quick-info__item { align-items: center; border-right: 1px solid rgba(251,245,236,.2); display: flex; gap: 13px; min-height: 95px; padding: 17px 24px; }
.quick-info__item:first-child { padding-left: 0; }
.quick-info__item:last-child { border-right: 0; }
.quick-info__item > div { display: flex; flex-direction: column; gap: 5px; }
.quick-info__item strong { font-size: 11px; }
.quick-info__item > div span { color: rgba(251,245,236,.68); font-size: 11px; }
.quick-info__item--open { background: var(--gold); }
.quick-info__item--open strong { color: var(--ink); }
.quick-info__item--open > div span { color: rgba(0,0,2,.72); }
.quick-info__item--open .info-icon { border-color: rgba(0,0,2,.3); color: var(--ink); }
.info-icon { align-items: center; border: 1px solid rgba(251,245,236,.4); border-radius: 50%; display: inline-flex; font-size: 16px; height: 32px; justify-content: center; width: 32px; }

.menu-section { padding: 122px 0 108px; }
.section-heading { margin-bottom: 49px; }
.section-heading--split { align-items: end; display: flex; justify-content: space-between; }
h2 { font-size: clamp(46px, 5.2vw, 72px); line-height: .96; margin-bottom: 0; }
.section-heading__aside { margin-bottom: 5px; max-width: 285px; }
.section-heading__aside p { color: var(--muted); font-size: 13px; line-height: 1.65; margin-bottom: 22px; }
.menu-tabs { border-bottom: 1px solid var(--line); display: flex; gap: 30px; margin-bottom: 34px; }
.menu-tab { background: transparent; border: 0; border-bottom: 2px solid transparent; color: var(--muted); font-size: 12px; font-weight: 700; padding: 0 0 15px; }
.menu-tab.is-active, .menu-tab:hover { border-bottom-color: var(--red); color: var(--red); }
.menu-grid { display: grid; gap: 22px; grid-template-columns: 1.25fr 1fr 1fr; }
.menu-card { background: #FFFFFF; border: 1px solid rgba(0,0,2,.09); transition: box-shadow .25s ease, transform .25s ease; }
.menu-card:hover { box-shadow: 0 16px 35px rgba(79,54,29,.12); transform: translateY(-5px); }
.menu-card.is-hidden { display: none; }
.menu-card__image { height: 215px; overflow: hidden; position: relative; }
.menu-card--featured .menu-card__image { height: 260px; }
.menu-card__image::after { background: linear-gradient(180deg, transparent 55%, rgba(31,32,29,.48)); content: ""; inset: 0; position: absolute; }
.menu-card__image img { height: 100%; object-fit: cover; transition: transform .5s ease; width: 100%; }
.menu-card:hover .menu-card__image img { transform: scale(1.04); }
.menu-card__tag, .menu-card__number { color: var(--cream); font-size: 10px; font-weight: 700; left: 17px; letter-spacing: .1em; position: absolute; text-transform: uppercase; top: 16px; z-index: 1; }
.menu-card__tag { background: var(--red); left: auto; padding: 9px 11px; right: 16px; }
.menu-card__number { border-bottom: 1px solid rgba(251,245,236,.7); padding-bottom: 4px; }
.menu-card__body { padding: 21px 23px 24px; }
.menu-card__meta { align-items: center; color: var(--red); display: flex; font-size: 9px; font-weight: 700; gap: 8px; letter-spacing: .13em; text-transform: uppercase; }
.menu-card__dots { background: var(--gold); border-radius: 50%; height: 4px; width: 4px; }
.menu-card h3 { font-family: var(--display); font-size: 28px; font-weight: 600; letter-spacing: -.04em; margin: 13px 0 8px; }
.menu-card p { color: var(--muted); font-size: 12px; line-height: 1.6; margin-bottom: 19px; min-height: 38px; }
.menu-card__price { border-top: 1px solid var(--line); color: var(--ink); display: block; font-size: 10px; font-weight: 700; padding-top: 14px; }
.menu-note { align-items: center; border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); color: var(--muted); display: flex; font-size: 11px; gap: 10px; margin-top: 36px; min-height: 55px; }
.menu-note a { color: var(--red); font-weight: 700; margin-left: auto; }
.menu-note a span { font-size: 16px; margin-left: 6px; }
.menu-note__icon { align-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); display: inline-flex; font-family: var(--display); font-size: 12px; height: 20px; justify-content: center; width: 20px; }

.story { padding: 124px 0; }
.story__grid { align-items: center; display: grid; gap: 100px; grid-template-columns: 1fr 1fr; }
.story__visual { min-height: 525px; position: relative; }
.story__image-main { height: 420px; margin-left: 44px; overflow: hidden; width: calc(100% - 66px); }
.story__image-main img, .story__image-small img { height: 100%; object-fit: cover; width: 100%; }
.story__image-small { border: 11px solid var(--sand); bottom: 0; height: 220px; left: 0; overflow: hidden; position: absolute; width: 235px; }
.story__stamp { align-items: center; background: var(--green); border-radius: 50%; bottom: 45px; color: var(--cream); display: flex; font-family: var(--display); font-size: 17px; height: 115px; justify-content: center; line-height: .9; position: absolute; right: -21px; text-align: center; transform: rotate(-12deg); width: 115px; }
.story__copy { max-width: 450px; }
.story__copy h2 { margin-bottom: 29px; }
.story__lead { color: var(--ink); font-family: var(--display); font-size: 21px; line-height: 1.32; max-width: 390px; }
.story__copy > p:not(.eyebrow):not(.story__lead) { color: var(--muted); font-size: 13px; line-height: 1.75; }
.story__signature { align-items: center; display: flex; gap: 12px; margin-top: 37px; }
.signature-mark { align-items: center; background: var(--red); border-radius: 50%; color: var(--cream); display: inline-flex; font-family: var(--display); font-size: 20px; height: 44px; justify-content: center; width: 44px; }
.story__signature > span:last-child { display: flex; flex-direction: column; gap: 3px; }
.story__signature strong { font-size: 11px; }
.story__signature small { color: var(--muted); font-size: 10px; }

.review-section { overflow: hidden; padding: 107px 0 115px; position: relative; text-align: center; }
.review-section__shape { border: 1px solid rgba(251,245,236,.1); border-radius: 50%; height: 480px; position: absolute; width: 480px; }
.review-section__shape--one { left: -230px; top: -260px; }
.review-section__shape--two { bottom: -280px; right: -200px; }
.review__inner { position: relative; z-index: 1; }
.review__inner .eyebrow { justify-content: center; }
.review__rating { align-items: center; display: flex; gap: 16px; justify-content: center; margin: 23px 0 27px; }
.review__number { font-family: var(--display); font-size: 47px; }
.review__stars { font-size: 15px; }
.review__count { color: rgba(251,245,236,.55); font-size: 11px; }
blockquote { font-family: var(--display); font-size: clamp(27px, 3vw, 42px); letter-spacing: -.03em; line-height: 1.1; margin: 0 auto 34px; max-width: 730px; }

.visit { padding: 123px 0 131px; }
.visit > .container > .section-heading { margin-bottom: 52px; }
.visit__grid { align-items: stretch; display: grid; gap: 77px; grid-template-columns: 1.08fr .92fr; }
.map-card { background: #36BFB7; min-height: 455px; overflow: hidden; position: relative; }
.map-card__pattern { background: #36BFB7; height: 100%; inset: 0; overflow: hidden; position: absolute; }
.map-road { background: rgba(251,245,236,.95); box-shadow: 0 0 0 2px rgba(162,166,150,.17); height: 25px; position: absolute; transform: rotate(-27deg); width: 130%; }
.map-road--one { left: -90px; top: 93px; }
.map-road--two { left: -25px; top: 277px; transform: rotate(20deg); }
.map-road--three { left: 15px; top: 184px; transform: rotate(92deg); width: 90%; }
.map-block { background: #09BBAB; height: 100px; position: absolute; transform: rotate(18deg); width: 140px; }
.map-block--one { left: 43px; top: 26px; }.map-block--two { right: -12px; top: 38px; transform: rotate(-8deg); }.map-block--three { bottom: 26px; left: 26px; transform: rotate(-8deg); }.map-block--four { bottom: 70px; right: -30px; transform: rotate(15deg); }
.map-marker { align-items: center; background: var(--red); border: 7px solid rgba(251,245,236,.7); border-radius: 50% 50% 50% 0; box-shadow: 0 8px 18px rgba(31,32,29,.25); color: var(--cream); display: flex; font-family: var(--display); font-size: 17px; height: 54px; justify-content: center; left: 49%; position: absolute; top: 43%; transform: rotate(-45deg); width: 54px; }
.map-marker span { transform: rotate(45deg); }
.map-label { bottom: 32px; color: rgba(31,32,29,.34); font-size: 10px; font-weight: 700; left: 31px; letter-spacing: .2em; position: absolute; transform: rotate(-19deg); }
.map-card__overlay { background: rgba(31,32,29,.93); bottom: 20px; color: var(--cream); display: flex; flex-direction: column; left: 20px; padding: 18px 20px; position: absolute; width: 210px; z-index: 1; }
.map-card__eyebrow { color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: .16em; margin-bottom: 10px; text-transform: uppercase; }
.map-card__overlay strong { font-family: var(--display); font-size: 21px; font-weight: 600; line-height: 1.1; margin-bottom: 16px; }.map-card__overlay small { font-family: var(--body); font-size: 11px; font-weight: 400; }
.map-card__privacy { bottom: 5px; color: rgba(31,32,29,.56); font-size: 9px; left: 20px; position: absolute; z-index: 2; }
.map-card iframe { border: 0; height: 100%; inset: 0; position: absolute; width: 100%; z-index: 3; }
.map-card.map-loaded .map-card__overlay, .map-card.map-loaded .map-card__privacy { display: none; }
.visit__details { display: flex; flex-direction: column; justify-content: space-between; padding: 7px 0; }
.detail-block { border-bottom: 1px solid var(--line); display: grid; gap: 21px; grid-template-columns: 31px 1fr; padding: 0 0 26px; }.detail-block + .detail-block { padding-top: 26px; }.detail-block:last-child { border-bottom: 0; }
.detail-icon { align-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--red); display: inline-flex; font-size: 15px; height: 30px; justify-content: center; width: 30px; }.detail-block h3 { font-family: var(--display); font-size: 24px; font-weight: 600; margin: 0 0 10px; }.detail-block p { color: var(--ink); font-size: 13px; line-height: 1.65; margin-bottom: 12px; }.muted { color: var(--muted); }.hours { display: flex; flex-direction: column; gap: 10px; }.hours div { display: flex; font-size: 12px; justify-content: space-between; max-width: 320px; }.hours span { color: var(--muted); }.hours strong { font-weight: 700; }.hours .closed { color: var(--red); }

.section-red { background: var(--red); color: var(--cream); }
.order { overflow: hidden; padding: 110px 0; position: relative; }
.order__noise { opacity: .17; }
.order__grid { align-items: start; display: grid; gap: 112px; grid-template-columns: .9fr 1.1fr; position: relative; z-index: 1; }
.order__copy { max-width: 390px; padding-top: 8px; }.order__copy h2 { margin-bottom: 26px; }.order__copy > p:not(.eyebrow) { color: rgba(251,245,236,.78); font-size: 14px; line-height: 1.7; }.order__direct { align-items: center; display: flex; gap: 12px; margin-top: 50px; }.direct-icon { align-items: center; border: 1px solid rgba(251,245,236,.5); border-radius: 50%; display: inline-flex; height: 37px; justify-content: center; width: 37px; }.order__direct span:last-child { display: flex; flex-direction: column; gap: 4px; }.order__direct strong { font-size: 11px; }.order__direct small { color: rgba(251,245,236,.62); font-size: 10px; }
.order-form { background: var(--ink); padding: 31px 36px 32px; }.form-heading { align-items: center; border-bottom: 1px solid rgba(251,245,236,.2); display: flex; gap: 17px; margin-bottom: 26px; padding-bottom: 20px; }.form-heading span { color: var(--gold); font-family: var(--display); font-size: 18px; }.form-heading strong { font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }.order-form label { color: rgba(251,245,236,.63); display: flex; flex-direction: column; font-size: 10px; font-weight: 600; gap: 8px; letter-spacing: .06em; text-transform: uppercase; }.form-row { display: grid; gap: 17px; grid-template-columns: 1fr 1fr; }.order-form > label, .form-row { margin-bottom: 18px; }.order-form input, .order-form textarea { background: transparent; border: 0; border-bottom: 1px solid rgba(251,245,236,.27); border-radius: 0; color: var(--cream); font-size: 13px; outline: 0; padding: 5px 0 11px; resize: vertical; width: 100%; }.order-form input::placeholder, .order-form textarea::placeholder { color: rgba(251,245,236,.34); }.order-form input:focus, .order-form textarea:focus { border-color: var(--gold); }.order-form input::-webkit-calendar-picker-indicator { filter: invert(1); opacity: .7; }.order-form .button { margin-top: 9px; }.form-note { color: rgba(251,245,236,.4); font-size: 9px; line-height: 1.5; margin: 14px 0 0; max-width: 370px; }.form-status { color: var(--gold); font-size: 11px; font-weight: 700; margin: 10px 0 0; }

.gallery { overflow: hidden; padding: 116px 0 120px; }.gallery__header { align-items: end; display: flex; justify-content: space-between; margin-bottom: 47px; }.instagram-link { align-items: center; color: var(--red); display: flex; font-size: 12px; font-weight: 700; gap: 9px; }.instagram-link__icon { align-items: center; border: 1px solid var(--red); border-radius: 7px; display: inline-flex; font-size: 19px; height: 27px; justify-content: center; width: 27px; }.instagram-link > span:last-child { font-size: 16px; margin-left: 5px; }.gallery__strip { display: grid; gap: 12px; grid-auto-flow: column; grid-auto-columns: minmax(180px, 1fr); grid-template-rows: 215px; margin-left: max(32px, calc((100vw - 1160px) / 2)); }.gallery__item { overflow: hidden; }.gallery__item--wide { grid-column: span 2; }.gallery__item img { height: 100%; object-fit: cover; transition: transform .5s ease; width: 100%; }.gallery__item:hover img { transform: scale(1.05); }

.site-footer { background: var(--ink); color: var(--cream); padding: 54px 0 27px; }.footer__top { align-items: center; display: flex; min-height: 82px; }.brand--footer .brand__image { height: 68px; width: 68px; }.footer__claim { color: rgba(251,245,236,.48); font-family: var(--display); font-size: 20px; font-style: italic; margin: 0 auto 0 65px; }.footer__social { display: flex; gap: 14px; }.footer__social a { align-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: var(--gold); display: inline-flex; height: 56px; justify-content: center; width: 56px; }.footer__social svg { fill: none; height: 21px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.45px; width: 21px; }.footer__social svg .icon-fill { fill: currentColor; stroke: none; }.footer__bottom { align-items: center; border-top: 1px solid rgba(251,245,236,.15); color: rgba(251,245,236,.45); display: flex; font-size: 10px; gap: 27px; margin-top: 34px; padding-top: 23px; }.footer__legal { display: flex; gap: 20px; margin-left: auto; }.footer__legal a:hover { color: var(--cream); }.legal-details { color: rgba(251,245,236,.7); display: grid; gap: 10px; grid-template-columns: 1fr 1fr; margin-top: 30px; }.legal-details details { border-top: 1px solid rgba(251,245,236,.13); padding-top: 14px; }.legal-details summary { color: var(--gold); cursor: pointer; font-size: 11px; font-weight: 700; }.legal-details p { font-size: 10px; line-height: 1.6; }
.cookie-banner { align-items: center; background: var(--cream); bottom: 18px; box-shadow: 0 12px 35px rgba(31,32,29,.2); display: flex; gap: 27px; max-width: 420px; padding: 17px 19px; position: fixed; right: 18px; z-index: 20; }.cookie-banner.is-hidden { display: none; }.cookie-banner strong { font-family: var(--display); font-size: 15px; }.cookie-banner p { color: var(--muted); font-size: 10px; line-height: 1.5; margin: 4px 0 0; }.cookie-banner button { background: var(--red); border: 0; color: var(--cream); flex: 0 0 auto; font-size: 10px; font-weight: 700; padding: 10px 12px; }
.mobile-bar { display: none; }

@media (max-width: 900px) {
  .container { width: min(100% - 40px, 650px); }
  .main-nav { gap: 20px; }
  .hero__grid { gap: 36px; grid-template-columns: 1fr 1fr; }.hero__visual { height: 450px; }.hero__image-frame { height: 385px; }.hero__sticker { right: -18px; }.hero__doodle { left: -20px; }
  .quick-info__item { padding: 17px 12px; }.quick-info__item:first-child { padding-left: 0; }.quick-info__item strong, .quick-info__item > div span { font-size: 10px; }
  .story__grid { gap: 45px; }.story__visual { min-height: 455px; }.story__image-main { height: 370px; }.story__image-small { height: 190px; width: 200px; }.story__stamp { height: 95px; right: -15px; width: 95px; }
  .visit__grid { gap: 43px; }.order__grid { gap: 50px; }
}

@media (max-width: 680px) {
  .container { width: calc(100% - 40px); }
  .announcement { display: none; }
  .nav-wrap { min-height: 72px; }.brand__image { height: 52px; width: 52px; }.menu-toggle { display: block; }.main-nav { align-items: stretch; background: var(--ink); display: none; flex-direction: column; gap: 0; left: 0; padding: 7px 20px 20px; position: absolute; right: 0; top: 72px; }.main-nav.is-open { display: flex; }.main-nav > a:not(.nav-cta) { border-top: 1px solid rgba(251,245,236,.13); padding: 17px 0; }.main-nav .nav-cta { justify-content: center; margin-top: 8px; }
  .hero { min-height: auto; }.hero__grid { display: grid; gap: 0; grid-template-columns: 1fr; min-height: auto; padding-top: 72px; }.hero__copy { display: contents; }.hero__copy .eyebrow { order: 1; }.hero__copy h1 { font-size: clamp(50px, 15vw, 72px); order: 2; }.hero__visual { height: 350px; margin-bottom: 38px; order: 3; width: 100%; }.hero__intro { font-size: 14px; order: 4; }.hero__actions { align-items: flex-start; flex-direction: column; gap: 21px; margin-top: 28px; order: 5; }.hero__trust { margin-bottom: 42px; margin-top: 39px; order: 6; }.hero__image-frame { height: 310px; right: 0; top: 0; width: calc(100% - 16px); }.hero__hours-badge { bottom: 47px; left: 15px; padding: 9px 11px 9px 9px; }.hero__hours-badge strong { font-size: 15px; }.hero__hours-badge em { font-size: 8px; }.hero__sticker { height: 94px; right: -9px; top: -18px; width: 94px; }.hero__sticker strong { font-size: 35px; }.hero__sticker span { font-size: 8px; }.hero__doodle { bottom: 8px; font-size: 36px; left: -12px; }.hero__scroll { display: none; }
  .quick-info__grid { grid-template-columns: 1fr 1fr; }.quick-info__item, .quick-info__item:first-child { border-bottom: 1px solid rgba(251,245,236,.2); padding: 14px 9px; }.quick-info__item:nth-child(2) { border-right: 0; }.quick-info__item:nth-child(3), .quick-info__item:nth-child(4) { border-bottom: 0; }.quick-info__item strong, .quick-info__item > div span { font-size: 9px; }.info-icon { flex: 0 0 auto; height: 28px; width: 28px; }
  .menu-section, .story, .visit, .gallery { padding: 83px 0; }.section-heading--split, .gallery__header { align-items: flex-start; flex-direction: column; gap: 25px; }.section-heading { margin-bottom: 38px; }.section-heading__aside { max-width: 330px; }.menu-tabs { gap: 24px; margin-bottom: 25px; overflow-x: auto; }.menu-grid { display: flex; flex-direction: column; }.menu-card__image, .menu-card--featured .menu-card__image { height: 240px; }.menu-card__body { padding: 18px 19px 21px; }.menu-card p { min-height: auto; }.menu-note { align-items: flex-start; flex-wrap: wrap; padding: 15px 0; }.menu-note a { margin-left: 30px; }
  .story__grid, .visit__grid, .order__grid { display: flex; flex-direction: column; }.story__visual { min-height: 405px; width: 100%; }.story__image-main { height: 330px; margin-left: 22px; width: calc(100% - 35px); }.story__image-small { border-width: 8px; height: 160px; width: 165px; }.story__stamp { bottom: 30px; height: 85px; right: -8px; width: 85px; font-size: 14px; }
  .review-section { padding: 80px 0 85px; }.review__rating { flex-wrap: wrap; gap: 9px 14px; }.review__count { flex-basis: 100%; }.review__number { font-size: 42px; }
  .map-card { min-height: 380px; width: 100%; }.visit__details { gap: 8px; width: 100%; }.detail-block { padding-bottom: 22px; }.detail-block + .detail-block { padding-top: 22px; }.hours div { max-width: 100%; }
  .order { padding: 78px 0; }.order__grid { gap: 47px; }.order__copy { max-width: 340px; }.order__direct { margin-top: 31px; }.order-form { padding: 25px 20px; width: 100%; }.form-row { gap: 13px; }
  .gallery__header { margin-bottom: 31px; }.gallery__strip { grid-auto-columns: 71vw; grid-template-rows: 205px; margin-left: 20px; }.gallery__item--wide { grid-column: span 1; }.gallery__strip .gallery__item:nth-child(1) { grid-column: span 1; }
  .site-footer { padding-bottom: 87px; }.footer__top { align-items: flex-start; flex-wrap: wrap; gap: 22px; }.footer__claim { flex-basis: 100%; margin: 0; order: 3; }.footer__social { margin-left: auto; }.footer__bottom { align-items: flex-start; flex-direction: column; gap: 10px; }.footer__legal { margin-left: 0; margin-top: 8px; }.legal-details { display: block; }.legal-details details + details { margin-top: 20px; }.cookie-banner { bottom: 77px; left: 12px; max-width: none; right: 12px; }
.mobile-bar { align-items: center; background: #000002; bottom: 0; display: flex; height: 63px; justify-content: space-around; left: 0; padding: 7px 12px; position: fixed; right: 0; z-index: 15; }.mobile-bar a { color: rgba(255,255,255,.65); font-size: 10px; font-weight: 700; text-align: center; }.mobile-bar__main { align-items: center; background: var(--red); border-radius: 999px; color: var(--cream) !important; display: flex; gap: 12px; padding: 12px 19px; }.mobile-bar__main span { font-size: 17px; }
}

@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; } }
