:root{--black:#100d0b;--charcoal:#1b1714;--cream:#f8efe3;--copper:#b56b3c;--wine:#4a1d16;--muted:#b7a99b;--ease:cubic-bezier(.22,1,.36,1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,sans-serif;color:var(--cream);background:var(--black);line-height:1.65}img{display:block;max-width:100%;height:auto}a{text-decoration:none;color:inherit}.em-header{position:fixed;inset:0 0 auto;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:22px 5vw;background:linear-gradient(180deg,rgba(16,13,11,.76),transparent)}.em-brand{font-family:Georgia,serif;font-size:1.8rem;color:var(--cream)}nav{display:flex;gap:20px}nav a{color:rgba(248,239,227,.78);font-weight:800}.em-header button{display:none}.em-hero{min-height:100vh;display:grid;align-items:end;padding:130px 5vw 90px;background:linear-gradient(90deg,rgba(16,13,11,.94),rgba(16,13,11,.25)),url("../../assets/images/ember-restaurant.jpg") center/cover}.em-hero div{max-width:820px}.em-hero p,.em-kicker{color:var(--copper);font-size:.78rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.em-hero h1,.em-section h2{font-family:Georgia,serif;font-size:clamp(2.5rem,6vw,6rem);line-height:1.05;margin:.1em 0 .5em}.em-btn{display:inline-flex;justify-content:center;align-items:center;padding:12px 18px;border:0;border-radius:999px;background:var(--copper);color:#fff;font-weight:900}.em-section{width:min(1120px,90%);margin:auto;padding:84px 0}.em-story,.em-reserve{display:grid;grid-template-columns:1fr .9fr;gap:44px}.em-cards,.em-menu-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.em-menu-grid{grid-template-columns:repeat(5,1fr)}article{padding:22px;border:1px solid rgba(248,239,227,.12);border-radius:20px;background:rgba(255,255,255,.045)}article p{color:var(--muted)}article span{display:inline-block;margin-left:4px;padding:3px 7px;border-radius:999px;background:rgba(181,107,60,.2);color:var(--cream);font-size:.75rem}.em-gallery{display:grid;grid-template-columns:1.4fr .8fr .8fr;gap:12px;padding:0 5vw 80px}.em-gallery img{height:390px;width:100%;object-fit:cover;border-radius:22px}.em-reviews{text-align:center}.em-reviews blockquote{font-family:Georgia,serif;font-size:clamp(2rem,4vw,4rem);line-height:1.1}.em-reserve form{padding:24px;border-radius:22px;background:var(--cream);color:var(--black);display:grid;gap:12px}label{display:grid;gap:6px;font-weight:800}input,textarea{padding:12px;border:1px solid rgba(16,13,11,.14);border-radius:12px;font:inherit}footer{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;padding:34px 5vw;background:#080604}footer a,footer button{color:var(--cream)}footer button{padding:0;border:0;background:transparent;font:inherit;font-weight:800;text-decoration:underline;cursor:pointer}
@media(max-width:860px){nav{position:fixed;top:74px;left:16px;right:16px;display:grid;padding:18px;border-radius:18px;background:rgba(16,13,11,.96);opacity:0;pointer-events:none}nav.open{opacity:1;pointer-events:auto}.em-header button{display:block;width:44px;height:44px;border:1px solid rgba(255,255,255,.2);border-radius:50%;background:transparent;color:#fff}.em-header button span{display:block;width:18px;height:2px;margin:5px auto;background:currentColor}.em-story,.em-reserve,.em-cards,.em-menu-grid,.em-gallery{grid-template-columns:1fr}.em-gallery img{height:260px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{transition-duration:.001ms!important;scroll-behavior:auto!important}}
