@font-face{font-family:Anton;src:url('/assets/fonts/anton-latin-400-normal.woff2') format('woff2');font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:'DM Sans';src:url('/assets/fonts/dm-sans-latin-wght-normal.woff2') format('woff2');font-style:normal;font-weight:100 1000;font-display:swap}
:root{--red:#c33122;--red-dark:#b72b1d;--cream:#f3ecd9;--ink:#171511;--muted:#b6af9f;--yellow:#edca72;--gutter:clamp(24px,4.6vw,88px);--display:Anton,Impact,'Arial Narrow',sans-serif;--body:'DM Sans',Arial,sans-serif;--mono:'SFMono-Regular',Consolas,monospace;--text-sm:.875rem;--text-body:1.0625rem;--text-lead:clamp(1.125rem,1.7vw,1.75rem);--h2:clamp(3.5rem,6.8vw,7.5rem);--header-height:76px;color-scheme:light}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:var(--header-height);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;background:var(--ink);color:var(--cream);font-family:var(--body);font-size:var(--text-body);line-height:1.5}body:has(dialog[open]){overflow:hidden}::selection{color:var(--cream);background:var(--red-dark)}a{color:inherit;text-decoration:none}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:default}button:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid var(--yellow);outline-offset:5px}img{display:block;width:100%;height:auto}figure,blockquote,p{margin:0}h1,h2,h3{margin:0;font-weight:400}h1,h2{font-family:var(--display);line-height:1.08;letter-spacing:-.015em;text-transform:uppercase;text-wrap:balance}h2{font-size:var(--h2)}h3{font-family:var(--display);font-size:clamp(1.5rem,2.35vw,2.6rem);line-height:1.2}p{text-wrap:pretty}address{font-style:normal}[hidden]{display:none!important}.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;top:-70px;left:20px;padding:12px 20px;background:var(--cream);color:var(--ink);z-index:100}.skip-link:focus{top:12px}.section-pad{padding:clamp(64px,7vw,112px) var(--gutter)}.eyebrow{font-family:var(--mono);font-size:clamp(.6875rem,.85vw,.875rem);font-weight:400;line-height:1.5;text-transform:uppercase;letter-spacing:.16em}.eyebrow [lang=ko]{font-family:var(--body);letter-spacing:.03em}.wordmark{font-family:var(--display);font-size:2rem;line-height:1.12;text-transform:uppercase;letter-spacing:-.025em}.arrow{display:inline-block;font-family:Arial,sans-serif;margin-left:.45em;font-size:1.2em;line-height:1;transition:transform .2s}.button{display:inline-flex;align-items:center;justify-content:center;gap:.5em;min-height:52px;padding:14px 26px;border:1px solid transparent;border-radius:2px;font-size:1rem;font-weight:600;line-height:1.25;text-align:center;transition:background .2s,color .2s,border-color .2s}.button:hover .arrow,.text-link:hover .arrow{transform:translate(2px,-2px)}.button-cream{background:var(--cream);color:var(--ink)}.button-cream:hover{background:var(--yellow)}.button-outline{border-color:currentColor;background:transparent;color:inherit;font-weight:400}.button-outline:hover{background:var(--cream);border-color:var(--cream);color:var(--ink)}.text-link{display:inline-flex;align-items:center;gap:.3em;min-height:44px;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:7px;text-decoration-skip-ink:auto;transition:color .2s}.text-link:hover{color:var(--yellow)}.text-red{color:var(--red-dark)}.text-red:hover{color:var(--ink)}.mobile-only{display:none}
/* The same type, rhythm and square-edged controls carry through every section. */
.site-header{height:var(--header-height);display:flex;align-items:center;justify-content:space-between;gap:28px;padding:0 var(--gutter);background:rgba(23,21,17,.98);position:sticky;top:0;z-index:30;border-bottom:1px solid rgba(243,236,217,.08)}.desktop-nav{display:flex;gap:40px;margin-left:auto}.desktop-nav a{min-height:44px;display:flex;align-items:center;font-size:.9375rem;transition:color .2s}.desktop-nav a:hover{color:var(--yellow)}.nav-actions{display:flex;align-items:center;gap:16px}.nav-actions .button{min-height:44px;padding:10px 22px;font-size:.875rem}.nav-toggle{display:none;align-items:center;justify-content:center;flex-direction:column;gap:6px;border:0;background:none;width:44px;height:44px;padding:8px;color:var(--cream)}.nav-toggle span{height:1px;width:23px;background:currentColor;transition:transform .2s}.nav-toggle[aria-expanded=true] span:first-child{transform:translateY(3.5px) rotate(45deg)}.nav-toggle[aria-expanded=true] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}.mobile-nav{position:absolute;top:100%;left:0;right:0;padding:20px var(--gutter) 30px;background:var(--ink);border-top:1px solid #494037}.mobile-nav a{display:flex;justify-content:space-between;padding:15px 0;border-bottom:1px solid #494037}.mobile-nav a:last-child{color:var(--muted);border:0;font-size:.875rem}
/* 01 — photo is a true backdrop; text and actions remain live. */
.hero{position:relative;isolation:isolate;min-height:640px;height:min(calc(100svh - var(--header-height)),940px);overflow:hidden;background:#742213}.hero-photo,.hero-shade{position:absolute;inset:0;width:100%;height:100%;z-index:-2}.hero-photo{object-fit:cover;object-position:center center}.hero-shade{z-index:-1;background:linear-gradient(180deg,rgba(12,10,7,.12),rgba(12,10,7,.04) 60%,rgba(12,10,7,.45))}.hero-content{text-align:center;padding:clamp(24px,4.5vh,64px) 24px 0}.hero h1{font-size:clamp(6.6rem,10.5vw,12.5rem);line-height:1.015;letter-spacing:-.025em;margin:20px auto 14px}.hero h1 span{display:block}.hero-description{font-size:var(--text-lead);line-height:1.5}.hero-actions{display:flex;justify-content:center;align-items:center;gap:30px;margin-top:22px}.hero-baseline{position:absolute;bottom:28px;left:var(--gutter);right:var(--gutter);display:flex;justify-content:space-between;font-family:var(--mono);font-size:.75rem;text-transform:uppercase;letter-spacing:.14em}.hero-baseline [lang=ko]{font-family:var(--body);font-size:.875rem;letter-spacing:.08em}.hero-baseline a{display:flex;gap:16px;align-items:center}
/* 02 — a quiet typographic pause. */
.intro{background:var(--cream);color:var(--ink);padding-top:48px;padding-bottom:30px}.section-topline{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--ink);padding-top:18px}.section-topline [lang=ko]{font-size:.875rem}.intro-copy{text-align:center;padding:90px 0 66px}.intro h2{font-size:clamp(3.5rem,6.5vw,7rem)}.intro-copy p{font-size:var(--text-lead);margin:20px 0 20px}.category-strip{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--ink);padding:24px 0;text-align:center}.category-strip a{font-family:var(--mono);font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;padding:5px 12px}.category-strip a+a{border-left:1px solid var(--ink)}.category-strip a:hover{color:var(--red)}
/* 03 — 6/3/3 gallery, with one offset image. */
.signature{background:var(--ink);padding-top:75px;padding-bottom:60px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:38px}.section-heading .eyebrow{margin-bottom:13px}.section-heading .button{margin-bottom:8px;flex-shrink:0}.heading-rule{display:flex;align-items:center;gap:8px}.heading-rule:after{content:'';height:1px;background:currentColor;flex:1;margin-left:18px;max-width:270px}.signature-grid{display:grid;grid-template-columns:1.95fr 1fr 1fr;gap:24px;padding-bottom:40px;border-bottom:1px solid rgba(243,236,217,.75)}.signature-dish{min-width:0;display:flex;flex-direction:column;justify-content:flex-end}.dish-photo-link{display:block;overflow:hidden;background:#32231a}.dish-photo{height:clamp(300px,31vw,530px);object-fit:cover;transition:transform .65s cubic-bezier(.2,.65,.25,1)}.dish-0 .dish-photo{object-position:center 50%}.dish-1 .dish-photo{height:clamp(270px,28vw,485px)}.dish-2 .dish-photo{height:clamp(285px,30vw,510px)}.dish-photo-link:hover .dish-photo{transform:scale(1.04)}.dish-caption{display:grid;grid-template-columns:1fr auto;gap:6px 12px;padding-top:18px}.dish-caption p{grid-column:1/-1;font-size:clamp(.875rem,1.1vw,1.125rem)}.dish-order{font-family:Arial,sans-serif;color:#f15a3e;display:flex;align-items:center;justify-content:center;width:40px;min-height:44px;font-size:2rem}.dish-order:hover{color:var(--yellow)}
/* 04 — the one editorial side rail and an accessible accordion. */
.fire-section{position:relative;display:grid;grid-template-columns:57% 43%;background:var(--red);min-height:720px;overflow:hidden}.fire-photo{position:relative;height:100%}.fire-photo img{width:100%;height:100%;object-fit:cover;object-position:48% center}.fire-photo figcaption{position:absolute;bottom:20px;left:64px;font-size:.75rem;background:rgba(23,21,17,.78);padding:6px 10px;letter-spacing:.01em}.side-rail{position:absolute;left:24px;top:38px;bottom:38px;writing-mode:vertical-rl;transform:rotate(180deg);text-align:center;font-family:var(--mono);font-size:.6875rem;letter-spacing:.16em;text-transform:uppercase;border-left:1px solid rgba(243,236,217,.7);padding-left:14px}.fire-copy{padding:70px var(--gutter) 70px 38px;align-self:center}.fire-copy .eyebrow{margin-bottom:20px}.fire-copy h2{font-size:clamp(4rem,7.5vw,8rem)}.lead{font-size:var(--text-lead);line-height:1.5;margin-top:14px}.fire-options{margin:34px 0}.fire-option{border-top:1px solid rgba(243,236,217,.75)}.fire-option:last-child{border-bottom:1px solid rgba(243,236,217,.75)}.fire-option h3{font-family:var(--body);font-size:1.0625rem;line-height:1.5}.fire-option button{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:65px;padding:15px 6px;border:0;color:var(--cream);text-align:left;background:none}.fire-option button span:first-child{display:flex;align-items:center;gap:12px}.fire-option.is-open button{color:var(--cream);font-weight:600}.fire-option.is-open button span:first-child:before{content:'';width:10px;height:10px;border-radius:100%;background:var(--yellow)}.option-sign{font-size:1.5rem;font-weight:400}.fire-panel p{padding:0 6px 20px 28px;font-size:1rem;line-height:1.5}.fire-order{width:100%;max-width:360px}
/* 05 — the three photo slices expand without nested cards. */
.sharing{background:var(--cream);color:var(--ink)}.sharing .section-heading{margin-bottom:40px}.sharing-intro{font-size:var(--text-lead);max-width:30ch;line-height:1.5;margin-bottom:8px}.share-gallery{display:flex;gap:6px}.share-item{flex:1 1 22%;min-width:0;background:rgba(255,255,255,.2);transition:flex .6s cubic-bezier(.2,.65,.25,1)}.share-item.is-active{flex:2.5 1 55%}.share-expand{display:block;width:100%;padding:0;border:0;background:none;color:var(--ink);text-align:left}.share-photo{height:clamp(270px,28vw,490px);object-fit:cover}.share-name{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:18px 20px 0;font-size:clamp(1rem,1.65vw,1.75rem);line-height:1.25;font-weight:500}.share-mark{font-size:1.4rem;color:var(--red)}.share-detail{padding:8px 20px 18px;display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:.875rem;min-height:68px}.share-detail p{display:none;color:#625b50}.share-detail .text-link{color:var(--red-dark);font-size:.875rem;white-space:nowrap}.is-active .share-detail p{display:block}.sharing-bottom{display:flex;justify-content:flex-end;margin-top:22px}
/* 06 — a second full-bleed scene, anchored low. */
.after-dark{position:relative;isolation:isolate;min-height:730px;height:56.25vw;max-height:1050px;display:flex;align-items:flex-end;justify-content:space-between;gap:40px;padding:var(--gutter);overflow:hidden}.after-dark-photo,.after-dark-shade{position:absolute;inset:0;z-index:-2;height:100%;width:100%;object-fit:cover}.after-dark-shade{z-index:-1;background:linear-gradient(180deg,transparent 15%,rgba(14,11,7,.1) 38%,rgba(14,11,7,.92) 100%)}.after-dark-copy .eyebrow{margin-bottom:14px}.after-dark-copy h2{font-size:clamp(4.5rem,8vw,9rem)}.after-dark-copy>p:not(.eyebrow){font-size:var(--text-lead);margin:14px 0 12px}.review-quote{max-width:320px;padding-top:22px;border-top:1px solid var(--cream);margin-bottom:10px}.review-quote blockquote{font-size:clamp(1.25rem,1.75vw,1.875rem);line-height:1.35}.review-quote figcaption{font-family:var(--mono);font-size:.75rem;letter-spacing:.03em;margin-top:20px}.review-quote .text-link{font-size:.8125rem;margin-top:9px}
/* 07 — the address is information, never an invented map. */
.visit-section{display:grid;grid-template-columns:60% 40%;color:var(--ink);background:var(--cream)}.visit-copy{padding:80px var(--gutter)}.visit-copy h2{font-size:clamp(4rem,7.5vw,8rem);margin:28px 0 24px}.visit-copy>p:not(.eyebrow){font-size:var(--text-lead)}.visit-copy .text-link{margin-top:70px}.visit-copy .text-link:hover{color:var(--red-dark)}.address-caption{display:block;font-size:.6875rem;color:#635d52;margin-top:7px;letter-spacing:.1em}.visit-info{background:var(--red);color:var(--cream);padding:70px clamp(30px,5vw,84px);display:flex;flex-direction:column;align-items:flex-start}.visit-info address{font-size:clamp(1.375rem,2.25vw,2.5rem);line-height:1.35;margin-top:30px;margin-bottom:40px}.contact-row{width:100%;border-top:1px solid rgba(243,236,217,.8);padding:30px 0}.contact-row .eyebrow{margin-bottom:10px}.contact-row .phone{font-size:clamp(1.35rem,2.25vw,2.5rem);white-space:nowrap;line-height:1.4}.contact-row>p:not(.eyebrow){font-size:clamp(1rem,1.5vw,1.5rem)}.visit-info .button{margin-top:auto;font-size:.9375rem;padding-inline:20px}
/* 08 — a decisive closing and the same narrow wordmark. */
.closing{background:var(--red);padding-top:64px;padding-bottom:26px}.closing-copy{text-align:center;display:flex;flex-direction:column;align-items:center}.closing-copy h2{font-size:clamp(4rem,8vw,9rem);margin:22px 0 20px}.closing-copy>p:not(.eyebrow){font-size:var(--text-lead);margin-bottom:28px}.closing-copy>.text-link{margin-top:10px}.closing-copy>span.eyebrow{margin-top:20px}.closing-footer{border-top:1px solid var(--cream);margin-top:42px;padding-top:20px;text-align:center}.footer-wordmark{display:inline-block;font-size:clamp(4.5rem,12vw,13rem);line-height:1.12}.footer-baseline{display:flex;align-items:center;justify-content:space-between;gap:24px;font-size:.875rem;text-align:left;margin-top:20px}.footer-baseline>div{display:flex;gap:28px}.footer-baseline a{display:inline-flex;align-items:center;min-height:44px}.footer-baseline a:hover{color:var(--yellow)}
/* Ordering routes to the real partners; it never fabricates a cart. */
.order-dialog{background:var(--cream);color:var(--ink);border:0;border-radius:2px;padding:52px 44px 36px;max-width:520px;width:calc(100% - 32px);max-height:calc(100svh - 40px);overflow:auto;box-shadow:0 24px 90px #0006}.order-dialog::backdrop{background:rgba(12,10,7,.78);backdrop-filter:blur(5px)}.dialog-close{position:absolute;right:16px;top:10px;border:0;background:none;color:var(--ink);font-size:2rem;width:44px;height:44px}.order-dialog .eyebrow{color:var(--red-dark)}.order-dialog h2{font-size:3.75rem;margin:14px 0 20px;line-height:1.1}.order-dialog>p:not(.eyebrow){font-size:1rem;line-height:1.5}.selected-dish{border-left:2px solid var(--red);padding-left:14px;margin-top:16px;font-weight:600}.order-partners{margin-top:26px;display:grid;gap:10px}.order-partners a{display:flex;align-items:center;justify-content:space-between;min-height:60px;padding:16px 20px;border:1px solid var(--ink);font-size:1.125rem}.order-partners a:first-child{background:var(--ink);color:var(--cream)}.order-partners a:hover{background:var(--red-dark);color:var(--cream);border-color:var(--red-dark)}.order-dialog .dialog-note{font-size:.8125rem!important;color:#625b50;margin-top:20px}
/* A real, crawlable menu with progressive search and category filtering. */
.menu-page{background:var(--cream);color:var(--ink);min-height:80vh}.menu-page-heading{padding-bottom:40px}.menu-page-heading .eyebrow{color:var(--red-dark);margin-bottom:20px}.menu-page-heading h1{font-size:clamp(4rem,8vw,8.5rem);line-height:1.1}.menu-page-heading p{font-size:1.125rem;max-width:54ch;margin-top:22px}.menu-controls{border-block:1px solid #bbb4a4;padding:24px 0;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:20px;margin-bottom:40px}.menu-filters{display:flex;flex-wrap:wrap;gap:8px}.menu-filters button{border:1px solid #a29a88;border-radius:2px;background:none;color:var(--ink);padding:10px 14px;min-height:44px;font-size:.875rem}.menu-filters button[aria-pressed=true]{background:var(--ink);color:var(--cream);border-color:var(--ink)}.search-field{display:flex;gap:10px;align-items:center}.search-field label{font-size:.8125rem}.search-field input{min-width:150px;width:210px;max-width:100%;border:0;border-bottom:1px solid var(--ink);border-radius:0;padding:10px 4px;background:transparent;color:var(--ink);font-size:1rem;min-height:44px}.menu-results{font-family:var(--mono);font-size:.75rem;margin-bottom:20px}.menu-category{margin-bottom:65px}.menu-category h2{font-size:2.625rem;border-bottom:2px solid var(--red);padding-bottom:12px;margin-bottom:4px}.menu-items{display:grid;grid-template-columns:1fr 1fr;gap:0 48px}.menu-item{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:23px 0;border-bottom:1px solid #c9c1b0}.menu-item h3{font-family:var(--body);font-size:1.125rem;line-height:1.4;font-weight:600}.menu-item p{font-size:.9375rem;color:#615a4f;margin-top:6px}.menu-item a{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid #a29a88;color:var(--red-dark);font-size:1.5rem}.menu-item a:hover{background:var(--red-dark);border-color:var(--red-dark);color:var(--cream)}.no-results{padding:36px 0}.no-results button{display:block;margin-top:20px;background:var(--ink);color:var(--cream);border:0;padding:12px 20px;min-height:44px}.menu-note{border-top:1px solid #bbb4a4;padding-top:24px;font-size:.875rem;color:#615a4f;max-width:65ch}.simple-footer{padding:40px var(--gutter);display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;font-size:.875rem}.simple-footer .wordmark{font-size:1.75rem}
/* Private review pages use the same live sections, with no indexed duplicates. */
.review-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;background:var(--ink);color:var(--cream);padding:14px 24px;font-size:.8125rem;border-bottom:1px solid #494139}.review-toolbar a{min-height:32px;display:inline-flex;align-items:center;text-decoration:underline;text-underline-offset:4px}.review-toolbar nav{display:flex;gap:16px}.review-page{background:var(--cream);color:var(--ink);min-height:100vh;padding:60px var(--gutter)}.review-page h1{font-size:clamp(3rem,6vw,6rem);margin:18px 0 24px}.review-page>p{max-width:64ch;line-height:1.6}.review-page>.button{background:var(--red-dark);color:var(--cream);margin:24px 0 40px}.review-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:36px 28px}.review-card{border-top:1px solid #aaa18d;padding-top:14px}.review-card img{aspect-ratio:16/9;object-fit:contain;background:#e6ddc9}.review-card>div{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:14px 0}.review-card h2{font-family:var(--body);font-size:1.125rem;font-weight:600;text-transform:none}.review-card p{font-size:.875rem;color:#665e50}.review-card a{color:var(--red-dark)}.review-links{display:flex;gap:18px}.review-note{margin-top:40px;font-size:.875rem;color:#665e50}.standalone .site-header{position:relative}.standalone .hero{height:calc(100svh - 140px)}.standalone .intro{min-height:650px}.standalone .closing{min-height:calc(100svh - 64px)}
@media(min-width:1700px){.section-pad{padding-left:max(var(--gutter),calc((100vw - 1660px)/2));padding-right:max(var(--gutter),calc((100vw - 1660px)/2))}.hero-content{padding-top:50px}}
@media(max-width:1100px){.desktop-nav{gap:24px}.signature .section-heading{align-items:flex-start;flex-direction:column;gap:22px}.signature .section-heading .button{align-self:flex-end;margin-top:-10px}.signature-grid{gap:18px}.fire-section{grid-template-columns:53% 47%}.fire-copy{padding:60px 32px}.fire-copy h2{font-size:5rem}.fire-copy .lead{font-size:1.125rem}.sharing-intro{font-size:1.125rem}.share-name{padding-inline:14px}.share-detail{padding-inline:14px}.visit-info{padding-inline:32px}.visit-info .phone{font-size:1.7rem}.review-quote{max-width:270px}.footer-baseline{font-size:.8125rem}}
@media(max-width:800px){:root{--header-height:68px;--h2:clamp(3.4rem,9vw,5.2rem)}.site-header{gap:15px}.desktop-nav{display:none}.nav-toggle{display:flex}.site-header .wordmark{font-size:1.75rem}.nav-actions{margin-left:auto;gap:8px}.nav-actions .button{padding-inline:15px;min-height:42px}.hero{height:720px;min-height:600px;max-height:calc(100svh - 68px)}.hero-content{padding-top:36px}.hero h1{font-size:clamp(5.7rem,14vw,7.5rem);margin-top:24px}.hero-photo{object-position:50% center}.hero-baseline{font-size:.625rem}.intro-copy{padding:65px 0 40px}.intro h2{font-size:clamp(3.2rem,9vw,5rem)}.signature-grid{grid-template-columns:1.5fr 1fr 1fr;gap:14px}.dish-caption h3{font-size:1.5rem}.dish-caption{gap:6px 4px}.dish-caption p{font-size:.8125rem}.dish-photo{height:320px}.dish-1 .dish-photo{height:270px}.dish-2 .dish-photo{height:300px}.dish-order{width:28px;font-size:1.6rem}.fire-section{grid-template-columns:1fr;min-height:0}.fire-photo{height:500px}.fire-photo img{object-position:center 55%}.fire-photo figcaption{left:48px}.fire-copy{padding:60px var(--gutter);display:grid;grid-template-columns:1fr 1fr;gap:0 36px}.fire-copy>.eyebrow{grid-column:1/-1}.fire-copy h2{grid-column:1;grid-row:2/4;font-size:clamp(4.8rem,10vw,6rem)}.fire-copy>.lead{grid-column:2;margin-top:0}.fire-options{grid-column:2;margin:20px 0 24px}.fire-order{grid-column:2}.side-rail{top:25px;bottom:auto;height:430px;left:14px}.sharing .section-heading{flex-direction:column;align-items:flex-start}.sharing-intro{max-width:none}.share-name{font-size:1rem}.share-detail{flex-direction:column;align-items:flex-start;gap:0}.share-photo{height:280px}.after-dark{min-height:700px;padding:50px var(--gutter);gap:28px}.after-dark-copy h2{font-size:4.5rem}.after-dark-copy>p:not(.eyebrow){font-size:1rem}.review-quote{max-width:220px}.review-quote blockquote{font-size:1.2rem}.visit-section{grid-template-columns:55% 45%}.visit-copy{padding:60px var(--gutter)}.visit-copy h2{font-size:4.25rem}.visit-copy>p:not(.eyebrow){font-size:1.1rem}.visit-info{padding:54px 26px}.visit-info address{font-size:1.4rem}.visit-info .phone{font-size:1.3rem}.visit-info .button{font-size:.8125rem;padding-inline:12px}.address-caption{font-size:.6rem}.footer-baseline{flex-wrap:wrap;justify-content:center;gap:8px 30px;text-align:center}.footer-baseline>div{gap:30px}.closing-copy h2{font-size:clamp(3.8rem,9vw,5.5rem)}.menu-items{gap:0 28px}.menu-item h3{font-size:1rem}.review-toolbar{flex-wrap:wrap}.review-toolbar nav{gap:14px}}
@media(max-width:600px){:root{--gutter:22px;--text-body:1rem;--h2:3.5rem}.section-pad{padding-block:58px}.mobile-only{display:block}.hero{height:720px;max-height:none;min-height:0}.hero-photo{object-position:center center}.hero-shade{background:linear-gradient(180deg,rgba(10,7,5,.18),rgba(10,7,5,.1) 55%,rgba(10,7,5,.65))}.hero-content{padding:38px 20px 0}.hero .eyebrow{font-size:.625rem;letter-spacing:.12em}.hero h1{font-size:clamp(4.5rem,16vw,6.25rem);line-height:1.045;margin:28px auto 18px}.hero-description{font-size:1rem;line-height:1.5}.hero-actions{flex-direction:column;gap:8px;margin-top:24px}.hero-actions .button{min-width:205px}.hero-baseline{bottom:24px;align-items:flex-end;gap:14px}.hero-baseline [lang=ko]{font-size:.75rem;max-width:95px;line-height:1.5}.hero-baseline a{gap:8px;font-size:.575rem}.intro{padding-top:28px;padding-bottom:22px}.section-topline .eyebrow{font-size:.625rem}.section-topline [lang=ko]{font-size:.75rem}.intro-copy{padding:62px 0 40px}.intro h2{font-size:clamp(2.7rem,10.6vw,4rem);line-height:1.12}.intro-copy p{font-size:1rem;max-width:29ch;margin:20px auto 18px;line-height:1.6}.category-strip{padding:18px 0}.category-strip a{font-size:.575rem;letter-spacing:.06em;padding:4px 6px}.section-heading{margin-bottom:28px}.signature .section-heading{gap:20px}.signature .section-heading .button{align-self:flex-start;margin:0;font-size:.875rem;min-height:46px;padding:11px 17px}.signature h2{font-size:clamp(2.8rem,10vw,4rem)}.heading-rule:after{max-width:80px}.signature-grid{grid-template-columns:1fr;gap:34px;padding-bottom:28px}.dish-photo,.dish-1 .dish-photo,.dish-2 .dish-photo{height:auto;aspect-ratio:1.12;object-position:center center}.dish-0 .dish-photo{object-position:50% 42%}.dish-caption{padding-top:15px}.dish-caption h3{font-size:2rem}.dish-caption p{font-size:.9375rem}.dish-order{width:40px}.fire-photo{height:auto;aspect-ratio:1}.fire-photo figcaption{bottom:16px;left:42px;font-size:.625rem}.side-rail{height:calc(100vw - 48px);font-size:.575rem;left:12px;top:24px;padding-left:9px}.fire-copy{display:block;padding:48px var(--gutter) 56px}.fire-copy .eyebrow{font-size:.6875rem;margin-bottom:18px}.fire-copy h2{font-size:4.25rem}.fire-copy>.lead{font-size:1.125rem;margin-top:20px;max-width:29ch}.fire-options{margin:30px 0}.fire-order{max-width:none}.fire-option button{min-height:65px;font-size:1rem}.fire-panel p{font-size:.9375rem}.sharing .section-heading{gap:22px}.sharing h2{font-size:3.5rem}.sharing-intro{font-size:1rem;line-height:1.5}.share-gallery{flex-direction:column;gap:18px}.share-item,.share-item.is-active{flex:none;width:100%}.share-photo{height:170px;transition:height .4s;object-position:center center}.share-item.is-active .share-photo{height:300px}.share-name{font-size:1.2rem;padding:16px 17px 0}.share-detail{flex-direction:row;align-items:center;padding:4px 17px 13px;min-height:58px}.share-detail p{display:block;font-size:.8125rem;max-width:22ch}.share-item:not(.is-active) .share-detail{display:none}.share-item:not(.is-active) .share-name{padding-bottom:16px}.sharing-bottom{justify-content:flex-start;margin-top:24px}.sharing-bottom a{font-size:.9375rem}.after-dark{min-height:790px;height:auto;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;gap:34px;padding:360px var(--gutter) 42px}.after-dark-photo{object-position:50% top}.after-dark-shade{background:linear-gradient(180deg,transparent 8%,rgba(14,11,7,.25) 32%,rgba(14,11,7,.92) 65%)}.after-dark-copy h2{font-size:3.7rem}.after-dark-copy .eyebrow{font-size:.6875rem}.after-dark-copy>p:not(.eyebrow){font-size:1rem}.review-quote{max-width:none;width:100%;padding-top:20px;margin-bottom:0}.review-quote blockquote{font-size:1.375rem}.review-quote blockquote br{display:none}.review-quote figcaption{font-size:.6875rem;margin-top:14px}.visit-section{grid-template-columns:1fr}.visit-copy{padding:58px var(--gutter)}.visit-copy h2{font-size:4rem}.visit-copy .text-link{margin-top:36px}.address-caption{font-size:.625rem}.visit-info{padding:48px var(--gutter) 54px}.visit-info .wordmark{font-size:1.75rem}.visit-info address{font-size:1.625rem;margin-top:26px;margin-bottom:30px}.contact-row{padding:26px 0}.visit-info .phone{font-size:1.875rem}.contact-row>p:not(.eyebrow){font-size:1.125rem}.visit-info .button{margin-top:12px;font-size:.9375rem;padding-inline:20px}.closing{padding-top:50px;padding-bottom:26px}.closing-copy .eyebrow{font-size:.625rem;letter-spacing:.15em}.closing-copy h2{font-size:clamp(2.7rem,10.2vw,4rem);margin:22px 0}.closing-copy>p:not(.eyebrow){font-size:1rem;max-width:29ch;line-height:1.6;margin-bottom:25px}.closing-copy .button{font-size:.9375rem;padding-inline:22px}.closing-copy .text-link{font-size:.9375rem}.closing-footer{margin-top:34px;padding-top:18px}.footer-wordmark{font-size:clamp(4.5rem,20vw,7rem)}.footer-baseline{flex-direction:column;gap:0;font-size:.8125rem;margin-top:14px}.footer-baseline>div{gap:36px}.order-dialog{padding:42px 24px 28px}.order-dialog h2{font-size:3.25rem}.menu-page-heading h1{font-size:4rem}.menu-page-heading p{font-size:1rem;line-height:1.6}.menu-controls{align-items:stretch;gap:24px}.menu-filters{gap:6px}.menu-filters button{font-size:.75rem;padding:8px 11px}.search-field{width:100%}.search-field input{flex:1;width:100%}.menu-items{grid-template-columns:1fr}.menu-category h2{font-size:2.4rem}.menu-item{padding:22px 0}.menu-item h3{font-size:1.0625rem}.menu-item p{font-size:.875rem}.simple-footer{flex-direction:column;align-items:flex-start;gap:12px}.simple-footer p{max-width:29ch}.review-page{padding:40px 20px}.review-page h1{font-size:3rem}.review-page>p{font-size:.9375rem}.review-grid{grid-template-columns:1fr;gap:26px}.review-toolbar{padding:10px 18px;font-size:.6875rem;gap:8px}.review-toolbar nav{gap:10px}.review-card>div{flex-wrap:wrap;gap:8px}.standalone .hero{height:720px}.standalone .intro{min-height:0}}
@media(max-width:600px){.site-header{gap:8px}.site-header .wordmark{font-size:1.5rem}.nav-actions .button{white-space:nowrap;font-size:.75rem;padding-inline:12px}.nav-toggle{width:36px;flex-shrink:0}.nav-actions{gap:6px}.hero{height:min(720px,calc(100svh - 68px));min-height:620px}.standalone .hero{height:720px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
