:root{--bg:#0f0f10;--surface:#121214;--surface-2:#18181b;--text:#f3f4f6;--muted:#a1a1aa;--border:#27272a;--gold:#e3c779;--gold-dark:#c7ad5a;--accent:#f97316}*{box-sizing:border-box}html,body{height:100%}body{background:var(--bg);color:var(--text);font-family:var(--font-body), system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;margin:0}h1,h2,h3{font-family:var(--font-heading), Georgia, "Times New Roman", serif}a{color:inherit}.container{width:100%;max-width:1200px;margin:0 auto;padding-left:16px;padding-right:16px}.site-header{z-index:40;-webkit-backdrop-filter:saturate(1.2)blur(8px);backdrop-filter:saturate(1.2)blur(8px);border-bottom:1px solid var(--border);background:#121214b3;position:sticky;top:0}.site-header-inner{justify-content:space-between;align-items:center;padding:14px 0;display:flex}.nav{align-items:center;gap:18px;display:flex}.nav a{color:var(--text);opacity:.9;text-decoration:none}.nav a:hover{color:var(--gold);opacity:1}.btn{border-radius:12px;padding:10px 14px;font-weight:600;text-decoration:none;transition:transform .15s,box-shadow .15s,background .15s,color .15s;display:inline-block}.btn-primary{background:var(--gold);color:#0b0b0c}.btn-primary:hover{background:var(--gold-dark);transform:translateY(-1px)}.btn-ghost{color:var(--text);border:1px solid var(--border);background:0 0}.btn-ghost:hover{border-color:var(--gold);color:var(--gold)}.section{padding:48px 0}.hero{padding:64px 0}.card{background:var(--surface-2);border:1px solid var(--border);border-radius:16px;padding:20px}.card:hover{border-color:var(--gold)}body:before{content:"";pointer-events:none;opacity:.25;mix-blend-mode:overlay;background-image:radial-gradient(#ffffff0a 1px,#0000 1px);background-size:3px 3px;position:fixed;inset:0}@keyframes goldPulse{0%{box-shadow:0 0 #e3c77900}50%{box-shadow:0 0 24px #e3c77926}to{box-shadow:0 0 #e3c77900}}.heading-accent{animation:4s ease-in-out infinite goldPulse}.btn,.card,.menu-nav-item{transition:transform .2s,box-shadow .2s,border-color .2s,color .2s,background .2s}.card:hover{transform:translateY(-2px);box-shadow:0 12px 30px #00000059}.tab:hover{border-color:var(--gold);color:var(--gold)}.reveal{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(14px)}.reveal.is-visible{opacity:1;transform:translateY(0)}.heading-accent{background:var(--gold);border-radius:999px;width:56px;height:3px;margin-bottom:12px;display:inline-block}.features-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;display:grid}.feature-title{margin:0 0 8px;font-size:18px;font-weight:700}.feature-text{opacity:.9;margin:0;line-height:1.6}.split-grid{grid-template-columns:1fr;gap:24px;display:grid}@media (min-width:900px){.split-grid{grid-template-columns:1fr 1fr}}.hours-grid{grid-template-columns:1fr 1fr;gap:10px 14px;max-width:480px;display:grid}.hours-day{opacity:.9}.hours-time{text-align:right;font-weight:700}.map-box{border:1px solid var(--border);border-radius:12px;width:100%;height:360px;position:relative;overflow:hidden}.map-box iframe{border:none;width:100%;height:100%;position:absolute;inset:0}.team-grid{grid-template-columns:1fr;gap:24px;display:grid}@media (min-width:900px){.team-grid{grid-template-columns:5fr 7fr;align-items:center}}.team-photo{border:1px solid var(--border);border-radius:16px;width:100%;height:auto}.site-footer{background:var(--surface);border-top:1px solid var(--border);text-align:center;padding:20px 0}.fb-float{background:var(--surface-2);width:44px;height:44px;color:var(--gold);border:1px solid var(--gold);z-index:50;border-radius:50%;justify-content:center;align-items:center;display:inline-flex;position:fixed;bottom:16px;right:16px;box-shadow:0 6px 20px #00000059}.fb-float:hover{transform:translateY(-1px)}.viewer{background:var(--surface-2);border:1px solid var(--border);border-radius:16px;padding:10px;position:relative}.viewer img{border-radius:12px;width:100%;height:auto}.viewer-nav{pointer-events:none;justify-content:space-between;align-items:center;display:flex;position:absolute;inset:0}.viewer-nav button{pointer-events:all;color:#fff;cursor:pointer;background:#00000080;border:none;border-radius:10px;padding:10px 12px}.notice-bar{background:var(--surface)}.notice-inner{text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;padding:8px 0;display:flex}.notice-text{font-size:14px;font-weight:600}@media (min-width:700px){.notice-text{font-size:15px}}.btn{cursor:pointer;justify-content:center;align-items:center;gap:8px;min-height:44px;display:inline-flex}a:focus-visible,button:focus-visible,.btn:focus-visible,.menu-nav-item:focus-visible{outline:2px solid var(--gold);outline-offset:2px;border-radius:10px}.brand{align-items:center;gap:10px;text-decoration:none;display:inline-flex}.nav-link{color:var(--text);opacity:.9;text-decoration:none}.nav-link:hover{color:var(--gold);opacity:1}.site-header-inner{flex-wrap:wrap;gap:12px}.nav{flex-wrap:wrap;row-gap:10px}@media (max-width:420px){.nav{justify-content:flex-start;gap:10px;width:100%}}.status-badge{border-radius:999px;align-items:center;gap:8px;padding:5px 12px;font-size:13px;font-weight:700;display:inline-flex}.status-dot{background:currentColor;border-radius:50%;width:8px;height:8px}.status-open{color:#34d399;background:#34c7991f;border:1px solid #34c79959}.status-open .status-dot{animation:2.4s ease-in-out infinite statusPulse}.status-closed{color:#f87171;background:#f871711f;border:1px solid #f8717159}@keyframes statusPulse{0%,to{box-shadow:0 0 #34c79980}50%{box-shadow:0 0 0 5px #34c79900}}.hero-card{background:#18181bc7;max-width:960px;margin:0 auto}.eyebrow{text-transform:uppercase;letter-spacing:.14em;color:var(--gold);margin:0 0 6px;font-size:12px;font-weight:700}.hero-title{font-family:var(--font-heading);margin:0;font-size:clamp(34px,6vw,56px);line-height:1.05}.hero-tagline{opacity:.92;margin:8px 0 14px;font-size:clamp(16px,2.4vw,20px)}.hero-text{opacity:.9;max-width:62ch;margin:14px 0 0;line-height:1.8}.hero-cta{flex-wrap:wrap;gap:12px;margin-top:22px;display:flex}.feature-card{flex-direction:column;gap:6px;display:flex}.feature-icon{width:44px;height:44px;color:var(--gold);background:#e3c7791a;border:1px solid #e3c77940;border-radius:12px;justify-content:center;align-items:center;margin-bottom:6px;display:inline-flex}.hours-grid{flex-direction:column;gap:8px;max-width:420px;display:flex}.hours-row{border-bottom:1px dashed var(--border);justify-content:space-between;gap:16px;padding-bottom:6px;display:flex}.place-address{opacity:.92;margin:18px 0 0;font-style:normal;line-height:1.7}.place-actions{flex-wrap:wrap;gap:12px;margin-top:14px;display:flex}.carte-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.carte-intro{opacity:.85;max-width:60ch;margin:8px 0 0;line-height:1.6}.carte-badge{border:1px solid var(--gold);color:var(--gold);background:#e3c77914;border-radius:999px;align-items:center;gap:8px;margin:14px 0 0;padding:7px 14px;font-size:14px;font-weight:700;display:inline-flex}.carte-badge-ico{display:inline-flex}.menu-shell{grid-template-columns:1fr;gap:16px;display:grid}@media (min-width:800px){.menu-shell{grid-template-columns:264px 1fr;align-items:start;gap:28px}}.menu-nav{scrollbar-width:thin;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;gap:8px;padding-bottom:6px;display:flex;overflow-x:auto}@media (min-width:800px){.menu-nav{flex-direction:column;gap:4px;max-height:calc(100vh - 140px);padding-bottom:0;padding-right:4px;position:sticky;top:116px;overflow:visible auto}}.menu-nav-item{border:1px solid var(--border);background:var(--surface);min-height:44px;color:var(--text);font:inherit;text-align:left;white-space:nowrap;cursor:pointer;scroll-snap-align:start;border-radius:12px;flex:none;align-items:center;gap:10px;padding:10px 14px;font-weight:600;display:inline-flex}@media (min-width:800px){.menu-nav-item{background:0 0;border-color:#0000;width:100%}.menu-nav-item:hover{background:var(--surface);border-color:var(--border)}}.menu-nav-item[aria-selected=true]{border-color:var(--gold);color:var(--gold);background:#e3c7791a}.menu-nav-ico{color:var(--gold);flex:none;display:inline-flex}.menu-nav-label{flex:auto}.menu-nav-soon{text-transform:uppercase;letter-spacing:.04em;color:var(--accent);background:#f973161f;border:1px solid #f9731666;border-radius:999px;flex:none;padding:1px 6px;font-size:10px;font-weight:700}.menu-detail{border:1px solid var(--border);background:var(--surface);border-radius:16px;min-width:0;min-height:340px;padding:20px}@media (min-width:700px){.menu-detail{padding:24px 28px}}.menu-detail-title{font-family:var(--font-heading);color:var(--gold);margin:0 0 18px;font-size:24px}.menu-empty{text-align:center;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:44px 16px;display:flex}.menu-empty-ico{border:1px solid var(--border);width:58px;height:58px;color:var(--gold);border-radius:50%;justify-content:center;align-items:center;margin-bottom:4px;display:inline-flex}.menu-empty-title{color:var(--text);margin:0;font-size:18px;font-weight:700}.menu-empty-text{max-width:34ch;margin:0;font-size:14px;line-height:1.5}.board{min-height:100dvh;color:var(--text);background:radial-gradient(135% 95% at 50% -8%,#2a2110 0%,#171207 34%,#0c0c0d 68%,#000 100%);padding:3.1vh 3.4vw;display:flex}.board-frame{border:1px solid #e3c77952;border-radius:8px;flex-direction:column;flex:1;gap:2vh;padding:3.4vh 4vw;display:flex;position:relative;box-shadow:inset 0 0 0 4px #e3c7790f,inset 0 0 90px #0000008c}.board-corner{width:clamp(30px,4vw,66px);height:auto;color:var(--gold);opacity:.85;position:absolute}.corner-tl{top:-1px;left:-1px}.corner-tr{top:-1px;right:-1px;transform:scaleX(-1)}.corner-bl{bottom:-1px;left:-1px;transform:scaleY(-1)}.corner-br{bottom:-1px;right:-1px;transform:scale(-1)}.board-head{text-align:center;flex-direction:column;align-items:center;gap:1vh;display:flex}.board-logo{width:auto;height:clamp(44px,7vh,96px)}.board-tagline{font-family:var(--font-heading), Georgia, serif;color:var(--gold);letter-spacing:.02em;margin:0;font-size:clamp(18px,2.7vh,38px)}.board-divider{width:clamp(200px,26vw,440px);height:auto;color:var(--gold);opacity:.8;margin-top:.4vh}.board-cols{flex:1;align-items:stretch;gap:5vw;min-height:0;display:flex}.board-cat{flex-direction:column;flex:1 1 0;min-width:0;display:flex;position:relative;overflow:hidden}.board-cat-head{border-bottom:2px solid #e3c77966;align-items:center;gap:14px;padding-bottom:1.1vh;display:flex}.board-cat-ico{width:clamp(38px,5.2vh,64px);height:clamp(38px,5.2vh,64px);color:var(--gold);background:#e3c7790f;border:1px solid #e3c7798c;border-radius:50%;flex:none;justify-content:center;align-items:center;display:inline-flex}.board-cat-title{font-family:var(--font-heading), Georgia, serif;color:var(--gold);margin:0;font-size:clamp(24px,3.8vh,52px)}.board-cat-watermark{color:var(--gold);opacity:.05;pointer-events:none;position:absolute;bottom:-2vh;right:-2.5vw}.board-cat-hero{justify-content:center;align-items:center;height:20.5vh;margin-bottom:.4vh;display:flex;position:relative}.board-cat-hero:before{content:"";filter:blur(14px);background:radial-gradient(#e3c77938,#0000 70%);width:74%;height:56%;position:absolute;bottom:10%}.board-cat-hero img{object-fit:contain;filter:drop-shadow(0 14px 22px #0009);width:auto;max-width:94%;max-height:100%;position:relative}.board-items{flex-direction:column;flex:1;justify-content:space-between;gap:.9vh;margin:0;padding:2.2vh 0 0;list-style:none;display:flex}.board-item-head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:2px 18px;display:flex}.board-item-name{font-size:clamp(17px,2.5vh,34px);font-weight:700}.board-item-price{color:var(--gold);font-size:clamp(17px,2.6vh,34px);font-weight:700}.board-item-desc{max-width:54ch;color:var(--muted);margin:.4vh 0 0;font-size:clamp(12px,1.5vh,20px);line-height:1.25}.board-foot{color:var(--muted);flex-wrap:wrap;justify-content:center;align-items:center;gap:1.4vw;padding-top:1.4vh;font-size:clamp(13px,1.9vh,26px);display:flex}.board-foot-sep{color:var(--gold)}.board-foot-gold{color:var(--gold);font-weight:600}.menu-list{grid-template-columns:1fr;gap:14px;display:grid}@media (min-width:760px){.menu-list{grid-template-columns:1fr 1fr;gap:14px 32px}}.menu-item{border-bottom:1px dashed var(--border);justify-content:space-between;align-items:baseline;gap:14px;padding-bottom:12px;display:flex}.menu-item-body{min-width:0}.menu-item-name{font-weight:700}.menu-item-desc{opacity:.82;margin-top:2px;font-size:14px;line-height:1.5}.menu-price{color:var(--gold);white-space:nowrap;font-weight:700}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}.reveal{opacity:1!important;transform:none!important}}
@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(../media/a342834df7752944-s.10ev4cu2inrn-.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(../media/d3fe2f289711ac3f-s.0i6ci0u~g4zml.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(../media/58c4895d0a0ef7cc-s.0x1a9yg0jkq20.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(../media/bfc7db5c00d21bc5-s.0dyk20wuvya7a.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(../media/6ab0db14f70d8ed6-s.0ctuso5mgh_i..woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(../media/a343f882a40d2cc9-s.p.0kho-wj7-y-w1.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Manrope Fallback;src:local(Arial);ascent-override:103.31%;descent-override:29.07%;line-gap-override:0.0%;size-adjust:103.19%}.manrope_6a2daa6f-module__-0thcW__className{font-family:Manrope,Manrope Fallback;font-style:normal}.manrope_6a2daa6f-module__-0thcW__variable{--font-body:"Manrope", "Manrope Fallback"}
@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(../media/9cc5c0547f229dea-s.00b2_ptq3xnpy.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(../media/b0947914c9718a1e-s.0l.9lak812di~.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(../media/d0b60be57f16ee32-s.0m2lc_66fsc~9.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(../media/1f9e983605289f29-s.0~7_67muh398v.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(../media/01e4147cff8141ee-s.p.10ked.7w885.g.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/9cc5c0547f229dea-s.00b2_ptq3xnpy.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/b0947914c9718a1e-s.0l.9lak812di~.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/d0b60be57f16ee32-s.0m2lc_66fsc~9.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/1f9e983605289f29-s.0~7_67muh398v.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/01e4147cff8141ee-s.p.10ked.7w885.g.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(../media/9cc5c0547f229dea-s.00b2_ptq3xnpy.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(../media/b0947914c9718a1e-s.0l.9lak812di~.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(../media/d0b60be57f16ee32-s.0m2lc_66fsc~9.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(../media/1f9e983605289f29-s.0~7_67muh398v.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(../media/01e4147cff8141ee-s.p.10ked.7w885.g.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Cormorant Garamond Fallback;src:local(Times New Roman);ascent-override:95.27%;descent-override:29.59%;line-gap-override:0.0%;size-adjust:96.98%}.cormorant_garamond_1e787bf2-module__rHad1q__className{font-family:Cormorant Garamond,Cormorant Garamond Fallback;font-style:normal}.cormorant_garamond_1e787bf2-module__rHad1q__variable{--font-heading:"Cormorant Garamond", "Cormorant Garamond Fallback"}
