:root{--cream:#faf6f0;--cream-dark:#f0e8dc;--terracotta:#8b3a2a;--terracotta-light:#c45c3e;--olive:#4a5d3f;--olive-soft:#6b7f5e;--charcoal:#2c2420;--muted:#6b635c;--white:#fff;--shadow:0 12px 40px #2c24201f;--shadow-lg:0 24px 64px #2c24202e;--radius:.75rem;--radius-lg:1.25rem;--font-display:"Cormorant Garamond", Georgia, serif;--font-body:"Outfit", system-ui, sans-serif;--header-h:4.5rem;font-family:var(--font-body);color:var(--charcoal);background:var(--cream);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;scroll-behavior:smooth;line-height:1.6}*,:before,:after{box-sizing:border-box}body{min-height:100dvh;margin:0}#root{min-height:100dvh}img,iframe{max-width:100%;display:block}a{color:inherit;text-decoration:none}h1,h2,h3{font-family:var(--font-display);margin:0;font-weight:600;line-height:1.15}p{margin:0}ul{margin:0;padding:0;list-style:none}address{font-style:normal}.container{width:min(100% - 2.5rem,72rem);margin-inline:auto}.btn{font-family:var(--font-body);letter-spacing:.02em;cursor:pointer;border:2px solid #0000;border-radius:999px;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:500;transition:transform .2s,background .2s,border-color .2s,color .2s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn--primary{background:var(--terracotta);color:var(--white);border-color:var(--terracotta)}.btn--primary:hover{background:var(--terracotta-light);border-color:var(--terracotta-light)}.btn--ghost{color:var(--white);background:0 0;border-color:#ffffff8c}.btn--ghost:hover{border-color:var(--white);background:#ffffff1a}.btn--light{background:var(--white);color:var(--terracotta);border-color:var(--white);flex-shrink:0}.btn--light:hover{background:var(--cream)}.header{z-index:100;height:var(--header-h);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#faf6f0eb;border-bottom:1px solid #2c242014;position:fixed;inset:0 0 auto}.header__inner{justify-content:space-between;align-items:center;gap:1.5rem;height:100%;display:flex}.logo{align-items:center;gap:.75rem;display:flex}.logo__mark{width:2.5rem;height:2.5rem;font-family:var(--font-display);color:var(--white);background:var(--terracotta);border-radius:.5rem;place-items:center;font-size:1rem;font-weight:700;display:grid}.logo__text{font-family:var(--font-display);flex-direction:column;font-size:1.25rem;font-weight:600;line-height:1.1;display:flex}.logo__text small{font-family:var(--font-body);letter-spacing:.12em;text-transform:uppercase;color:var(--muted);font-size:.6875rem;font-weight:400}.nav{gap:2rem;display:none}.nav a{color:var(--muted);font-size:.9375rem;font-weight:500;transition:color .2s}.nav a:hover{color:var(--terracotta)}.header__cta{padding:.55rem 1.15rem;font-size:.875rem}.hero{min-height:100dvh;padding:calc(var(--header-h) + 3rem) 0 4rem;color:var(--white);background:linear-gradient(135deg,#2c2420b8,#4a5d3fa6),url(https://images.unsplash.com/photo-1414235077428-338989a2e8c0?auto=format&fit=crop&w=1600&q=80) 50%/cover no-repeat;align-items:center;display:flex;position:relative}.hero__overlay{pointer-events:none;background:radial-gradient(circle at 20% 80%,#c45c3e40,#0000 50%);position:absolute;inset:0}.hero__content{max-width:40rem;position:relative}.hero__eyebrow{letter-spacing:.18em;text-transform:uppercase;opacity:.9;margin-bottom:1rem;font-size:.8125rem;font-weight:500}.hero h1{letter-spacing:-.02em;margin-bottom:1.25rem;font-size:clamp(3.5rem,12vw,6.5rem);font-weight:700}.hero__lead{opacity:.95;max-width:34rem;font-size:clamp(1.0625rem,2.5vw,1.25rem);font-weight:300;line-height:1.7}.hero__actions{flex-wrap:wrap;gap:1rem;margin-top:2.25rem;display:flex}.section{padding:clamp(4rem,10vw,6.5rem) 0}.section__eyebrow{letter-spacing:.16em;text-transform:uppercase;color:var(--terracotta);margin-bottom:.75rem;font-size:.8125rem;font-weight:600}.section__header{max-width:36rem;margin-bottom:3rem}.section__header h2,.about__text h2,.contact h2{margin-bottom:1rem;font-size:clamp(2rem,5vw,3rem)}.section__desc{color:var(--muted);font-size:1.0625rem}.about{background:var(--white)}.about__grid{align-items:center;gap:3rem;display:grid}.about__text p+p{color:var(--muted);margin-top:1rem}.about__features{gap:.75rem;margin-top:2rem;display:grid}.about__features li{padding-left:1.5rem;font-weight:500;position:relative}.about__features li:before{content:"";background:var(--olive);border-radius:50%;width:.5rem;height:.5rem;position:absolute;top:.55em;left:0}.about__visual{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.about__plate{aspect-ratio:1;background:linear-gradient(145deg, var(--cream-dark), var(--cream));width:min(100%,18rem);box-shadow:var(--shadow-lg);border:1px solid #2c242014;border-radius:50%;place-items:center;display:grid}.about__plate-icon{background:var(--terracotta);width:5rem;height:5rem;box-shadow:inset 0 -.5rem 0 var(--terracotta-light), 0 .5rem 0 #2c242026;border-radius:.35rem .35rem .15rem .15rem;display:block;transform:rotate(-8deg)}.about__quote{font-family:var(--font-display);text-align:center;color:var(--olive);background:var(--cream);border-left:3px solid var(--terracotta);border-radius:var(--radius);margin:0;padding:1.25rem 1.75rem;font-size:1.375rem;font-style:italic}.menu{background:var(--cream)}.menu__grid{gap:1.25rem;display:grid}.menu__item{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow);border:1px solid #2c24200f;padding:1.5rem 1.75rem;transition:transform .2s,box-shadow .2s}.menu__item:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.menu__item-head{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.5rem;display:flex}.menu__item h3{color:var(--charcoal);font-size:1.375rem}.menu__price{color:var(--terracotta);flex-shrink:0;font-weight:600}.menu__item p{color:var(--muted);font-size:.9375rem}.banner{padding:0}.banner__inner{background:linear-gradient(120deg, var(--terracotta), var(--olive));border-radius:var(--radius-lg);color:var(--white);flex-direction:column;align-items:flex-start;gap:1.75rem;padding:clamp(2.5rem,6vw,3.5rem);display:flex}.banner__inner h2{margin:.5rem 0;font-size:clamp(1.75rem,4vw,2.5rem)}.banner__inner p{opacity:.92}.contact{background:var(--white)}.contact__grid{gap:2.5rem;display:grid}.contact__address p{color:var(--muted);margin-top:1rem;line-height:1.8}.contact__address strong{color:var(--charcoal);font-size:1.125rem}.contact__list{gap:1rem;margin-top:2rem;display:grid}.contact__list li{gap:.15rem;display:grid}.contact__list span{letter-spacing:.1em;text-transform:uppercase;color:var(--muted);font-size:.75rem;font-weight:600}.contact__list a{color:var(--terracotta);font-size:1.0625rem;font-weight:500;transition:color .2s}.contact__list a:hover{color:var(--terracotta-light)}.contact__hours h3{margin-bottom:1.25rem;font-size:1.5rem}.schedule{gap:.85rem;display:grid}.schedule__row{border-bottom:1px solid #2c242014;gap:.2rem;padding-bottom:.85rem;display:grid}.schedule__row:last-child{border-bottom:none;padding-bottom:0}.schedule__row dt{font-size:.9375rem;font-weight:600}.schedule__row dd{color:var(--muted);margin:0;font-size:.9375rem}.contact__map iframe{border-radius:var(--radius-lg);width:100%;height:100%;min-height:16rem;box-shadow:var(--shadow);border:0}.footer{background:var(--charcoal);color:#ffffffbf;padding:2rem 0}.footer__inner{text-align:center;flex-direction:column;align-items:center;gap:.35rem;font-size:.875rem;display:flex}.footer__tagline{font-family:var(--font-display);color:#ffffff80;font-size:1rem;font-style:italic}@media (width>=640px){.nav{display:flex}.menu__grid{grid-template-columns:repeat(2,1fr)}.banner__inner{flex-direction:row;justify-content:space-between;align-items:center}}@media (width>=900px){.about__grid{grid-template-columns:1.1fr .9fr;gap:4rem}.contact__grid{grid-template-columns:1fr 1fr}.contact__map{grid-column:1/-1}.contact__map iframe{min-height:22rem}}@media (width<=639px){.header__cta{display:none}}
