/* PashaFood — the editorial layer: food poster, local story, interactive menu board. */
@font-face{font-family:'Barlow Condensed';font-style:normal;font-weight:800;font-display:swap;src:url('/assets/fonts/barlow-condensed-800.ttf') format('truetype')}
@font-face{font-family:Rakkas;font-style:normal;font-weight:400;font-display:swap;src:url('/assets/fonts/rakkas-400-latin.woff2') format('woff2')}
:root{--poster:'Barlow Condensed',sans-serif;--cream:#f5f0e6;--red:#b63323;--red-hover:#942619;--sand:#e8dfcf;--ink:#252722;--gutter:clamp(24px,4.4vw,72px)}
.pf-button{border-radius:100px;font-size:13px;gap:25px;min-height:56px;padding:12px 17px 12px 24px}
.pf-button>span{display:grid;place-items:center;border-radius:50%;width:32px;height:32px;background:var(--cream);color:var(--red)}
.pf-button-cream>span{background:var(--red);color:var(--cream)}
.pf-button .pf-arrow{transition:transform 180ms ease-out}
.pf-button:hover .pf-arrow{transform:rotate(-35deg)}
.site-header{background:var(--cream);border-color:var(--line)}
.brand-logo{margin-right:0}
.brand-locality{font-size:10px;font-weight:600;line-height:1.5;padding-left:25px;border-left:1px solid var(--line)}
.desktop-nav{margin-left:auto;gap:35px}
.desktop-nav a{font-size:12px}
.header-order{min-height:44px;padding:10px 20px;gap:22px;font-size:12px}
.header-inner{gap:28px}
.brand-logo img{width:156px;opacity:1}
/* The real pizza remains an external original photograph inside a traced SVG plate contour. */
.poster-hero{overflow:hidden}
.poster-stage{position:relative;padding-top:27px;padding-bottom:36px}
.poster-place{display:flex;justify-content:space-between;font-size:9px;font-weight:600;letter-spacing:.13em;color:var(--muted)}
.poster-heading{position:relative;z-index:2;font-family:var(--poster);font-weight:800;color:var(--red);text-align:left;letter-spacing:-.025em;margin-top:46px;max-width:none;pointer-events:none}
.poster-heading>span{display:block;width:max-content;max-width:100%}
.poster-first{font-size:clamp(70px,7.5vw,105px);line-height:.85}
.poster-name{font-size:clamp(210px,22.3vw,318px);line-height:.83;margin-top:11px;margin-left:-7px}
.poster-last{font-size:clamp(115px,13vw,184px);line-height:.84;margin-top:16px}
.pizza-composition{position:absolute;width:67%;right:-9.5%;top:76px;z-index:1;margin:0}
.pizza-original{display:block;width:100%;height:auto;overflow:visible;filter:drop-shadow(0 25px 22px #47341e25);transform:rotate(-9deg)}
.pizza-composition figcaption{display:flex;justify-content:center;gap:25px;font-size:10px;color:var(--muted);margin-top:-4px;margin-right:14%}
.pizza-composition figcaption span:first-child{font-weight:700;color:var(--ink)}
.poster-love{position:absolute;z-index:3;right:1%;top:50px;transform:rotate(8deg);font:400 29px/1.03 Rakkas,serif;color:var(--red);text-align:center}
.poster-bottom{position:relative;z-index:3;display:grid;grid-template-columns:.85fr 1fr .55fr;gap:30px;align-items:end;margin-top:44px}
.poster-description>p{font-size:14px;color:var(--ink);line-height:1.6}
.poster-description .opening-link{font-size:10px;margin-top:12px;gap:7px}
.poster-actions{display:flex;flex-direction:column;align-items:start;gap:4px}
.poster-actions .text-link{font-size:11px;margin-left:24px}
.poster-scroll{display:flex;align-items:center;justify-content:end;gap:13px;font-size:8px;font-weight:600;letter-spacing:.13em;padding-block:15px;color:var(--muted);align-self:end}
.poster-scroll>span{display:grid;place-items:center;width:39px;height:39px;border:1px solid var(--line);border-radius:50%;color:var(--red)}
.poster-scroll .pf-arrow{transform:rotate(90deg);width:16px;height:16px}
.editorial-ribbon{display:flex;align-items:center;justify-content:space-around;gap:28px;background:var(--red);color:var(--cream);padding:21px 40px;overflow:hidden}
.editorial-ribbon span{font:800 28px/1 var(--poster);letter-spacing:.02em;white-space:nowrap}
.editorial-ribbon i{display:block;width:7px;height:7px;background:var(--cream);transform:rotate(45deg);flex-shrink:0}
/* Generous editorial product stories, not four identical cards. */
.classics-section{padding-block:100px 110px}
.editorial-heading{display:flex;justify-content:space-between;align-items:end;gap:36px;margin-bottom:52px}
.editorial-heading h2{font:800 clamp(56px,6.2vw,88px)/.88 var(--poster);letter-spacing:-.015em}
.editorial-heading h2 span{color:var(--red)}
.editorial-heading p{font-size:13px;line-height:1.8;max-width:35ch}
.editorial-heading .text-link{font-size:12px;margin-top:14px;gap:15px}
.classics-section .favorites-grid{display:grid;grid-template-columns:1.22fr 1fr;gap:42px 52px;align-items:start}
.classics-section .favorite-card{position:relative}
.classics-section .favorite-card:first-child{grid-row:span 2}
.classics-section .favorite-image{border-radius:2px;aspect-ratio:1.94;background:var(--sand)}
.classics-section .favorite-image img{transition:transform 350ms cubic-bezier(.2,.75,.25,1);object-position:center}
.classics-section .favorite-image:hover img{transform:scale(1.045)}
.classics-section .favorite-card:first-child .favorite-image{aspect-ratio:.9}
.classics-section .favorite-card:first-child .favorite-image img{object-fit:cover;object-position:52% center}
.classics-section .favorite-card:nth-child(2) .favorite-image img{object-position:50% 53%;transform:scale(1.13)}
.classics-section .favorite-card:nth-child(3) .favorite-image img{object-position:50% 69%;transform:scale(1.35)}
.classics-section .favorite-card:nth-child(3) .favorite-image:hover img{transform:scale(1.4)}
.classics-section .favorite-card h3{font:800 clamp(27px,2.65vw,38px)/1 var(--poster);text-transform:uppercase;letter-spacing:-.01em;margin-top:19px;padding-right:90px}
.classics-section .favorite-card>p{font-size:11px;line-height:1.6;min-height:0;margin-top:9px;padding-right:30px}
.classics-section .favorite-bottom{margin:0;position:absolute;right:0;bottom:0;gap:18px}
.classics-section .favorite-bottom strong{font-size:12px;white-space:nowrap}
.classics-section .favorite-bottom small{font-size:8px}
.classics-section .round-order{border:0;border-radius:50%;background:var(--ink);color:var(--cream);width:42px;height:42px;min-height:44px}
.classics-section .round-order:hover{background:var(--red)}
.classics-section .favorite-card:first-child .favorite-bottom{position:relative;justify-content:space-between;margin-top:20px;border-top:1px solid var(--line);padding-top:14px}
.classics-section .favorite-card:first-child h3{font-size:46px}
.classics-section .favorite-card:first-child>p{font-size:13px}
.classics-section .favorite-card:nth-child(4){grid-column:1/-1;display:grid;grid-template-columns:1.22fr 1fr;gap:14px 52px;border-top:1px solid var(--line);padding-top:40px;margin-top:14px}
.classics-section .favorite-card:nth-child(4) .favorite-image{grid-column:1;grid-row:1/4;aspect-ratio:2.1}
.classics-section .favorite-card:nth-child(4) h3{grid-column:2;align-self:end;padding:0;margin:0;font-size:46px;max-width:12ch}
.classics-section .favorite-card:nth-child(4)>p{grid-column:2;align-self:start;padding:0;margin:0;font-size:13px}
.classics-section .favorite-card:nth-child(4) .favorite-bottom{grid-column:2;align-self:start;justify-content:space-between;position:static;margin-top:5px}
/* The people and the place get a distinct, quieter photographic chapter. */
.story-editorial{background:var(--ink);color:var(--cream);padding:93px 0 88px}
.story-layout{display:grid;grid-template-columns:1.05fr 1fr;gap:32px 82px;align-items:start;position:relative}
.story-layout>h2{grid-column:2;grid-row:1;font:800 clamp(68px,7vw,98px)/.9 var(--poster);color:var(--cream);letter-spacing:-.015em;margin-top:18px}
.story-layout>h2 span{color:#dd765b}
.story-building{grid-column:1;grid-row:1/4;position:relative;margin:0}
.story-building img{width:100%;height:630px;object-fit:cover;object-position:center 47%;filter:saturate(.78)}
.story-building figcaption{font-size:10px;color:#d6d0c4;margin-top:13px}
.story-editorial-copy{grid-column:2;grid-row:2}
.story-editorial-copy p{font-size:13px;color:#c6c4b9;line-height:1.85;max-width:48ch}
.story-editorial-copy .story-standfirst{font-size:21px;color:var(--cream);line-height:1.55;margin-bottom:21px;max-width:28ch}
.story-editorial-copy .text-link{color:var(--cream);font-size:11px;margin-top:22px}
.story-editorial-copy .text-link:focus-visible{outline-color:var(--cream)}
.story-team{grid-column:2;grid-row:3;width:75%;margin:20px 0 0 -40px;position:relative}
.story-team img{width:100%;height:210px;object-fit:cover;object-position:center 48%;filter:saturate(.78)}
.story-team figcaption{font-size:9px;color:#c6c4b9;margin-top:9px}
.story-signature{position:absolute;right:0;bottom:22px;font:400 29px/1 Rakkas,serif;color:#dd765b;transform:rotate(-8deg);text-align:center}
/* A useful menu board: hover/focus previews, direct links on every device. */
.category-editorial{padding-block:108px 70px}
.category-experience{display:grid;grid-template-columns:1.05fr 1fr;gap:80px;align-items:start}
.category-board{border-top:1px solid var(--line)}
.category-board-link{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:88px;border-bottom:1px solid var(--line);color:var(--ink);padding:8px 0}
.category-board-link>span{font:800 52px/.95 var(--poster);text-transform:uppercase;letter-spacing:-.01em;transition:transform 200ms ease-out}
.category-board-link>.pf-arrow{width:29px;height:29px;transform:rotate(-35deg);transition:transform 180ms ease-out,color 180ms}
.category-board-link:hover,.category-board-link:focus-visible,.category-board-link[data-preview-active]{color:var(--red)}
.category-board-link:hover>span,.category-board-link:focus-visible>span{transform:translateX(10px)}
.category-board-link:hover>.pf-arrow{transform:rotate(0deg)}
.category-spotlight{position:sticky;top:120px;overflow:hidden;background:var(--sand);aspect-ratio:.96;margin:0;isolation:isolate}
.category-spotlight>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 60%;transition:opacity 170ms;z-index:0}
.category-spotlight figcaption{position:absolute;z-index:1;bottom:0;left:0;right:0;padding:16px 20px;background:var(--cream);display:flex;justify-content:space-between;gap:16px;font-size:10px;border:1px solid var(--line)}
.category-spotlight figcaption>span:first-child{font-weight:700}
.category-type-preview{position:absolute;inset:0;background:var(--red);color:var(--cream);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px}
.category-type-preview>span{font-size:12px;letter-spacing:.12em}
.category-type-preview>strong{font:800 150px/1 var(--poster)}
.editorial-proof{display:flex;justify-content:space-between;align-items:center;gap:60px;padding:24px 0 90px}
.editorial-proof h2{font:600 25px/1.2 var(--display);letter-spacing:-.025em}
.editorial-proof p{font-size:12px;margin-top:13px}
.editorial-award{display:flex;align-items:center;gap:24px;flex-shrink:0}
.editorial-award>svg{width:49px;height:49px;color:var(--red)}
.editorial-award>span{display:flex;flex-direction:column;gap:6px}
.editorial-award small{font-size:10px;color:var(--muted)}
.editorial-award strong{font:600 20px/1.1 var(--display)}
.editorial-award>span>span{font-size:10px}
.editorial-award .pf-arrow{width:13px;height:13px;margin-left:9px}
/* Conversion and closing typography extend the poster language. */
.order-editorial{padding:30px 0 45px}
.order-editorial>.site-container{display:block}
.order-editorial h2{font:800 clamp(140px,22vw,310px)/.94 var(--poster);letter-spacing:-.015em;text-align:center;color:var(--cream)}
.order-editorial-details{border-top:1px solid #f5f0e660;padding-top:29px;margin-top:12px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.order-editorial-details p{font-size:16px;line-height:1.6;margin:0}
.order-editorial .order-call{display:block;text-align:right;margin-top:15px;font-size:10px}
.editorial-home .location-section{padding-block:100px;gap:100px}
.editorial-home .location-copy h2{font:800 74px/.92 var(--poster);letter-spacing:-.015em}
.editorial-home .location-copy h2 span{color:var(--red)}
.editorial-home .location-copy address{font-size:15px;margin-top:26px}
.editorial-home .location-phone{font-family:var(--poster);font-size:36px;font-weight:800}
.editorial-home .hours-panel{padding-top:8px}
.site-footer{padding-top:62px}
.footer-top{gap:48px}


.footer-bottom{margin-top:28px}
/* Keep the menu functional and give the secondary surfaces the same confident type. */
.menu-intro h1{font-family:var(--poster);font-size:105px;line-height:.88;text-transform:uppercase;letter-spacing:-.015em}
.menu-intro{padding-block:58px 45px}
.menu-intro>div:first-child{max-width:65%}
.menu-intro>div:first-child p{font-size:14px}
.menu-intro-aside>span{font-size:12px}
.menu-group-heading h2{font-family:var(--poster);font-size:44px;text-transform:uppercase;letter-spacing:0}
.menu-group{padding-top:46px}
.category-nav a[aria-current=true]{background:var(--red)}
.dish h3{font-size:20px}
.menu-search,.category-nav a{border-radius:3px}
.page-hero .page-hero__title{font-family:var(--poster);text-transform:uppercase;font-size:92px;line-height:.95;letter-spacing:-.015em}
.section .h2{font-family:var(--poster);font-size:54px;line-height:.95;text-transform:uppercase;letter-spacing:-.015em}
/* Tablet: maintain the full composition, reduce overlaps and spacing. */
@media(min-width:1600px){.pizza-composition{right:-7%;width:65%}.poster-heading{margin-top:60px}.poster-bottom{margin-top:55px}}
@media(max-width:1100px){
 .brand-locality{display:none}.brand-logo{margin-right:auto}.desktop-nav{margin-left:0}.poster-name{font-size:24vw}.poster-first{font-size:8vw}.poster-last{font-size:14vw}.pizza-composition{right:-10%;top:75px;width:70%}.poster-love{font-size:24px;right:0}.poster-bottom{margin-top:45px;grid-template-columns:.85fr 1fr .45fr;gap:20px}.poster-scroll{font-size:7px;gap:7px}.poster-scroll>span{width:32px;height:32px}.classics-section .favorites-grid{gap:32px 36px}.classics-section .favorite-card h3{font-size:30px;padding-right:70px}.classics-section .favorite-card>p{padding-right:90px}.classics-section .favorite-bottom{gap:8px}.classics-section .favorite-bottom strong{font-size:10px}.classics-section .favorite-card:first-child h3{font-size:39px}.classics-section .favorite-card:nth-child(4){gap:12px 36px}.classics-section .favorite-card:nth-child(4) h3{font-size:39px}.story-layout{gap:28px 50px}.story-building img{height:600px}.story-layout>h2{font-size:79px}.story-editorial-copy .story-standfirst{font-size:19px}.story-team{width:80%;margin-left:-20px}.story-team img{height:180px}.story-signature{font-size:23px;right:-5px;bottom:8px}.category-experience{gap:46px}.category-board-link{min-height:76px}.category-board-link>span{font-size:46px}.category-spotlight{aspect-ratio:.87}.footer-top{gap:32px}.editorial-home .location-section{gap:60px}.editorial-home .location-copy h2{font-size:62px}
}
@media(max-width:850px){
 .header-inner{gap:20px}.desktop-nav{gap:23px}.brand-logo img{width:140px}.poster-place{font-size:8px;letter-spacing:.07em}.poster-heading{margin-top:45px}.poster-first{font-size:8vw}.poster-name{font-size:24vw}.poster-last{font-size:14.7vw}.pizza-composition{top:74px;right:-13%;width:76%}.pizza-composition figcaption{gap:14px;font-size:8px;margin-top:8px;margin-right:18%}.poster-love{font-size:20px;top:55px}.poster-bottom{grid-template-columns:1fr 1fr;margin-top:36px}.poster-scroll{display:none}.poster-description>p{font-size:12px}.poster-actions .pf-button{font-size:12px;min-height:50px;padding:10px 13px 10px 19px;gap:18px}.poster-actions .text-link{font-size:10px;margin-left:19px}.editorial-ribbon{gap:20px;padding:17px 24px}.editorial-ribbon span{font-size:23px}.editorial-ribbon span:last-child,.editorial-ribbon i:last-of-type{display:none}.classics-section{padding-block:75px 80px}.editorial-heading{gap:24px;margin-bottom:38px}.editorial-heading h2{font-size:67px}.editorial-heading p{font-size:11px}.editorial-heading .text-link{font-size:10px}.classics-section .favorites-grid{gap:29px 28px}.classics-section .favorite-card h3{font-size:28px;padding-right:0}.classics-section .favorite-card>p{font-size:10px;padding-right:0;min-height:30px}.classics-section .favorite-bottom{position:relative;justify-content:space-between;margin-top:10px}.classics-section .favorite-card:first-child .favorite-image{aspect-ratio:.66}.classics-section .favorite-card:first-child h3{font-size:37px}.classics-section .favorite-card:first-child>p{font-size:11px}.classics-section .favorite-card:nth-child(4){gap:10px 28px}.classics-section .favorite-card:nth-child(4) h3{font-size:36px}.classics-section .favorite-card:nth-child(4) .favorite-image{aspect-ratio:1.4}.classics-section .favorite-card:nth-child(4)>p{font-size:11px}.story-editorial{padding-block:70px}.story-layout{gap:24px 32px}.story-layout>h2{font-size:65px}.story-building img{height:575px}.story-editorial-copy .story-standfirst{font-size:17px}.story-editorial-copy p{font-size:11px}.story-editorial-copy .text-link{font-size:10px}.story-team{width:90%;margin-top:14px;margin-left:-18px}.story-team img{height:157px}.story-signature{font-size:19px;bottom:-21px}.category-editorial{padding-top:80px;padding-bottom:55px}.category-experience{gap:32px}.category-board-link{min-height:68px}.category-board-link>span{font-size:40px}.category-board-link>.pf-arrow{width:24px;height:24px}.category-spotlight{aspect-ratio:.8}.category-spotlight figcaption{flex-direction:column;gap:4px;font-size:9px;padding:12px}.category-type-preview>strong{font-size:120px}.editorial-proof{gap:32px;padding-bottom:65px}.editorial-proof h2{font-size:22px}.editorial-proof p{font-size:11px}.editorial-award{gap:15px}.editorial-award>svg{width:40px;height:40px}.editorial-award strong{font-size:17px}.editorial-award small{font-size:9px}.order-editorial h2{font-size:24vw}.editorial-home .location-section{padding-block:75px;gap:38px}.editorial-home .location-copy h2{font-size:57px}.menu-intro h1{font-size:80px}.page-hero .page-hero__title{font-size:76px}
}
/* Phone is recomposed: word / pizza / word, followed by immediately usable actions. */
@media(max-width:640px){
 .header-inner{gap:13px}.brand-logo img{width:125px}.header-order{font-size:10px;min-height:40px;padding:9px 13px;gap:10px}.desktop-nav{display:none}.poster-stage{padding-top:19px;padding-bottom:29px}.poster-place{font-size:6.5px;letter-spacing:.055em}.poster-heading{margin-top:25px;text-align:left}.poster-first{font-size:50px;line-height:.88}.poster-name{font-size:clamp(118px,35.5vw,206px);line-height:.85;margin:4px 0 0 -2px}.poster-last{font-size:clamp(95px,25vw,148px);line-height:.87;padding-top:272px;margin-top:0;margin-left:auto}.pizza-composition{width:123%;right:-11.5%;top:152px}.pizza-original{transform:rotate(-10deg);filter:drop-shadow(0 15px 15px #47341e23)}.pizza-composition figcaption{margin-top:-4px;margin-right:0;gap:15px;font-size:8px}.poster-love{top:175px;left:1px;right:auto;font-size:21px;transform:rotate(-10deg)}.poster-bottom{margin-top:24px;gap:18px;align-items:center;grid-template-columns:1fr 1.05fr}.poster-description>p{font-size:11px;line-height:1.5}.poster-description .opening-link{font-size:8px;line-height:1.5;margin-top:11px;min-height:24px;align-items:start}.poster-description .status-dot{margin-top:4px;width:5px;height:5px}.poster-actions .pf-button{min-height:46px;font-size:10px;gap:9px;padding:9px 10px 9px 14px;white-space:nowrap}.poster-actions .pf-button>span{width:27px;height:27px}.poster-actions .pf-button .pf-arrow{width:17px;height:17px}.poster-actions .text-link{font-size:8px;gap:8px;margin-left:7px;min-height:34px;white-space:nowrap}.poster-actions .text-link .pf-arrow{width:15px;height:15px}.editorial-ribbon{padding:15px 20px;gap:22px;justify-content:center}.editorial-ribbon span{font-size:20px}.editorial-ribbon span:nth-of-type(3),.editorial-ribbon i:nth-of-type(2){display:none}.editorial-ribbon i{width:5px;height:5px}.classics-section{padding-block:57px 62px}.editorial-heading{display:block;margin-bottom:30px}.editorial-heading h2{font-size:clamp(58px,15vw,84px);line-height:.89}.editorial-heading>div,.editorial-heading>p{margin-top:19px}.editorial-heading p{font-size:11px;line-height:1.6}.editorial-heading p br{display:none}.editorial-heading .text-link{font-size:10px;min-height:32px;margin-top:7px}.classics-section .favorites-grid{grid-template-columns:1fr 1fr;gap:29px 18px}.classics-section .favorite-card:first-child{grid-column:1/-1;grid-row:auto}.classics-section .favorite-card:first-child .favorite-image{aspect-ratio:1.18}.classics-section .favorite-card:first-child h3{font-size:37px;margin-top:18px}.classics-section .favorite-card:first-child>p{font-size:12px}.classics-section .favorite-card:first-child .favorite-bottom{position:absolute;bottom:0;right:0;margin:0;border:0;padding:0;gap:18px}.classics-section .favorite-card:first-child>p{padding-right:125px;min-height:38px}.classics-section .favorite-card h3{font-size:27px;margin-top:14px;line-height:.98}.classics-section .favorite-image{aspect-ratio:.86;border-radius:0}.classics-section .favorite-card:nth-child(2) .favorite-image img{object-position:50% 53%;transform:scale(1.08)}.classics-section .favorite-card:nth-child(3) .favorite-image img{object-position:50% 66%;transform:scale(1.2)}.classics-section .favorite-card>p{font-size:10px;min-height:34px;margin-top:8px}.classics-section .favorite-bottom{margin-top:10px;gap:9px}.classics-section .favorite-bottom strong{font-size:11px}.classics-section .round-order{width:36px;height:44px;min-height:44px}.classics-section .favorite-card:nth-child(4){display:block;padding-top:28px;margin-top:2px}.classics-section .favorite-card:nth-child(4) .favorite-image{aspect-ratio:1.65}.classics-section .favorite-card:nth-child(4) h3{font-size:36px;max-width:none;margin-top:18px}.classics-section .favorite-card:nth-child(4)>p{font-size:11px;margin-top:10px;padding-right:125px;min-height:35px}.classics-section .favorite-card:nth-child(4) .favorite-bottom{position:absolute;bottom:0;right:0;gap:15px}.story-editorial{padding-block:53px 65px}.story-layout{display:flex;flex-direction:column;gap:26px}.story-layout>h2{font-size:clamp(68px,18vw,105px);margin:0;order:0;line-height:.88}.story-building{order:1;width:100%}.story-building img{height:380px;object-position:center 46%}.story-building figcaption{font-size:9px;margin-top:10px}.story-editorial-copy{order:2;margin-top:6px}.story-editorial-copy .story-standfirst{font-size:19px;line-height:1.5;max-width:27ch;margin-bottom:18px}.story-editorial-copy p{font-size:12px}.story-editorial-copy .text-link{font-size:10px;margin-top:17px}.story-team{order:3;width:82%;margin:10px 0 0;transform:none}.story-team img{height:180px}.story-team figcaption{font-size:8px}.story-signature{font-size:20px;bottom:23px;right:-2px;transform:rotate(-9deg);text-shadow:0 2px var(--ink)}.category-editorial{padding-block:60px 35px}.category-experience{display:block}.category-board-link{min-height:69px}.category-board-link>span{font-size:43px}.category-board-link>.pf-arrow{width:25px;height:25px}.category-board-link:hover>span,.category-board-link:focus-visible>span{transform:none}.category-spotlight{position:relative;top:auto;aspect-ratio:1.8;margin-top:26px;display:block}.category-spotlight>img{object-position:50% 60%}.category-spotlight figcaption{flex-direction:row;gap:15px;font-size:8px;padding:10px 12px}.category-type-preview>strong{font-size:88px;line-height:1}.category-type-preview>span{font-size:8px}.editorial-proof{display:block;padding:18px 0 48px}.editorial-proof h2{font-size:23px}.editorial-proof p{font-size:11px}.editorial-award{margin-top:25px;padding-top:24px;border-top:1px solid var(--line);gap:21px}.editorial-award>svg{width:43px;height:43px}.editorial-award strong{font-size:21px}.editorial-award small{font-size:10px}.order-editorial{padding:23px 0 32px}.order-editorial h2{font-size:25.2vw;margin:0;line-height:1.02;text-align:left}.order-editorial-details{margin-top:12px;padding-top:22px;gap:20px;display:block}.order-editorial-details p{font-size:14px}.order-editorial-details .pf-button{margin-top:22px;font-size:11px;min-height:49px}.order-editorial .order-call{font-size:9px;text-align:left;margin-top:21px}.editorial-home .location-section{padding-block:58px;gap:38px}.editorial-home .location-copy h2{font-size:61px}.editorial-home .location-copy address{font-size:14px;margin-top:23px}.editorial-home .location-phone{font-size:34px}.editorial-home .hours-heading h3{font-size:24px}.site-footer{padding-top:45px}.footer-top{gap:32px 24px}.footer-bottom{margin-top:20px}.menu-intro{padding-block:37px 29px}.menu-intro>div:first-child{max-width:none}.menu-intro h1{font-size:65px;line-height:.91}.menu-intro>div:first-child p{font-size:12px;margin-top:20px}.menu-intro-aside{margin-top:22px}.menu-intro-aside p{font-size:10px}.menu-group-heading h2{font-size:39px}.dish h3{font-size:18px}.page-hero .page-hero__title{font-size:61px}.section .h2{font-size:43px;overflow-wrap:anywhere}.menu-pdf-section h2{font-family:var(--poster);font-size:37px;line-height:.98;text-transform:uppercase}
}
@media(min-width:441px) and (max-width:640px){.poster-last{padding-top:340px}.pizza-composition{top:175px}.poster-love{top:200px;font-size:25px}}
@media(max-width:370px){
 .header-inner{gap:9px}.brand-logo img{width:109px}.header-order{font-size:9px;padding-inline:11px;gap:8px}.poster-stage{padding-top:18px}.poster-place{font-size:6px}.poster-heading{margin-top:24px}.poster-first{font-size:43px}.poster-name{font-size:35vw}.poster-last{padding-top:232px;font-size:27vw}.pizza-composition{top:133px;width:125%;right:-12.5%}.pizza-composition figcaption{font-size:7px;gap:11px}.poster-love{top:151px;font-size:17px}.poster-bottom{gap:12px;margin-top:23px}.poster-description>p{font-size:10px}.poster-actions .pf-button{font-size:9px;padding-left:11px;gap:7px}.poster-actions .text-link{font-size:7px;gap:6px}.poster-actions .pf-button>span{width:24px;height:24px}.editorial-ribbon{gap:16px}.editorial-ribbon span{font-size:18px}.editorial-heading h2{font-size:55px}.classics-section .favorite-card:first-child h3{font-size:32px}.classics-section .favorite-card h3{font-size:24px}.classics-section .favorite-card:first-child>p{padding-right:116px}.classics-section .favorite-card:nth-child(4) h3{font-size:32px}.story-layout>h2{font-size:64px}.story-building img{height:335px}.story-team img{height:150px}.story-signature{font-size:17px}.category-board-link>span{font-size:38px}.editorial-home .location-copy h2{font-size:53px}.menu-intro h1{font-size:56px}.page-hero .page-hero__title{font-size:53px}.section .h2{font-size:39px}
}
@media(prefers-reduced-motion:reduce){.pizza-original{transform:rotate(-9deg)}.pf-button .pf-arrow,.category-board-link>span,.category-board-link>.pf-arrow,.category-spotlight>img{transition:none}}

/* QA refinements: readable phone actions and clear tablet caption separation. */
@media (min-width:641px) and (max-width:850px) {
  .poster-bottom{margin-top:90px}
}
@media (max-width:640px) {
  .poster-love{display:none}
  .poster-bottom{grid-template-columns:1fr;gap:17px}
  .poster-actions{grid-row:1;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:12px}
  .poster-actions .pf-button{min-height:50px;font-size:12px;gap:8px;padding:10px 12px;justify-content:space-between}
  .poster-actions .text-link{min-height:44px;font-size:11px;margin:0;gap:10px;justify-content:center}
  .poster-description{display:flex;align-items:center;justify-content:space-between;gap:18px}
  .poster-description>p{font-size:12px}
  .poster-description .opening-link{font-size:11px;min-height:44px;max-width:130px;margin:0;align-items:center}
  .poster-description .status-dot{margin-top:0;flex-shrink:0}
  .editorial-heading .text-link{font-size:12px;min-height:44px}
  .classics-section .round-order{width:44px;height:44px;min-width:44px;min-height:44px}

}
@media (max-width:370px) {
  .poster-actions .pf-button{font-size:11px;justify-content:center}
  .poster-actions .pf-button>span{display:none}
  .poster-description>p{font-size:11px}
  .poster-description .opening-link{max-width:118px}
}

/* Experience: a food gallery that opens like a hand of photographs. */
:root{--red:#ae3023;--red-hover:#8d241a;--cream:#f5f0e6;--motion-ease:cubic-bezier(.16,1,.3,1)}
.site-header{border-bottom:0}
.header-inner{gap:26px}
.desktop-nav{gap:0;border:1px solid var(--line);border-radius:50px;padding:3px 8px}
.desktop-nav a{padding-inline:18px;font-size:13px}
.desktop-nav a:hover{background:var(--sand);border-radius:30px}
.header-order{font-size:13px;min-height:48px}
.taste-hero{background:var(--red);color:var(--cream);overflow:hidden;position:relative}
.taste-hero a:hover{color:var(--cream)}
.taste-hero a:focus-visible,.taste-hero button:focus-visible{outline-color:var(--cream)}
.taste-topline{display:flex;justify-content:space-between;align-items:center;min-height:58px;border-bottom:1px solid #f5f0e645;font-size:12px}
.taste-hours{display:flex;align-items:center;gap:9px;min-height:44px}
.taste-hours .status-dot{background:var(--cream)}
.taste-canvas{position:relative;width:min(100%,1600px);height:600px;margin-inline:auto;isolation:isolate}
.taste-heading{position:absolute;inset:0;z-index:-1;font-family:var(--poster);font-weight:800;color:var(--cream);line-height:.8;letter-spacing:-.025em;text-align:center;pointer-events:none}
.taste-first{position:absolute;top:25px;left:0;right:0;font-size:32px;line-height:1}
.taste-name{display:block;font-size:clamp(200px,29vw,430px);line-height:.78;padding-top:75px}
.taste-last{position:absolute;bottom:26px;right:5%;font-size:clamp(65px,9.5vw,132px);line-height:.8}
.taste-gallery{position:absolute;top:169px;left:0;right:0;height:410px;perspective:1100px;touch-action:pan-y pinch-zoom;user-select:none;-webkit-user-select:none}
.taste-object{position:absolute;left:50%;top:27px;width:440px;transform-origin:50% 85%;transition:transform 760ms var(--motion-ease),opacity 450ms ease-out;pointer-events:none}
.taste-object figure{background:var(--cream);padding:11px 11px 0;box-shadow:0 24px 45px #43110832}
.taste-object img{width:100%;height:302px;object-fit:cover;pointer-events:none}
.taste-object figcaption{color:var(--ink);font-size:12px;font-weight:700;padding:11px 7px 12px}
.taste-object-pizza{width:470px;top:-5px}
.taste-pizza{display:block;width:100%;height:auto;filter:drop-shadow(0 24px 25px #43110840);transform:rotate(-8deg)}
.taste-object[data-position=active]{z-index:4;opacity:1;transform:translateX(-50%) translateY(0) rotate(-4deg)}
.taste-object[data-position=left]{z-index:1;opacity:.84;transform:translateX(calc(-50% - 405px)) translateY(33px) rotate(-16deg) scale(.75)}
.taste-object[data-position=right]{z-index:1;opacity:.84;transform:translateX(calc(-50% + 405px)) translateY(33px) rotate(16deg) scale(.75)}
.taste-object[data-position=back]{z-index:0;opacity:0;transform:translateX(-50%) translateY(100px) rotate(0deg) scale(.5)}
.taste-side-note{position:absolute;bottom:28px;left:5%;display:flex;flex-direction:column;font-size:14px;line-height:1.6}
.taste-controls{position:absolute;bottom:18px;left:50%;transform:translateX(-50%);display:flex;gap:20px;align-items:center}
.taste-controls button{display:grid;place-items:center;width:48px;height:48px;border:1px solid #f5f0e666;border-radius:50%;background:transparent;color:var(--cream);transition:background 160ms,color 160ms}
.taste-controls button:first-child .pf-arrow{transform:rotate(180deg)}
.taste-controls button:hover{background:var(--cream);color:var(--red)}
.taste-controls>span{font-size:12px;font-variant-numeric:tabular-nums;min-width:42px;text-align:center}
.taste-dock{padding:27px 0 37px;border-top:1px solid #f5f0e645}
.taste-selection{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:28px}
.taste-selection button{color:var(--cream);background:transparent;border:1px solid #f5f0e655;border-radius:40px;padding:10px 25px;min-height:46px;font-size:14px;font-weight:600;transition:background 180ms,color 180ms}
.taste-selection button:hover{border-color:var(--cream)}
.taste-selection button[aria-pressed=true]{background:var(--cream);color:var(--red);border-color:var(--cream)}
.taste-summary{display:flex;align-items:center;justify-content:space-between;gap:40px}
.taste-details{min-height:93px;min-width:0}
.taste-details>div{display:grid;grid-template-columns:minmax(0,1fr) auto;column-gap:40px;align-items:center}
.taste-details a{font:800 34px/1 var(--poster);text-transform:uppercase;display:flex;align-items:center;gap:15px;min-height:44px}
.taste-details a>.pf-arrow{width:21px;height:21px;transform:rotate(-35deg)}
.taste-details p{font-size:14px;color:var(--cream);opacity:.85;margin-top:5px;grid-column:1;grid-row:2}
.taste-details strong{font-size:17px;font-weight:500;grid-column:2;grid-row:1/3;white-space:nowrap}
.taste-cta{display:flex;align-items:center;gap:23px;flex-shrink:0}
.taste-cta .pf-button{font-size:14px}
.taste-cta .pf-button:hover{color:var(--ink)}
.taste-cta .text-link{font-size:13px;color:var(--cream)}
.taste-endline{display:flex;justify-content:space-between;align-items:center;gap:20px;border-top:1px solid #f5f0e645;padding:14px max(5%,24px);font:800 21px/1 var(--poster);letter-spacing:.01em;color:#f5f0e6b8}
@media(min-width:1500px){.taste-canvas{height:670px}.taste-gallery{top:220px}.taste-name{font-size:430px}.taste-object[data-position=left]{transform:translateX(calc(-50% - 450px)) translateY(33px) rotate(-16deg) scale(.82)}.taste-object[data-position=right]{transform:translateX(calc(-50% + 450px)) translateY(33px) rotate(16deg) scale(.82)}}
@media(max-width:1100px){.desktop-nav a{padding-inline:12px}.taste-canvas{height:565px}.taste-name{font-size:30vw;padding-top:75px}.taste-gallery{top:140px}.taste-object{width:380px}.taste-object-pizza{width:425px}.taste-object img{height:266px}.taste-object[data-position=left]{transform:translateX(calc(-50% - 300px)) translateY(45px) rotate(-16deg) scale(.72)}.taste-object[data-position=right]{transform:translateX(calc(-50% + 300px)) translateY(45px) rotate(16deg) scale(.72)}.taste-summary{gap:25px}.taste-details>div{column-gap:22px}.taste-details a{font-size:28px}.taste-cta{gap:10px;flex-direction:column;align-items:end}.taste-details p{font-size:13px}.taste-side-note{font-size:13px}.taste-last{font-size:94px}.taste-details strong{font-size:16px}}
@media(max-width:850px){.taste-canvas{height:550px}.taste-gallery{top:130px}.taste-first{font-size:28px}.taste-object{width:330px}.taste-object img{height:235px}.taste-object-pizza{width:380px}.taste-object[data-position=left]{transform:translateX(calc(-50% - 260px)) translateY(30px) rotate(-16deg) scale(.68)}.taste-object[data-position=right]{transform:translateX(calc(-50% + 260px)) translateY(30px) rotate(16deg) scale(.68)}.taste-last{font-size:80px;bottom:27px}.taste-controls{bottom:24px}.taste-side-note{font-size:12px;bottom:33px}.taste-details>div{display:block}.taste-details strong{display:block;margin-top:9px}.taste-selection{margin-bottom:25px}.taste-topline{font-size:12px}}
@media(max-width:640px){
 .header-inner{gap:11px}.brand-logo img{width:120px}.desktop-nav{display:none}.header-order{font-size:11px;min-height:44px;padding:9px 12px;gap:9px}
 .taste-topline{min-height:62px;font-size:12px;gap:18px;align-items:center}.taste-topline>span{max-width:110px;line-height:1.4}.taste-hours{font-size:12px;max-width:160px;line-height:1.4}
 .taste-canvas{height:450px}.taste-first{font-size:25px;top:21px}.taste-name{font-size:32vw;line-height:.83;padding-top:62px}.taste-last{font-size:68px;bottom:18px;right:24px}
 .taste-gallery{top:120px;height:305px}.taste-object{width:285px;top:24px}.taste-object img{height:207px}.taste-object figcaption{font-size:11px;padding-block:9px}.taste-object figure{padding:8px 8px 0}.taste-object-pizza{width:300px;top:0}
 .taste-object[data-position=active]{transform:translateX(-50%) rotate(-4deg)}.taste-object[data-position=left]{opacity:.62;transform:translateX(calc(-50% - 227px)) translateY(14px) rotate(-18deg) scale(.65)}.taste-object[data-position=right]{opacity:.62;transform:translateX(calc(-50% + 227px)) translateY(14px) rotate(18deg) scale(.65)}
 .taste-side-note{display:none}.taste-controls{bottom:15px;left:24px;transform:none;gap:11px}.taste-controls button{width:44px;height:44px}.taste-controls>span{font-size:12px;min-width:35px}
 .taste-dock{padding:22px 0 28px}.taste-selection{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:5px;margin-bottom:24px}.taste-selection button{font-size:12px;padding:8px 4px;min-height:44px;border-radius:4px}
 .taste-summary{display:block}.taste-details{min-height:93px}.taste-details>div{display:grid;grid-template-columns:1fr auto;gap:5px 15px}.taste-details a{font-size:27px;min-height:38px;gap:10px}.taste-details p{font-size:13px;line-height:1.55;margin:0;grid-column:1/-1}.taste-details strong{font-size:14px;margin:0;grid-row:1;grid-column:2}
 .taste-cta{flex-direction:row;justify-content:space-between;align-items:center;gap:18px;margin-top:19px}.taste-cta .pf-button{font-size:12px;padding:10px 12px 10px 17px;gap:13px;min-height:52px}.taste-cta .pf-button>span{width:28px;height:28px}.taste-cta .text-link{font-size:12px;gap:10px}
 .taste-endline{font-size:17px;padding-block:15px;gap:20px;white-space:nowrap}.taste-endline>span:last-child{display:none}
}
@media(max-width:370px){.brand-logo img{width:103px}.header-order{font-size:10px;padding-inline:10px}.taste-canvas{height:410px}.taste-gallery{top:100px}.taste-object{width:260px}.taste-object img{height:183px}.taste-object-pizza{width:275px}.taste-name{font-size:32vw}.taste-last{font-size:58px}.taste-controls{gap:7px}.taste-controls>span{font-size:11px;min-width:30px}.taste-controls button{width:44px;height:44px}.taste-selection{grid-template-columns:repeat(2,1fr);gap:7px}.taste-selection button{font-size:14px}.taste-details>div{grid-template-columns:1fr}.taste-details strong{grid-column:1;grid-row:3}.taste-details a{font-size:28px}.taste-cta{gap:12px}.taste-cta .pf-button{font-size:12px;gap:8px;padding-inline:12px}.taste-cta .pf-button>span{display:none}.taste-cta .text-link{font-size:12px;gap:7px}.taste-topline{font-size:12px}.taste-hours{font-size:12px}.taste-endline{font-size:16px}}
@media(prefers-reduced-motion:reduce){.taste-object{transition:none}.taste-selection button{transition:none}}
.taste-ready .taste-gallery{cursor:grab;transform:translateX(var(--pull,0px)) rotate(var(--lean,0deg));transition:transform 330ms var(--motion-ease)}
.taste-gallery[data-dragging]{cursor:grabbing;transition:none}
/* Quiet sections alternate with an open photographic spread. */
.experience-home .classics-section{padding-block:100px 110px}
.experience-home .classics-section .editorial-heading{align-items:center;margin-bottom:50px}
.experience-home .classics-section .editorial-heading h2{font-size:clamp(62px,7.1vw,103px);line-height:.87;max-width:12ch}
.experience-home .classics-section .editorial-heading>div{max-width:310px}
.experience-home .editorial-heading p{font-size:16px;line-height:1.7}
.experience-home .editorial-heading .text-link{font-size:14px}
.experience-home .classics-section .favorites-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:26px;align-items:start}
.experience-home .classics-section .favorite-card:first-child{grid-row:auto}
.experience-home .classics-section .favorite-card:nth-child(2n){margin-top:95px}
.experience-home .classics-section .favorite-card:nth-child(4){display:block;grid-column:auto;border:0;padding:0}
.experience-home .classics-section .favorite-image{aspect-ratio:.76;border-radius:140px 140px 8px 8px}
.experience-home .classics-section .favorite-card:nth-child(2) .favorite-image{border-radius:8px}
.experience-home .classics-section .favorite-card:nth-child(3) .favorite-image{border-radius:8px 8px 140px 140px}
.experience-home .classics-section .favorite-card:nth-child(4) .favorite-image{aspect-ratio:.76;border-radius:140px 140px 8px 8px}
.experience-home .classics-section .favorite-card h3,.experience-home .classics-section .favorite-card:first-child h3,.experience-home .classics-section .favorite-card:nth-child(4) h3{font-size:clamp(28px,2.9vw,41px);line-height:.97;padding:0;margin:21px 0 0;max-width:none;min-height:2em}
.experience-home .classics-section .favorite-card>p,.experience-home .classics-section .favorite-card:first-child>p,.experience-home .classics-section .favorite-card:nth-child(4)>p{font-size:14px;padding:0;margin-top:11px;min-height:46px;line-height:1.6}
.experience-home .classics-section .favorite-bottom,.experience-home .classics-section .favorite-card:first-child .favorite-bottom,.experience-home .classics-section .favorite-card:nth-child(4) .favorite-bottom{position:static;display:flex;justify-content:space-between;margin-top:19px;padding-top:17px;border-top:1px solid var(--line)}
.experience-home .classics-section .favorite-bottom strong{font-size:15px}
.experience-home .classics-section .favorite-bottom small{font-size:11px}
.experience-home .story-editorial{padding:0;overflow:hidden}
.experience-home .story-layout{width:100%;max-width:none;display:grid;grid-template-columns:1fr 1fr;gap:0;position:relative;min-height:940px}
.experience-home .story-building{grid-column:1;grid-row:1/4;align-self:stretch}
.experience-home .story-building img{width:100%;height:100%;max-height:1000px;object-fit:cover;object-position:50% 45%;filter:saturate(.75)}
.experience-home .story-building figcaption{position:absolute;bottom:27px;left:40px;right:40px;color:var(--cream);font-size:12px;background:var(--ink);padding:12px 18px;margin:0;width:max-content;max-width:calc(100% - 80px)}
.experience-home .story-layout>h2{grid-column:2;grid-row:1;margin:0;padding:72px 9% 0;font-size:clamp(72px,7.3vw,110px);line-height:.86}
.experience-home .story-editorial-copy{grid-column:2;grid-row:2;padding:35px 9% 0}
.experience-home .story-editorial-copy .story-standfirst{font-size:23px;line-height:1.5;max-width:26ch}
.experience-home .story-editorial-copy p{font-size:15px;line-height:1.85}
.experience-home .story-editorial-copy .text-link{font-size:14px}
.experience-home .story-team{grid-column:2;grid-row:3;width:76%;margin:40px 0 60px -35px;transform:rotate(-5deg);background:var(--cream);padding:10px;align-self:end}
.experience-home .story-team img{height:240px;filter:saturate(.85)}
.experience-home .story-team figcaption{font-size:12px;color:var(--ink);padding:6px 4px 0}
.experience-home .story-signature{font-size:28px;right:4%;bottom:37px;z-index:1}
.experience-home .category-editorial{padding-block:115px 70px}
.experience-home .category-experience{gap:80px;grid-template-columns:1.2fr 1fr}
.experience-home .category-board-link{min-height:104px;position:relative;padding:12px 0;isolation:isolate}
.experience-home .category-board-link::before{content:'';position:absolute;inset:0 -16px;z-index:-1;background:var(--red);transform:scaleY(0);transform-origin:bottom;transition:transform 230ms var(--motion-ease)}
.experience-home .category-board-link>span{font-size:66px}
.experience-home .category-board-link:hover,.experience-home .category-board-link:focus-visible{color:var(--cream)}
.experience-home .category-board-link:hover::before,.experience-home .category-board-link:focus-visible::before{transform:scaleY(1)}
.experience-home .category-board-link:hover>.pf-arrow,.experience-home .category-board-link:focus-visible>.pf-arrow{transform:rotate(0deg) translateX(-10px)}
.experience-home .category-spotlight{aspect-ratio:.76;border-radius:250px 250px 0 0;transform:rotate(4deg);margin-top:16px;position:sticky;top:120px}
.experience-home .category-spotlight figcaption{font-size:12px;padding:18px;min-height:76px;align-items:center}
.experience-home .category-spotlight figcaption>span:last-child{display:none}
.experience-home .editorial-proof{padding-bottom:90px}
.experience-home .editorial-proof p{font-size:14px}
.experience-home .editorial-award small{font-size:12px}
.experience-home .editorial-award>span>span{font-size:12px}
.order-editorial h2{letter-spacing:-.02em}
.order-editorial .order-call{font-size:12px;min-height:44px;align-content:center}
.footer-top p,.footer-top dd,.footer-top a{font-size:14px}
.footer-top dt,.footer-top h2{font-size:14px}
.footer-bottom{font-size:12px}
@media(max-width:1100px){.experience-home .classics-section .favorites-grid{gap:20px}.experience-home .classics-section .favorite-card>p{font-size:13px}.experience-home .classics-section .favorite-card:nth-child(2n){margin-top:64px}.experience-home .story-layout{min-height:850px}.experience-home .story-layout>h2{font-size:75px;padding-top:60px}.experience-home .story-editorial-copy .story-standfirst{font-size:21px}.experience-home .story-editorial-copy p{font-size:14px}.experience-home .story-team{width:83%;margin-left:-25px}.experience-home .story-team img{height:210px}.experience-home .story-signature{font-size:23px}.experience-home .category-experience{gap:55px}.experience-home .category-board-link>span{font-size:56px}.experience-home .category-board-link{min-height:91px}.experience-home .category-spotlight{aspect-ratio:.7}}
@media(max-width:850px){.experience-home .classics-section .favorites-grid{grid-template-columns:1fr 1fr;gap:40px 30px}.experience-home .classics-section .favorite-card:nth-child(2n){margin-top:65px}.experience-home .classics-section .favorite-image,.experience-home .classics-section .favorite-card:nth-child(4) .favorite-image{aspect-ratio:.95}.experience-home .classics-section .favorite-card h3{font-size:36px}.experience-home .story-layout{min-height:850px}.experience-home .story-layout>h2{font-size:64px}.experience-home .story-editorial-copy .story-standfirst{font-size:19px}.experience-home .story-editorial-copy p{font-size:14px}.experience-home .story-team img{height:165px}.experience-home .story-signature{font-size:20px}.experience-home .category-experience{gap:38px}.experience-home .category-board-link{min-height:82px}.experience-home .category-board-link>span{font-size:48px}.experience-home .category-spotlight{aspect-ratio:.6}}
@media(max-width:640px){
 .experience-home .classics-section{padding-block:64px 72px}.experience-home .classics-section .editorial-heading{margin-bottom:33px}.experience-home .classics-section .editorial-heading h2{font-size:64px;line-height:.87}.experience-home .editorial-heading p{font-size:15px}.experience-home .editorial-heading .text-link{font-size:14px}
 .experience-home .classics-section .favorites-grid{gap:28px 18px}.experience-home .classics-section .favorite-card:nth-child(2n){margin-top:48px}.experience-home .classics-section .favorite-image,.experience-home .classics-section .favorite-card:nth-child(4) .favorite-image{aspect-ratio:.76}.experience-home .classics-section .favorite-card h3,.experience-home .classics-section .favorite-card:first-child h3,.experience-home .classics-section .favorite-card:nth-child(4) h3{font-size:28px;margin-top:17px;min-height:3em}.experience-home .classics-section .favorite-card>p,.experience-home .classics-section .favorite-card:first-child>p,.experience-home .classics-section .favorite-card:nth-child(4)>p{font-size:13px;min-height:63px;margin-top:9px}.experience-home .classics-section .favorite-bottom,.experience-home .classics-section .favorite-card:first-child .favorite-bottom,.experience-home .classics-section .favorite-card:nth-child(4) .favorite-bottom{gap:5px;margin-top:13px;padding-top:12px}.experience-home .classics-section .favorite-bottom strong{font-size:13px}.experience-home .classics-section .favorite-bottom small{font-size:10px}.experience-home .classics-section .round-order{width:44px;height:44px;min-width:44px}
 .experience-home .story-layout{display:flex;min-height:0;gap:0}.experience-home .story-layout>h2{padding:52px 24px 32px;font-size:77px}.experience-home .story-building{width:100%;height:460px;order:1}.experience-home .story-building img{height:100%;object-position:center 38%}.experience-home .story-building figcaption{font-size:12px;left:24px;bottom:20px;max-width:calc(100% - 48px);padding:10px 14px}.experience-home .story-editorial-copy{padding:34px 24px 0;order:2}.experience-home .story-editorial-copy .story-standfirst{font-size:22px}.experience-home .story-editorial-copy p{font-size:15px}.experience-home .story-editorial-copy .text-link{font-size:13px}.experience-home .story-team{order:3;width:80%;margin:35px 0 64px 24px;padding:8px;transform:rotate(-4deg)}.experience-home .story-team img{height:185px}.experience-home .story-team figcaption{font-size:11px}.experience-home .story-signature{font-size:23px;right:19px;bottom:27px}
 .experience-home .category-editorial{padding-block:68px 40px}.experience-home .category-experience{display:flex;flex-direction:column-reverse;gap:35px}.experience-home .category-board{width:100%}.experience-home .category-board-link{min-height:79px}.experience-home .category-board-link>span{font-size:48px}.experience-home .category-spotlight{width:82%;aspect-ratio:1.15;position:relative;top:auto;margin:10px auto 0;border-radius:180px 180px 0 0;transform:rotate(3deg)}.experience-home .category-spotlight figcaption{font-size:12px;padding:13px;min-height:49px}.experience-home .editorial-proof{padding-bottom:55px}.experience-home .editorial-proof p{font-size:14px}.experience-home .editorial-award strong{font-size:22px}.experience-home .category-type-preview>strong{font-size:100px}.experience-home .category-type-preview>span{font-size:12px}
 .mobile-navigation[open]>nav{background:var(--red);color:var(--cream);padding:28px 24px 32px;box-shadow:0 20px 32px #25272220}.mobile-navigation[open]>nav>a{font:800 47px/1.1 var(--poster);text-transform:uppercase;color:var(--cream);padding:14px 0;border-bottom:1px solid #f5f0e640;min-height:62px}.mobile-navigation[open]>nav>a:last-child{font-size:26px;border:0;padding-top:25px}.mobile-navigation[open]>nav>a:focus-visible{outline-color:var(--cream)}
}
@media(max-width:370px){.experience-home .classics-section .editorial-heading h2{font-size:56px}.experience-home .classics-section .favorites-grid{gap:24px 14px}.experience-home .classics-section .favorite-card h3,.experience-home .classics-section .favorite-card:first-child h3,.experience-home .classics-section .favorite-card:nth-child(4) h3{font-size:25px}.experience-home .classics-section .favorite-bottom strong{font-size:12px}.experience-home .classics-section .favorite-bottom small{font-size:9px}.experience-home .story-layout>h2{font-size:66px}.experience-home .story-building{height:400px}.experience-home .story-team img{height:160px}.experience-home .category-board-link>span{font-size:43px}.experience-home .editorial-heading h2{font-size:54px}.experience-home .category-spotlight{width:88%}}
@media(prefers-reduced-motion:reduce){.taste-ready .taste-gallery{transform:none;transition:none}.experience-home .category-board-link::before{transition:none}}

/* Keep the photographs, slogan and controls in separate vertical bands. */
.taste-canvas{height:565px}
.taste-gallery{top:130px}
.taste-object{width:400px}
.taste-object img{height:276px}
.taste-object-pizza{width:410px}
.taste-refrain{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:8px 0 24px;min-height:103px}
.taste-refrain p{font-size:14px;line-height:1.6;color:var(--cream)}
.taste-refrain>span{font:800 108px/.8 var(--poster);letter-spacing:-.02em}
.taste-choice-row{display:flex;align-items:center;gap:24px;margin-bottom:24px}
.taste-choice-row .taste-controls{position:static;transform:none;flex-shrink:0}
.taste-choice-row .taste-selection{margin:0 auto}
.experience-home .classics-section .favorite-card:first-child{grid-column:auto;grid-row:auto}
.experience-home .classics-section .favorite-card:first-child .favorite-image{aspect-ratio:.76}
@media(min-width:1500px){.taste-canvas{height:605px}.taste-gallery{top:170px}}
@media(max-width:1100px){.taste-canvas{height:515px}.taste-gallery{top:120px}.taste-object{width:350px}.taste-object img{height:243px}.taste-object-pizza{width:380px}.taste-refrain>span{font-size:95px}.taste-selection button{padding-inline:20px}}
@media(max-width:850px){.taste-canvas{height:480px}.taste-gallery{top:120px}.taste-object{width:310px}.taste-object img{height:215px}.taste-object-pizza{width:340px}.taste-refrain>span{font-size:83px}.taste-choice-row{gap:18px}.taste-controls{gap:12px}.taste-selection{gap:7px}.taste-selection button{padding-inline:13px;font-size:13px}.experience-home .classics-section .favorite-card:first-child .favorite-image{aspect-ratio:.95}}
@media(max-width:640px){.taste-canvas{height:408px}.taste-gallery{top:114px}.taste-object{width:270px}.taste-object img{height:192px}.taste-object-pizza{width:280px}.taste-refrain{min-height:77px;padding:6px 0 20px;gap:20px}.taste-refrain p{font-size:12px;line-height:1.5}.taste-refrain>span{font-size:62px}.taste-choice-row{display:block;margin-bottom:24px}.taste-choice-row .taste-controls{display:none}.taste-selection button{padding-inline:4px;font-size:12px}.experience-home .classics-section .favorite-card:first-child .favorite-image{aspect-ratio:.76}.experience-home .classics-section .favorite-card h3,.experience-home .classics-section .favorite-card:first-child h3,.experience-home .classics-section .favorite-card:nth-child(4) h3{min-height:0}.experience-home .classics-section .favorite-card>p,.experience-home .classics-section .favorite-card:first-child>p,.experience-home .classics-section .favorite-card:nth-child(4)>p{min-height:0}}
@media(max-width:370px){.taste-canvas{height:375px}.taste-gallery{top:103px}.taste-object{width:243px}.taste-object img{height:172px}.taste-object-pizza{width:255px}.taste-refrain{gap:10px}.taste-refrain>span{font-size:54px}.taste-refrain p{font-size:12px;max-width:133px}.taste-selection button{font-size:14px}.taste-details>div{min-height:110px}}

/* Decorative SVG outline, behind the footer content and outside the tab order. */
.site-footer{position:relative;isolation:isolate;overflow:hidden}
.site-footer>.site-container{position:relative;z-index:1}
.footer-wordmark{position:absolute;z-index:0;left:50%;bottom:71px;width:100%;height:auto;transform:translateX(-50%);color:var(--cream);opacity:.28;pointer-events:none;user-select:none}
.footer-wordmark text{font-family:var(--poster);font-size:340px;font-weight:800;letter-spacing:-.02em;fill:none;stroke:currentColor;stroke-width:1.2px;vector-effect:non-scaling-stroke;stroke-linejoin:round}
.site-footer .footer-bottom{margin-top:clamp(120px,21vw,310px)}
@media(max-width:850px){.footer-wordmark{bottom:105px}}
@media(max-width:640px){.footer-wordmark{bottom:130px;opacity:.32}.site-footer .footer-bottom{margin-top:125px}}

/* Local search pages: real menu content, clear next steps, existing brand. */
.local-discovery{display:grid;grid-template-columns:1fr 1.1fr;gap:70px;padding-block:60px 85px;border-top:1px solid var(--line)}
.local-discovery h2{font:800 clamp(42px,4.5vw,64px)/.95 var(--poster);letter-spacing:-.015em}
.local-discovery-intro p{font-size:14px;margin-top:22px;line-height:1.75}
.local-discovery-links a{display:flex;justify-content:space-between;align-items:center;gap:20px;border-bottom:1px solid var(--line);padding:20px 0;min-height:86px}
.local-discovery-links a:first-child{padding-top:0}
.local-discovery-links strong{display:block;font:800 30px/1.1 var(--poster);text-transform:uppercase}
.local-discovery-links small{display:block;font-size:13px;color:var(--muted);margin-top:7px}
.local-discovery-links .pf-arrow{width:26px;height:26px;transform:rotate(-35deg)}
.footer-local{display:flex;flex-wrap:wrap;gap:12px 40px;margin-top:36px;padding-top:20px;border-top:1px solid #f5f0e630}
.footer-local a{display:flex;align-items:center;gap:16px;min-height:44px;font-size:14px}
.footer-local .pf-arrow{width:17px;height:17px}
.order-editorial-details .order-delivery-link{display:flex;align-items:center;gap:12px;min-height:44px;margin-top:10px;font-size:12px;color:var(--cream);text-decoration:underline;text-underline-offset:4px}
.local-food-hero{display:grid;grid-template-columns:1.1fr 1fr;align-items:center;gap:65px;padding-block:36px 75px}
.local-breadcrumb{display:flex;flex-wrap:wrap;gap:12px;font-size:12px;line-height:1.4;margin-bottom:48px;color:var(--muted)}
.local-breadcrumb a{min-height:32px;align-content:center;text-decoration:underline}
.local-breadcrumb span{align-content:center}
.local-eyebrow{font-size:12px;font-weight:600;margin-bottom:20px}
.local-food-hero h1{font:800 clamp(56px,6.7vw,94px)/.92 var(--poster);letter-spacing:-.015em;text-wrap:initial}
.local-food-hero h1>span{color:var(--red)}
.local-lead{font-size:17px;line-height:1.75;max-width:48ch;margin-top:28px}
.local-actions{display:flex;align-items:center;flex-wrap:wrap;gap:18px 25px;margin-top:29px}
.local-actions .pf-button{font-size:13px;min-height:52px;gap:19px}
.local-actions .text-link{font-size:13px}
.local-order-note{font-size:12px;line-height:1.65;margin-top:17px;max-width:45ch}
.local-hero-photo{align-self:stretch;min-height:460px;display:flex;flex-direction:column;padding-top:32px}
.local-hero-photo img{width:100%;flex:1;min-height:0;object-fit:cover;aspect-ratio:.95;border-radius:220px 220px 8px 8px}
.local-hero-photo figcaption{font-size:12px;margin-top:14px;color:var(--muted)}
.local-menu-section,.delivery-process{padding-block:72px 80px;border-top:1px solid var(--line)}
.local-section-heading{display:flex;justify-content:space-between;align-items:end;gap:55px;margin-bottom:35px}
.local-section-heading h2,.local-story h2,.local-practical h2{font:800 clamp(40px,4.5vw,64px)/.95 var(--poster);letter-spacing:-.015em}
.local-section-heading>p{max-width:45ch;font-size:15px;line-height:1.7}
.local-dishes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:35px;margin-block:38px 26px}
.local-dish{padding-top:23px;border-top:2px solid var(--ink);display:flex;flex-direction:column;align-items:stretch}
.local-dish h3{font:800 32px/1.1 var(--poster);letter-spacing:0}
.local-dish h3 a{display:flex;align-items:center;justify-content:space-between;gap:15px;min-height:44px}
.local-dish>p{margin-top:14px;font-size:14px;line-height:1.7;flex:1}
.local-dish dl{margin-top:22px;font-size:14px}
.local-dish dl>div{display:flex;justify-content:space-between;gap:20px;padding:9px 0;border-top:1px solid var(--line)}
.local-dish dd{font-variant-numeric:tabular-nums;white-space:nowrap;font-weight:600}
.local-dish>.text-link{font-size:12px;margin-top:12px}
.local-menu-section>.text-link{font-size:14px}
.local-story{background:var(--ink);color:var(--cream);padding-block:76px}
.local-story-layout{display:grid;grid-template-columns:1fr 1.1fr;gap:75px}
.local-story h2{color:var(--cream)}
.local-story p{color:var(--cream);font-size:15px;line-height:1.9}
.local-story .local-eyebrow{font-size:12px}
.local-story-layout>div>p+p{margin-top:20px}
.local-story a{color:var(--cream);text-decoration:underline}
.local-story .text-link{font-size:13px;margin-top:20px}
.local-story a:focus-visible{outline-color:var(--cream)}
.local-practical{display:grid;grid-template-columns:1fr 1.1fr;gap:75px;padding-block:80px}
.local-practical address{font-style:normal;font-size:18px;line-height:1.65;margin-top:25px}
.local-practical>div>p{margin-top:25px;font-size:15px}
.local-practical>div>.text-link{display:flex;width:max-content;max-width:100%;font-size:14px;margin-top:13px}
.local-questions details{border-top:1px solid var(--line);padding-block:10px}
.local-questions details:last-child{border-bottom:1px solid var(--line)}
.local-questions summary{font-size:16px;font-weight:600;cursor:pointer;min-height:60px;align-content:center;padding:14px 22px 14px 0;line-height:1.5}
.local-questions details p{font-size:14px;line-height:1.8;padding-bottom:22px}
.local-questions details a,.delivery-steps a{text-decoration:underline}
.delivery-steps{list-style:none;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px;margin:40px 0 0;padding:0}
.delivery-steps li{border-top:2px solid var(--ink);padding-top:22px}
.delivery-steps li>span{font:800 52px/1 var(--poster);color:var(--red)}
.delivery-steps h3{font:800 32px/1.1 var(--poster);margin-top:25px;letter-spacing:0}
.delivery-steps p{font-size:14px;line-height:1.8;margin-top:15px}
.delivery-facts{font-size:14px;margin-block:24px}
.delivery-facts>div{display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px 24px;border-top:1px solid #f5f0e640;padding-block:14px}
.delivery-facts dd{font-weight:600}
@media(max-width:1000px){.local-food-hero{gap:36px}.local-food-hero h1{font-size:64px}.local-actions{gap:12px}.local-discovery,.local-story-layout,.local-practical{gap:40px}.local-hero-photo{min-height:400px}.local-dishes,.delivery-steps{gap:24px}.local-section-heading{gap:28px}.local-section-heading>p{max-width:36ch}.local-dish h3{font-size:28px}}
@media(max-width:640px){
 .local-food-hero{display:flex;flex-direction:column;gap:32px;padding-block:19px 45px;align-items:stretch}
 .local-breadcrumb{margin-bottom:25px;font-size:12px}.local-eyebrow{margin-bottom:16px}.local-food-hero h1{font-size:clamp(48px,13vw,78px)}
 .local-lead{font-size:15px;line-height:1.7;margin-top:21px}.local-actions{gap:10px 22px;margin-top:22px}.local-actions .pf-button{font-size:13px;min-height:50px;padding-inline:18px}.local-actions .text-link{font-size:13px}.local-order-note{font-size:12px;margin-top:12px}
 .local-hero-photo{min-height:0;padding:0;align-self:auto}.local-hero-photo img{height:auto;aspect-ratio:1.35;flex:none;border-radius:160px 160px 4px 4px}.local-hero-photo figcaption{font-size:11px;margin-top:12px}
 .local-menu-section,.delivery-process{padding-block:45px}.local-section-heading{display:block;margin-bottom:28px}.local-section-heading h2,.local-story h2,.local-practical h2{font-size:46px}.local-section-heading>p{margin-top:18px;max-width:none;font-size:14px}
 .local-dishes{grid-template-columns:1fr;margin-top:29px;gap:26px}.local-dish{padding-top:16px}.local-dish h3{font-size:30px}.local-dish>p{margin-top:8px}.local-dish dl{margin-top:14px}.local-dish>.text-link{margin-top:6px}
 .local-story{padding-block:48px}.local-story-layout,.local-practical,.local-discovery{grid-template-columns:1fr;gap:28px}.local-story p{font-size:14px;line-height:1.8}.local-practical{padding-block:48px;gap:32px}.local-questions summary{font-size:15px;min-height:58px}
 .delivery-steps{grid-template-columns:1fr;gap:26px;margin-top:28px}.delivery-steps li{position:relative;padding:20px 0 0 60px}.delivery-steps li>span{position:absolute;left:0;top:20px;font-size:42px}.delivery-steps h3{margin-top:0;font-size:29px}.delivery-steps p{margin-top:12px}
 .local-discovery{padding-block:42px 50px}.local-discovery h2{font-size:46px}.local-discovery-intro p{margin-top:18px;font-size:14px}.local-discovery-links strong{font-size:29px}.local-discovery-links small{font-size:12px}.footer-local{gap:0;margin-top:30px}.footer-local a{width:100%;justify-content:space-between;font-size:13px}
 /* Keep the food interaction, and bring both actions into the first screen. */
 .taste-topline{min-height:54px}.taste-canvas{height:282px}.taste-first{top:12px;font-size:21px}.taste-name{padding-top:46px;font-size:31vw}.taste-gallery{top:76px;height:205px}.taste-object{width:199px;top:12px}.taste-object img{height:137px}.taste-object-pizza{width:214px;top:0}.taste-object figcaption{font-size:10px;padding:7px 3px}.taste-object figure{padding:6px 6px 0}
 .taste-object[data-position=left]{transform:translateX(calc(-50% - 163px)) translateY(10px) rotate(-18deg) scale(.65)}.taste-object[data-position=right]{transform:translateX(calc(-50% + 163px)) translateY(10px) rotate(18deg) scale(.65)}
 .taste-refrain{min-height:60px;padding:0 0 15px;gap:16px}.taste-refrain>span{font-size:53px}.taste-refrain p{font-size:12px}.taste-dock{padding:15px 0 23px}.taste-choice-row{margin-bottom:14px}.taste-selection{grid-template-columns:repeat(4,minmax(0,1fr));gap:5px}.taste-selection button{font-size:12px;min-height:44px}.taste-details{min-height:76px}.taste-details>div{min-height:76px;grid-template-columns:1fr auto}.taste-details a{font-size:25px;min-height:38px}.taste-details p{font-size:12px;line-height:1.5}.taste-details strong{grid-column:2;grid-row:1;font-size:13px}.taste-cta{margin-top:12px;gap:12px}.taste-cta .pf-button{min-height:50px;font-size:12px}.taste-cta .text-link{font-size:12px}.taste-endline{font-size:15px;padding-block:12px}
}
@media(max-width:370px){.header-order{font-size:10px;padding-inline:9px;gap:5px}.taste-canvas{height:258px}.taste-gallery{top:65px}.taste-object{width:185px}.taste-object img{height:127px}.taste-object-pizza{width:201px}.taste-details>div{column-gap:10px}.taste-details a{font-size:22px}.taste-selection button{font-size:11px}.taste-refrain>span{font-size:47px}.taste-refrain p{font-size:11px}.taste-cta .text-link{font-size:11px}.local-food-hero h1{font-size:45px}}
.google-proof{display:flex;align-items:center;justify-content:space-between;gap:45px;padding-block:65px 80px;border-top:1px solid var(--line)}
.google-proof h2{font:800 clamp(42px,4.5vw,64px)/.95 var(--poster)}
.google-proof-rating>p{display:flex;align-items:center;gap:22px;color:var(--ink)}
.google-proof-rating strong{font:800 108px/.9 var(--poster);color:var(--red);letter-spacing:-.02em}
.google-proof-rating span{font-size:15px;line-height:1.7}
.google-proof-rating .text-link{font-size:14px;margin-top:22px}
.google-proof-rating small{display:block;font-size:11px;color:var(--muted);margin-top:8px}
.footer-brand .footer-google{display:flex;align-items:center;gap:12px;min-height:44px;font-size:12px;margin-top:14px}
@media(max-width:640px){.google-proof{align-items:start;flex-direction:column;gap:28px;padding-block:42px 50px}.google-proof h2{font-size:46px}.google-proof-rating strong{font-size:90px}.google-proof-rating .text-link{font-size:13px}.google-proof-rating span{font-size:14px}}
