/*
Theme Name: Pastificio Deli
Theme URI: https://pastificiophilly.com/
Author: Logic LC
Author URI: https://logic-lc.com/
Description: A fully editable WordPress theme for Pastificio Deli, including a dedicated categorized menu manager, live business-hours status, Customizer sections, and social sharing controls.
Version: 1.0.5
Requires at least: 6.2
Requires PHP: 7.4
Text Domain: pastificio-deli
*/

:root { --ink:#171812; --cream:#f6f0e4; --paper:#fffaf0; --gold:#e7bd22; --red:#a52a2f; --green:#23543a; --muted:#6f6d62; --line:#ddd3c0; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--paper); color:var(--ink); font-family:Manrope,Arial,sans-serif; font-size:16px; line-height:1.5; }
a { color:inherit; text-decoration:none; }
img { display:block; max-width:100%; }
.site-page { overflow-x:clip; }
.container { width:min(1180px,calc(100% - 40px)); margin-inline:auto; }
h1,h2,h3,p { margin-top:0; }
h1,h2 { font-family:"Playfair Display",Georgia,serif; font-weight:400; }
.eyebrow { margin-bottom:14px; color:var(--red); font-size:12px; font-weight:800; letter-spacing:.18em; text-transform:uppercase; }
.eyebrow.light { color:var(--gold); }
.utility-bar { background:var(--ink); color:#eee7d8; font-size:12px; }
.utility-inner { min-height:54px; display:flex; align-items:center; justify-content:space-between; gap:20px; }
.utility-inner a,.utility-inner span,.utility-right { display:flex; align-items:center; gap:8px; }
.utility-right { gap:18px; }
.utility-social { width:30px; height:30px; display:grid!important; place-items:center; border:1px solid #494a43; border-radius:50%; color:var(--gold); transition:background-color .18s ease,color .18s ease; }
.utility-social:hover { background:var(--gold); color:var(--ink); }
.store-hours { display:flex; align-items:center; gap:11px; }
.hours-copy { display:flex; align-items:flex-start; flex-direction:column; gap:2px; }
.hours-copy span { font-weight:800; line-height:1.25; }
.hours-copy small { display:block; line-height:1.25; }
.hours-badge { display:inline-flex; align-items:center; width:max-content; padding:3px 7px; border-radius:2px; font-size:9px; font-weight:900; letter-spacing:.08em; line-height:1.2; }
.hours-badge.open { background:#d9efcb; color:#22522e; }
.hours-badge.closed { background:#f1d0cc; color:#822d28; }
.hours-utility { color:#eee7d8; }
.hours-utility>svg { color:var(--gold); }
.hours-utility .hours-copy span { font-size:11px; }
.hours-utility .hours-copy small { color:#bcb7ad; font-size:9px; }
.masthead { min-height:122px; display:flex; align-items:center; justify-content:space-between; }
.brand img { width:180px; height:105px; object-fit:contain; }
.masthead-contact { display:flex; flex-direction:column; align-items:flex-end; gap:5px; }
.masthead-contact span { color:var(--muted); font-size:11px; font-weight:800; letter-spacing:.13em; text-transform:uppercase; }
.masthead-contact a { display:flex; align-items:center; gap:8px; font-size:20px; font-weight:800; }
.main-nav { position:relative; border-top:1px solid #eee6d7; border-bottom:1px solid #d6c6a8; background:linear-gradient(180deg,#fffdf8 0%,#fbf4e7 100%); box-shadow:0 8px 22px rgba(50,39,20,.08); }
.main-nav::after { content:''; position:absolute; right:0; bottom:-1px; left:0; height:2px; background:linear-gradient(90deg,transparent 0%,var(--gold) 18%,var(--gold) 82%,transparent 100%); opacity:.65; pointer-events:none; }
.nav-inner { display:flex; align-items:stretch; }
.nav-inner a { padding:19px 22px; font-size:13px; font-weight:800; letter-spacing:.01em; }
.nav-inner a:first-child { padding-left:0; }
.nav-inner a:hover { color:var(--red); }
.nav-pdf { margin-left:auto; background:linear-gradient(135deg,#f2cb2c 0%,#dfb313 100%); padding-inline:26px!important; box-shadow:inset 4px 0 0 var(--red); color:var(--ink)!important; text-transform:uppercase; transition:background-color .18s ease,color .18s ease,box-shadow .18s ease; }
.nav-pdf:hover { background:var(--red); box-shadow:inset 4px 0 0 var(--gold); color:white!important; }
.mobile-nav { display:none; }
.hero { position:relative; min-height:660px; background:#191a14; color:white; }
.hero-media { position:absolute; inset:0; width:100%; height:100%; max-width:none; object-fit:cover; object-position:center 52%; transform:scale(1.02); }
.hero-scrim { position:absolute; inset:0; background:linear-gradient(90deg,rgba(16,17,12,.92) 0%,rgba(16,17,12,.75) 42%,rgba(16,17,12,.14) 78%),linear-gradient(0deg,rgba(16,17,12,.38),transparent 50%); }
.hero-inner { position:relative; z-index:1; padding-top:116px; }
.hero h1 { max-width:790px; margin-bottom:22px; font-size:clamp(55px,7.2vw,92px); font-weight:700; line-height:.98; letter-spacing:-.05em; }
.hero-copy { max-width:620px; color:#eee9df; font-size:18px; line-height:1.7; }
.hero-actions { display:flex; gap:13px; margin-top:32px; }
.button { min-height:54px; display:inline-flex; align-items:center; justify-content:center; gap:10px; padding:0 25px; border:1px solid transparent; font-size:13px; font-weight:900; letter-spacing:.05em; text-transform:uppercase; }
.button-gold { background:var(--gold); color:var(--ink); }
.button-ghost { border-color:rgba(255,255,255,.45); color:#fff; }
.quick-info { position:absolute; z-index:2; right:0; bottom:0; left:0; display:grid; grid-template-columns:1.25fr .8fr .85fr; background:var(--paper); color:var(--ink); box-shadow:0 18px 50px rgba(0,0,0,.15); }
.quick-info>* { min-height:85px; display:flex; align-items:center; gap:13px; padding:20px 28px; border-right:1px solid var(--line); }
.quick-info>*:last-child { border:0; }
.quick-info svg { color:var(--red); }
.quick-info span { font-size:13px; font-weight:800; }
.quick-info small { display:block; margin-bottom:3px; color:var(--muted); font-size:10px; letter-spacing:.13em; text-transform:uppercase; }
.quick-info .hours-card { border-top:4px solid var(--gold); background:#f5ecd9; transition:background-color .25s ease,border-color .25s ease; }
.quick-info .hours-card.is-open { border-top-color:#3f7a4d; background:#dcebd9; }
.quick-info .hours-card.is-closed { border-top-color:var(--red); background:#f1d7d2; }
.hours-card .hours-copy span { color:var(--ink); font-size:13px; }
.hours-card .hours-copy small { margin:0; color:#5f5b51; font-size:11px; letter-spacing:0; text-transform:none; }
.hours-card .hours-badge { margin-bottom:2px; font-size:10px; }
.intro-section { padding-block:130px 115px; display:grid; grid-template-columns:.9fr 1.1fr; align-items:center; gap:100px; }
.intro-copy h2,.section-heading h2 { margin-bottom:25px; font-size:clamp(40px,4.7vw,66px); line-height:1.04; letter-spacing:-.035em; }
.intro-copy>p:not(.eyebrow):not(.signature) { color:#535249; font-size:17px; line-height:1.85; }
.signature { margin-top:28px; color:var(--red); font-family:"Playfair Display",serif; font-size:24px; font-style:italic; }
.intro-collage { position:relative; min-height:560px; }
.collage-main { position:absolute; top:0; right:0; width:82%; height:495px; object-fit:cover; }
.collage-small { position:absolute; bottom:0; left:0; width:40%; height:310px; border:12px solid var(--paper); object-fit:cover; }
.collage-stamp { position:absolute; right:3%; bottom:12px; width:110px; height:110px; border:2px solid var(--gold); border-radius:50%; display:grid; place-items:center; background:var(--red); color:white; font-family:"Playfair Display",serif; font-size:20px; font-weight:700; line-height:1.05; text-align:center; transform:rotate(7deg); }
.highlight-section { padding-block:100px 110px; background:var(--cream); }
.section-heading.centered { max-width:720px; margin:0 auto 45px; text-align:center; }
.highlight-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.highlight-card { position:relative; min-height:340px; padding:40px 36px; border-top:4px solid var(--green); background:#fffaf0; box-shadow:0 10px 35px rgba(72,56,25,.07); }
.highlight-card>p:first-of-type { margin:0 0 25px; color:var(--red); font-size:10px; font-weight:900; letter-spacing:.13em; text-transform:uppercase; }
.highlight-card h3 { max-width:260px; margin:0; font-family:"Playfair Display",serif; font-size:31px; line-height:1.1; }
.gold-rule { width:36px; height:3px; margin:24px 0; background:var(--gold); }
.highlight-card .card-copy { color:#666257; font-size:14px; line-height:1.75; }
.menu-cta { margin-block:110px; display:grid; grid-template-columns:1.07fr .93fr; background:var(--green); color:white; }
.menu-cta img { width:100%; height:530px; object-fit:cover; }
.menu-cta-copy { padding:70px 64px; align-self:center; }
.menu-cta h2 { margin-bottom:23px; font-size:clamp(43px,4.5vw,65px); line-height:1; }
.menu-cta-copy>p:not(.eyebrow) { color:#e3e8e1; line-height:1.8; }
.text-link { display:inline-flex; align-items:center; gap:9px; margin-top:24px; padding-bottom:6px; border-bottom:2px solid var(--gold); font-size:12px; font-weight:900; letter-spacing:.09em; text-transform:uppercase; }
.light-link { color:white; }
.gallery-section { padding-bottom:120px; }
.gallery-section .section-heading { max-width:760px; }
.photo-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.photo-grid img { width:100%; aspect-ratio:1; object-fit:cover; }
.site-footer { padding-top:75px; background:var(--ink); color:#dcd7cc; }
.footer-grid { display:grid; grid-template-columns:1.35fr .75fr .8fr .9fr; gap:55px; padding-bottom:65px; }
.footer-brand img { width:150px; height:105px; object-fit:contain; filter:drop-shadow(0 4px 10px rgba(0,0,0,.35)); }
.footer-grid h3 { margin:22px 0 18px; color:var(--gold); font-family:"Playfair Display",serif; font-size:20px; }
.footer-grid p,.footer-grid a { display:block; margin-bottom:10px; color:#aaa79e; font-size:13px; line-height:1.8; }
.social-links { display:flex; gap:10px; }
.social-links a { width:38px; height:38px; display:grid; place-items:center; border:1px solid #494a43; color:var(--gold); }
.social-links a:hover { border-color:var(--gold); background:var(--gold); color:var(--ink); }
.copyright { padding-block:22px; border-top:1px solid #34352f; color:#777970; font-size:11px; }
.page-hero { position:relative; min-height:440px; display:flex; align-items:center; overflow:hidden; background:var(--green); color:white; }
.page-hero::before { content:''; position:absolute; z-index:2; inset:0; opacity:.26; background:var(--pfd-paper-texture) center/520px; mix-blend-mode:soft-light; pointer-events:none; }
.page-hero-media { position:absolute; z-index:0; inset:0; width:100%; height:100%; max-width:none; object-fit:cover; object-position:center; }
.page-hero-overlay { position:absolute; z-index:1; inset:0; background:linear-gradient(90deg,rgba(21,22,16,.94),rgba(21,22,16,.38)); }
.page-hero-inner { position:relative; z-index:3; padding-block:80px; }
.page-hero h1 { margin-bottom:18px; font-size:clamp(58px,8vw,108px); line-height:.92; letter-spacing:-.055em; }
.page-hero p:not(.eyebrow) { max-width:670px; color:#e7ece7; font-size:17px; line-height:1.75; }
.page-hero-actions { display:flex; gap:12px; margin-top:30px; }
.menu-hero .page-hero-overlay { background:linear-gradient(90deg,rgba(20,43,29,.96),rgba(20,43,29,.76)); }
.menu-jump { position:sticky; z-index:50; top:0; padding-block:12px; border-bottom:1px solid #d5c7ae; background:#fffaf0f2; box-shadow:0 8px 24px rgba(42,35,24,.1); backdrop-filter:blur(12px); }
.menu-jump-inner { display:flex; flex-wrap:wrap; justify-content:center; gap:8px; }
.menu-jump a { flex:0 0 auto; padding:11px 14px; border:1px solid #d1c4ae; border-radius:4px; background:#fffdf7; color:#302f29; font-family:Manrope,Arial,sans-serif; font-size:12px; font-weight:800; line-height:1.2; }
.menu-jump a:hover,.menu-jump a.active { border-color:var(--red); background:var(--red); color:white; }
.menu-page { padding:34px 0 110px; background-color:#f4ebd9; background-image:linear-gradient(rgba(255,250,240,.84),rgba(255,250,240,.84)),var(--pfd-paper-texture); background-size:auto,650px; }
.menu-intro { display:flex; align-items:center; justify-content:center; gap:8px; color:#746f64; font-size:11px; text-transform:uppercase; }
.menu-legend-item { display:inline-flex; align-items:center; gap:6px; white-space:nowrap; }
.menu-legend-item span { color:var(--red); font-weight:900; }
.menu-book { margin-top:30px; padding:24px 54px 58px; border:1px solid #d3c5ac; background:#fffaf0; box-shadow:0 25px 65px rgba(65,50,24,.1); }
.menu-book.single-menu { max-width:900px; }
.menu-section { padding:42px 0 46px; border-bottom:1px solid #ded1ba; scroll-margin-top:85px; }
.menu-section:last-child { border-bottom:0; }
.menu-section-heading { display:grid; grid-template-columns:auto 1fr; align-items:center; gap:18px; margin-bottom:24px; }
.menu-section-heading h2 { margin:0; font-size:32px; font-weight:400; letter-spacing:-.025em; text-transform:uppercase; }
.menu-section-heading div { height:3px; background:linear-gradient(90deg,var(--gold) 0 74px,rgba(231,189,34,.18) 74px 100%); }
.menu-items { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); align-items:stretch; gap:12px; }
.food-menu-item { min-width:0; min-height:104px; padding:17px 18px; border:1px solid #dfd1b8; border-radius:5px; display:flex; flex-direction:column; background:#fffdf8; box-shadow:0 5px 15px rgba(65,50,24,.045); }
.food-menu-item-top { display:grid; grid-template-columns:minmax(0,1fr) auto; align-items:start; gap:12px; }
.food-menu-item h3 { margin:3px 0 0; font-family:"Playfair Display",Georgia,serif; font-size:16px; font-weight:800; line-height:1.25; }
.food-menu-prices { max-width:235px; display:flex; flex-wrap:wrap; justify-content:flex-end; gap:5px; }
.food-menu-price { min-width:52px; padding:6px 8px; border:1px solid #d2ad55; border-radius:4px; background:#f4d67e; color:var(--ink); font-family:Manrope,Arial,sans-serif; font-size:10px; font-weight:800; line-height:1.25; text-align:center; white-space:nowrap; }
.food-menu-item p { max-width:none; margin:10px 0 0; color:#6f6a60; font-size:12px; line-height:1.55; }
.menu-note { margin:27px 0 0; padding:15px 18px; border-left:3px solid var(--gold); background:#f4ead7; color:#655d50; font-size:11px; font-weight:700; line-height:1.65; }
.back-to-menu { text-align:center; }
.market-hero .page-hero-media { object-position:78% 48%; }
.market-hero .page-hero-overlay { background:linear-gradient(90deg,rgba(22,43,30,.96),rgba(22,43,30,.42)); }
.market-intro,.catering-intro { padding-block:105px 70px; display:grid; grid-template-columns:1fr 1fr; gap:80px; align-items:end; }
.market-intro h2,.catering-intro h2,.section-title h2,.baskets-intro h2 { margin:0; font-size:clamp(42px,5vw,68px); line-height:1.03; letter-spacing:-.04em; }
.market-intro>p,.catering-intro>p { color:#5f5c53; font-size:16px; line-height:1.85; }
.market-gallery { display:grid; grid-template-columns:1.15fr .85fr .85fr; gap:14px; }
.market-gallery img { width:100%; height:345px; object-fit:cover; }
.market-groups { padding-block:85px 110px; display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.market-card { position:relative; min-height:420px; padding:43px; border:1px solid var(--line); background:#fffaf0; }
.market-card h2 { margin-bottom:7px; font-size:35px; }
.market-subtitle { color:var(--red); font-size:10px; font-weight:900; letter-spacing:.1em; text-transform:uppercase; }
.market-card ul { columns:2; column-gap:35px; margin:25px 0 0; padding:0; list-style:none; }
.market-card li { break-inside:avoid; padding:8px 0; border-bottom:1px dotted #c9bea9; color:#5e5a50; font-size:13px; }
.market-ribbon { margin-bottom:110px; padding:34px 42px; display:flex; align-items:center; gap:28px; background:var(--red); color:white; }
.market-ribbon p { margin:0; color:var(--gold); font-size:10px; font-weight:900; letter-spacing:.12em; text-transform:uppercase; }
.market-ribbon strong { font-family:"Playfair Display",serif; font-size:18px; }
.catering-hero .page-hero-overlay { background:linear-gradient(90deg,rgba(21,22,16,.93),rgba(21,22,16,.38)); }
.catering-intro { text-align:left; }
.tray-section,.catering-table-section { padding-bottom:110px; }
.section-title { display:grid; grid-template-columns:1fr auto; align-items:end; gap:18px; margin-bottom:35px; padding-bottom:20px; border-bottom:1px solid var(--line); }
.section-title h2 { font-size:45px; }
.section-title p { margin:0; color:var(--muted); font-size:12px; }
.tray-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; }
.tray-grid article { padding:30px; border-top:4px solid var(--green); background:var(--cream); }
.tray-grid h3 { margin-bottom:9px; font-family:"Playfair Display",serif; font-size:27px; }
.tray-grid p { color:var(--muted); font-size:12px; }
.tray-grid strong { color:var(--red); font-size:20px; }
.tray-note { margin:22px 0 0; color:#6b675e; font-size:11px; font-weight:700; line-height:1.6; }
.party-trays { margin-bottom:105px; padding-block:90px; background:var(--green); color:white; }
.party-grid { display:grid; grid-template-columns:1.05fr .95fr; gap:85px; align-items:center; }
.party-copy h2 { margin-bottom:24px; font-size:clamp(45px,5vw,65px); }
.party-copy ul { margin:0 0 25px; padding:0; list-style:none; }
.party-copy li { padding:12px 0; border-bottom:1px solid rgba(255,255,255,.15); font-size:13px; }
.party-copy>p:last-child { color:#dbe3dc; font-size:12px; line-height:1.75; }
.party-grid img { width:100%; aspect-ratio:1; object-fit:cover; box-shadow:25px 25px 0 var(--gold); }
.catering-table-wrap { overflow-x:auto; }
.catering-table { width:100%; border-collapse:collapse; background:#fffaf0; }
.catering-table th,.catering-table td { padding:16px 20px; border-bottom:1px solid var(--line); text-align:left; font-size:13px; }
.catering-table thead th { background:var(--ink); color:white; font-size:11px; letter-spacing:.08em; text-transform:uppercase; }
.catering-table thead th:not(:first-child),.catering-table td:not(:first-child) { text-align:right; }
.catering-table tbody th { font-family:"Playfair Display",serif; font-size:15px; }
.catering-table td { color:var(--red); font-weight:800; }
.catering-callout { margin-bottom:110px; padding:50px 56px; display:flex; align-items:center; justify-content:space-between; gap:30px; background:var(--red); color:white; }
.catering-callout h2 { margin:0; font-size:42px; }
.baskets-hero .page-hero-overlay { background:linear-gradient(90deg,rgba(21,22,16,.94),rgba(21,22,16,.38)); }
.baskets-intro { padding-block:110px; display:grid; grid-template-columns:.9fr 1.1fr; gap:95px; align-items:center; }
.baskets-intro>div:first-child>p:not(.eyebrow) { color:#5f5c53; font-size:16px; line-height:1.85; }
.basket-photo { position:relative; }
.basket-photo img { width:100%; height:540px; object-fit:cover; }
.basket-photo span { position:absolute; right:-18px; bottom:-18px; width:120px; height:120px; display:grid; place-items:center; border-radius:50%; background:var(--red); color:white; font-family:"Playfair Display",serif; font-size:19px; font-weight:700; line-height:1.05; text-align:center; }
.basket-features { padding-block:100px; background:var(--green); color:white; }
.basket-features .section-heading h2 { color:white; }
.basket-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.basket-grid article { padding:40px 34px; border:1px solid rgba(255,255,255,.18); }
.basket-grid h3 { margin:0 0 18px; font-family:"Playfair Display",serif; font-size:29px; }
.basket-grid p { color:#d9e1da; font-size:13px; line-height:1.75; }
.basket-gallery { padding-block:110px; display:grid; grid-template-columns:repeat(3,1fr); gap:15px; }
.basket-gallery img { width:100%; aspect-ratio:1; object-fit:cover; }
@media (max-width:900px) {
  .main-nav { display:none; }
  .utility-inner>a:first-child { display:none; }
  .utility-inner { justify-content:center; }
  .utility-right { width:100%; justify-content:center; }
  .masthead { min-height:95px; }
  .brand img { width:138px; height:84px; }
  .masthead-contact { display:none; }
  .mobile-nav { position:relative; display:block; }
  .mobile-nav summary { width:48px; height:48px; display:grid; place-items:center; background:var(--gold); cursor:pointer; list-style:none; }
  .mobile-nav nav { position:absolute; z-index:20; top:56px; right:0; width:270px; padding:12px; background:var(--ink); color:white; box-shadow:0 20px 45px rgba(0,0,0,.22); }
  .mobile-nav nav a { display:block; padding:13px 12px; border-bottom:1px solid #33352e; font-size:13px; font-weight:800; }
  .mobile-nav nav .mobile-pdf { margin-top:8px; border:0; background:var(--gold); color:var(--ink); text-align:center; text-transform:uppercase; }
  .hero { min-height:700px; }
  .hero-inner { padding-top:105px; }
  .quick-info { grid-template-columns:1fr 1fr; }
  .quick-info>.hours-card { grid-column:1/-1; display:flex; }
  .intro-section { grid-template-columns:1fr; gap:50px; padding-block:100px 80px; }
  .highlight-grid { grid-template-columns:1fr; }
  .highlight-card { min-height:auto; }
  .menu-cta { grid-template-columns:1fr; }
  .menu-cta img { height:410px; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .menu-book { padding-inline:40px; }
  .market-intro,.catering-intro,.baskets-intro { grid-template-columns:1fr; gap:30px; }
  .market-groups,.party-grid { grid-template-columns:1fr; }
  .tray-grid { grid-template-columns:1fr 1fr; }
  .basket-grid { grid-template-columns:1fr; }
}
@media (max-width:600px) {
  .container { width:min(100% - 28px,1180px); }
  .utility-inner>a { font-size:10px; }
  .utility-right { gap:12px; }
  .hero { min-height:690px; }
  .hero-media { object-position:62% center; }
  .hero-scrim { background:linear-gradient(90deg,rgba(16,17,12,.93),rgba(16,17,12,.45)); }
  .hero-inner { padding-top:75px; }
  .hero h1 { font-size:50px; }
  .hero-copy { font-size:15px; }
  .hero-actions { width:240px; align-items:stretch; flex-direction:column; }
  .quick-info { width:100%; grid-template-columns:1fr; }
  .quick-info>* { min-height:68px; padding:13px 20px; }
  .quick-info>*:nth-child(2) { display:none; }
  .intro-collage { min-height:430px; }
  .collage-main { width:90%; height:370px; }
  .collage-small { width:43%; height:205px; border-width:8px; }
  .collage-stamp { width:82px; height:82px; font-size:15px; }
  .highlight-section { padding-block:75px; }
  .menu-cta { width:100%; margin-block:0 85px; }
  .menu-cta img { height:340px; }
  .menu-cta-copy { padding:48px 28px 55px; }
  .photo-grid { grid-template-columns:1fr; }
  .gallery-section { padding-bottom:85px; }
  .footer-grid { grid-template-columns:1fr; gap:20px; }
  .page-hero { min-height:400px; }
  .page-hero-inner { padding-block:60px; }
  .page-hero-actions { align-items:stretch; flex-direction:column; width:245px; }
  .menu-book { width:100%; margin-top:22px; padding:20px 20px 45px; border-right:0; border-left:0; }
  .menu-jump-inner { width:100%; flex-wrap:nowrap; justify-content:flex-start; overflow-x:auto; padding-inline:6px; scrollbar-width:none; }
  .menu-jump a { padding:11px 13px; font-size:12px; }
  .menu-section-heading { grid-template-columns:auto 1fr; }
  .menu-section-heading h2 { font-size:25px; }
  .menu-items { grid-template-columns:1fr; }
  .food-menu-item { padding:15px 14px; }
  .food-menu-item-top { grid-template-columns:1fr; }
  .food-menu-prices { max-width:none; justify-content:flex-start; }
  .market-gallery { grid-template-columns:1fr 1fr; }
  .market-gallery img { height:250px; }
  .market-gallery img:first-child { grid-column:1/-1; }
  .market-groups { padding-block:60px 80px; }
  .market-card { min-height:auto; padding:34px 25px; }
  .market-card ul { columns:1; }
  .market-ribbon { width:100%; margin-bottom:80px; align-items:flex-start; flex-direction:column; }
  .tray-grid { grid-template-columns:1fr; }
  .section-title { grid-template-columns:1fr; }
  .section-title p { grid-column:1; }
  .party-grid { gap:55px; }
  .catering-callout { width:100%; margin-bottom:0; padding:45px 28px; align-items:flex-start; flex-direction:column; }
  .basket-photo img { height:400px; }
  .basket-gallery { grid-template-columns:1fr; }
}

/* WordPress integration */
.screen-reader-text { position:absolute!important; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.custom-logo-link img { width:180px; height:105px; object-fit:contain; }
.nav-inner .menu,.mobile-nav .menu { margin:0; padding:0; list-style:none; }
.nav-inner .menu { flex:1 1 auto; display:flex; align-items:stretch; }
.nav-inner .menu li { position:relative; flex:1 1 0; display:flex; justify-content:center; }
.nav-inner .menu li+li { border-left:1px solid rgba(111,91,54,.12); }
.nav-inner .menu li:nth-child(4) { flex-grow:1.45; }
.nav-inner .menu li:nth-child(5) { flex-grow:1.2; }
.nav-inner .menu a { position:relative; width:100%; min-height:62px; padding:0 16px; display:flex; align-items:center; justify-content:center; text-align:center; white-space:nowrap; transition:background-color .18s ease,color .18s ease; }
.nav-inner .menu a::after { content:''; position:absolute; right:28%; bottom:0; left:28%; height:4px; background:var(--gold); transform:scaleX(0); transform-origin:center; transition:transform .18s ease; }
.nav-inner .menu a:hover { background:rgba(231,189,34,.09); color:var(--red); }
.nav-inner .menu a:hover::after,.nav-inner .menu .current-menu-item>a::after,.nav-inner .menu .current_page_item>a::after { transform:scaleX(1); }
.nav-inner .menu .current-menu-item>a,.nav-inner .menu .current_page_item>a { background:linear-gradient(180deg,rgba(231,189,34,.04),rgba(231,189,34,.15)); color:var(--red); }
.nav-inner .menu a:first-child { padding-left:16px; }
.nav-inner .nav-pdf { flex:0 0 150px; margin-left:0; display:flex; align-items:center; justify-content:center; }
.mobile-nav nav .menu li { display:block; }
.mobile-nav nav .menu a { display:block; }
.site-content-default { padding-block:80px 110px; }
.site-content-default h1 { font-size:clamp(44px,6vw,72px); }
.site-content-default .entry-content { color:#555249; font-size:16px; line-height:1.8; }
.admin-bar .menu-jump { top:32px; }
@media (max-width:782px) { .admin-bar .menu-jump { top:46px; } }
