:root{color-scheme:dark;--bg:#000000;--text:#f5f3ef;--muted:#aaa8a4;--line:#41413e;--pad:clamp(22px,5vw,88px)}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:28px}body{margin:0;background:var(--bg);color:var(--text);font-family:"Afacad",sans-serif;font-optical-sizing:auto;font-size:16px;line-height:1.5}a{color:inherit;text-decoration:none}a:hover{color:#cbb78c}button,a{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:2px solid #e6c68d;outline-offset:6px}button{font:inherit}::selection{background:#e6c68d;color:#000000}.skip{position:fixed;top:-80px;left:20px;background:white;color:black;padding:12px;z-index:9}.skip:focus{top:10px}.header{height:90px;padding:0 var(--pad);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);gap:24px}.wordmark{font-size:18px;letter-spacing:2px;font-weight:700;line-height:1.2}.wordmark span{display:block;font-size:10px;letter-spacing:1.6px;font-weight:400;margin-top:6px}nav{display:flex;gap:34px;font-size:14px}.header-ig{font-size:14px}.hero{padding:22px var(--pad) 0;min-height:calc(100svh - 90px);display:flex;flex-direction:column;justify-content:space-between}.hero-top,.eyebrow,.scroll-note{font-size:12px;letter-spacing:1.7px;line-height:1.4;font-weight:400}.hero-top{display:flex;justify-content:space-between;color:var(--muted)}.logo-stage{position:relative;width:100%;margin:22px auto 0;max-width:1320px}.hero-logo{display:block;width:100%;height:clamp(160px,30svh,370px)}.mobile-logo{display:none}.ink{stroke-dasharray:1;stroke-dashoffset:0}.animating .ink{animation:write .85s cubic-bezier(.4,0,.3,1) both;animation-delay:calc(var(--i)*.67s + .15s)}@keyframes write{from{stroke-dashoffset:1}to{stroke-dashoffset:0}}.replay{position:absolute;right:0;bottom:0;border:1px solid var(--line);color:var(--muted);background:none;border-radius:50%;width:34px;height:34px;cursor:pointer}.replay:hover{color:white;border-color:white}.hero-caption{display:flex;justify-content:center;align-items:center;gap:28px;font-size:16px;line-height:1.4;margin:5px 0 30px}.hero-caption>span:first-child{text-align:right}.mini-star{font-size:40px}.contact-band{display:grid;grid-template-columns:1.15fr 1fr 1.1fr;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:23px 0;gap:25px}.contact-band>*>.eyebrow{display:block;color:var(--muted);margin-bottom:11px}.address strong,.hours strong{display:block;font-size:clamp(21px,2vw,29px);font-weight:400;line-height:1.4}.address>span:last-child,.hours>span:last-child{font-size:14px;color:var(--muted)}.hours strong span{white-space:nowrap}.contact a{display:block;width:fit-content;font-size:16px;line-height:1.65}.scroll-note{display:flex;justify-content:space-between;padding:20px 0;color:var(--muted);font-size:10px}.section{padding:110px var(--pad)}.section-heading{display:grid;grid-template-columns:1fr 1fr;align-items:end;gap:22px 80px;margin-bottom:52px}.section-heading>.eyebrow{grid-column:1/-1;color:var(--muted)}h1,h2,h3,p,figure{margin:0}h1,h2{font-size:clamp(48px,6vw,92px);font-weight:400;letter-spacing:-4px;line-height:1.02}em{font-family:"Afacad",sans-serif;font-weight:400}p{color:var(--muted);max-width:410px;line-height:1.7}.section-heading p{justify-self:end;padding-bottom:6px}.food-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px 28px;align-items:start}.food-grid img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .7s}.food-grid figure{overflow:hidden}.food-grid figure:hover img{transform:scale(1.025)}.food-main{margin-top:70px}.food-main img{height:520px}.food-side{padding-left:17%}.food-side img{height:620px}.food-small img{height:330px}.food-small:last-child{padding-left:17%}figcaption{padding-top:18px;display:flex;justify-content:space-between;gap:12px;font-size:11px;letter-spacing:1px}figcaption span+span{color:var(--muted);font-size:12px;letter-spacing:0}.ticker{overflow:hidden;border-block:1px solid var(--line);padding:20px 0;color:var(--text);font-size:clamp(32px,5vw,65px);letter-spacing:-1px;white-space:nowrap}.ticker span{display:block;width:max-content;animation:marquee 42s linear infinite}@keyframes marquee{to{transform:translateX(-35%)}}.menu-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.menu h3{font-family:"Afacad",sans-serif;font-size:27px;font-style:italic;font-weight:400}.menu-columns h3{display:flex;justify-content:space-between;padding-bottom:20px;border-bottom:1px solid var(--text)}h3 span{font:12px "Afacad",sans-serif;color:var(--muted);padding-top:12px}dl{margin:0}dl>div{display:flex;justify-content:space-between;gap:10px;padding:18px 0;border-bottom:1px solid var(--line)}dt{font-size:15px}dd{font-size:15px;white-space:nowrap;margin:0}small{font-size:12px;display:block;color:var(--muted);margin-top:3px}.menu-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:35px}.pill{padding:15px 24px;border:1px solid #b7b5b0;border-radius:40px;display:inline-flex;gap:40px;align-items:center;justify-content:space-between;font-size:14px;transition:background .2s,color .2s}.pill:hover{background:var(--text);color:var(--bg)}.deals{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line);margin-top:65px}.deals article{padding:36px;position:relative}.deals article+article{border-left:1px solid var(--line)}.deals .eyebrow{color:var(--muted)}.deals h3{font-size:36px;margin:12px 0}.deals p{max-width:340px;font-size:15px}.deals strong{display:block;font-size:25px;font-weight:400;margin-top:24px}.services{background:#000000}.service-layout{display:grid;grid-template-columns:1fr 1fr;gap:80px}.service-layout>img{width:100%;height:620px;object-fit:cover}.service-list article{display:flex;gap:24px;border-top:1px solid var(--line);padding:25px 0}.service-list article>span{font-size:12px;color:var(--muted);margin-top:9px}.service-list h3{font-size:25px;font-weight:400;margin-bottom:10px}.service-list p{font-size:15px}.service-list .pill{margin-top:20px}.closing{padding-top:95px;padding-bottom:75px}.closing h2{font-size:clamp(75px,12vw,180px);margin:30px 0 45px;display:flex;align-items:center;gap:25px}.closing h2>span{margin-left:auto;font-size:.7em}.closing>div{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:25px}footer{margin:0 var(--pad);padding:25px 0;border-top:1px solid var(--line);display:flex;justify-content:space-between;font-size:12px;color:var(--muted)}.js .reveal{opacity:0;transform:translateY(25px);transition:opacity .75s,transform .75s}.js .reveal.visible{opacity:1;transform:none}@media(min-width:1600px){.hero{max-height:1000px}}@media(max-width:1000px){nav{gap:18px}.contact-band{gap:18px}.contact a{font-size:14px}.hours strong{font-size:20px}.section-heading{gap:24px 40px}.food-side img{height:480px}.food-main img{height:400px}.food-small img{height:260px}.service-layout{gap:35px}.menu-columns{gap:22px}.menu h3{font-size:23px}dt,dd{font-size:14px}.hero-caption{margin-bottom:25px}}@media(max-width:650px){.header{height:66px}.header nav{display:none}.header-ig{font-size:12px}.wordmark{font-size:15px}.wordmark span{font-size:9px}.hero{min-height:calc(100svh - 66px);padding-top:17px}.hero-top{font-size:9px;letter-spacing:1.1px}.hero-top span:last-child{max-width:150px;text-align:right}.desktop-logo{display:none}.mobile-logo{display:block;height:clamp(150px,27svh,245px);width:100%}.logo-stage{margin:5px auto 0;max-width:400px}.replay{width:28px;height:28px;right:0;bottom:5px}.hero-caption{font-size:12px;gap:18px;margin:8px 0 20px}.mini-star{font-size:27px}.contact-band{grid-template-columns:1fr 1fr;gap:15px 8px;padding:17px 0}.contact-band>*>.eyebrow{font-size:9px;letter-spacing:1px;margin-bottom:6px}.address strong{font-size:20px}.address>span:last-child,.hours>span:last-child{font-size:11px}.hours strong{font-size:16px;line-height:1.75}.hours strong span{margin-left:3px}.contact{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:2px 10px}.contact .eyebrow{grid-column:1/-1}.contact a{font-size:13px;line-height:1.8}.contact a:nth-of-type(2){grid-column:1/-1;grid-row:3}.contact a:nth-of-type(3){grid-column:2;grid-row:2;justify-self:end}.scroll-note{padding:15px 0;font-size:8px;letter-spacing:1px}.section{padding:70px var(--pad)}.section-heading{display:block;margin-bottom:32px}.section-heading>.eyebrow{display:block;font-size:10px;margin-bottom:23px}h1,h2{font-size:53px;letter-spacing:-2.5px}.section-heading p{margin-top:25px;font-size:15px;max-width:360px}.food-grid{gap:30px 15px}.food-main{grid-column:1/-1;margin:0}.food-main img{height:340px}.food-side{padding:0}.food-side img{height:260px}.food-small img{height:260px}.food-small:last-child{grid-column:1/-1;padding:0}.food-small:last-child img{height:290px}figcaption{font-size:9px;padding-top:12px;letter-spacing:.6px}figcaption span+span{display:none}.ticker{padding:16px 0}.menu-columns{grid-template-columns:1fr;gap:34px}.menu h3{font-size:29px}dt,dd{font-size:15px}dl>div{padding:14px 0}.menu-bottom{align-items:flex-start;gap:17px;flex-direction:column}.pill{font-size:13px;gap:24px;width:100%}.deals{grid-template-columns:1fr;margin-top:38px}.deals article{padding:27px}.deals article+article{border-left:0;border-top:1px solid var(--line)}.deals h3{font-size:33px}.deals .eyebrow{font-size:10px}.service-layout{grid-template-columns:1fr;gap:32px}.service-layout>img{height:340px}.service-list h3{font-size:24px}.closing h2{font-size:70px;gap:12px;margin:24px 0 30px}.closing h2>span{font-size:40px}.closing .eyebrow{font-size:10px}.closing>div{font-size:13px}footer{flex-wrap:wrap;gap:14px;font-size:11px}footer>a{width:100%}}@media(max-width:370px){.hours strong{font-size:14px}.address strong{font-size:18px}.hero-caption{font-size:11px}.contact a{font-size:12px}}@media(max-height:700px) and (max-width:650px){.mobile-logo{height:150px}.hero-caption{margin-bottom:12px}.contact-band{padding:12px 0;gap:10px}.scroll-note{padding:10px 0}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.animating .ink,.ticker span{animation:none}.js .reveal{opacity:1;transform:none;transition:none}.food-grid img{transition:none}.replay{display:none}}

.logo-stage:not(.animating) .hero-logo image{mask:none}
@media(prefers-reduced-motion:reduce){.hero-logo image{mask:none}}

/* V2 — Afacad, full black surfaces and original brand assets. */
body,header,main,section,footer,.ticker{background-color:#000000}input,select,button{font-family:inherit}h1,h2{letter-spacing:-.035em}em{font-style:italic}body{font-size:18px}.header{gap:20px}.header-tools{display:flex;align-items:center;gap:24px}.language-label select{background:#000;color:#fff;border:1px solid var(--line);border-radius:0;padding:8px 26px 8px 12px;font-size:15px;cursor:pointer;max-width:130px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.wordmark{font-size:22px;letter-spacing:1.6px;flex-shrink:0}nav{font-size:17px;gap:25px}.eyebrow{font-size:14px}.hero-top{font-size:13px}.hero-caption{font-size:19px}.contact a{font-size:18px}.address>span:last-child,.hours>span:last-child{font-size:16px}.contact-band{padding:19px 0}.contact-band>*>.eyebrow{font-size:12px;margin-bottom:7px}.menu{position:relative;isolation:isolate;overflow:hidden}.brand-watermark{position:absolute;top:20%;left:-8%;width:116%;height:auto;opacity:.045;transform:rotate(-13deg);pointer-events:none;z-index:-1;will-change:transform}.caruggi-brand{display:flex;justify-content:flex-end;margin:-14px 0 30px}.caruggi-brand img{width:clamp(160px,22vw,280px);height:auto}.food-grid figure{overflow:visible}.photo-window{overflow:hidden;position:relative}.food-grid .photo-window img{transform:translate3d(0,var(--photo-y,0px),0) scale(var(--photo-scale,1.08));opacity:var(--photo-opacity,1);transition:none;will-change:transform,opacity}.food-grid figure:hover .photo-window img{transform:translate3d(0,var(--photo-y,0px),0) scale(var(--photo-scale,1.08))}.menu h3{font-size:31px}dt,dd{font-size:18px}.service-list h3{font-size:30px}.service-list p,.deals p{font-size:18px}.pill{font-size:17px}.closing h2{font-size:clamp(55px,8vw,120px);gap:40px}.closing h2>.closing-copy{font-size:1em;margin:0;max-width:900px}.closing h2>span[aria-hidden]{font-size:.7em;margin-left:auto;flex-shrink:0}.closing>div{font-size:18px}footer{display:block;font-size:15px}.footer-brands{display:flex;justify-content:space-between;align-items:center;padding:25px 0 45px;gap:35px}.footer-baerback{width:clamp(200px,32vw,420px);height:auto}.trotta-brand{display:flex;flex-direction:column;align-items:flex-end;gap:14px}.trotta-brand>span{font-size:13px}.trotta-brand img{width:120px;height:auto}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:22px}.food-grid figcaption{font-size:13px}.food-grid figcaption span+span{font-size:14px}
@media(max-width:1000px){nav{gap:15px;font-size:15px}.header-tools{gap:12px}.header-ig{display:none}.contact a{font-size:16px}.hours strong{font-size:21px}.address>span:last-child,.hours>span:last-child{font-size:14px}}
@media(max-width:650px){.header{height:66px;gap:10px}.wordmark{font-size:20px}.header-tools{gap:0}.language-label select{font-size:15px;padding:6px 18px 6px 9px;max-width:115px}.hero-top{font-size:10px}.hero-caption{font-size:14px;margin-bottom:15px}.contact-band{padding:12px 0;gap:10px 8px}.contact-band>*>.eyebrow{font-size:10px;margin-bottom:5px}.contact a{font-size:15px;line-height:1.55}.address strong{font-size:23px}.hours strong{font-size:18px}.address>span:last-child,.hours>span:last-child{font-size:12px}.hero-logo.mobile-logo{height:clamp(145px,24svh,225px)}.contact a:nth-of-type(2){font-size:15px}.section-heading p{font-size:18px}.caruggi-brand{justify-content:flex-start;margin:0 0 28px}.caruggi-brand img{width:190px}.brand-watermark{width:180%;left:-35%;top:34%;opacity:.055}.menu h3{font-size:31px}.pill{font-size:16px;gap:15px}.service-list p,.deals p{font-size:17px}.closing h2{font-size:52px;gap:15px}.closing h2>.closing-copy{max-width:80%}.closing h2>span[aria-hidden]{font-size:35px}.closing>div{font-size:16px;gap:12px}.footer-brands{gap:22px;padding:15px 0 30px}.footer-baerback{width:180px;max-width:100%}.trotta-brand img{width:88px}.trotta-brand>span{font-size:12px;white-space:nowrap}.footer-bottom{font-size:14px;gap:20px}.food-grid figcaption{font-size:11px}.scroll-note{font-size:9px}}
@media(max-width:370px){.contact a{font-size:13px}.contact a:nth-of-type(2){font-size:14px}.address strong{font-size:21px}.hours strong{font-size:16px}.hero-caption{font-size:13px}.footer-baerback{width:160px}}
@media(prefers-reduced-motion:reduce){.food-grid .photo-window img{transform:none;opacity:1;will-change:auto}.brand-watermark{transform:rotate(-13deg);will-change:auto}}
