:root{--color-carbon:#0c0e0f;--color-slate:#1a2023;--color-text:#e8eaeb;--color-text-muted:#9aa3a8;--color-border:#e8eaeb1f;--font-primary:"Montserrat", system-ui, sans-serif;--font-secondary:"Candara", "Segoe UI", sans-serif;--section-padding:clamp(4rem, 8vw, 7rem);--container-max:1100px;--header-height:72px;font-family:var(--font-secondary);color:var(--color-text);background:var(--color-carbon);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:17px;line-height:1.6}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{min-height:100svh;margin:0}#root{min-height:100svh}h1,h2,h3,h4{font-family:var(--font-primary);color:var(--color-text);margin:0;font-weight:600;line-height:1.2}h1{letter-spacing:-.02em;font-size:clamp(2.5rem,6vw,4rem)}h2{letter-spacing:-.01em;font-size:clamp(1.75rem,4vw,2.5rem)}h3{font-size:1.125rem;font-weight:500}p{color:var(--color-text-muted);margin:0}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:100%;max-width:var(--container-max);margin:0 auto;padding-inline:clamp(1.25rem,4vw,2rem)}.section{padding-block:var(--section-padding)}.section--alt{background:var(--color-slate)}.section-header{margin-bottom:clamp(2.5rem,5vw,3.5rem)}.section-label{font-family:var(--font-primary);letter-spacing:.15em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:.75rem;font-size:.75rem;font-weight:600}.section-title{margin-bottom:1rem}.section-subtitle{max-width:540px;font-size:1.05rem}.btn{font-family:var(--font-primary);letter-spacing:.04em;text-transform:uppercase;border:1px solid var(--color-border);color:var(--color-text);cursor:pointer;background:0 0;border-radius:2px;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:.875rem;font-weight:600;transition:background .25s,border-color .25s;display:inline-flex}.btn:hover{background:#e8eaeb0f;border-color:#e8eaeb40}.btn--primary{background:var(--color-text);color:var(--color-carbon);border-color:var(--color-text)}.btn--primary:hover{background:#e8eaebe6;border-color:#e8eaebe6}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.about__content{grid-template-columns:1fr 1fr;align-items:start;gap:clamp(2rem,5vw,4rem);display:grid}.about__text{color:var(--color-text-muted);font-size:1.05rem;line-height:1.75}.about__details{border:1px solid var(--color-border);border-radius:2px;padding:1.5rem 2rem}.about__hours-row{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:baseline;padding-block:.75rem;display:flex}.about__hours-row:last-child{border-bottom:none}.about__days{font-family:var(--font-primary);color:var(--color-text);font-size:.875rem;font-weight:500}.about__time{color:var(--color-text-muted);font-size:.875rem}@media (width<=768px){.about__content{grid-template-columns:1fr}}.contact__grid{grid-template-columns:1fr 1fr;align-items:start;gap:clamp(2rem,5vw,4rem);display:grid}.contact__block{margin-bottom:2rem}.contact__block:last-child{margin-bottom:0}.contact__label{font-family:var(--font-primary);letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:.5rem;font-size:.75rem;font-weight:600}.contact__value{color:var(--color-text);font-size:1rem;line-height:1.6}.contact__link{transition:opacity .2s}.contact__link:hover{opacity:.7}.contact__hours{margin:0;padding:0;list-style:none}.contact__hours li{color:var(--color-text-muted);border-bottom:1px solid var(--color-border);justify-content:space-between;gap:1rem;padding-block:.4rem;font-size:.9rem;display:flex}.contact__hours li span:first-child{color:var(--color-text)}.contact__maps-btn{margin-top:1rem;padding:.625rem 1.25rem;font-size:.75rem}.contact__social-list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.contact__social-list a{font-family:var(--font-primary);color:var(--color-text-muted);align-items:center;gap:.75rem;font-size:.875rem;font-weight:500;transition:color .2s;display:flex}.contact__social-list a:hover{color:var(--color-text)}@media (width<=768px){.contact__grid{grid-template-columns:1fr}}.footer{border-top:1px solid var(--color-border);padding-block:2.5rem}.footer__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.footer__name{font-family:var(--font-primary);letter-spacing:.1em;text-transform:uppercase;color:var(--color-text);font-size:1rem;font-weight:700}.footer__tagline{margin-top:.25rem;font-size:.85rem}.footer__social{gap:1rem;margin:0;padding:0;list-style:none;display:flex}.footer__social a{border:1px solid var(--color-border);width:40px;height:40px;color:var(--color-text-muted);border-radius:2px;justify-content:center;align-items:center;transition:color .2s,border-color .2s;display:flex}.footer__social a:hover{color:var(--color-text);border-color:#e8eaeb40}.footer__copy{text-align:center;border-top:1px solid var(--color-border);width:100%;padding-top:1rem;font-size:.8rem}@media (width>=769px){.footer__copy{text-align:right;border-top:none;width:auto;padding-top:0}}.gallery__grid{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}.gallery__item{aspect-ratio:4/3;border-radius:2px;overflow:hidden}.gallery__item img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.gallery__item:hover img{transform:scale(1.04)}.gallery__item:first-child{aspect-ratio:auto;grid-area:span 2/span 2}@media (width<=768px){.gallery__grid{grid-template-columns:repeat(2,1fr)}.gallery__item:first-child{aspect-ratio:16/9;grid-area:span 1/span 2}}@media (width<=480px){.gallery__grid{grid-template-columns:1fr}.gallery__item:first-child{grid-column:span 1}}.header{z-index:100;height:var(--header-height);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border);background:#0c0e0feb;position:fixed;top:0;left:0;right:0}.header__inner{justify-content:space-between;align-items:center;height:100%;display:flex}.header__logo{font-family:var(--font-primary);letter-spacing:.12em;text-transform:uppercase;color:var(--color-text);font-size:1.25rem;font-weight:700;transition:opacity .2s}.header__logo:hover{opacity:.75}.header__toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:8px;display:none}.header__toggle span{background:var(--color-text);width:100%;height:2px;transition:transform .3s,opacity .3s;display:block}.header__toggle--open span:first-child{transform:translateY(7px)rotate(45deg)}.header__toggle--open span:nth-child(2){opacity:0}.header__toggle--open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.header__nav{align-items:center;display:flex}.header__links{align-items:center;gap:2rem;margin:0;padding:0;list-style:none;display:flex}.header__links a{font-family:var(--font-primary);letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-muted);font-size:.8rem;font-weight:500;transition:color .2s}.header__links a:hover{color:var(--color-text)}.header__cta{padding:.625rem 1.25rem;font-size:.75rem}@media (width<=768px){.header__toggle{display:flex}.header__nav{inset:var(--header-height) 0 0 0;background:var(--color-carbon);border-top:1px solid var(--color-border);transition:transform .3s;position:fixed;overflow-y:auto;transform:translate(100%)}.header__nav--open{transform:translate(0)}.header__links{flex-direction:column;align-items:stretch;gap:0;padding:1.5rem}.header__links li{border-bottom:1px solid var(--color-border)}.header__links a{padding:1rem 0;font-size:.9rem;display:block}.header__cta-item{border-bottom:none;padding-top:1rem}.header__cta{text-align:center;width:100%}}.hero{min-height:100svh;padding-top:var(--header-height);align-items:center;display:flex;position:relative;overflow:hidden}.hero__inner{z-index:1;padding-block:clamp(3rem,8vw,6rem);position:relative}.hero__label{font-family:var(--font-primary);letter-spacing:.2em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:1.5rem;font-size:.75rem;font-weight:600}.hero__title{margin-bottom:1.25rem}.hero__tagline{color:var(--color-text-muted);max-width:480px;margin-bottom:2.5rem;font-size:clamp(1.1rem,2.5vw,1.35rem)}.hero__actions{flex-wrap:wrap;gap:1rem;display:flex}.hero__gradient{pointer-events:none;background:radial-gradient(80% 60% at 70% 40%,#1a2023cc 0%,#0000 70%),radial-gradient(50% 40% at 20% 80%,#1a202380 0%,#0000 60%);position:absolute;inset:0}.menu__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:clamp(2rem,4vw,3rem);display:grid}.menu__category-title{font-family:var(--font-primary);letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-muted);border-bottom:1px solid var(--color-border);margin-bottom:1.5rem;padding-bottom:.75rem;font-size:.8rem;font-weight:600}.menu__list{flex-direction:column;gap:1.25rem;margin:0;padding:0;list-style:none;display:flex}.menu__item-header{justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:.35rem;display:flex}.menu__item-name{font-family:var(--font-primary);color:var(--color-text);font-size:1rem;font-weight:500}.menu__item-price{font-family:var(--font-primary);color:var(--color-text-muted);flex-shrink:0;font-size:.875rem;font-weight:600}.menu__item-desc{font-size:.9rem;line-height:1.5}
