/* Restaurant-page styles are scoped. They do not change directory, homepage, event or hours palettes. */
.aec-rp{--aec-rp-accent:#f4ff00;--aec-rp-accent-text:#0a0a0a;--aec-rp-hero-bg:#0a0a0a;--aec-rp-hero-text:#fff;--aec-rp-body-bg:#f5f3ef;--aec-rp-body-text:#0a0a0a;--aec-rp-radius:20px;width:100%;max-width:100%;min-width:0; font:400 16px/1.6 var(--aec-font-primary,"Space Grotesk",Arial,sans-serif);color:var(--aec-rp-body-text);background:var(--aec-rp-body-bg)}
.aec-rp *,.aec-rp *::before,.aec-rp *::after{box-sizing:border-box}
.aec-rp [hidden]{display:none!important}
.aec-rp section{margin:0;padding:0;max-width:100%;width:100%;min-width:0;position:relative}
.aec-rp .aec-rp__inner{width:100%;max-width:1440px;margin:0 auto;padding:clamp(40px,5vw,76px) clamp(18px,4vw,56px);min-width:0}
.aec-rp h1,.aec-rp h2,.aec-rp h3{font-family:var(--aec-font-primary,"Space Grotesk",Arial,sans-serif);font-weight:800;color:inherit;letter-spacing:-.045em;text-transform:none;margin:0;overflow-wrap:break-word}
.aec-rp h1{font-size:clamp(44px,6.2vw,88px);line-height:.96;max-width:10ch}
.aec-rp h2{font-size:clamp(30px,3.5vw,48px);line-height:1.04;max-width:21ch}
.aec-rp h3{font-size:clamp(22px,2vw,29px);line-height:1.1}
.aec-rp p{margin:0 0 16px;font:inherit;color:inherit;overflow-wrap:anywhere}
.aec-rp p:last-child{margin-bottom:0}
.aec-rp a{text-decoration:none;color:inherit}
.aec-rp a:focus-visible,.aec-rp button:focus-visible{outline:3px solid var(--aec-rp-accent);outline-offset:5px}
.aec-rp .aec-rp__button:focus-visible{outline-color:currentColor}
.aec-rp .aec-rp__hero,.aec-rp .aec-rp__menu,.aec-rp .aec-rp__related{background:var(--aec-rp-hero-bg);color:var(--aec-rp-hero-text)}
.aec-rp .aec-rp__crumb{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 32px;font-size:13px;line-height:1.4}
.aec-rp .aec-rp__crumb a{text-decoration:underline;text-underline-offset:4px}
.aec-rp .aec-rp__crumb>span{opacity:.65}
.aec-rp .aec-rp__hero-layout{display:flex;align-items:center;gap:clamp(28px,4vw,60px);min-width:0}
.aec-rp .aec-rp__hero-copy{flex:1 1 0%;width:0;min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:19px}
.aec-rp .aec-rp__hero-copy>p{margin:0}
.aec-rp .aec-rp__logo{display:block;width:72px;height:72px;object-fit:contain;margin:0 0 2px}
.aec-rp .aec-rp__eyebrow{font:700 12px/1.4 var(--aec-font-accent,"Another Typewriter","Courier New",monospace);letter-spacing:.10em;text-transform:uppercase;margin:0 0 14px}
.aec-rp .aec-rp__hero .aec-rp__eyebrow,.aec-rp .aec-rp__menu .aec-rp__eyebrow,.aec-rp .aec-rp__related .aec-rp__eyebrow{color:var(--aec-rp-accent)}
.aec-rp .aec-rp__cuisine{font-size:13px;line-height:1.6;font-weight:700;letter-spacing:.08em;text-transform:uppercase;max-width:100%}
.aec-rp .aec-rp__intro{max-width:52ch;font-size:17px;line-height:1.6;opacity:.82}
.aec-rp .aec-rp__locationline{font-size:12px;line-height:1.5;opacity:.68;letter-spacing:.015em}
.aec-rp .aec-rp__hero-media{flex:1.15 1 0%;width:0;min-width:0;position:relative;margin:0;aspect-ratio:4/3;overflow:hidden;border-radius:var(--aec-rp-radius);background:#191919}
.aec-rp .aec-rp__hero-photo,.aec-rp .aec-rp__video{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:cover}
.aec-rp .aec-rp__video{opacity:0;pointer-events:none}
.aec-rp .aec-rp__video.is-playing{opacity:1}
.aec-rp video::-webkit-media-controls{display:none!important}
.aec-rp .aec-rp__motion{position:absolute;z-index:2;right:14px;bottom:14px;min-height:44px;padding:10px 16px;border:1px solid #888;border-radius:99px;background:#101010;color:#fff;font:700 12px/1.2 var(--aec-font-primary,Arial,sans-serif);cursor:pointer}
.aec-rp .aec-rp__actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px;max-width:100%;min-width:0}
.aec-rp .aec-rp__button{display:inline-flex;justify-content:center;align-items:center;gap:7px;min-height:50px;max-width:100%;padding:14px 20px;border:1px solid currentColor;border-radius:999px;background:transparent;color:inherit;font:700 13px/1.25 var(--aec-font-primary,"Space Grotesk",Arial,sans-serif);letter-spacing:.02em;text-align:center;text-decoration:none;white-space:normal;box-shadow:none;transition:background-color .18s,transform .18s}
.aec-rp .aec-rp__button.is-primary{background:var(--aec-rp-accent);border-color:var(--aec-rp-accent);color:var(--aec-rp-accent-text)}
.aec-rp .aec-rp__split{display:flex;align-items:flex-start;gap:clamp(24px,5vw,76px)}
.aec-rp .aec-rp__split>div{flex:1 1 0%;width:0;min-width:0}
.aec-rp .aec-rp__prose{max-width:65ch;font-size:17px}
.aec-rp .aec-rp__section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:26px;min-width:0}
.aec-rp .aec-rp__section-heading>div{min-width:0}
.aec-rp .aec-rp__menu{scroll-margin-top:110px}
.aec-rp .aec-rp__menu-intro{max-width:70ch;opacity:.8;margin:0 0 32px}
.aec-rp .aec-rp__highlights{display:flex;flex-wrap:wrap;gap:24px}
.aec-rp .aec-rp__highlight{flex:1 1 calc((100% - 48px)/3);min-width:0;border-top:1px solid currentColor;padding-top:22px;display:flex;flex-direction:column;align-items:flex-start;gap:12px}
.aec-rp .aec-rp__highlight>img{width:100%;aspect-ratio:4/3;height:auto;object-fit:cover;display:block;border-radius:var(--aec-rp-radius);margin-bottom:5px}
.aec-rp .aec-rp__highlight>p{margin:0;opacity:.8}
.aec-rp .aec-rp__highlight .aec-rp__index{font:700 12px/1.4 var(--aec-font-accent,"Courier New",monospace);color:var(--aec-rp-accent);opacity:1;letter-spacing:.1em}
.aec-rp .aec-rp__note{font-size:13px;line-height:1.5;opacity:.72;margin:24px 0 0}
.aec-rp .aec-rp__gallery{display:flex;gap:24px;flex-wrap:wrap}
.aec-rp .aec-rp__gallery>figure{margin:0;flex:1 1 calc(50% - 12px);min-width:0}
.aec-rp .aec-rp__gallery img{display:block;width:100%;height:auto;aspect-ratio:16/10;object-fit:cover;border-radius:var(--aec-rp-radius)}
.aec-rp .aec-rp__gallery figcaption{padding-top:12px;font-size:13px}
.aec-rp .aec-rp__visit{background:#ffffff;color:#0a0a0a;border-top:1px solid rgba(10,10,10,.12)}
.aec-rp .aec-rp__visit h2{margin-bottom:22px}
.aec-rp .aec-rp__phone{display:inline-block;font-size:clamp(24px,3vw,34px);font-weight:700;margin-bottom:20px;line-height:1.3;letter-spacing:-.03em;overflow-wrap:anywhere}
.aec-rp .aec-rp__contact{display:flex;flex-direction:column;align-items:flex-start;gap:10px}
.aec-rp .aec-rp__hours{width:100%;min-width:0;margin-top:12px}
.aec-rp .aec-rp__hours .aec-hours-card{width:100%;min-width:0}
.aec-rp .aec-rp__hours .aec-hours-card__header{flex-wrap:wrap;gap:12px}
.aec-rp .aec-rp__hours .aec-hours-card h3{font-size:22px}
.aec-rp .aec-rp__text-link{font-size:14px;text-decoration:underline;text-underline-offset:5px}
.aec-rp .aec-rp__related-grid{display:flex;flex-wrap:wrap;gap:22px;min-width:0}
.aec-rp .aec-rp__related-card{flex:1 1 0%;width:0;min-width:0;border-top:1px solid currentColor;padding:22px 0;display:flex;flex-direction:column;gap:14px}
.aec-rp .aec-rp__related-card>span:first-child{font-size:11px;line-height:1.5;letter-spacing:.075em;text-transform:uppercase;opacity:.7}
.aec-rp .aec-rp__explore{font-size:13px;color:var(--aec-rp-accent);font-weight:700}
.aec-rp .aec-rp__sr{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(hover:hover) and (pointer:fine){.aec-rp .aec-rp__button:hover{transform:translateY(-2px)}.aec-rp .aec-rp__related-card:hover h3{text-decoration:underline;text-underline-offset:5px}}
@media(max-width:1000px){.aec-rp .aec-rp__hero-layout{flex-direction:column;align-items:stretch}.aec-rp .aec-rp__hero-copy,.aec-rp .aec-rp__hero-media{width:100%;flex:0 0 auto}.aec-rp h1{max-width:100%}.aec-rp .aec-rp__hero-media{aspect-ratio:16/10}.aec-rp .aec-rp__hero-copy{gap:16px}.aec-rp .aec-rp__logo{width:60px;height:60px}}
@media(max-width:760px){.aec-rp .aec-rp__inner{padding:40px 20px}.aec-rp .aec-rp__split,.aec-rp .aec-rp__section-heading{flex-direction:column;align-items:stretch;gap:24px}.aec-rp .aec-rp__split>div{width:100%;flex:0 0 auto}.aec-rp .aec-rp__highlight{flex:0 0 100%;width:100%}.aec-rp .aec-rp__related-card{flex:0 0 100%;width:100%}.aec-rp .aec-rp__gallery>figure{flex:0 0 100%;width:100%}.aec-rp h1{font-size:clamp(40px,10vw,65px)}.aec-rp .aec-rp__intro,.aec-rp .aec-rp__prose{font-size:16px}.aec-rp .aec-rp__crumb{margin-bottom:25px}.aec-rp .aec-rp__related-grid{gap:6px}}
@media(max-width:400px){.aec-rp .aec-rp__inner{padding:34px 16px}.aec-rp .aec-rp__hero-copy>.aec-rp__actions{width:100%}.aec-rp .aec-rp__hero-copy>.aec-rp__actions>.aec-rp__button{width:100%}.aec-rp .aec-rp__button{padding:12px 16px;font-size:12px}.aec-rp .aec-rp__logo{width:52px;height:52px}}
@media(prefers-reduced-motion:reduce){.aec-rp *{scroll-behavior:auto!important;transition:none!important}}

@media(min-width:761px){.aec-rp .aec-rp__gallery>figure:only-child img{aspect-ratio:2/1;max-height:600px}}

/* Inline PDF menu: native browser reader. No external document service or executable embeds. */
.aec-rp .aec-rp__pdf{width:100%;max-width:100%;min-width:0;margin:0 0 32px;border:1px solid currentColor;border-radius:var(--aec-rp-radius);overflow:hidden}
.aec-rp .aec-rp__pdf-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;padding:14px 18px;min-width:0;background:var(--aec-rp-hero-bg);color:var(--aec-rp-hero-text)}
.aec-rp .aec-rp__pdf-label{flex:1 1 150px;min-width:0;margin:0;font-size:14px;font-weight:700;line-height:1.4}
.aec-rp .aec-rp__pdf-toolbar .aec-rp__button{flex:0 0 auto;min-height:44px;padding:10px 16px}
.aec-rp .aec-rp__pdf-document{display:block;width:100%;max-width:100%;height:680px;height:clamp(460px,75vh,800px);border:0;background:#fff;color:#0a0a0a}
.aec-rp .aec-rp__pdf-fallback{padding:24px;display:flex;flex-direction:column;gap:16px;align-items:flex-start;min-width:0}
.aec-rp .aec-rp__pdf-help{margin:0;padding:12px 18px;font-size:12px;line-height:1.5;background:var(--aec-rp-hero-bg);color:var(--aec-rp-hero-text)}
@media(max-width:760px){.aec-rp .aec-rp__pdf-document{height:520px;height:clamp(380px,65vh,600px)}.aec-rp .aec-rp__pdf-toolbar{padding:12px}.aec-rp .aec-rp__pdf-help{padding:12px}}
.aec-rp .aec-rp__pdf>.aec-rp__pdf-fallback{background:#fff;color:#0a0a0a}
