:root{--ink:#191712;--cream:#f6efe3;--paper:#fffaf2;--char:#27231e;--ember:#c84c23;--ember2:#ff8d3b;--sage:#56624b;--line:rgba(25,23,18,.14);--shadow:0 18px 55px rgba(31,25,18,.14)}
*{box-sizing:border-box}html{scroll-padding-top:72px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55}img{display:block;max-width:100%}a{color:inherit}.shell{width:min(1180px,calc(100% - 32px));margin-inline:auto}.topbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:20px;height:68px;padding:0 max(16px,calc((100vw - 1180px)/2));background:rgba(25,23,18,.94);backdrop-filter:blur(12px);color:#fff}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;font-weight:900;letter-spacing:.08em}.brand-mark{display:grid;place-items:center;width:34px;height:34px;border:1px solid rgba(255,255,255,.45);border-radius:50%;font-size:12px}.nav{display:flex;gap:22px}.nav a{text-decoration:none;font-size:14px;opacity:.88}.nav a:hover{opacity:1}.hero{position:relative;min-height:700px;display:grid;align-items:end;overflow:hidden;background:#1b1713}.hero-media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(18,14,11,.84) 0%,rgba(18,14,11,.6) 42%,rgba(18,14,11,.18) 72%,rgba(18,14,11,.1) 100%)}.hero-content{position:relative;color:#fff;padding:120px 0 84px;max-width:1180px}.hero-content>*{max-width:760px}.hero-kicker,.eyebrow{font-size:12px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;color:var(--ember2)}h1,h2,h3,p{margin-top:0}h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(48px,7vw,98px);line-height:.95;letter-spacing:-.045em;margin-bottom:24px}h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(34px,4.4vw,62px);line-height:1;letter-spacing:-.035em;margin-bottom:16px}.hero-content p:not(.hero-kicker){font-size:clamp(18px,2vw,22px);max-width:660px;color:rgba(255,255,255,.86)}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:999px;text-decoration:none;font-weight:800}.btn-primary{background:var(--ember2);color:#1a120c}.btn-ghost{border:1px solid rgba(255,255,255,.5);color:#fff}.intro{display:grid;grid-template-columns:1fr 1fr;gap:64px;padding:90px 0}.intro>p{font-size:18px;color:#544d45}.menu-section{background:var(--cream);padding:90px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:32px;margin-bottom:34px}.section-head>p{max-width:500px;color:#655c53}.menu-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.dish-card{overflow:hidden;border-radius:24px;background:#fff;box-shadow:var(--shadow);border:1px solid rgba(25,23,18,.06)}.dish-card img{width:100%;aspect-ratio:4/3;object-fit:cover;background:#ddd}.dish-body{padding:22px}.dish-title-row{display:flex;gap:16px;align-items:start;justify-content:space-between}.dish-title-row h3{font-size:21px;margin-bottom:8px}.dish-title-row strong{color:var(--ember);font-size:20px}.dish-body p{color:#665e56}.status{display:inline-flex;padding:6px 10px;border-radius:999px;background:#edf4e9;color:#35503a;font-weight:800;font-size:12px}.status.off{background:#f1e4e2;color:#8b3932}.feature{display:grid;grid-template-columns:1.1fr .9fr;gap:56px;align-items:center;padding:100px 0}.feature-media img{width:100%;border-radius:28px;box-shadow:var(--shadow)}.feature-copy>p:not(.eyebrow){font-size:18px;color:#5d554c}.stats{display:grid;gap:12px;margin-top:28px}.stats span{display:flex;align-items:center;gap:14px;padding:13px 0;border-bottom:1px solid var(--line)}.stats b{color:var(--ember)}.gallery-section{padding:90px 0;background:#17140f;color:#fff}.gallery-section .section-head>p{color:#c7b9aa}.gallery{min-height:420px}.gallery figure{margin:0}.gallery img{width:100%;height:100%;object-fit:cover;border-radius:22px}.gallery figcaption{margin-top:10px;color:#d7c8ba;font-size:13px}.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.gallery-grid figure:nth-child(1){grid-column:span 2}.gallery-grid figure:nth-child(1) img{aspect-ratio:16/7}.gallery-grid figure:not(:first-child) img{aspect-ratio:4/3}.gallery-masonry{columns:2 320px;column-gap:18px}.gallery-masonry figure{break-inside:avoid;margin-bottom:18px}.gallery-masonry img{aspect-ratio:auto;min-height:250px}.gallery-carousel3d{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;perspective:1200px;align-items:center}.gallery-carousel3d figure{transition:transform .35s ease,opacity .35s ease}.gallery-carousel3d figure:nth-child(1){transform:rotateY(18deg) translateX(18px) scale(.9);opacity:.7}.gallery-carousel3d figure:nth-child(2){transform:rotateY(8deg) scale(.96)}.gallery-carousel3d figure:nth-child(3){transform:rotateY(-8deg) scale(.96)}.gallery-carousel3d figure:nth-child(4){transform:rotateY(-18deg) translateX(-18px) scale(.9);opacity:.7}.gallery-carousel3d img{aspect-ratio:3/4}.gallery-fullscreen{display:grid;grid-template-columns:1fr;gap:18px}.gallery-fullscreen figure{position:relative}.gallery-fullscreen img{height:min(72vh,760px)}.gallery-fullscreen figcaption{position:absolute;left:20px;bottom:18px;padding:8px 12px;border-radius:999px;background:rgba(0,0,0,.45);backdrop-filter:blur(8px)}.contact{padding:90px 0;background:var(--sage);color:#fff}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:start}.contact-grid>div>p:not(.eyebrow){color:rgba(255,255,255,.78)}.contact-card{background:#fff;color:var(--ink);border-radius:22px;padding:8px 22px}.contact-card>a,.contact-card>div{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 0;border-bottom:1px solid var(--line);text-decoration:none}.contact-card>*:last-child{border-bottom:0}.contact-card span{color:#756b62;font-size:13px}.contact-card strong{text-align:right}.footer{display:flex;justify-content:space-between;gap:16px;padding:24px 0;font-size:13px;color:#756c63}
@media(max-width:820px){.nav{display:none}.hero{min-height:650px}.hero-content{padding:110px 0 58px}.hero-shade{background:linear-gradient(0deg,rgba(18,14,11,.88) 0%,rgba(18,14,11,.64) 58%,rgba(18,14,11,.22) 100%)}.intro,.feature,.contact-grid{grid-template-columns:1fr;gap:30px}.intro{padding:64px 0}.menu-section,.gallery-section,.contact{padding:66px 0}.section-head{align-items:start;flex-direction:column;gap:6px}.menu-grid{grid-template-columns:1fr}.feature{padding:70px 0}.gallery-carousel3d{grid-template-columns:repeat(2,1fr);perspective:none}.gallery-carousel3d figure{transform:none!important;opacity:1!important}.gallery-carousel3d img{aspect-ratio:4/3}.gallery-grid{grid-template-columns:1fr}.gallery-grid figure:nth-child(1){grid-column:auto}.gallery-grid figure:nth-child(1) img{aspect-ratio:4/3}.contact-card>a,.contact-card>div{align-items:flex-start;flex-direction:column}.contact-card strong{text-align:left}.footer{flex-direction:column}.hero-actions{flex-direction:column;align-items:stretch}.btn{width:100%}}
@media(max-width:430px){.shell{width:min(100% - 24px,1180px)}.topbar{height:62px;padding-inline:12px}.brand{font-size:13px}.hero{min-height:620px}.hero-content{padding-top:92px}.hero-kicker,.eyebrow{font-size:10px}.hero-content p:not(.hero-kicker){font-size:17px}.dish-body{padding:18px}.gallery-carousel3d{grid-template-columns:1fr}.gallery-carousel3d img{aspect-ratio:16/11}}
