:root{--color-bg: #0b0b0d;--color-ink: #17171a;--color-paper: #fbf8f2;--color-accent: #a8341f;--color-accent-dark: #7e2716;--color-gold: #c9a15a;--color-muted: #6b6b6f;--radius: 6px;--max-width: 1180px;font-family:Inter,system-ui,-apple-system,Roboto,Helvetica,Arial,sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--color-paper);color:var(--color-ink);-webkit-font-smoothing:antialiased}h1,h2,h3{font-family:Fraunces,Georgia,Times New Roman,serif;font-weight:600;letter-spacing:-.01em;line-height:1.1;margin:0 0 .5em}p{line-height:1.7;color:var(--color-muted)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.8rem 1.6rem;border-radius:2px;font-weight:600;font-size:.82rem;text-transform:uppercase;letter-spacing:.08em;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease;white-space:nowrap}.btn--primary{background:var(--color-accent);color:#fff;box-shadow:0 10px 24px #0f0f102e}.btn--primary:hover{background:var(--color-accent-dark);transform:translateY(-1px);box-shadow:0 14px 30px #0f0f103d}.btn--ghost{background:transparent;border:1px solid rgba(23,23,26,.25);color:var(--color-ink)}.btn--ghost:hover{border-color:var(--color-gold);color:var(--color-accent-dark)}.btn--lg{padding:.95rem 1.9rem;font-size:1.05rem}.site-header{position:sticky;top:0;z-index:50;background:#fbf8f2eb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(201,161,90,.25)}.site-header__inner{max-width:var(--max-width);margin:0 auto;padding:1.1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.site-header__brand{display:flex;align-items:center;gap:.7rem;font-family:Fraunces,serif;font-weight:600;font-size:1.25rem;letter-spacing:-.01em}.site-header__logo{height:40px;width:40px;border-radius:10px;object-fit:cover}.site-header__logo-placeholder{height:40px;width:40px;border-radius:10px;background:var(--color-accent)}.site-header__nav{display:flex;gap:2rem;font-weight:500;font-size:.85rem;text-transform:uppercase;letter-spacing:.07em}.site-header__nav a{position:relative;padding-bottom:.2rem}.site-header__nav a:after{content:"";position:absolute;left:0;right:100%;bottom:0;height:1px;background:var(--color-gold);transition:right .25s ease}.site-header__nav a:hover{color:var(--color-accent-dark)}.site-header__nav a:hover:after{right:0}.site-header__actions{display:flex;align-items:center;gap:1.25rem}.site-header__phone{font-weight:600;display:none}@media (min-width: 720px){.site-header__phone{display:inline}}.hero{position:relative;min-height:88vh;display:flex;align-items:center;overflow:hidden;color:#fff}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#1a1a1c,#3a1712) center/cover;background-size:cover;background-position:center}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0a0a0ba6,#0a0a0be6)}.hero__content{position:relative;max-width:var(--max-width);margin:0 auto;padding:4rem 1.5rem;max-width:720px}.hero__eyebrow{display:flex;align-items:center;gap:.75rem;text-transform:uppercase;letter-spacing:.18em;font-weight:600;color:var(--color-gold);font-size:.8rem;margin-bottom:1.4rem}.hero__eyebrow:before{content:"";display:inline-block;width:2.5rem;height:1px;background:var(--color-gold)}.hero__title{font-size:clamp(2.75rem,6vw,4.5rem);font-weight:600;margin-bottom:.45em}.hero__subtitle{font-family:Fraunces,serif;font-style:italic;font-weight:400;color:#ffffffd1;font-size:1.25rem;max-width:540px;margin-bottom:2.25rem}.hero__actions{display:flex;gap:1rem;flex-wrap:wrap}.hero .btn--ghost{border-color:#ffffff80;color:#fff}.hero .btn--ghost:hover{border-color:#fff}.section{max-width:var(--max-width);margin:0 auto;padding:5rem 1.5rem}.section__header{text-align:center;max-width:620px;margin:0 auto 3rem}.section__header:before{content:"";display:block;width:3rem;height:2px;background:var(--color-gold);margin:0 auto 1.25rem}.section__header h2{font-size:2.4rem}.section__status{text-align:center;color:var(--color-muted)}.section__status--error{color:var(--color-accent-dark)}.section__cta{text-align:center;margin-top:2.5rem}.menu-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.75rem}.menu-card{background:#fff;border-radius:var(--radius);overflow:hidden;border:1px solid rgba(23,23,26,.06);box-shadow:0 12px 30px #17171a0d;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.menu-card:hover{transform:translateY(-4px);border-color:#c9a15a66;box-shadow:0 20px 40px #17171a1a}.menu-card__image{height:180px;background-size:cover;background-position:center;background-color:#eee}.menu-card__body{padding:1.25rem 1.4rem 1.5rem}.menu-card__row{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem}.menu-card__row h3{font-size:1.15rem;font-family:Fraunces,serif;font-weight:600}.menu-card__price{font-family:Fraunces,serif;font-weight:600;color:var(--color-accent-dark);white-space:nowrap}.menu-card__body p{margin-top:.4rem;font-size:.92rem}.about{background:#fff}.about__grid{display:grid;grid-template-columns:2fr 1fr;gap:3rem}.about__text h2{font-size:2.1rem}.about__mission{background:var(--color-bg);color:#fff;border-radius:var(--radius);border-top:2px solid var(--color-gold);padding:2.25rem 2rem;align-self:start}.about__mission h3{color:var(--color-gold);font-size:1.1rem;text-transform:uppercase;letter-spacing:.06em}.about__mission p{color:#fffc}@media (max-width: 800px){.about__grid{grid-template-columns:1fr}}.catering{background:var(--color-bg);color:#ffffffd9}.catering__grid{display:flex;justify-content:center}.catering__text{max-width:640px;text-align:center}.catering__eyebrow{justify-content:center}.catering__text h2{color:#fff;font-size:2.2rem}.catering__text p{color:#ffffffb3}.catering__points{list-style:none;margin:1.75rem 0 2.25rem;padding:0;display:inline-flex;flex-direction:column;gap:.65rem;text-align:left}.catering__points li{position:relative;padding-left:1.4rem;color:#ffffffd9;font-weight:500}.catering__points li:before{content:"";position:absolute;left:0;top:.5em;width:8px;height:8px;border-radius:50%;background:var(--color-gold)}.catering__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.hours__status{display:inline-block;margin-top:.5rem;padding:.35rem .9rem;border-radius:999px;font-weight:600;font-size:.9rem}.hours__status--open{background:#2ea0431f;color:#1e7a34}.hours__status--closed{background:#e0472b1f;color:var(--color-accent-dark)}.hours-list{list-style:none;margin:0 auto;padding:0;max-width:520px;border-top:1px solid rgba(201,161,90,.3)}.hours-list__row{display:flex;justify-content:space-between;padding:.85rem .25rem;border-bottom:1px solid rgba(23,23,26,.08)}.hours-list__day{font-weight:600}.hours-list__time{color:var(--color-muted);text-align:right}.site-footer{background:var(--color-bg);color:#ffffffbf;padding:3.5rem 1.5rem 2rem}.site-footer__inner{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;padding-bottom:2.5rem;border-bottom:1px solid rgba(255,255,255,.12)}.site-footer__col h3{color:var(--color-gold);font-size:.9rem;font-family:inherit;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.9rem}.site-footer__col p{color:#ffffffa6;margin:.3rem 0}.site-footer__socials{display:flex;flex-direction:column;gap:.5rem}.site-footer__bottom{max-width:var(--max-width);margin:0 auto;padding-top:1.5rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;font-size:.85rem}.site-footer__attribution img{height:28px}
