:root{--bg:#fff;--paper:#fffbf4d9;--card:#fff8eeeb;--line:#2324211f;--ink:#232421;--muted:#6a655c;--accent:#fad187;--accent-dark:#232421;--danger:#a43d2f;--shadow:0 24px 80px #2324211f}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:radial-gradient(circle at 0 0,#fad18729,#0000 32%),linear-gradient(#fff,#fff 42%,#fff);margin:0;font-family:Avenir Next,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,textarea{font:inherit}.site-shell,.dashboard-shell{min-height:100vh}.login-shell{background:radial-gradient(circle at 0 0,#fad18724,#0000 28%),linear-gradient(#fff,#fffdfa 44%,#fff);place-items:center;min-height:100vh;padding:2rem 1rem;display:grid}.login-card{background:#fffbf4eb;border:1px solid #23242114;border-radius:2rem;width:min(100%,28rem);padding:2rem;box-shadow:0 24px 80px #2324211f}.login-card__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-bottom:.75rem;font-size:.75rem;display:inline-block}.login-card h1{margin:0;font-family:Iowan Old Style,Palatino Linotype,Book Antiqua,serif;font-size:clamp(2rem,4vw,2.8rem);line-height:.98}.login-card p{color:var(--muted);margin:.9rem 0 0;line-height:1.7}.login-form{gap:1rem;margin-top:1.5rem;display:grid}.login-form__field{gap:.45rem;display:grid}.login-form__field span{color:var(--ink);font-size:.88rem;font-weight:600}.login-form__field input{width:100%;min-height:3.1rem;color:var(--ink);background:#fffffff5;border:1px solid #2324211f;border-radius:1rem;outline:none;padding:.9rem 1rem}.login-form__field input:focus{border-color:#fad187e6;box-shadow:0 0 0 4px #fad18729}.login-form__error{color:#8a2e23;background:#a43d2f14;border:1px solid #a43d2f2e;border-radius:1rem;margin:0;padding:.85rem 1rem;line-height:1.5}.login-form__submit{justify-content:center;width:100%}.login-card__back{color:var(--muted);margin-top:1.15rem;font-size:.95rem;display:inline-flex}.section{width:min(1180px,100% - 2rem);margin:0 auto;padding:5rem 0}.section-heading{max-width:760px;margin-bottom:2rem}.section-heading span,.hero__eyebrow,.dashboard-topbar__eyebrow,.editor-panel__header span{letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-bottom:.75rem;font-size:.75rem;display:inline-block}.section-heading h2,.dashboard-topbar h1,.editor-panel__header h2{margin:0;font-family:Iowan Old Style,Palatino Linotype,Book Antiqua,serif;font-size:clamp(2rem,3vw,3.3rem);line-height:.98}.site-header{z-index:40;color:#fffaf3;background:#0d0d0c;width:100%;margin:0;transition:background-color .18s,border-color .18s,color .18s,box-shadow .18s;position:sticky;top:0;left:0}.site-header__inner{justify-content:space-between;align-items:center;gap:1rem;width:min(1180px,100% - 2rem);margin:0 auto;padding:1rem 0;display:flex}.site-header__menu-panel{align-items:center;gap:1rem;display:flex}.site-header--home{-webkit-backdrop-filter:none;backdrop-filter:none;color:#fffaf3;background:0 0;border:none;border-radius:0;position:fixed;top:0;left:0;transform:none}.site-header--inner{-webkit-backdrop-filter:none;backdrop-filter:none;color:#fffaf3;background:#0d0d0c;border:none;border-radius:0;margin-top:0}.site-header--home.site-header--scrolled{background:#0d0d0cf5;box-shadow:0 10px 30px #00000038}.site-header__brand{align-items:center;gap:1rem;display:flex}.site-header__logo{width:8.4rem;min-width:8.4rem;line-height:0;display:block}.site-header__logo img{object-fit:contain;width:100%;height:auto}.site-header__brand strong,.site-footer strong{display:block}.site-header__brand-copy{gap:.15rem;display:grid}.site-header__brand span{color:#fffaf3b8;font-size:.82rem}.site-header--home .site-header__brand span{color:#fffaf3b8}.site-header--home .site-header__brand strong{letter-spacing:.04em;font-family:Iowan Old Style,Palatino Linotype,Book Antiqua,serif;font-size:1.2rem;font-weight:600}.site-header__nav{flex-wrap:wrap;gap:.4rem;display:flex}.site-header__socials{align-items:center;gap:.45rem;display:flex}.site-header__social{color:#fffaf3eb;background:#fffaf30f;border:1px solid #fffaf31f;border-radius:999px;justify-content:center;align-items:center;width:2rem;height:2rem;transition:background-color .16s,border-color .16s,transform .16s;display:inline-flex}.site-header__social:hover{background:#fffaf324;border-color:#fffaf33d;transform:translateY(-1px)}.site-header__social svg{width:1rem;height:1rem}.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}.site-header__menu-toggle{color:#fffaf3;cursor:pointer;background:0 0;border:none;border-radius:999px;flex-direction:column;justify-content:center;align-items:center;gap:.24rem;width:3rem;height:3rem;padding:0;display:none}.site-header__menu-toggle span{background:currentColor;border-radius:999px;width:1.15rem;height:2px;margin:0;transition:transform .16s,opacity .16s;display:block}.site-header__menu-toggle.is-open span:first-child{transform:translateY(6px)rotate(45deg)}.site-header__menu-toggle.is-open span:nth-child(2){opacity:0}.site-header__menu-toggle.is-open span:last-child{transform:translateY(-6px)rotate(-45deg)}.site-header__link{color:#fffaf3e0;letter-spacing:.03em;border-radius:999px;padding:.55rem .9rem;font-size:.95rem}.site-header__link.is-active{background:var(--accent);color:var(--accent-dark)}.site-header--home .site-header__link{color:#fffaf3e0}.site-header--home .site-header__link.is-active{color:#191815;background:#fad187eb}.site-header__dashboard{min-width:7.5rem}.site-header__submenu{background:#0d0d0cfa;border-top:1px solid #fad1871f}.site-header__submenu-inner{width:min(1180px,100% - 2rem);margin:0 auto;padding:.4rem 0 .5rem;display:block}.site-header__submenu-tabs{overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;touch-action:pan-x;-webkit-user-select:none;user-select:none;gap:.65rem;display:flex;overflow-x:auto}.site-header__submenu-tabs::-webkit-scrollbar{display:none}.site-header__submenu-link{color:#fffaf3e6;cursor:pointer;background:#fffaf314;border:1px solid #fad1872e;border-radius:999px;flex:none;padding:.42rem 1.05rem;font-weight:600}.site-header__submenu-link.is-active{background:var(--accent);color:var(--accent-dark);border-color:#fad187b3}.site-footer{color:#fffaf3;background:#232421eb;border-radius:1.6rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;width:min(1180px,100% - 2rem);margin:0 auto 2rem;padding:1.4rem;display:grid}.site-footer p{color:#fffaf3b8;margin:.35rem 0 0}.site-footer__nav{gap:.45rem;display:grid}.hero{color:#fffaf3;position:relative;overflow:hidden}.hero--home{min-height:calc(100vh - 1rem);margin-top:0;padding-top:0}.hero__backdrop{background-image:var(--hero-image);background-position:50%;background-size:cover;position:absolute;inset:0;transform:scale(1.04)}.hero__backdrop:before{content:"";background:linear-gradient(#0000009e,#000000c7 54%,#000000e6);position:absolute;inset:0}.hero__backdrop:after{content:"";filter:blur(22px);background:#00000059;border-radius:999px;width:30rem;height:30rem;position:absolute;inset:auto -10% -25% auto}.hero__content{z-index:1;width:min(1180px,100% - 2rem);margin:0 auto;padding:11.5rem 0 4.5rem;position:relative}.hero--home .hero__content{flex-direction:column;justify-content:center;min-height:calc(100vh - 1rem);padding:7.5rem 0 4rem;display:flex}.hero--home .page-hero{margin:0}.hero__brand{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.hero__logo{object-fit:contain;width:5rem;height:5rem;box-shadow:var(--shadow);background:#fffaf3eb;border-radius:1.5rem;padding:.65rem}.hero h1{text-shadow:0 12px 30px #00000061;max-width:9ch;margin:0;font-family:Iowan Old Style,Palatino Linotype,Book Antiqua,serif;font-size:clamp(3.8rem,9vw,7rem);font-weight:800;line-height:.92}.hero__tagline{color:#fffaf3f2;max-width:28rem;margin:1.2rem 0 0;font-size:clamp(1.1rem,2vw,1.6rem)}.hero__description{color:#fffaf3d6;max-width:42rem;margin:1rem 0 0;font-size:1.02rem;line-height:1.75}.hero__actions,.editor-sidebar__actions,.section-editor__actions{flex-wrap:wrap;gap:.75rem;display:flex}.hero__actions{margin-top:2rem}.button{cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;min-height:2.9rem;padding:.7rem 1.1rem;transition:transform .16s,background-color .16s,border-color .16s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button--primary{background:var(--accent);color:var(--accent-dark)}.button--secondary{color:inherit;background:#fffaf324;border-color:#fffaf34d}.button--ghost{border-color:var(--line);color:var(--ink);background:0 0}.button--danger{color:var(--danger);background:#a43d2f1a;border-color:#a43d2f2e}.hero__stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin:3rem 0 0;display:grid}.hero__stats div{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0808085c;border:1px solid #fffaf329;border-radius:1.2rem;padding:1rem 1.1rem}.hero__stats dt{color:#fffaf3b3;margin-bottom:.35rem;font-size:.84rem}.hero__stats dd{margin:0;font-size:1.1rem}.page-hero{max-width:760px}.page-hero__content{z-index:1;position:relative}.page-hero--media{color:#fffaf3;max-width:none;min-height:27rem;box-shadow:var(--shadow);border-radius:2rem;align-items:flex-end;padding:3rem;display:flex;position:relative;overflow:hidden}.page-hero__media{background-image:linear-gradient(180deg,#00000047,#000000b8),var(--page-hero-image);background-position:50%;background-size:cover;position:absolute;inset:0}.page-hero span{letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-bottom:.75rem;font-size:.75rem;display:inline-block}.page-hero--media span,.page-hero--media p{color:#fffaf3db}.page-hero h1{margin:0;font-family:Iowan Old Style,Palatino Linotype,Book Antiqua,serif;font-size:clamp(2.6rem,5vw,4.5rem);line-height:.95}.page-hero p{color:var(--muted);margin:1rem 0 0;font-size:1.04rem;line-height:1.8}.hero .page-hero span,.hero .page-hero p{color:#fffaf3f5}.custom-page__body{gap:1rem;display:grid}.custom-page__body p{margin:0}.photo-slider{gap:1rem;display:grid}.photo-slider__frame{border:1px solid var(--line);min-height:34rem;box-shadow:var(--shadow);border-radius:2rem;position:relative;overflow:hidden}.photo-slider__frame img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.photo-slider__overlay{color:#fffaf3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1414128f;border-radius:1.6rem;max-width:34rem;padding:1.4rem;position:absolute;inset:auto 1.25rem 1.25rem}.photo-slider__overlay span{letter-spacing:.14em;text-transform:uppercase;color:#fffaf3b3;font-size:.75rem}.photo-slider__overlay h2{margin:.4rem 0 0;font-family:Iowan Old Style,Palatino Linotype,Book Antiqua,serif;font-size:clamp(2rem,3.8vw,3.4rem)}.photo-slider__overlay p{color:#fffaf3cc;margin:.7rem 0 0}.photo-slider__controls,.photo-slider__buttons,.photo-slider__dots{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.photo-slider__dots button{cursor:pointer;background:#2324212e;border:0;border-radius:999px;width:.85rem;height:.85rem}.photo-slider__dots button.is-active{background:var(--accent-dark)}.story__grid,.contact__grid{grid-template-columns:1.5fr 1fr;gap:1.5rem;display:grid}.story__grid p,.story__grid blockquote,.contact-card,.menu-section,.dish-card,.editor-panel,.editor-sidebar,.section-editor,.product-editor{background:var(--paper);border:1px solid var(--line);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.story__grid p,.story__grid blockquote{border-radius:1.75rem;margin:0;padding:2rem;line-height:1.9}.story__grid blockquote{font-family:Iowan Old Style,Palatino Linotype,Book Antiqua,serif;font-size:1.6rem}.card-grid,.contact__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;display:grid}.dish-card{border-radius:1.75rem;overflow:hidden}.dish-card--link{color:inherit;text-decoration:none;display:block}.dish-card img{aspect-ratio:4/3;object-fit:cover;width:100%}.dish-card__body{padding:1.3rem}.dish-card__body span{color:var(--muted);text-transform:uppercase;letter-spacing:.12em;font-size:.8rem}.dish-card__body h3,.menu-section__header h3,.contact-card h3,.section-editor__header h3{margin:.55rem 0 0;font-family:Iowan Old Style,Palatino Linotype,Book Antiqua,serif;font-size:1.5rem}.dish-card__body p,.menu-section__header p,.menu-item p,.contact-card p,.editor-sidebar p,.section-editor__header p{color:var(--muted)}.menu-sections,.sections-stack,.products-stack{gap:1rem;display:grid}.menu-section{border-radius:1.75rem;padding:1.5rem}.menu-section__header,.menu-item,.section-editor__header,.product-editor__top,.dashboard-topbar{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.menu-item{border-top:1px solid var(--line);padding:1rem 0}.menu-item--link{color:inherit;text-decoration:none}.menu-item h4{margin:0;font-size:1rem}.menu-item p{margin:.25rem 0 0}.menu-section--link h3 a{color:inherit;text-decoration:none}.menu-page{width:min(1040px,100% - 2rem);padding-top:1.75rem}.menu-directory{gap:.9rem;display:grid}.menu-directory--empty{border:1px solid var(--line);background:#fffaf3eb;border-radius:1.75rem;padding:1.5rem}.menu-directory__list{gap:1.45rem;display:grid}.menu-directory__section{border:1px solid var(--line);box-shadow:var(--shadow);background:#fffaf3eb;border-radius:1.75rem;padding:1.25rem 1.35rem;scroll-margin-top:11rem}.menu-directory__section.is-active{border-color:#fad187b3}.menu-directory__section-head{flex-direction:column;gap:.2rem;display:flex}.menu-directory__section-head span{color:var(--muted);text-transform:uppercase;letter-spacing:.12em;margin-bottom:.2rem;font-size:.78rem;display:inline-block}.menu-directory__section-head h3{margin:0;font-family:Iowan Old Style,Palatino Linotype,Book Antiqua,serif;font-size:clamp(1.6rem,2vw,2rem)}.menu-directory__section-head p{color:var(--muted);margin:.35rem 0 0}.menu-directory__items{gap:.75rem;margin-top:1rem;display:grid}.menu-directory__item{border-top:1px solid var(--line);align-items:center;gap:1rem;padding-top:.95rem;display:flex}.menu-directory__thumb{background:#fffaf3fa;border:1px solid #23242114;border-radius:1.25rem;flex:0 0 6.25rem;width:6.25rem;height:6.25rem;overflow:hidden;box-shadow:0 10px 24px #2324211a}.menu-directory__thumb img{object-fit:cover;width:100%;height:100%}.menu-directory__item-copy{flex:1;justify-content:space-between;align-items:flex-start;gap:1rem;min-width:0;display:flex}.menu-directory__item h4{margin:0;font-size:1rem}.menu-directory__item p{color:var(--muted);margin:.25rem 0 0}.menu-directory__item strong{flex:none}.contact-card{border-radius:1.5rem;padding:1.5rem}.highlights-card{background:var(--paper);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:1.75rem;padding:2rem}.highlights-card h2{margin-top:0}.highlights-card ul{color:var(--muted);gap:.6rem;margin:0;padding-left:1rem;display:grid}.contact-form{background:var(--paper);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:1.75rem;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;padding:1.5rem;display:grid}.contact-form__full{grid-column:1/-1}.inner-page .section:first-of-type{padding-top:3rem}.page-links .contact-card,.reserve-grid .contact-card{gap:1rem;display:grid}.dashboard-shell{background:radial-gradient(circle at 0 0,#fad1872e,#0000 24%),radial-gradient(circle at 100% 100%,#a43d2f14,#0000 28%),linear-gradient(#f6f0e5 0%,#efe4d1 48%,#eadbc4 100%);min-height:100vh;padding:1.5rem}.dashboard-topbar{margin-bottom:0}.editor-layout{background:#f8f5ef;border:1px solid #4e351f1f;border-radius:1.75rem;grid-template-columns:290px minmax(0,1fr);align-items:stretch;gap:0;width:min(1380px,100%);margin:0 auto;display:grid;overflow:hidden;box-shadow:0 30px 70px #422d1a2e}.editor-sidebar,.editor-panel,.section-editor,.product-editor{border-radius:1.5rem}.editor-sidebar{min-height:calc(100vh - 4rem);box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:linear-gradient(#1c1612fa,#14100dfa),#120f0cfa;border-right:1px solid #fad1871a;border-radius:0;flex-direction:column;align-self:start;gap:.9rem;padding:1.2rem 1rem 1rem;display:flex;position:sticky;top:1.5rem}.editor-sidebar__profile{justify-items:start;gap:.55rem;margin-bottom:.9rem;display:grid}.editor-sidebar__avatar{color:#232421;letter-spacing:.12em;background:linear-gradient(#fffaf3,#d9c6a1);border-radius:999px;place-items:center;width:2.6rem;height:2.6rem;font-size:.82rem;font-weight:800;display:grid}.editor-sidebar__profile span,.dashboard-stat-card span,.dashboard-feature-card__header p,.editor-sidebar__meta-item span{color:#fad187b3}.editor-sidebar__profile h2{color:#fad187;margin:.1rem 0 0;font-size:1.35rem}.editor-sidebar__profile p{color:#fffaf3a8;margin:.2rem 0 0;font-size:.88rem}.editor-sidebar__nav,.editor-sidebar__meta{gap:.7rem;display:grid}.editor-sidebar__nav{margin-bottom:1rem}.editor-sidebar__nav-group{gap:.35rem;display:grid}.editor-sidebar__nav-link{padding:.82rem .95rem}.editor-sidebar__meta{gap:.85rem;display:grid}.editor-sidebar__subnav{gap:.55rem;padding:0 0 .15rem .9rem;display:grid}.editor-sidebar__subnav-section{gap:.3rem;display:grid}.editor-sidebar__subnav-label{color:#fad187b8;letter-spacing:.12em;text-transform:uppercase;font-size:.68rem}.editor-sidebar__subnav-item{color:#fffaf3c2;text-align:left;background:0 0;border:0;border-left:1px solid #fad1872e;width:100%;padding:.52rem .7rem;font-size:.92rem;transition:color .16s,border-color .16s,background-color .16s}.editor-sidebar__subnav-item:hover,.editor-sidebar__subnav-item.is-active{color:#fad187;background:#fad1870f;border-left-color:#fad187a3}.editor-sidebar__subnav-empty{color:#fffaf38c;margin:0;padding:.35rem .7rem;font-size:.86rem}.editor-sidebar__nav-link{color:#fffaf3d1;background:0 0;border:1px solid #0000;border-radius:.95rem;transition:background-color .16s,border-color .16s,transform .16s}.editor-sidebar__nav-link:hover,.editor-sidebar__nav-link.is-current{color:#fffaf3;background:#fad1871f;border-color:#fad18729;transform:translate(0)}.editor-sidebar__meta{margin-bottom:1.25rem}.editor-sidebar__meta-item{background:#fffaf308;border:1px solid #fad18714;border-radius:1rem;padding:.9rem 1rem}.editor-sidebar__meta-item strong{color:#fffaf3;margin-top:.2rem;display:block}.editor-sidebar__actions{gap:.7rem;margin-top:auto;display:grid}.editor-content{background:linear-gradient(#fffcf7f5,#f6efe5f5),#f8f5ef;gap:1.25rem;padding:1.25rem;display:grid}.dashboard-topbar,.dashboard-overview,.dashboard-spotlight,.dashboard-editor-panels{width:100%}.dashboard-topbar{grid-template-columns:minmax(0,1.65fr) minmax(320px,.95fr);gap:1rem;padding:0;display:grid}.dashboard-topbar__summary,.dashboard-topbar__utility{background:#fffcf7eb;border:1px solid #5a3f251a;border-radius:1.35rem;gap:1rem;padding:1.2rem 1.25rem;display:grid;box-shadow:0 18px 30px #583c2114}.dashboard-topbar__breadcrumbs{color:#59412994;letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:.45rem;font-size:.8rem;display:flex}.dashboard-topbar__summary h1{color:#241b14;margin:.35rem 0 .45rem;font-size:clamp(2rem,3.6vw,3.15rem);line-height:.95}.dashboard-topbar__summary p{color:#42301fb8;max-width:50rem;margin:0;font-size:1rem;line-height:1.6}.dashboard-topbar__stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;display:grid}.dashboard-topbar__stat{background:linear-gradient(#f5ecdfeb,#fffcf7f2);border:1px solid #5a3f2514;border-radius:1rem;padding:.9rem 1rem}.dashboard-topbar__stat span{color:#594129a3;letter-spacing:.1em;text-transform:uppercase;font-size:.77rem;display:block}.dashboard-topbar__stat strong{color:#2d2118;margin-top:.45rem;font-size:1.3rem;display:block}.dashboard-topbar__utility{align-content:space-between}.dashboard-topbar__actions{gap:.85rem;display:grid}.dashboard-topbar__buttons{flex-wrap:wrap;gap:.75rem;display:flex}.dashboard-topbar__status{color:#3a291bd1;background:#f5ecdfb8;border:1px solid #5a3f251a;border-radius:1rem;margin:0;padding:.8rem .95rem;font-size:.92rem}.dashboard-search{gap:.45rem;display:grid}.dashboard-search span{letter-spacing:.12em;text-transform:uppercase;color:#594129b3;font-size:.78rem}.dashboard-search input{background:#fffdfa;border-radius:999px}.dashboard-overview{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.dashboard-stat-card,.dashboard-feature-card,.editor-panel,.section-editor,.product-editor{-webkit-backdrop-filter:none;backdrop-filter:none;background:linear-gradient(#fffcf7fa,#f5ecdfeb);border:1px solid #5a3f251a;box-shadow:0 18px 28px #573a2014}.dashboard-stat-card,.dashboard-feature-card{border-radius:1.4rem;padding:1.4rem;position:relative;overflow:hidden}.dashboard-stat-card:after,.dashboard-feature-card:after{content:"";background:linear-gradient(90deg,#d6a859,#a43d2fb8);width:100%;height:.22rem;position:absolute;inset:auto auto 0 0}.dashboard-stat-card strong{color:#2a2017;margin-top:.7rem;font-size:clamp(2rem,4vw,2.8rem);line-height:1;display:block}.dashboard-stat-card p,.dashboard-feature-card p,.dashboard-mini-stats span,.dashboard-progress-row__copy span,.dashboard-empty-search p{color:#4c3724a8}.dashboard-spotlight{grid-template-columns:1.05fr 1.8fr 1fr;gap:1rem;display:grid}.dashboard-feature-card__header{margin-bottom:1.2rem}.dashboard-feature-card__header h3{color:#65411f;margin:0;font-size:1.55rem}.dashboard-ring{--ring-value:50%;background:radial-gradient(circle at center,#fffcf7fa 0 58%,transparent 59% 100%),conic-gradient(#d6a859 0 var(--ring-value),#65411f1f var(--ring-value)100%);border-radius:999px;place-items:center;width:12rem;height:12rem;margin:1rem auto 1.5rem;display:grid}.dashboard-ring>div{text-align:center;background:linear-gradient(#fad1872e,#fffcf7b8);border-radius:999px;place-items:center;width:8.25rem;height:8.25rem;display:grid}.dashboard-ring strong{color:#2d2118;font-size:2rem;display:block}.dashboard-ring span{color:#65411fbd;text-transform:uppercase;letter-spacing:.12em;font-size:.76rem}.dashboard-feature-card__actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.dashboard-progress-list{gap:1.25rem;display:grid}.dashboard-progress-row{gap:.55rem;display:grid}.dashboard-progress-row__copy{justify-content:space-between;align-items:center;gap:1rem;display:flex}.dashboard-progress-row__copy strong,.dashboard-mini-stats strong,.editor-panel__header h2,.product-editor__top strong,.section-editor__header h3{color:#241b14}.dashboard-progress-bar{background:#a07e5924;border-radius:999px;height:.95rem;overflow:hidden}.dashboard-progress-bar span{border-radius:inherit;background:linear-gradient(90deg,#a43d2f,#fad187);height:100%;display:block}.dashboard-mini-stats{gap:.85rem;display:grid}.dashboard-mini-stats div{background:#fffaf399;border:1px solid #5a3f2514;border-radius:1rem;padding:.95rem 1rem}.dashboard-mini-stats strong{margin-bottom:.25rem;display:block}.dashboard-editor-panels{gap:1rem;display:grid}.custom-pages-list,.custom-page-form{gap:.85rem;display:grid}.custom-page-list__item,.custom-pages-empty{text-align:left;color:#241b14;background:#fffcf7c7;border:1px solid #5a3f2514;border-radius:1.1rem;width:100%;padding:1rem}.custom-page-list__item strong,.custom-pages-empty strong{display:block}.custom-page-list__item span,.custom-page-list__item small,.custom-pages-empty p,.custom-page-form__meta p{color:#4c3724a8}.custom-page-list__item.is-active{background:#fad18729;border-color:#d6a85957}.custom-page-form{background:#fffcf7c7;border:1px solid #5a3f2514;border-radius:1.2rem;padding:1rem}.custom-page-form__meta{background:#f5ecdfcc;border:1px solid #5a3f2514;border-radius:1rem;padding:1rem 1.1rem}.editor-panel{padding:1.4rem}.editor-panel__header{margin-bottom:1.25rem}.editor-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;display:grid}.editor-grid__full{grid-column:1/-1}.editor-content label{color:#362719eb;gap:.45rem;font-size:.92rem;display:grid}.editor-content input,.editor-content textarea{color:#241b14;background:#fffdfa;border:1px solid #5a3f251f;border-radius:1rem;width:100%;padding:.82rem .95rem}.editor-content input::placeholder,.editor-content textarea::placeholder{color:#4c372461}.editor-content textarea{resize:vertical}.editor-select{color:#241b14;background:#fffdfa;border:1px solid #5a3f251f;border-radius:1rem;width:100%;padding:.82rem .95rem}.section-editor{padding:1.25rem}.section-editor__header{margin-bottom:1rem}.product-editor{padding:1rem}.toggle{color:#362719e6;align-items:center;gap:.55rem;display:inline-flex}.toggle input{width:auto;margin:0}.editor-status{color:#fffaf3;background:#fad1871f;border:1px solid #fad18724;border-radius:1rem;margin-top:0;padding:.85rem 1rem}.editor-content .button--secondary,.editor-sidebar .button--secondary{color:#241b14;background:#fffcf7e6;border-color:#5a3f2524}.editor-content .button--ghost,.editor-sidebar .button--ghost{color:#241b14;background:0 0;border-color:#5a3f2524}.editor-content .button--danger{color:#ffcdc4;background:#a43d2f24;border-color:#a43d2f52}.dashboard-empty-search{text-align:left}.home-showcase{gap:2rem;display:grid}.home-showcase__grid{grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);align-items:end;gap:1.5rem;display:grid}.home-showcase__copy{max-width:44rem}.home-showcase__eyebrow,.home-showcase__panel-kicker,.home-reserve__copy span{letter-spacing:.16em;text-transform:uppercase;color:#fffaf3bd;background:#fffaf314;border:1px solid #fffaf31f;border-radius:999px;width:fit-content;margin-bottom:.9rem;padding:.34rem .75rem;font-size:.74rem;display:inline-flex}.home-showcase__meta{color:#fffaf3cc;flex-wrap:wrap;gap:.75rem;margin-top:1.25rem;font-size:.96rem;display:flex}.home-showcase__meta span{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0808083d;border:1px solid #fffaf329;border-radius:999px;padding:.45rem .8rem}.home-showcase__panel{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#110f0c80;border:1px solid #fffaf326;border-radius:1.9rem;padding:1.5rem;box-shadow:0 24px 80px #00000047}.home-showcase__panel h2,.home-reserve__copy h2,.home-intro__quote{margin:0;font-family:Iowan Old Style,Palatino Linotype,Book Antiqua,serif}.home-showcase__panel h2{font-size:clamp(1.9rem,2.4vw,2.8rem);line-height:.98}.home-showcase__panel p{color:#fffaf3d1;margin:.9rem 0 0;line-height:1.75}.home-showcase__spotlights{gap:.85rem;margin-top:1.35rem;display:grid}.hero-spotlight-slider{margin-top:1.35rem}.hero-spotlight-slider__viewport{--hero-slider-card-height:7rem;--hero-slider-gap:.85rem;height:calc((var(--hero-slider-card-height)*3) + (var(--hero-slider-gap)*2) + .4rem);padding:.2rem 0;overflow:hidden}.hero-spotlight-slider__track{gap:var(--hero-slider-gap);display:grid;transform:translateY(0)}.hero-spotlight-slider__track.is-animating{transform:translateY(calc(-1*(var(--hero-slider-card-height) + var(--hero-slider-gap))));transition:transform .7s}.home-showcase__spotlight{background:#fffaf314;border:1px solid #fffaf31f;border-radius:1.3rem;align-content:start;gap:.2rem;min-height:7rem;padding:.8rem .95rem;transition:background-color .18s,border-color .18s,box-shadow .18s,transform .18s;display:grid}.home-showcase__spotlight:hover{background:#fffaf329;border-color:#fffaf352;transform:translateY(-1px);box-shadow:0 16px 30px #0000002e}.home-showcase__spotlight span{color:#fffaf3bd;text-transform:uppercase;letter-spacing:.12em;background:#fffaf314;border:1px solid #fffaf31f;border-radius:999px;width:fit-content;padding:.26rem .58rem;font-size:.68rem;font-weight:500;display:inline-flex}.home-atmosphere__overlay span{color:#fffaf3ad;text-transform:uppercase;letter-spacing:.14em;font-size:.75rem}.home-showcase__spotlight strong,.home-atmosphere__overlay strong{color:#fffaf3;font-size:.94rem;line-height:1.18}.home-showcase__spotlight small{color:#fffaf3c2;margin-top:.08rem;font-size:.92rem}.home-showcase__cta{opacity:0;pointer-events:none;margin-top:1rem;transition:opacity .22s,transform .32s;transform:translateY(18px)}.home-showcase__panel:hover .home-showcase__cta,.home-showcase__panel:focus-within .home-showcase__cta{opacity:1;pointer-events:auto;transform:translateY(0)}.home-showcase__stats{margin-top:0}.home-intro{padding-top:5.5rem}.home-intro__grid,.home-atmosphere__grid,.home-reserve__card{grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);gap:1.5rem;display:grid}.home-editorial__grid{grid-template-columns:minmax(320px,.9fr) minmax(0,1.1fr);align-items:center;gap:1.5rem;display:grid}.home-editorial__visuals{display:grid}.home-editorial__photo{min-height:24rem;box-shadow:var(--shadow);border-radius:2rem;position:relative;overflow:hidden}.home-editorial__photo.is-primary{min-height:34rem}.home-editorial__photo img{object-fit:cover;width:100%;height:100%}.home-editorial__caption{color:#fffaf3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#100e0c8c;border-radius:1.25rem;gap:.35rem;padding:1rem 1.1rem;display:grid;position:absolute;inset:auto 1rem 1rem}.home-editorial__caption span{letter-spacing:.14em;text-transform:uppercase;color:#fffaf3ad;font-size:.74rem}.home-editorial__caption strong{font-size:1rem;line-height:1.3}.home-editorial__instagram{color:#fffaf3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f0d0b9e;border-radius:999px;align-items:center;gap:.8rem;max-width:min(100% - 2rem,22rem);padding:.75rem .85rem;display:flex;position:absolute;inset:1rem auto auto 1rem}.home-editorial__instagram img{object-fit:cover;border:2px solid #fffaf3bf;border-radius:999px;width:3rem;height:3rem}.home-editorial__instagram strong{font-size:.95rem;display:block}.home-editorial__instagram small{color:#fffaf3bf;margin-top:.12rem;line-height:1.35;display:block}.home-editorial__heading{margin-bottom:1rem}.home-editorial__lead,.home-chef__heading p{color:var(--muted);margin:0;line-height:1.9}.home-editorial__quote{border-left:2px solid #5a3f252e;margin:1.35rem 0 0;padding-left:1rem;font-family:Iowan Old Style,Palatino Linotype,Book Antiqua,serif;font-size:1.5rem;line-height:1.2}.home-editorial__highlights{flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;display:flex}.home-editorial__highlights span{border:1px solid var(--line);background:#fffaf3eb;border-radius:999px;padding:.7rem 1rem}.home-chef__heading{max-width:52rem;margin-bottom:1rem}.home-chef-band .home-chef__heading span{color:#fff1dcd1}.home-chef-band{background-color:#0000;background-image:linear-gradient(#080706a8,#08070694),linear-gradient(#221a1270,#18120d66),radial-gradient(circle at 100% 0,#b3814924,#0000 30%),radial-gradient(circle at 0 100%,#00000038,#0000 24%),url(https://images.unsplash.com/photo-1414235077428-338989a2e8c0?auto=format&fit=crop&w=1800&q=80);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:scroll,scroll,scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box,border-box;margin:2rem 0;padding:3.9rem 0 4rem}.home-chef__grid{margin-top:2rem}.home-chef__heading h2{color:#fff8ef;text-shadow:0 10px 30px #00000047;font-size:clamp(3rem,5vw,4.5rem);line-height:.94}.home-chef__heading p{color:#fff4e2e0;max-width:46rem;font-size:1.05rem;line-height:1.75}.home-chef__meta{justify-content:space-between;align-items:center;gap:1rem;margin-top:1rem;display:flex}.home-chef__meta small{color:var(--muted);text-transform:uppercase;letter-spacing:.12em}.home-chef-slider{margin-top:2rem;position:relative;overflow:visible}.home-chef-slider__frame{padding-inline:0;position:relative}.home-chef-slider__button{z-index:2;color:#fff8ef;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffaf31f;border:1px solid #fff1dc2e;border-radius:999px;justify-content:center;align-items:center;width:2.9rem;height:2.9rem;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 14px 34px #0000003d}.home-chef-slider__button.is-prev{left:-3.35rem}.home-chef-slider__button.is-next{right:-3.35rem}.home-chef-slider__button svg{width:1.1rem;height:1.1rem}.home-chef-slider__viewport{cursor:grab;-webkit-user-select:none;user-select:none;touch-action:pan-y;overflow:hidden}.home-chef-slider__viewport.is-dragging{cursor:grabbing}.home-chef-slider__track{will-change:transform;grid-auto-columns:calc(25% - .75rem);grid-auto-flow:column;gap:1rem;display:grid}.home-chef-slider__slide{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffaf314;border:1px solid #fff1dc24;flex-direction:column;min-width:0;min-height:100%;display:flex;box-shadow:0 20px 48px #00000038}.home-chef-slider__slide.dish-card{background:#fffaf314;border-color:#fff1dc24;box-shadow:0 20px 48px #00000038}.home-chef-slider__slide.home-signature-card:hover{border-color:#fff1dc4d;transform:none;box-shadow:0 20px 48px #00000038}.home-chef-slider__icon-wrap{padding:1rem 1.05rem 0}.home-chef-slider__label{color:#ffe9c8b8;letter-spacing:.12em;text-transform:uppercase;background:#fffaf314;border:1px solid #ffe9c833;border-radius:999px;width:fit-content;padding:.3rem .68rem;font-size:.78rem;font-weight:600;display:inline-flex}.home-chef-slider__slide .dish-card__body{flex-direction:column;flex:1;justify-content:space-between;padding:1.05rem;display:flex}.home-chef-slider__list{gap:.45rem;min-height:6.2rem;margin:0;padding-left:1.1rem;display:grid}.home-chef-slider__list li{color:#fff8ef;text-shadow:0 4px 14px #0000002e;line-height:1.5}.home-chef__cta{color:#fff;letter-spacing:.1em;text-transform:uppercase;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a0a0a85;border:1px solid #ffffff24;border-radius:999px;justify-content:center;align-items:center;min-width:5.4rem;min-height:2rem;padding:.48rem .88rem;font-size:.78rem;font-weight:600;display:inline-flex;box-shadow:0 10px 24px #0000002e}.home-chef-slider .home-chef__cta,.home-chef-slider .home-chef__meta .home-chef__cta,.home-chef-slider .home-chef__cta:visited{color:#fff}.home-chef__meta{justify-content:flex-end}.home-intro__heading{margin-bottom:1rem}.home-intro__lead,.home-atmosphere__content p,.home-reserve__copy p,.home-reserve__details p{color:var(--muted);margin:0;line-height:1.9}.home-intro__highlights{flex-wrap:wrap;gap:.8rem;margin-top:1.5rem;display:flex}.home-intro__highlights span{border:1px solid var(--line);background:#fffaf3eb;border-radius:999px;padding:.7rem 1rem;box-shadow:0 10px 24px #2324210f}.home-intro__quote{box-shadow:var(--shadow);background:linear-gradient(#5a3f250f,#5a3f251f),#fffaf3e0;border:1px solid #5a3f2524;border-radius:1.8rem;padding:2rem;font-size:clamp(1.7rem,2.5vw,2.4rem);line-height:1.1}.home-signature-grid{align-items:stretch}.home-signature-card{transition:transform .18s,box-shadow .18s}.home-signature-card:hover{transform:translateY(-4px);box-shadow:0 30px 80px #2324212e}.home-atmosphere__grid{grid-template-columns:1fr 1fr;align-items:stretch;gap:1.5rem;display:grid}.home-atmosphere__visuals{grid-template-columns:minmax(0,1fr);gap:1rem;display:grid}.home-atmosphere__card{min-height:23rem;box-shadow:var(--shadow);border-radius:1.8rem;position:relative;overflow:hidden}.home-atmosphere__card.is-secondary{min-height:18rem;margin-top:2rem}.home-atmosphere__card img{object-fit:cover;width:100%;height:100%}.home-atmosphere__overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0b0a088f;border-radius:1.2rem;gap:.35rem;padding:.9rem 1rem;display:grid;position:absolute;inset:auto 1rem 1rem}.home-atmosphere__overlay strong{color:#fffaf3;font-size:1rem}.home-atmosphere__content{align-content:center;gap:1.25rem;display:grid}.home-atmosphere__heading{max-width:34rem}.home-atmosphere__heading h2{font-size:clamp(2.2rem,4vw,3.35rem);line-height:.98}.home-atmosphere__heading p{max-width:28rem}.home-atmosphere__points{gap:.85rem;display:grid}.home-atmosphere__point{background:#fffaf3e6;border:1px solid #5a3f251f;border-radius:1.35rem;padding:1rem 1.1rem;box-shadow:0 18px 36px #2324210f}.home-atmosphere__point h3{margin:0;font-size:1rem}.home-atmosphere__point p{color:var(--muted);margin:.35rem 0 0;line-height:1.6}.home-atmosphere__cta{width:fit-content}.home-menu-sections{grid-template-columns:repeat(3,minmax(0,1fr))}.featured.section{width:100%;max-width:none;color:var(--ink);background:radial-gradient(circle at 0 0,#fad1872e,#0000 28%),radial-gradient(circle at 100% 100%,#5a3f2514,#0000 22%),linear-gradient(#f6ecda,#f1e4ce 46%,#f7efe1);margin:0;padding-block:2.4rem;padding-inline:clamp(1rem,50vw - 590px,999px)}.featured.section .section-heading span{color:#5a3f25b8}.featured.section .section-heading h2{color:var(--ink)}.featured.section .section-heading p{color:var(--muted)}.home-tasting-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}.home-tasting-card{background:#fffbf4e6;border-color:#5a3f251f;height:100%;box-shadow:0 20px 48px #2324211a}.home-tasting-card img{aspect-ratio:auto;object-fit:cover;width:100%;height:15rem}.home-tasting-card .dish-card__body{gap:.4rem;padding:.82rem .9rem;display:grid}.home-tasting-card .dish-card__body h3{margin-top:.15rem}.home-tasting-card .dish-card__body p{color:var(--muted);margin:0}.home-tasting-card__meta{justify-content:space-between;align-items:center;gap:1rem;margin-top:.35rem;display:flex}.home-tasting-card__meta strong{color:var(--ink);font-size:1rem}.home-tasting-card__meta small{color:#5a3f25bd;text-transform:uppercase;letter-spacing:.1em}.home-reviews-band{background:linear-gradient(180deg,#0a0908d1,#0a0908c7),radial-gradient(circle at top left,#ffc45e1f,transparent 24%),var(--reviews-image);background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;margin:0;padding:0}.home-reviews{color:#fff8ef}.home-reviews__heading{max-width:42rem}.home-reviews__heading span{color:#ffe9c8bd}.home-reviews__heading h2{color:#fff8ef}.home-reviews__heading p{color:#fff1dcc7}.home-reviews__topline{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.6rem;display:flex}.home-reviews__score{align-items:baseline;gap:.7rem;display:inline-flex}.home-reviews__score strong{font-family:Iowan Old Style,Palatino Linotype,Book Antiqua,serif;font-size:clamp(2rem,3vw,3rem);line-height:1}.home-reviews__score span,.home-reviews__topline small{color:#fff1dcc2}.home-review-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:inherit;background:#fffaf314;border:1px solid #fff1dc24;border-radius:1.6rem;gap:1rem;padding:1.4rem;text-decoration:none;display:grid;box-shadow:0 20px 48px #00000038}.home-review-card__stars{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.home-review-card__stars span{color:#f5bc5c;letter-spacing:.16em}.home-review-card__stars small{color:#fff1dcc2}.home-review-card__label{color:#ffe9c8b8;letter-spacing:.12em;text-transform:uppercase;font-size:.78rem;font-style:normal}.home-review-card p{color:#fff8ef;margin:0;line-height:1.75}.home-review-card__meta{gap:.25rem;display:grid}.home-review-card__meta strong{font-size:.98rem}.home-review-card__meta span{color:#fff1dcbd;font-size:.84rem}.reviews-carousel{position:relative;overflow:visible}.reviews-carousel__frame{position:relative}.reviews-carousel__button{z-index:2;color:#fff8ef;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffaf31f;border:1px solid #fff1dc2e;border-radius:999px;justify-content:center;align-items:center;width:2.9rem;height:2.9rem;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 14px 34px #0000003d}.reviews-carousel__button.is-prev{left:-3.5rem}.reviews-carousel__button.is-next{right:-3.5rem}.reviews-carousel__button svg{width:1.1rem;height:1.1rem}.reviews-carousel__viewport{cursor:grab;-webkit-user-select:none;user-select:none;touch-action:pan-y;overflow:hidden}.reviews-carousel__viewport.is-dragging{cursor:grabbing}.reviews-carousel__track{will-change:transform;grid-auto-columns:calc(33.3333% - .766667rem);grid-auto-flow:column;gap:1.15rem;display:grid}.reviews-carousel__slide{min-width:0;min-height:100%}.home-reserve__card{color:#fffaf3;background:linear-gradient(135deg,#232421f5,#3a2919f0),#232421;border-radius:2rem;padding:2rem;box-shadow:0 30px 90px #23242138}.home-reserve__copy h2{font-size:clamp(2.1rem,3vw,3.4rem);line-height:.98}.home-reserve__copy p{color:#fffaf3cc;margin-top:1rem}.home-reserve__details p{color:#fffaf3d1}.home-reserve__details{align-content:start;gap:1rem;display:grid}.home-reserve__details div{background:#fffaf314;border:1px solid #fffaf31f;border-radius:1.35rem;padding:1rem 1.1rem}.home-reserve__details strong{margin-bottom:.35rem;display:block}.home-reserve__details .hero__actions{background:0 0;border:0;padding:0}@media (max-width:1100px){.site-footer,.editor-layout,.story__grid,.contact__grid,.home-editorial__grid,.home-intro__grid,.home-atmosphere__grid,.home-reserve__card,.home-showcase__grid{grid-template-columns:1fr}.editor-sidebar{border-bottom:1px solid #fad1871f;border-right:0;min-height:auto;position:static}.dashboard-topbar,.dashboard-overview,.dashboard-spotlight,.dashboard-topbar__stats{grid-template-columns:1fr}.card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-menu-sections,.home-tasting-grid{grid-template-columns:1fr}.home-atmosphere__visuals{grid-template-columns:1fr 1fr}.home-atmosphere__card.is-secondary{margin-top:0}.home-chef-slider__track,.reviews-carousel__track{grid-auto-columns:calc(46.5116% - .465116rem)}}@media (max-width:720px){.site-header,.photo-slider__controls,.photo-slider__buttons,.hero__stats,.card-grid,.contact__grid,.contact-form,.editor-grid{grid-template-columns:1fr}.site-header{color:#fffaf3;background:#0d0d0c;border:none;border-radius:0;margin-top:0;position:sticky;top:0;transform:none}.site-header--home{color:#fffaf3;background:0 0;position:fixed}.site-header__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;width:min(100%,100% - 1.5rem);padding:.85rem 0}.site-header__brand{justify-content:flex-start}.site-header__logo{width:6.6rem;min-width:6.6rem}.site-header--home .site-header__brand span,.site-header--home .site-header__link{color:#fffaf3e0}.site-header__menu-toggle{justify-content:center;align-items:center;margin-left:auto;display:inline-flex}.site-header__menu-panel{background:#12100df5;border:1px solid #fad18724;border-radius:1.25rem;flex-direction:column;align-items:stretch;width:100%;margin-top:.75rem;padding:.8rem;display:none;box-shadow:0 18px 40px #0000003d}.home-showcase__meta,.home-intro__highlights{grid-template-columns:1fr;display:grid}.home-atmosphere__visuals,.home-signature-grid{grid-template-columns:1fr}.home-chef-slider__track{grid-auto-columns:100%}.home-chef-slider__frame{padding-inline:0}.home-chef-slider__button{display:none}.reviews-carousel__track{grid-auto-columns:100%}.reviews-carousel__button{display:none}.home-editorial__photo.is-primary,.home-editorial__photo{min-height:18rem}.home-editorial__instagram{border-radius:1.1rem;max-width:none;inset:auto 1rem 1rem}.home-atmosphere__card.is-large{grid-column:auto;min-height:18rem}.home-showcase__panel,.home-reserve__card{padding:1.25rem}.home-showcase__cta{opacity:1;pointer-events:auto;transform:translateY(0)}.home-intro__quote{font-size:1.7rem}.site-header__menu-panel.is-open{display:flex}.site-header__nav{width:100%;display:grid}.site-header__socials{padding:.2rem 0 0}.site-header__link{width:100%;padding:.8rem .95rem}.site-header__dashboard{width:100%;margin-top:.3rem}.hero__content{padding-top:9rem}.hero h1{max-width:11ch}.dashboard-topbar,.menu-section__header,.menu-item,.section-editor__header,.product-editor__top,.dashboard-topbar__actions,.dashboard-progress-row__copy{flex-direction:column}.menu-page{width:min(100%,100% - 1rem);padding-top:1rem}.menu-directory__section{border-radius:1.35rem;padding:1rem 1.05rem;scroll-margin-top:10.5rem}.menu-directory__list{gap:1.2rem}.menu-directory__section-head h3{font-size:1.4rem}.menu-directory__item strong{font-size:.95rem}.menu-directory__thumb{border-radius:1rem;flex-basis:5rem;width:5rem;height:5rem}.menu-directory__item-copy{flex-direction:column;gap:.35rem}.site-header__submenu-inner{width:min(100%,100% - 1.5rem);padding:.35rem 0 .45rem}.site-header__submenu-tabs{width:100%}.site-header__submenu-link{padding:.38rem .9rem;font-size:.92rem}.dashboard-feature-card__actions{grid-template-columns:1fr}.photo-slider__frame{min-height:26rem}}
