:root{
  --cream:#f5f0e7;--paper:#fffdf9;--oat:#e6d9c7;--sage:#8c967a;--sage-soft:#e7eadf;
  --honey:#c7a06a;--joe:#ed1c24;--joe-aa:#d1121c;--espresso:#342821;--mocha:#6e5a4e;--text:#302923;
  --muted:#6b625c;--line:rgba(52,40,33,.12);--shadow:0 18px 50px rgba(52,40,33,.08);
  --font:-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--text);font-family:var(--font);-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}
img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font:inherit}.container{width:min(1180px,calc(100% - 32px));margin:auto}.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}
.topbar{background:var(--espresso);color:#fff;padding:9px 14px;text-align:center;font-size:12px;font-weight:700;letter-spacing:.03em}
.site-header{position:sticky;top:0;z-index:1000;background:rgba(255,253,249,.96);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.nav{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:18px;letter-spacing:-.02em}.brand img{width:52px;height:52px;object-fit:contain;border-radius:50%}.desktop-nav{display:flex;align-items:center;gap:25px;font-size:14px;font-weight:700}.desktop-nav a{color:var(--mocha);padding:12px 0}.desktop-nav a:hover,.desktop-nav .active{color:var(--espresso)}.desktop-nav .active{box-shadow:inset 0 -2px var(--sage)}
.nav-cta,.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:10px;border:1px solid var(--line);font-size:13px;font-weight:800;transition:.2s}.nav-cta{background:var(--espresso);color:#fff;border-color:var(--espresso)}.btn.primary{background:var(--espresso);color:#fff;border-color:var(--espresso)}.btn.soft{background:var(--cream)}.btn:hover,.nav-cta:hover{transform:translateY(-1px)}
.btn.joe{min-height:52px;padding:7px 17px 7px 8px;gap:10px;background:var(--joe-aa);color:#fff;border-color:var(--joe-aa);box-shadow:0 10px 24px rgba(237,28,36,.16)}.btn.joe img{width:38px;height:38px;border-radius:9px;background:#fff;object-fit:contain}.btn.joe span{display:flex;flex-direction:column;align-items:flex-start;line-height:1.05}.btn.joe small{font-size:9px;letter-spacing:.04em;text-transform:uppercase;opacity:.82;margin-bottom:3px}.btn.joe strong{font-size:13px}
.mobile-menu{display:none;position:relative}.mobile-menu summary{list-style:none;width:46px;height:46px;border-radius:50%;background:var(--cream);border:1px solid var(--line);display:grid;place-items:center;cursor:pointer}.mobile-menu summary::-webkit-details-marker{display:none}.bars,.bars:before,.bars:after{width:18px;height:2px;border-radius:2px;background:var(--espresso);display:block;position:relative}.bars:before,.bars:after{content:"";position:absolute;left:0}.bars:before{top:-6px}.bars:after{top:6px}.mobile-menu[open] .bars{background:transparent}.mobile-menu[open] .bars:before{top:0;transform:rotate(45deg)}.mobile-menu[open] .bars:after{top:0;transform:rotate(-45deg)}
.mobile-dropdown{position:absolute;right:0;top:56px;width:min(330px,calc(100vw - 28px));background:var(--paper);border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);padding:10px}.mobile-dropdown a{display:flex;align-items:center;justify-content:space-between;min-height:46px;padding:10px 12px;border-radius:10px;font-size:16px;font-weight:750}.mobile-dropdown a:hover{background:var(--cream)}.mobile-dropdown .mobile-order{margin-top:8px;background:var(--espresso);color:#fff;justify-content:center}
.eyebrow{display:inline-flex;width:max-content;padding:8px 12px;border-radius:999px;background:var(--sage-soft);color:#586149;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin-bottom:18px}.display-title,.section-title,.inner-title{margin:0;color:var(--espresso);font-weight:800;letter-spacing:-.052em}.display-title{font-size:clamp(52px,7vw,88px);line-height:.96}.section-title{font-size:clamp(38px,5.8vw,64px);line-height:1}.inner-title{font-size:clamp(50px,6.6vw,78px);line-height:.96}.section-kicker{color:#6f785f;font-size:11px;font-weight:800;letter-spacing:.09em;text-transform:uppercase;margin-bottom:10px}.section-intro,.inner-lead{color:var(--muted);line-height:1.68}.section-intro{max-width:630px;margin:14px 0 0;font-size:15px}.inner-lead{max-width:590px;margin:20px 0 0;font-size:17px}.actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
/* home hero */
.hero{width:100%;background:var(--cream)}.hero-shell{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr)}.hero-copy{padding:76px clamp(28px,5vw,78px);display:flex;flex-direction:column;justify-content:center;max-width:720px;margin-left:auto}.hero-copy p{max-width:490px;margin:0;color:var(--muted);font-size:17px;line-height:1.65}.hero-photo{min-height:620px;position:relative;margin:18px 22px 18px 0;overflow:hidden;border-radius:28px;box-shadow:0 14px 36px rgba(52,40,33,.08)}.hero-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.location{position:absolute;z-index:2;left:18px;bottom:18px;padding:11px 14px;border-radius:10px;background:rgba(255,253,249,.94);backdrop-filter:blur(10px);font-size:13px;font-weight:750;box-shadow:0 8px 24px rgba(0,0,0,.08)}
.quick-wrap{background:var(--paper);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:14px clamp(14px,4vw,52px)}.quick-grid{display:grid;grid-template-columns:repeat(4,1fr);max-width:1180px;margin:auto}.quick-item{padding:18px 24px;border-right:1px solid var(--line)}.quick-item:last-child{border-right:0}.quick-item strong{display:block;font-size:14px;margin-bottom:4px}.quick-item span{font-size:12px;color:var(--muted)}
.section,.page-section{width:100%;padding:78px 0}.section.alt,.page-section.soft{background:#faf7f1}.page-section.sage{background:var(--sage-soft)}.section-header{max-width:780px;margin-bottom:30px}
.menu-layout{display:grid;grid-template-columns:1.12fr .88fr;gap:14px}.feature-card,.stack-card{position:relative;overflow:hidden;border-radius:24px;background:var(--cream);box-shadow:0 10px 28px rgba(52,40,33,.07)}.feature-card{min-height:540px}.stack{display:grid;grid-template-rows:1fr 1fr;gap:14px}.stack-card{min-height:263px}.feature-card img,.stack-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.feature-card:after,.stack-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 40%,rgba(43,33,28,.72) 100%)}.card-copy{position:absolute;z-index:2;left:22px;right:22px;bottom:20px;color:#fff}.card-copy h3{margin:0 0 5px;font-size:26px;line-height:1.05;letter-spacing:-.03em}.card-copy p{margin:0;color:rgba(255,255,255,.8);font-size:13px}
.fresh-week{background:#fff}.fresh-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:18px}.fresh-copy{background:var(--sage-soft);border-radius:26px;padding:38px;display:flex;flex-direction:column;justify-content:center}.fresh-copy p{color:#586149;font-size:16px;line-height:1.7}.fresh-gallery{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:12px;min-height:500px}.fresh-photo{position:relative;overflow:hidden;border-radius:22px;box-shadow:0 10px 26px rgba(52,40,33,.06)}.fresh-photo:first-child{grid-row:1/-1}.fresh-photo img{width:100%;height:100%;object-fit:cover}.fresh-photo-label{position:absolute;left:12px;bottom:12px;padding:8px 10px;border-radius:8px;background:rgba(255,253,249,.92);font-size:11px;font-weight:800}
.joe-app{background:#f7f3ed}.joe-app-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.8fr);gap:42px;align-items:center;padding:42px 42px 48px;background:var(--paper);border:1px solid var(--line);border-radius:28px;box-shadow:0 14px 36px rgba(52,40,33,.06)}.joe-app-copy{display:grid;grid-template-columns:72px minmax(0,1fr);gap:22px}.joe-app-logo{width:72px;height:72px;border-radius:18px}.joe-app h2{margin:0;font-size:clamp(34px,4.7vw,54px);line-height:1;letter-spacing:-.045em}.joe-app p{max-width:590px;margin:14px 0 0;color:var(--muted);font-size:16px;line-height:1.65}.joe-app-kicker{margin-bottom:10px;color:#b51f25;font-size:11px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.app-actions{display:flex;justify-content:flex-end;align-items:center;gap:10px;flex-wrap:wrap}.store-badge{display:flex;width:164px;height:54px;align-items:center;justify-content:center}.store-badge img{width:100%;height:100%;object-fit:contain}.store-badge.google img{transform:scale(1.22)}.joe-note{margin-top:16px;color:var(--muted);font-size:11px;line-height:1.5;text-align:right}
.story-card{display:grid;grid-template-columns:1fr 1fr;gap:20px;padding:22px;background:var(--sage-soft);border-radius:30px}.story-copy{padding:42px 34px;display:flex;flex-direction:column;justify-content:center}.story-copy p{color:#586149;line-height:1.7}.story-photo{min-height:470px;border-radius:24px;overflow:hidden;box-shadow:0 12px 30px rgba(52,40,33,.07)}.story-photo img{width:100%;height:100%;object-fit:cover}
.social-frame{background:var(--cream);border-radius:24px;padding:14px}.social-placeholder{min-height:310px;border:1px dashed rgba(52,40,33,.22);border-radius:20px;background:var(--paper);display:grid;place-items:center;text-align:center;padding:30px}.social-placeholder strong{display:block;font-size:21px;margin-bottom:8px}.social-placeholder p{max-width:560px;margin:auto;color:var(--muted);font-size:14px;line-height:1.6}
.visit-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:14px}.info-card,.contact-card{border-radius:24px;padding:32px}.info-card{background:var(--paper);border:1px solid var(--line)}.info-card h3,.contact-card h3{margin:0 0 20px;font-size:30px;letter-spacing:-.03em}.hours-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding:10px 0;border-bottom:1px solid var(--line);font-size:14px}.hours-row span:last-child{text-align:right;font-weight:750}.note{font-size:12px;color:var(--muted);line-height:1.55}.contact-card{background:var(--espresso);color:#fff;display:flex;flex-direction:column;justify-content:center}.contact-card p{color:rgba(255,255,255,.68);line-height:1.65}.contact-card .section-kicker{color:#c8d0b7}.contact-card .btn.soft{background:#fff;color:var(--espresso);border-color:#fff}
/* inner pages */
.inner-hero{background:var(--paper);padding:48px 0 58px}.inner-hero-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:46px;align-items:center}.inner-hero-copy{max-width:610px}.inner-photo{min-height:470px;border-radius:28px;overflow:hidden;box-shadow:0 14px 36px rgba(52,40,33,.08)}.inner-photo img{width:100%;height:100%;object-fit:cover}.content-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.copy-block p{color:var(--muted);font-size:16px;line-height:1.72}.rounded-photo{overflow:hidden;border-radius:26px;box-shadow:0 12px 32px rgba(52,40,33,.07)}.rounded-photo img{width:100%;height:100%;object-fit:cover}.feature-list{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.feature-box{padding:26px;border-radius:22px;border:1px solid var(--line);background:var(--paper)}.feature-box .number{display:block;margin-bottom:22px;color:var(--sage);font-size:12px;font-weight:800}.feature-box h3{margin:0 0 8px;color:var(--espresso);font-size:21px}.feature-box p{margin:0;color:var(--muted);font-size:14px;line-height:1.62}.simple-list{display:grid;grid-template-columns:1fr 1fr;gap:8px 16px;margin:20px 0 0;padding:0;list-style:none}.simple-list li{padding:10px 0;border-bottom:1px solid var(--line);color:var(--mocha);font-size:14px;font-weight:650}.info-banner{display:grid;grid-template-columns:1fr auto;gap:26px;align-items:center;padding:30px 32px;border-radius:24px;background:var(--espresso);color:#fff}.info-banner h2{margin:0;font-size:32px;line-height:1.05;letter-spacing:-.035em}.info-banner p{max-width:650px;margin:8px 0 0;color:rgba(255,255,255,.68);font-size:14px;line-height:1.55}.info-banner .btn.soft{background:#fff;border-color:#fff;color:var(--espresso)}
/* menu page */
.menu-hero{background:#fff;padding:48px 0 58px}.menu-hero-inner{display:grid;grid-template-columns:.8fr 1.2fr;gap:46px;align-items:center}.menu-hero-copy{max-width:560px}.menu-photo-strip{display:grid;grid-template-columns:1.2fr .8fr;grid-template-rows:1fr 1fr;gap:12px;min-height:500px}.menu-strip-photo{overflow:hidden;border-radius:22px;box-shadow:0 10px 28px rgba(52,40,33,.06)}.menu-strip-large{grid-row:1/-1}.menu-strip-photo img{width:100%;height:100%;object-fit:cover}.menu-categories{padding:76px 0 84px;background:#faf8f4}.menu-categories-head{display:flex;justify-content:space-between;gap:36px;align-items:end;margin-bottom:28px}.menu-categories-head>p{max-width:420px;margin:0;color:var(--muted);font-size:15px;line-height:1.65}.menu-category-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.menu-category-card{display:grid;grid-template-columns:.9fr 1.1fr;min-height:330px;overflow:hidden;border:1px solid var(--line);border-radius:24px;background:#fff}.menu-category-image{min-height:330px;overflow:hidden}.menu-category-image img{width:100%;height:100%;object-fit:cover}.menu-category-content{display:flex;flex-direction:column;padding:28px 26px}.menu-category-number{margin-bottom:32px;color:var(--sage);font-size:11px;font-weight:800}.menu-category-content h3{margin:0 0 10px;color:var(--espresso);font-size:28px;letter-spacing:-.035em}.menu-category-content p{margin:0;color:var(--muted);font-size:14px;line-height:1.62}.menu-category-content a{display:flex;align-items:center;justify-content:space-between;min-height:44px;margin-top:auto;padding-top:18px;color:var(--espresso);font-size:14px;font-weight:800;border-top:1px solid var(--line)}.menu-joe-band{padding:58px 0;background:#fff}.menu-joe-inner{display:flex;justify-content:space-between;align-items:center;gap:30px;padding:30px 32px;border-radius:24px;background:var(--espresso);color:#fff}.menu-joe-inner .section-kicker{color:#c9d0bb}.menu-joe-inner h2{max-width:690px;margin:0;font-size:32px;line-height:1.08;letter-spacing:-.035em}
/* contact/faq */
.contact-action-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.contact-action{display:flex;flex-direction:column;min-height:190px;padding:26px;border-radius:22px;border:1px solid var(--line);background:var(--paper)}.contact-action span{color:#586149;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.contact-action strong{margin-top:auto;color:var(--espresso);font-size:22px;line-height:1.15}.contact-action small{margin-top:8px;color:var(--muted);font-size:13px;line-height:1.45}.faq-stack{display:grid;gap:10px}.faq-stack details{border:1px solid var(--line);border-radius:16px;background:var(--paper);overflow:hidden}.faq-stack summary{cursor:pointer;list-style:none;padding:18px 20px;color:var(--espresso);font-size:16px;font-weight:750}.faq-stack summary::-webkit-details-marker{display:none}.faq-stack summary:after{content:"+";float:right;color:#586149;font-size:22px}.faq-stack details[open] summary:after{content:"–"}.faq-stack details p{margin:0;padding:0 20px 20px;color:var(--muted);font-size:14px;line-height:1.65}
/* legal */
.legal-wrap{max-width:860px;margin:auto}.legal-card{margin-top:26px;padding:30px;border:1px solid var(--line);border-radius:22px;background:var(--paper)}.legal-card h2{margin:28px 0 8px;color:var(--espresso);font-size:24px}.legal-card h2:first-child{margin-top:0}.legal-card p,.legal-card li{color:var(--muted);font-size:15px;line-height:1.7}.legal-card a{text-decoration:underline;text-underline-offset:3px}
/* footer */
footer{background:#241b17;color:#fff;padding:58px 0 24px}.footer-grid{display:grid;grid-template-columns:1.35fr .75fr .75fr 1fr;gap:42px}.footer-intro{max-width:340px}.footer-logo{display:flex;align-items:center;gap:12px;margin-bottom:16px;font-size:19px;font-weight:800}.footer-logo img{width:56px;height:56px;border-radius:50%;background:var(--paper)}.footer-intro p{margin:0;color:rgba(255,255,255,.68);font-size:15px;line-height:1.65}.footer-heading{margin:4px 0 8px;font-size:15px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.footer-links{display:grid;gap:0}.footer-links a{display:flex;align-items:center;min-height:40px;padding:5px 0;color:rgba(255,255,255,.78);font-size:17px;line-height:1.25}.footer-details{display:grid;gap:12px;color:rgba(255,255,255,.72);font-size:15px;line-height:1.55}.footer-details strong{color:#fff}.footer-order{display:inline-flex;align-items:center;min-height:48px;margin-top:18px;padding:12px 17px;border-radius:10px;background:var(--paper);color:var(--espresso);font-size:14px;font-weight:800}.footer-bottom{margin-top:46px;padding-top:20px;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;gap:18px}.footer-bottom-links{display:flex;flex-wrap:wrap;gap:18px}.footer-bottom a,.footer-bottom small{color:rgba(255,255,255,.5);font-size:13px}.footer-bottom a{display:inline-flex;align-items:center;min-height:40px}
.mobile-joe-bar{display:none}
@media(max-width:880px){
  .desktop-nav,.nav-cta{display:none}.mobile-menu{display:block}.nav{min-height:68px}.container{width:min(100% - 28px,1180px)}
  body{padding-bottom:calc(90px + env(safe-area-inset-bottom,0px))}
  .hero-shell,.inner-hero-grid,.menu-hero-inner,.content-grid{grid-template-columns:1fr}.hero-copy{padding:38px 22px 34px;max-width:none;margin:0}.display-title{font-size:58px}.hero-copy p{font-size:18px}.hero-photo{min-height:330px;margin:0 16px 22px;border-radius:24px}.location{left:16px;bottom:16px}.quick-wrap{padding:0 14px}.quick-grid{grid-template-columns:1fr 1fr}.quick-item{padding:18px 10px;border-right:0;border-bottom:1px solid var(--line)}.quick-item:nth-child(odd){border-right:1px solid var(--line)}.quick-item:nth-last-child(-n+2){border-bottom:0}
  .section,.page-section{padding:58px 0}.menu-layout{grid-template-columns:1fr}.feature-card{min-height:380px}.stack{grid-template-columns:1fr 1fr;grid-template-rows:auto}.stack-card{min-height:260px}.fresh-grid{grid-template-columns:1fr}.fresh-gallery{min-height:500px}.joe-app-card{grid-template-columns:1fr;gap:28px;padding:28px 22px}.app-actions{justify-content:flex-start}.joe-note{text-align:left}.story-card{grid-template-columns:1fr;padding:16px}.story-copy{padding:24px 8px 18px}.story-photo{min-height:320px}.visit-grid{grid-template-columns:1fr}
  .inner-hero{padding:38px 0 46px}.inner-photo{min-height:330px}.feature-list{grid-template-columns:1fr}.info-banner{grid-template-columns:1fr}.menu-hero{padding:34px 0 46px}.menu-photo-strip{min-height:430px}.menu-categories{padding:58px 0 64px}.menu-categories-head{display:block}.menu-categories-head>p{margin-top:14px}.menu-category-grid{grid-template-columns:1fr}.menu-category-card{min-height:0}.menu-category-image{min-height:300px}.menu-joe-inner{align-items:flex-start}
  .contact-action-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr;gap:34px 24px}.footer-intro{grid-column:1/-1;max-width:520px}.mobile-joe-bar{position:fixed;z-index:2000;left:max(12px,env(safe-area-inset-left,0px));right:max(12px,env(safe-area-inset-right,0px));bottom:max(12px,calc(env(safe-area-inset-bottom,0px) + 8px));display:flex;align-items:center;gap:11px;min-height:54px;padding:7px 10px;background:var(--joe-aa);color:#fff;border-radius:12px;box-shadow:0 12px 30px rgba(44,28,23,.22)}.mobile-joe-bar img{width:38px;height:38px;border-radius:9px;background:#fff}.mobile-joe-bar-copy{flex:1;display:flex;flex-direction:column;line-height:1.1}.mobile-joe-bar-copy small{font-size:10px;font-weight:700;opacity:.86;text-transform:uppercase;letter-spacing:.04em;margin-bottom:3px}.mobile-joe-bar-copy strong{font-size:14px}.mobile-joe-bar-arrow{font-size:22px;padding-right:4px}
}
@media(max-width:560px){
  body{font-size:16px}.brand span{display:block;font-size:17px}.brand img{width:50px;height:50px}.mobile-dropdown{position:fixed;top:calc(108px + env(safe-area-inset-top,0px));left:14px;right:14px;width:auto}.mobile-dropdown a{font-size:17px;padding:12px 13px}.display-title{font-size:52px}.inner-title{font-size:49px}.section-title{font-size:42px}.section-intro,.inner-lead{font-size:16px}.hero-copy p{font-size:17px}.eyebrow{font-size:12px}.btn{font-size:14px}.quick-item strong{font-size:15px}.quick-item span{font-size:13px}.stack{grid-template-columns:1fr}.stack-card{min-height:280px}.fresh-gallery{grid-template-columns:1fr 1fr;min-height:450px}.fresh-photo:first-child{grid-column:1/-1;grid-row:auto;min-height:250px}.fresh-photo:not(:first-child){min-height:190px}.joe-app-copy{grid-template-columns:1fr}.joe-app-logo{width:64px;height:64px}.app-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.store-badge{width:100%;height:50px}.menu-photo-strip{grid-template-columns:1fr 1fr;grid-template-rows:auto auto;min-height:0}.menu-strip-large{grid-column:1/-1;grid-row:auto;min-height:250px}.menu-strip-photo:not(.menu-strip-large){min-height:180px}.menu-category-card{grid-template-columns:1fr;border-radius:22px}.menu-category-image{min-height:240px}.menu-category-content{padding:22px 20px 18px}.menu-category-number{margin-bottom:18px}.menu-category-content h3{font-size:29px}.menu-category-content p{font-size:15px}.menu-category-content a{min-height:48px;font-size:15px}.menu-joe-inner{display:block;padding:26px 22px}.menu-joe-inner h2{font-size:28px}.menu-joe-inner .btn{margin-top:20px}.simple-list{grid-template-columns:1fr}.copy-block p{font-size:16px}.footer-grid{grid-template-columns:1fr;gap:28px}.footer-intro{grid-column:auto}.footer-links a{font-size:17px;min-height:40px;padding:5px 0}.footer-details{font-size:15px}.footer-bottom{display:block;margin-top:36px}.footer-bottom-links{margin-top:10px}.footer-bottom a{min-height:44px;font-size:13px}.legal-card{padding:24px 20px}
}
@supports (padding:max(0px)){@media(max-width:880px){.mobile-joe-bar{bottom:max(12px,calc(env(safe-area-inset-bottom,0px) + 8px))}}}

/* SociableKIT Facebook feed */
.social-frame .sk-ww-facebook-page-posts {
  width:100%;
  max-width:100%;
  overflow:hidden;
}
.social-frame iframe {
  max-width:100% !important;
}


/* CONTACT PAGE - NAMESPACED */

.contact-page-hero{background:var(--paper);padding:48px 0 54px}
.contact-page-hero-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:48px;align-items:center}
.contact-page-hero-copy{max-width:560px}
.contact-page-hero-copy .inner-title{font-size:clamp(54px,6.5vw,82px)}
.contact-page-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}
.contact-page-photo{position:relative;min-height:430px;border-radius:28px;overflow:hidden;box-shadow:0 14px 36px rgba(52,40,33,.08)}
.contact-page-photo img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}
.contact-page-location{position:absolute;left:18px;bottom:18px;background:rgba(255,253,249,.94);padding:10px 13px;border-radius:10px;font-size:12px;font-weight:800;color:var(--espresso);box-shadow:0 8px 24px rgba(0,0,0,.08)}

.contact-page-joe{background:var(--paper);padding:0 0 58px}
.contact-page-joe-card{display:grid;grid-template-columns:60px 1fr auto;gap:18px;align-items:center;padding:22px 24px;border:1px solid rgba(237,28,36,.16);border-radius:20px;background:#fff;box-shadow:0 10px 28px rgba(52,40,33,.05)}
.contact-page-joe-logo{width:60px;height:60px;object-fit:contain;border-radius:14px}
.contact-page-joe-kicker{color:#b51f25;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin-bottom:5px}
.contact-page-joe-copy h2{margin:0;color:var(--espresso);font-size:26px;line-height:1.05;letter-spacing:-.035em}
.contact-page-joe-copy p{margin:6px 0 0;color:var(--muted);font-size:13px;line-height:1.55;max-width:670px}
.contact-page-joe-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 16px;border-radius:10px;background:var(--joe-aa);color:#fff;font-size:13px;font-weight:800;white-space:nowrap}

.contact-page-main{background:#faf7f1;padding:72px 0}
.contact-page-main-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:16px;align-items:stretch}
.contact-page-panel{background:#fff;border:1px solid var(--line);border-radius:24px;padding:30px}
.contact-page-heading{margin:0 0 22px;color:var(--espresso);font-size:36px;line-height:1;letter-spacing:-.04em}
.contact-page-links{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.contact-page-links a{display:flex;flex-direction:column;justify-content:flex-end;min-height:125px;padding:16px;border-radius:15px;background:var(--cream)}
.contact-page-links span{margin-bottom:auto;color:#586149;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.contact-page-links strong{color:var(--espresso);font-size:17px;line-height:1.2;overflow-wrap:anywhere}
.contact-page-hours .hours-row{font-size:14px}
.contact-page-address{margin-top:20px;padding:16px;border-radius:14px;background:var(--sage-soft)}
.contact-page-address strong{display:block;color:var(--espresso);font-size:17px;line-height:1.35}
.contact-page-address span{display:block;margin-top:5px;color:#586149;font-size:12px}

.contact-page-cta{background:var(--paper);padding:66px 0 20px}
.contact-page-cta-inner{display:grid;grid-template-columns:1fr auto;gap:32px;align-items:center;background:var(--sage-soft);border-radius:22px;padding:30px 32px}
.contact-page-cta-inner h2{margin:0;color:var(--espresso);font-size:34px;line-height:1.05;letter-spacing:-.04em}
.contact-page-cta-inner p{margin:9px 0 0;max-width:650px;color:#586149;font-size:14px;line-height:1.6}
.contact-page-cta-actions{display:flex;gap:10px;flex-wrap:wrap}

@media(max-width:880px){
  .contact-page-hero-grid,.contact-page-main-grid{grid-template-columns:1fr}
  .contact-page-hero{padding:36px 0 44px}
  .contact-page-photo{min-height:330px;border-radius:24px}
  .contact-page-joe-card{grid-template-columns:54px 1fr}.contact-page-joe-logo{width:54px;height:54px}.contact-page-joe-btn{grid-column:1/-1;width:100%}
  .contact-page-main{padding:56px 0}
  .contact-page-cta{padding-top:54px}
  .contact-page-cta-inner{grid-template-columns:1fr;gap:20px}
}
@media(max-width:560px){
  .contact-page-hero-copy .inner-title{font-size:49px}
  .contact-page-actions{display:grid;grid-template-columns:1fr 1fr}.contact-page-actions .btn:first-child{grid-column:1/-1}
  .contact-page-photo{min-height:280px;border-radius:22px}
  .contact-page-links{grid-template-columns:1fr}.contact-page-links a{min-height:105px}
  .contact-page-panel{padding:24px 20px;border-radius:20px}
  .contact-page-heading{font-size:33px}
  .contact-page-cta-inner{padding:25px 20px;border-radius:20px}.contact-page-cta-inner h2{font-size:30px}
  .contact-page-cta-actions{display:grid;grid-template-columns:1fr 1fr}
}


/* ================================================================
   FULL-SCREEN MOBILE NAVIGATION
   ================================================================ */
@media (max-width:880px){
  .mobile-menu{
    display:block;
    position:static;
  }
  .mobile-menu summary{
    position:relative;
    z-index:3200;
  }
  .mobile-menu[open] summary{
    position:fixed;
    top:calc(12px + env(safe-area-inset-top,0px));
    right:max(14px,env(safe-area-inset-right,0px));
    background:#fff;
    box-shadow:0 10px 30px rgba(52,40,33,.12);
  }
  .mobile-dropdown{
    position:fixed;
    z-index:3000;
    inset:0;
    width:100%;
    height:100vh;
    height:100dvh;
    padding:
      calc(92px + env(safe-area-inset-top,0px))
      max(24px,env(safe-area-inset-right,0px))
      calc(28px + env(safe-area-inset-bottom,0px))
      max(24px,env(safe-area-inset-left,0px));
    border:0;
    border-radius:0;
    background:var(--paper);
    box-shadow:none;
    overflow-y:auto;
    animation:fitfuelMenuIn .22s ease-out both;
  }
  @keyframes fitfuelMenuIn{
    from{transform:translateX(100%);opacity:.7}
    to{transform:translateX(0);opacity:1}
  }
  body:has(.mobile-menu[open]){
    overflow:hidden;
  }
  .mobile-nav-label{
    margin-bottom:20px;
    color:var(--sage-dark);
    font-size:12px;
    font-weight:800;
    letter-spacing:.1em;
    text-transform:uppercase;
  }
  .mobile-nav-links{
    display:grid;
    gap:0;
  }
  .mobile-dropdown .mobile-nav-links a{
    min-height:58px;
    padding:11px 0;
    border-bottom:1px solid var(--line);
    border-radius:0;
    color:var(--espresso);
    font-size:28px;
    line-height:1;
    font-weight:800;
    letter-spacing:-.035em;
  }
  .mobile-dropdown .mobile-nav-links a:hover{
    background:transparent;
  }
  .mobile-dropdown .mobile-nav-links a span{
    color:var(--sage);
    font-size:22px;
    font-weight:500;
  }
  .mobile-nav-actions{
    display:grid;
    gap:10px;
    margin-top:26px;
    padding-top:4px;
  }
  .mobile-dropdown .mobile-contact-action,
  .mobile-dropdown .mobile-order{
    min-height:68px;
    margin:0;
    padding:12px 14px;
    border-radius:12px !important;
    border:1px solid var(--line);
    justify-content:flex-start;
  }
  .mobile-contact-action{
    background:var(--sage-soft);
    color:var(--espresso);
  }
  .mobile-nav-action-copy{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    line-height:1.15;
  }
  .mobile-nav-action-copy strong{
    font-size:16px;
    font-weight:800;
  }
  .mobile-nav-action-copy small{
    margin-top:4px;
    color:var(--muted);
    font-size:11px;
    font-weight:650;
  }
  .mobile-dropdown .mobile-order{
    gap:11px;
    background:var(--joe-aa);
    color:#fff;
  }
  .mobile-order img{
    width:43px;
    height:43px;
    border-radius:10px;
    background:#fff;
    object-fit:contain;
  }
  .mobile-order .mobile-nav-action-copy small{
    color:rgba(255,255,255,.78);
  }
  .mobile-nav-footer{
    margin-top:22px;
    color:var(--muted);
    font-size:12px;
    line-height:1.5;
  }
}

/* ================================================================
   MOBILE HERO VARIETY
   Same brand system, different composition by page
   ================================================================ */
@media(max-width:880px){
  /* About: image first, editorial card below */
  .about-hero{
    padding:24px 0 46px;
    background:#fff;
  }
  .about-hero .inner-hero-grid{
    gap:0;
  }
  .about-hero .inner-photo{
    order:-1;
    min-height:290px;
    margin:0 8px;
    border-radius:26px;
  }
  .about-hero .inner-hero-copy{
    position:relative;
    z-index:2;
    margin:-24px 0 0;
    padding:30px 22px 4px;
    border-radius:24px 24px 0 0;
    background:var(--paper);
  }

  /* Grab + Go: photo first, then soft sage copy card */
  .grab-hero{
    padding:24px 0 46px;
    background:#fff;
  }
  .grab-hero .inner-hero-grid{
    gap:14px;
  }
  .grab-hero .inner-photo{
    order:-1;
    min-height:300px;
    border-radius:26px;
  }
  .grab-hero .inner-hero-copy{
    max-width:none;
    padding:28px 22px;
    border-radius:24px;
    background:var(--sage-soft);
  }

  /* Catering: warm full-width panel with image below */
  .catering-hero{
    padding:36px 0 24px;
    background:var(--cream);
  }
  .catering-hero .inner-hero-copy{
    max-width:none;
    padding:0 6px 10px;
  }
  .catering-hero .inner-photo{
    min-height:280px;
    margin-top:4px;
    border-radius:26px 26px 10px 10px;
  }
  .catering-hero .actions{
    display:grid;
    grid-template-columns:1fr 1fr;
  }

  /* Contact: text/actions first, photo acts as location card */
  .contact-page-hero{
    padding:32px 0 42px;
  }
  .contact-page-hero-grid{
    gap:22px;
  }
  .contact-page-photo{
    min-height:270px;
  }

  /* Menu keeps its collage identity and does not reuse inner-hero pattern */
  .menu-hero{
    padding-top:28px;
  }
}

@media(max-width:560px){
  .mobile-dropdown .mobile-nav-links a{
    min-height:56px;
    font-size:27px;
  }
  .about-hero .inner-title,
  .grab-hero .inner-title,
  .catering-hero .inner-title{
    font-size:48px;
  }
  .catering-hero .actions{
    grid-template-columns:1fr;
  }
}


/* ================================================================
   V22: DISTINCT INNER-PAGE HEROES
   ================================================================ */

/* ---------------- Grab + Go: visual first ---------------- */
.grab-hero-v2{
  width:100%;
  padding:52px 0 66px;
  background:#fff;
}
.grab-hero-v2-grid{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr);
  gap:58px;
  align-items:center;
}
.grab-hero-media{
  position:relative;
  min-height:590px;
  padding:0 46px 46px 0;
}
.grab-main-photo{
  position:absolute;
  inset:0 46px 46px 0;
  overflow:hidden;
  border-radius:30px;
  box-shadow:0 16px 42px rgba(52,40,33,.09);
}
.grab-main-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.grab-float-photo{
  position:absolute;
  z-index:2;
  right:0;
  bottom:0;
  width:220px;
  height:220px;
  overflow:hidden;
  border:10px solid #fff;
  border-radius:26px;
  background:#fff;
  box-shadow:0 14px 34px rgba(52,40,33,.13);
}
.grab-float-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.grab-float-photo span{
  position:absolute;
  left:12px;
  bottom:12px;
  padding:7px 9px;
  border-radius:8px;
  background:rgba(255,253,249,.94);
  color:var(--espresso);
  font-size:11px;
  font-weight:800;
}
.grab-hero-copy-v2{
  max-width:520px;
}
.grab-hero-copy-v2 h1{
  margin:0;
  color:var(--espresso);
  font-size:clamp(54px,6vw,82px);
  line-height:.94;
  font-weight:800;
  letter-spacing:-.055em;
}
.grab-hero-copy-v2 p{
  margin:22px 0 0;
  color:var(--muted);
  font-size:17px;
  line-height:1.7;
}

/* ---------------- Catering: dark event hero ---------------- */
.catering-hero-v2{
  width:100%;
  padding:62px 0;
  background:var(--espresso);
  color:#fff;
}
.catering-hero-v2-grid{
  display:grid;
  grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);
  gap:58px;
  align-items:center;
}
.catering-hero-copy-v2{
  max-width:570px;
}
.catering-eyebrow{
  margin-bottom:18px;
  color:#d7dfc8;
  font-size:11px;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.catering-hero-copy-v2 h1{
  margin:0;
  color:#fff;
  font-size:clamp(60px,7vw,92px);
  line-height:.9;
  font-weight:800;
  letter-spacing:-.055em;
}
.catering-hero-copy-v2 p{
  max-width:520px;
  margin:24px 0 0;
  color:rgba(255,255,255,.7);
  font-size:17px;
  line-height:1.68;
}
.catering-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:28px;
}
.catering-btn-light,
.catering-btn-outline{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 18px;
  border-radius:10px;
  font-size:13px;
  font-weight:800;
}
.catering-btn-light{
  background:#fff;
  color:var(--espresso);
}
.catering-btn-outline{
  border:1px solid rgba(255,255,255,.3);
  color:#fff;
}
.catering-note{
  margin-top:20px;
  color:rgba(255,255,255,.48);
  font-size:12px;
}
.catering-collage{
  display:grid;
  grid-template-columns:1.12fr .88fr;
  grid-template-rows:1fr 1fr;
  gap:12px;
  min-height:560px;
}
.catering-photo{
  overflow:hidden;
  border-radius:22px;
}
.catering-photo-large{
  grid-row:1 / -1;
  border-radius:28px;
}
.catering-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
}

/* ---------------- About: editorial + panoramic ---------------- */
.about-hero-v2{
  width:100%;
  padding:64px 0 72px;
  background:#fff;
}
.about-hero-copy-v2{
  max-width:830px;
  margin:0 auto 42px;
  text-align:center;
}
.about-hero-copy-v2 .eyebrow{
  margin-left:auto;
  margin-right:auto;
}
.about-hero-copy-v2 h1{
  margin:0;
  color:var(--espresso);
  font-size:clamp(58px,7vw,94px);
  line-height:.94;
  font-weight:800;
  letter-spacing:-.06em;
}
.about-hero-copy-v2 p{
  max-width:660px;
  margin:22px auto 0;
  color:var(--muted);
  font-size:17px;
  line-height:1.7;
}
.about-hero-actions{
  justify-content:center;
}
.about-hero-gallery{
  position:relative;
  display:grid;
  grid-template-columns:1.4fr .8fr .8fr;
  gap:12px;
  min-height:430px;
}
.about-photo{
  overflow:hidden;
  border-radius:22px;
  box-shadow:0 10px 30px rgba(52,40,33,.06);
}
.about-photo-wide{
  border-radius:28px;
}
.about-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.about-est-card{
  position:absolute;
  z-index:2;
  left:28px;
  bottom:-24px;
  width:160px;
  padding:18px;
  border-radius:18px;
  background:var(--sage-soft);
  box-shadow:0 12px 30px rgba(52,40,33,.1);
}
.about-est-card span,
.about-est-card small{
  display:block;
  color:#586149;
  font-size:10px;
  font-weight:750;
}
.about-est-card strong{
  display:block;
  margin:5px 0;
  color:var(--espresso);
  font-size:34px;
  line-height:1;
  letter-spacing:-.04em;
}

/* ---------------- Mobile: clearly different compositions ---------------- */
@media(max-width:880px){

  /* Grab + Go = image experience first */
  .grab-hero-v2{
    padding:22px 0 50px;
  }
  .grab-hero-v2-grid{
    display:flex;
    flex-direction:column;
    gap:34px;
  }
  .grab-hero-media{
    order:-1;
    width:100%;
    min-height:390px;
    padding:0 28px 38px 0;
  }
  .grab-main-photo{
    inset:0 28px 38px 0;
    border-radius:26px;
  }
  .grab-float-photo{
    width:145px;
    height:145px;
    border-width:7px;
    border-radius:20px;
  }
  .grab-hero-copy-v2{
    max-width:none;
    width:100%;
  }
  .grab-hero-copy-v2 h1{
    font-size:51px;
  }

  /* Catering = copy first on espresso, collage below */
  .catering-hero-v2{
    padding:42px 0 50px;
  }
  .catering-hero-v2-grid{
    grid-template-columns:1fr;
    gap:34px;
  }
  .catering-hero-copy-v2{
    max-width:none;
  }
  .catering-hero-copy-v2 h1{
    font-size:58px;
  }
  .catering-collage{
    min-height:390px;
  }

  /* About = centered story then horizontal image rhythm */
  .about-hero-v2{
    padding:42px 0 62px;
  }
  .about-hero-copy-v2{
    margin-bottom:30px;
    text-align:left;
  }
  .about-hero-copy-v2 .eyebrow{
    margin-left:0;
    margin-right:0;
  }
  .about-hero-copy-v2 h1{
    font-size:52px;
  }
  .about-hero-copy-v2 p{
    margin-left:0;
    margin-right:0;
  }
  .about-hero-actions{
    justify-content:flex-start;
  }
  .about-hero-gallery{
    grid-template-columns:1.28fr .72fr;
    grid-template-rows:245px 170px;
    min-height:0;
  }
  .about-photo-wide{
    grid-row:1 / -1;
  }
  .about-est-card{
    left:14px;
    bottom:-22px;
    width:145px;
  }
}

@media(max-width:560px){
  .grab-hero-media{
    min-height:340px;
  }
  .grab-hero-copy-v2 h1{
    font-size:47px;
  }
  .grab-hero-copy-v2 p{
    font-size:17px;
  }

  .catering-hero-copy-v2 h1{
    font-size:52px;
  }
  .catering-hero-copy-v2 p{
    font-size:17px;
  }
  .catering-hero-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
  }
  .catering-collage{
    grid-template-columns:1fr 1fr;
    grid-template-rows:230px 165px;
    min-height:0;
  }
  .catering-photo-large{
    grid-column:1 / -1;
    grid-row:auto;
  }

  .about-hero-copy-v2 h1{
    font-size:47px;
  }
  .about-hero-copy-v2 p{
    font-size:17px;
  }
  .about-hero-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
  }
  .about-hero-gallery{
    grid-template-columns:1fr 1fr;
    grid-template-rows:240px 160px;
  }
  .about-photo-wide{
    grid-column:1 / -1;
    grid-row:auto;
  }
  .about-est-card{
    bottom:-18px;
  }
}


/* ================================================================
   V23 PHOTO-LIBRARY CONTENT
   ================================================================ */

.fit-fuel-favorites{
  width:100%;
  padding:78px 0;
  background:#faf7f1;
}
.favorites-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:36px;
}
.favorites-head > p{
  max-width:430px;
  margin-bottom:4px;
}
.favorites-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  margin-top:28px;
}
.favorite-card{
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:22px;
  background:#fff;
}
.favorite-photo{
  aspect-ratio:1 / 1.08;
  overflow:hidden;
}
.favorite-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.favorite-copy{
  padding:19px;
}
.favorite-copy span{
  display:block;
  color:var(--espresso);
  font-size:18px;
  font-weight:800;
  letter-spacing:-.025em;
}
.favorite-copy p{
  margin:8px 0 0;
  color:var(--muted);
  font-size:13px;
  line-height:1.55;
}
.syrup-callout{
  display:grid;
  grid-template-columns:250px minmax(0,1fr);
  gap:30px;
  align-items:center;
  margin-top:16px;
  padding:16px;
  border-radius:22px;
  background:var(--sage-soft);
}
.syrup-photo{
  height:180px;
  overflow:hidden;
  border-radius:16px;
}
.syrup-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.syrup-callout h3{
  margin:0;
  color:var(--espresso);
  font-size:28px;
  letter-spacing:-.035em;
}
.syrup-callout p{
  margin:8px 0 0;
  max-width:650px;
  color:#586149;
  line-height:1.6;
}

.home-catering{
  width:100%;
  padding:78px 0;
  background:var(--sage-soft);
}
.home-catering-grid{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:46px;
  align-items:center;
}
.home-catering-photo{
  min-height:440px;
  overflow:hidden;
  border-radius:28px;
  box-shadow:0 14px 36px rgba(52,40,33,.08);
}
.home-catering-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.home-catering-copy p{
  color:#586149;
  font-size:16px;
  line-height:1.7;
}

.menu-category-grid-six{
  align-items:stretch;
}
.menu-syrup-feature{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:34px;
  align-items:center;
  margin-top:18px;
  padding:18px;
  border-radius:24px;
  background:var(--sage-soft);
}
.menu-syrup-photo{
  min-height:300px;
  overflow:hidden;
  border-radius:20px;
}
.menu-syrup-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.menu-syrup-copy{
  padding:16px 22px;
}
.menu-syrup-copy h2{
  margin:0;
  color:var(--espresso);
  font-size:38px;
  letter-spacing:-.04em;
}
.menu-syrup-copy p{
  margin:12px 0 0;
  color:#586149;
  line-height:1.65;
}

.grab-showcase{
  width:100%;
  padding:76px 0;
  background:#faf7f1;
}
.grab-showcase-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}
.grab-showcase-grid article{
  overflow:hidden;
  border-radius:22px;
  border:1px solid var(--line);
  background:#fff;
}
.grab-showcase-grid article > img{
  width:100%;
  aspect-ratio:1 / 1.05;
  object-fit:cover;
}
.grab-showcase-grid article > div{
  padding:18px;
}
.grab-showcase-grid h3{
  margin:0;
  color:var(--espresso);
  font-size:20px;
  letter-spacing:-.025em;
}
.grab-showcase-grid p{
  margin:7px 0 0;
  color:var(--muted);
  font-size:13px;
  line-height:1.55;
}

.catering-gallery-section{
  width:100%;
  padding:76px 0;
  background:#faf7f1;
}
.catering-gallery-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}
.catering-gallery-grid figure{
  margin:0;
  overflow:hidden;
  border-radius:22px;
  background:#fff;
  border:1px solid var(--line);
}
.catering-gallery-grid img{
  width:100%;
  aspect-ratio:1 / 1;
  object-fit:cover;
}
.catering-gallery-grid figcaption{
  padding:14px 16px;
  color:var(--espresso);
  font-size:14px;
  font-weight:750;
}

@media(max-width:880px){
  .favorites-head{
    display:block;
  }
  .favorites-head > p{
    margin-top:14px;
  }
  .favorites-grid{
    grid-template-columns:1fr 1fr;
  }
  .syrup-callout{
    grid-template-columns:1fr;
  }
  .syrup-photo{
    height:250px;
  }
  .home-catering-grid{
    grid-template-columns:1fr;
    gap:28px;
  }
  .home-catering-photo{
    min-height:340px;
  }
  .menu-syrup-feature{
    grid-template-columns:1fr;
    gap:12px;
  }
  .menu-syrup-photo{
    min-height:260px;
  }
  .grab-showcase-grid,
  .catering-gallery-grid{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:560px){
  .fit-fuel-favorites,
  .home-catering,
  .grab-showcase,
  .catering-gallery-section{
    padding:56px 0;
  }
  .favorites-grid{
    grid-template-columns:1fr 1fr;
    gap:10px;
  }
  .favorite-copy{
    padding:15px;
  }
  .favorite-copy span{
    font-size:16px;
  }
  .favorite-copy p{
    font-size:12px;
  }
  .syrup-callout{
    margin-top:12px;
    padding:12px;
    border-radius:20px;
  }
  .syrup-photo{
    height:220px;
  }
  .syrup-callout h3{
    font-size:26px;
  }
  .home-catering-photo{
    min-height:290px;
    border-radius:22px;
  }
  .menu-syrup-copy{
    padding:12px 8px 8px;
  }
  .menu-syrup-copy h2{
    font-size:31px;
  }
  .grab-showcase-grid,
  .catering-gallery-grid{
    grid-template-columns:1fr 1fr;
    gap:10px;
  }
  .grab-showcase-grid article > div{
    padding:14px;
  }
  .grab-showcase-grid h3{
    font-size:17px;
  }
  .catering-gallery-grid figcaption{
    padding:12px;
    font-size:13px;
  }
}


/* ================================================================
   V24 LOCKED PHOTO MAP
   ================================================================ */

.menu-secondary-showcase{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin:18px 0;
}
.menu-secondary-showcase article{
  display:grid;
  grid-template-columns:170px 1fr;
  gap:18px;
  align-items:center;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:20px;
  background:#fff;
}
.menu-secondary-showcase img{
  width:100%;
  height:150px;
  object-fit:cover;
}
.menu-secondary-showcase article > div{
  padding:16px 18px 16px 0;
}
.menu-secondary-showcase span{
  display:block;
  color:var(--espresso);
  font-size:18px;
  font-weight:800;
  letter-spacing:-.025em;
}
.menu-secondary-showcase p{
  margin:6px 0 0;
  color:var(--muted);
  font-size:13px;
  line-height:1.55;
}

.grab-detail-strip{
  width:100%;
  padding:70px 0;
  background:#fff;
}
.grab-detail-strip-grid{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:42px;
  align-items:center;
}
.grab-detail-image{
  min-height:320px;
  overflow:hidden;
  border-radius:24px;
}
.grab-detail-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.grab-detail-copy p{
  max-width:620px;
  color:var(--muted);
  line-height:1.7;
}

.catering-energy-feature{
  width:100%;
  padding:72px 0;
  background:var(--sage-soft);
}
.catering-energy-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:44px;
  align-items:center;
}
.catering-energy-photo{
  min-height:390px;
  overflow:hidden;
  border-radius:26px;
}
.catering-energy-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.catering-energy-copy p{
  max-width:580px;
  color:#586149;
  line-height:1.7;
}

.about-space-feature{
  width:100%;
  padding:76px 0;
  background:#faf7f1;
}
.about-space-grid{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:44px;
  align-items:center;
}
.about-space-photo{
  min-height:430px;
  overflow:hidden;
  border-radius:28px;
}
.about-space-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.about-space-copy p{
  color:var(--muted);
  line-height:1.7;
}

@media(max-width:880px){
  .menu-secondary-showcase{
    grid-template-columns:1fr;
  }
  .grab-detail-strip-grid,
  .catering-energy-grid,
  .about-space-grid{
    grid-template-columns:1fr;
  }
  .grab-detail-image,
  .catering-energy-photo,
  .about-space-photo{
    min-height:300px;
  }
}

@media(max-width:560px){
  .menu-secondary-showcase article{
    grid-template-columns:120px 1fr;
  }
  .menu-secondary-showcase img{
    height:130px;
  }
  .grab-detail-strip,
  .catering-energy-feature,
  .about-space-feature{
    padding:54px 0;
  }
  .grab-detail-image,
  .catering-energy-photo,
  .about-space-photo{
    min-height:250px;
    border-radius:22px;
  }
}


/* ================================================================
   V27 SEO / AEO / GEO CONTENT LAYERS
   ================================================================ */



.local-answer-section{
  width:100%;padding:64px 0;background:#fff;
  border-top:1px solid var(--line);border-bottom:1px solid var(--line)
}
.local-answer-head{
  display:grid;grid-template-columns:1fr .8fr;gap:48px;align-items:end
}
.local-answer-head>p{margin:0;color:var(--muted);line-height:1.7}
.local-answer-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:28px
}
.local-answer-grid article{padding:20px;border-radius:18px;background:#f6f1e8}
.local-answer-grid span{display:block;color:var(--espresso);font-size:16px;font-weight:800}
.local-answer-grid p{margin:7px 0 0;color:var(--muted);font-size:13px;line-height:1.55}
.local-answer-link{margin-top:18px}
.local-answer-link a{color:var(--espresso);font-size:14px;font-weight:800}

.answer-hero{width:100%;padding:72px 0 54px;background:#faf7f1}
.answer-hero-inner{max-width:820px}
.answer-section{width:100%;padding:72px 0;background:#fff}
.answer-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:56px;align-items:start}
.answer-intro{position:sticky;top:118px}
.answer-intro p{color:var(--muted);line-height:1.7}
.answer-list{display:grid;gap:10px}
.answer-card{padding:22px;border:1px solid var(--line);border-radius:18px;background:#fffdf9}
.answer-card h3{margin:0;color:var(--espresso);font-size:19px;letter-spacing:-.02em}
.answer-card p{margin:8px 0 0;color:var(--muted);line-height:1.65}

.local-entity-section{width:100%;padding:0 0 76px;background:#fff}
.local-entity-card{
  display:flex;align-items:center;justify-content:space-between;gap:32px;
  padding:30px;border-radius:24px;background:var(--sage-soft)
}
.local-entity-card h2{margin:0;color:var(--espresso);font-size:31px;letter-spacing:-.035em}
.local-entity-card p{margin:8px 0 0;color:#586149;line-height:1.65}
.local-entity-actions{display:flex;gap:10px;flex-wrap:wrap}

.protein-hero{width:100%;padding:54px 0 68px;background:#faf7f1}
.protein-hero-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:52px;align-items:center}
.protein-hero-copy h1{
  margin:0;color:var(--espresso);font-size:clamp(54px,6.2vw,88px);
  line-height:.94;letter-spacing:-.055em
}
.protein-hero-copy p{
  margin:22px 0 0;max-width:580px;color:var(--muted);font-size:17px;line-height:1.7
}
.protein-hero-photo{
  min-height:560px;overflow:hidden;border-radius:30px;
  box-shadow:0 16px 42px rgba(52,40,33,.09)
}
.protein-hero-photo img{width:100%;height:100%;object-fit:cover}

.protein-answer-section{width:100%;padding:76px 0;background:#fff}
.protein-answer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.protein-answer-card{
  overflow:hidden;border:1px solid var(--line);border-radius:22px;background:#fff
}
.protein-answer-card img{width:100%;aspect-ratio:1 / 1.03;object-fit:cover}
.protein-answer-card>div{padding:19px}
.protein-answer-card h3{margin:0;color:var(--espresso);font-size:21px;letter-spacing:-.025em}
.protein-answer-card p{margin:8px 0 0;color:var(--muted);font-size:13px;line-height:1.6}

.protein-local-section{width:100%;padding:0 0 76px;background:#fff}
.protein-local-card{
  display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center;
  padding:30px;border-radius:24px;background:var(--sage-soft)
}
.protein-local-card h2{margin:0;color:var(--espresso);font-size:34px;letter-spacing:-.04em}
.protein-local-card p{margin:10px 0 0;max-width:760px;color:#586149;line-height:1.65}

@media(max-width:880px){
  .local-answer-head,.answer-layout,.protein-hero-grid{grid-template-columns:1fr}
  .local-answer-grid,.protein-answer-grid{grid-template-columns:1fr 1fr}
  .answer-intro{position:static}
  .local-entity-card,.protein-local-card{display:block}
  .local-entity-actions,.protein-local-card .actions{margin-top:20px}
  .protein-hero-photo{min-height:420px}
}

@media(max-width:560px){
  .local-answer-section,.answer-section,.protein-answer-section{padding:54px 0}
  .answer-hero{padding:48px 0 38px}
  .local-answer-grid,.protein-answer-grid{grid-template-columns:1fr}
  .local-entity-card,.protein-local-card{padding:22px;border-radius:20px}
  .local-entity-card h2,.protein-local-card h2{font-size:28px}
  .protein-hero{padding:34px 0 52px}
  .protein-hero-copy h1{font-size:50px}
  .protein-hero-photo{min-height:340px;border-radius:24px}
}


/* ================================================================
   V28 SEARCH LANDING PAGES
   ================================================================ */

.seo-explore-cluster{
  width:100%;
  padding:68px 0;
  background:#f6f1e8;
}
.seo-explore-head{
  display:grid;
  grid-template-columns:1fr .75fr;
  gap:42px;
  align-items:end;
}
.seo-explore-head>p{
  margin:0;
  color:var(--muted);
  line-height:1.7;
}
.seo-explore-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin-top:28px;
}
.seo-explore-grid a{
  position:relative;
  min-height:116px;
  padding:20px 44px 20px 20px;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fffdf9;
  color:var(--espresso);
}
.seo-explore-grid span{
  display:block;
  font-size:18px;
  font-weight:800;
  letter-spacing:-.025em;
}
.seo-explore-grid small{
  display:block;
  margin-top:6px;
  color:var(--muted);
  font-size:12px;
  line-height:1.45;
}
.seo-explore-grid b{
  position:absolute;
  right:18px;
  top:18px;
  font-size:20px;
}

.seo-food-hero,
.energy-seo-hero,
.sourdough-seo-hero{
  width:100%;
  padding:54px 0 68px;
  background:#faf7f1;
}
.seo-food-hero-grid,
.energy-seo-grid,
.sourdough-seo-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:52px;
  align-items:center;
}
.lunch-seo-hero{
  background:#fff;
}
.seo-food-hero-copy h1,
.energy-seo-copy h1,
.sourdough-seo-copy h1{
  margin:0;
  color:var(--espresso);
  font-size:clamp(52px,6vw,84px);
  line-height:.95;
  letter-spacing:-.055em;
}
.seo-food-hero-copy>p,
.energy-seo-copy>p,
.sourdough-seo-copy>p{
  margin:22px 0 0;
  max-width:610px;
  color:var(--muted);
  font-size:17px;
  line-height:1.7;
}
.seo-food-hero-photo,
.energy-seo-photo,
.sourdough-seo-photo{
  min-height:550px;
  overflow:hidden;
  border-radius:30px;
  box-shadow:0 16px 42px rgba(52,40,33,.09);
}
.seo-food-hero-photo img,
.energy-seo-photo img,
.sourdough-seo-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.seo-fact-line{
  margin-top:20px;
  padding-top:16px;
  border-top:1px solid var(--line);
  color:var(--muted);
  font-size:12px;
  line-height:1.55;
}

.seo-answer-band,
.energy-feature-section{
  width:100%;
  padding:76px 0;
  background:#fff;
}
.seo-answer-band.alt{
  background:#f6f1e8;
}
.sourdough-band{
  background:#fff;
}
.seo-offering-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.seo-offering-card{
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:22px;
  background:#fff;
}
.seo-offering-card img{
  width:100%;
  aspect-ratio:1/1.05;
  object-fit:cover;
}
.seo-offering-card>div{
  padding:19px;
}
.seo-offering-card h3{
  margin:0;
  color:var(--espresso);
  font-size:20px;
  letter-spacing:-.025em;
}
.seo-offering-card p{
  margin:8px 0 0;
  color:var(--muted);
  font-size:13px;
  line-height:1.6;
}

.seo-direct-answers{
  width:100%;
  padding:66px 0;
  background:#f6f1e8;
}
.seo-direct-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}
.seo-direct-grid article{
  padding:22px;
  border-radius:18px;
  background:#fffdf9;
  border:1px solid var(--line);
}
.seo-direct-grid h2{
  margin:0;
  color:var(--espresso);
  font-size:18px;
  letter-spacing:-.02em;
}
.seo-direct-grid p{
  margin:8px 0 0;
  color:var(--muted);
  font-size:13px;
  line-height:1.65;
}

.seo-related-links{
  width:100%;
  padding:70px 0;
  background:#fff;
}
.seo-related-inner{
  display:grid;
  grid-template-columns:.7fr 1.3fr;
  gap:48px;
  align-items:start;
}
.seo-related-inner h2{
  margin:0;
  color:var(--espresso);
  font-size:34px;
  letter-spacing:-.04em;
}
.seo-related-list{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}
.seo-related-list a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:58px;
  padding:0 16px;
  border:1px solid var(--line);
  border-radius:12px;
  color:var(--espresso);
  font-size:14px;
  font-weight:800;
}
.seo-related-list span{
  font-size:18px;
}

.energy-seo-hero{
  background:var(--sage-soft);
}
.energy-feature-grid{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:48px;
  align-items:center;
}
.energy-feature-photo{
  min-height:460px;
  overflow:hidden;
  border-radius:28px;
}
.energy-feature-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.energy-feature-copy>p{
  color:var(--muted);
  line-height:1.7;
}
.seo-mini-answers{
  display:grid;
  gap:8px;
  margin-top:20px;
}
.seo-mini-answers div{
  padding:13px 15px;
  border-radius:12px;
  background:#f6f1e8;
}
.seo-mini-answers strong,
.seo-mini-answers span{
  display:block;
}
.seo-mini-answers span{
  margin-top:3px;
  color:var(--muted);
  font-size:12px;
}

.sourdough-seo-hero{
  background:#fff;
}
.sourdough-seo-photo{
  transform:rotate(-1.1deg);
}

@media(max-width:880px){
  .seo-explore-head,
  .seo-food-hero-grid,
  .energy-seo-grid,
  .sourdough-seo-grid,
  .energy-feature-grid,
  .seo-related-inner{
    grid-template-columns:1fr;
  }
  .seo-explore-grid,
  .seo-offering-grid,
  .seo-direct-grid{
    grid-template-columns:1fr 1fr;
  }
  .lunch-seo-hero .seo-food-hero-photo{
    order:2;
  }
  .seo-food-hero-photo,
  .energy-seo-photo,
  .sourdough-seo-photo{
    min-height:410px;
  }
  .energy-feature-photo{
    min-height:360px;
  }
}

@media(max-width:560px){
  .seo-explore-cluster,
  .seo-answer-band,
  .energy-feature-section,
  .seo-direct-answers,
  .seo-related-links{
    padding:54px 0;
  }
  .seo-explore-grid,
  .seo-offering-grid,
  .seo-direct-grid,
  .seo-related-list{
    grid-template-columns:1fr;
  }
  .seo-food-hero,
  .energy-seo-hero,
  .sourdough-seo-hero{
    padding:36px 0 52px;
  }
  .seo-food-hero-copy h1,
  .energy-seo-copy h1,
  .sourdough-seo-copy h1{
    font-size:48px;
  }
  .seo-food-hero-photo,
  .energy-seo-photo,
  .sourdough-seo-photo{
    min-height:340px;
    border-radius:24px;
  }
  .energy-feature-photo{
    min-height:300px;
    border-radius:22px;
  }
}


/* V30 ACCESSIBILITY */
.keyboard-skip{
  position:fixed;z-index:10000;left:-10000px;top:12px;width:1px;height:1px;
  overflow:hidden;padding:0;border:0;background:#fff;color:#241b17
}
.keyboard-skip:focus,.keyboard-skip:focus-visible{
  left:12px;width:auto;height:auto;overflow:visible;padding:12px 16px;
  border:2px solid #241b17;border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,.18);
  font-size:15px;font-weight:800
}
:where(a,button,summary,input,select,textarea,[tabindex]):focus-visible{
  outline:3px solid #075fb8;outline-offset:3px
}
:where(a,button,summary,input,select,textarea,[tabindex]):focus:not(:focus-visible){outline:none}
.legal-card a,.section-intro a,.inner-lead a,.copy-block p a,.answer-card p a{
  text-decoration:underline;text-decoration-thickness:.08em;text-underline-offset:.16em
}
.mobile-nav-links a[aria-current="page"]{text-decoration:underline;text-underline-offset:4px}
@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{
    scroll-behavior:auto!important;animation-duration:.01ms!important;
    animation-iteration-count:1!important;transition-duration:.01ms!important
  }
  .btn:hover,.nav-cta:hover{transform:none}
}
body{overflow-wrap:break-word}
button,a{-webkit-tap-highlight-color:rgba(52,40,33,.14)}


/* ================================================================
   V31 GALLERY
   ================================================================ */

.home-gallery{
  width:100%;
  padding:78px 0;
  background:#faf7f1;
}
.home-gallery-head{
  display:grid;
  grid-template-columns:1fr .72fr;
  gap:44px;
  align-items:end;
}
.home-gallery-head-copy p{
  margin:0;
  color:var(--muted);
  font-size:15px;
  line-height:1.7;
}
.home-gallery-head-copy a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-top:14px;
  color:var(--espresso);
  font-size:14px;
  font-weight:800;
}
.home-gallery-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr .95fr;
  grid-template-rows:245px 245px;
  gap:12px;
  margin-top:28px;
}
.home-gallery-photo{
  margin:0;
  overflow:hidden;
  border-radius:22px;
  background:var(--cream);
  box-shadow:0 10px 28px rgba(52,40,33,.06);
}
.home-gallery-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.home-gallery-tall{
  grid-row:1 / -1;
}
.home-gallery-wide{
  grid-column:2 / -1;
}
.home-gallery-mobile-link{
  display:none;
}

.gallery-hero{
  width:100%;
  padding:58px 0 54px;
  background:var(--cream);
}
.gallery-hero-inner{
  max-width:820px;
}
.gallery-section{
  width:100%;
  padding:64px 0 78px;
  background:#fff;
}
.gallery-grid{
  display:grid;
  grid-template-columns:repeat(12,minmax(0,1fr));
  grid-auto-rows:138px;
  gap:14px;
}
.gallery-item{
  position:relative;
  margin:0;
  overflow:hidden;
  border-radius:24px;
  background:var(--cream);
  box-shadow:0 10px 28px rgba(52,40,33,.06);
}
.gallery-item::after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:38%;
  background:linear-gradient(180deg,rgba(35,28,24,0),rgba(35,28,24,.62));
  pointer-events:none;
}
.gallery-item img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.gallery-item figcaption{
  position:absolute;
  z-index:2;
  left:15px;
  bottom:13px;
  color:#fff;
  font-size:13px;
  font-weight:800;
  letter-spacing:.01em;
}
.gallery-item-a{grid-column:span 7;grid-row:span 3}
.gallery-item-b{grid-column:span 5;grid-row:span 2}
.gallery-item-c{grid-column:span 5;grid-row:span 2}
.gallery-item-d{grid-column:span 4;grid-row:span 2}
.gallery-item-e{grid-column:span 4;grid-row:span 2}
.gallery-item-f{grid-column:span 4;grid-row:span 2}
.gallery-item-g{grid-column:span 5;grid-row:span 3}
.gallery-item-h{grid-column:span 7;grid-row:span 3}
.gallery-item-i{grid-column:span 6;grid-row:span 2}
.gallery-item-j{grid-column:span 6;grid-row:span 2}

.gallery-cta{
  width:100%;
  padding:0 0 78px;
  background:#fff;
}
.gallery-cta-card{
  display:grid;
  grid-template-columns:1fr auto;
  gap:32px;
  align-items:center;
  padding:30px 32px;
  border-radius:24px;
  background:var(--sage-soft);
}
.gallery-cta-card h2{
  margin:0;
  color:var(--espresso);
  font-size:34px;
  line-height:1.05;
  letter-spacing:-.04em;
}
.gallery-cta-card p{
  max-width:700px;
  margin:9px 0 0;
  color:#586149;
  font-size:15px;
  line-height:1.65;
}

/* ================================================================
   V31 MOBILE RHYTHM + ALIGNMENT
   ================================================================ */

@media(max-width:880px){
  /* One mobile gutter across header, Home, Menu and all inner pages. */
  .container{
    width:min(calc(100% - 44px),1180px);
  }

  .hero-copy{
    padding-left:22px;
    padding-right:22px;
  }
  .hero-photo{
    margin-left:22px;
    margin-right:22px;
  }
  .quick-wrap{
    padding-left:22px;
    padding-right:22px;
  }

  /* Sticky Joe is intentionally hidden whenever the full-screen menu is open. */
  body.mobile-nav-open .mobile-joe-bar,
  body:has(.mobile-menu[open]) .mobile-joe-bar{
    display:none !important;
  }

  .home-gallery-head{
    grid-template-columns:1fr;
    gap:14px;
  }
  .home-gallery-grid{
    grid-template-columns:1fr 1fr;
    grid-template-rows:300px 205px 205px;
  }
  .home-gallery-tall{
    grid-row:1 / 3;
  }
  .home-gallery-wide{
    grid-column:1 / -1;
  }

  .gallery-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    grid-auto-rows:220px;
  }
  .gallery-item{
    grid-column:auto !important;
    grid-row:auto !important;
  }
  .gallery-item-a,
  .gallery-item-h{
    grid-column:1 / -1 !important;
    min-height:330px;
  }
  .gallery-cta-card{
    grid-template-columns:1fr;
  }
}

@media(max-width:560px){
  /*
   * Vertical rhythm:
   * less empty space between sections, while keeping enough separation
   * for readability and touch targets.
   */
  .section,
  .page-section,
  .fit-fuel-favorites,
  .home-catering,
  .home-gallery,
  .local-answer-section,
  .seo-explore-cluster,
  .answer-section,
  .protein-answer-section,
  .seo-answer-band,
  .energy-feature-section,
  .seo-direct-answers,
  .seo-related-links,
  .grab-detail-strip,
  .catering-energy-feature,
  .about-space-feature{
    padding-top:48px;
    padding-bottom:48px;
  }

  .section-header{
    margin-bottom:24px;
  }
  .favorites-grid,
  .seo-explore-grid,
  .home-gallery-grid{
    margin-top:22px;
  }

  .hero-copy{
    padding-top:34px;
    padding-bottom:28px;
  }
  .hero-photo{
    margin-bottom:18px;
  }

  .menu-hero{
    padding-top:34px;
    padding-bottom:40px;
  }
  .menu-categories{
    padding-top:48px;
    padding-bottom:54px;
  }

  .inner-hero,
  .contact-page-hero,
  .answer-hero,
  .gallery-hero{
    padding-top:34px;
    padding-bottom:40px;
  }

  .gallery-section{
    padding-top:42px;
    padding-bottom:52px;
  }
  .gallery-cta{
    padding-bottom:52px;
  }

  /* Slightly larger reading sizes on phones. */
  body{
    font-size:17px;
  }
  .section-intro,
  .inner-lead,
  .local-answer-head>p,
  .seo-explore-head>p,
  .home-gallery-head-copy p,
  .fresh-copy p,
  .home-catering-copy p,
  .answer-card p,
  .gallery-cta-card p{
    font-size:17px;
    line-height:1.65;
  }
  .copy-block p,
  .menu-category-content p,
  .favorite-copy p,
  .protein-answer-card p,
  .seo-offering-card p,
  .seo-direct-grid p,
  .local-answer-grid p{
    font-size:16px;
    line-height:1.6;
  }
  .quick-item strong{
    font-size:16px;
  }
  .quick-item span{
    font-size:14px;
    line-height:1.4;
  }
  .btn{
    font-size:15px;
  }
  .section-kicker{
    font-size:12px;
  }
  .card-copy p{
    font-size:14px;
    line-height:1.45;
  }
  .footer-intro p,
  .footer-details{
    font-size:16px;
  }
  .mobile-nav-action-copy strong{
    font-size:17px;
  }
  .mobile-nav-action-copy small{
    font-size:12px;
  }

  .home-gallery-grid{
    grid-template-columns:1fr 1fr;
    grid-template-rows:265px 170px 205px;
    gap:10px;
  }
  .home-gallery-tall{
    grid-row:1 / 3;
  }
  .home-gallery-head-copy>a{
    display:none;
  }
  .home-gallery-mobile-link{
    display:block;
    margin-top:18px;
  }

  .gallery-grid{
    grid-template-columns:1fr;
    grid-auto-rows:auto;
    gap:12px;
  }
  .gallery-item,
  .gallery-item-a,
  .gallery-item-h{
    grid-column:auto !important;
    min-height:0;
    aspect-ratio:4 / 5;
  }
  .gallery-item-b,
  .gallery-item-e{
    aspect-ratio:4 / 3;
  }
  .gallery-item figcaption{
    font-size:14px;
  }
  .gallery-cta-card{
    padding:24px 20px;
    border-radius:20px;
  }
  .gallery-cta-card h2{
    font-size:30px;
  }
}


/* ================================================================
   V32 MOBILE MENU + SOCIAL
   ================================================================ */

.nav-actions{
  display:flex;
  align-items:center;
  gap:10px;
}
.nav-social-icon{
  display:inline-flex;
  width:42px;
  height:42px;
  align-items:center;
  justify-content:center;
  border:1px solid var(--line);
  border-radius:50%;
  background:#fffdf9;
  color:#342821;
  transition:transform .18s ease,background .18s ease,border-color .18s ease;
}
.nav-social-icon svg{
  width:22px;
  height:22px;
}
.nav-social-icon:hover{
  transform:translateY(-1px);
  background:#f5f0e7;
  border-color:#cfc5b8;
}

.mobile-facebook{
  display:flex;
  align-items:center;
  gap:13px;
  min-height:68px;
  padding:12px 14px;
  border:1px solid #d9ddd1;
  border-radius:14px;
  background:#f4f6ef;
  color:var(--espresso);
}
.mobile-facebook:hover{
  background:#edf0e7;
}
.mobile-social-icon{
  display:inline-flex;
  flex:0 0 40px;
  width:40px;
  height:40px;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#342821;
  color:#fff;
}
.mobile-social-icon svg{
  width:22px;
  height:22px;
}

.footer-social{
  display:flex;
  justify-content:flex-start;
  margin-top:18px;
}
.footer-social a{
  display:inline-flex;
  width:42px;
  height:42px;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,.26);
  border-radius:50%;
  color:#fff;
}
.footer-social a:hover{
  background:rgba(255,255,255,.08);
}
.footer-social svg{
  width:22px;
  height:22px;
}

@media(max-width:880px){
  .nav-actions{
    display:none;
  }

  /* Bring the first menu item substantially closer to the top. */
  .mobile-dropdown{
    padding-top:18px;
  }
  .mobile-nav-label{
    margin-top:0;
    margin-bottom:12px;
  }

  /* The close control stays easy to reach without creating a huge blank area. */
  .mobile-menu[open] summary{
    top:50px;
    right:28px;
  }

  .mobile-nav-links{
    margin-top:0;
  }
  .mobile-nav-actions{
    gap:10px;
    padding-top:14px;
  }
}

@media(max-width:560px){
  /* Larger support copy throughout mobile cards and landing pages. */
  .menu-category-content p,
  .favorite-copy p,
  .card-copy p,
  .copy-block p,
  .seo-offering-card p,
  .seo-direct-grid p,
  .local-answer-grid p,
  .answer-card p,
  .catering-card p,
  .catering-occasion-card p,
  .occasion-card p,
  .event-card p{
    font-size:16px !important;
    line-height:1.6;
  }

  /* Numbered catering/group-order cards need stronger hierarchy. */
  .catering-card .number,
  .catering-card-number,
  .occasion-number,
  .event-number,
  .step-number,
  [class*="number"]{
    font-size:14px;
    font-weight:800;
    letter-spacing:.05em;
  }

  .mobile-nav-label{
    font-size:12px;
  }
  .mobile-nav-links a{
    min-height:45px;
    font-size:22px;
  }

  .mobile-dropdown{
    padding-top:14px;
  }

  .mobile-facebook{
    min-height:70px;
  }
  .mobile-facebook .mobile-nav-action-copy strong{
    font-size:17px;
  }
  .mobile-facebook .mobile-nav-action-copy small{
    font-size:13px;
    line-height:1.35;
  }
}


/* ================================================================
   V33 FINAL MOBILE OVERRIDES — CACHE-BUSTED
   ================================================================ */

/* Footer Facebook: intentionally small + restrained. */
.footer-social{
  margin-top:14px;
}
.footer-social a{
  width:34px !important;
  height:34px !important;
  border-width:1px;
}
.footer-social svg{
  width:15px !important;
  height:15px !important;
}

/* Desktop Facebook stays slightly larger than footer. */
.nav-social-icon{
  width:38px;
  height:38px;
}
.nav-social-icon svg{
  width:18px;
  height:18px;
}

@media(max-width:880px){
  /*
   * Full-screen menu:
   * close button gets its own corner; content begins much higher.
   * Earlier full-screen rule had ~92px top padding.
   */
  .mobile-dropdown{
    padding-top:max(54px,calc(42px + env(safe-area-inset-top,0px))) !important;
  }
  .mobile-menu[open] summary{
    top:max(10px,env(safe-area-inset-top,0px)) !important;
    right:max(14px,env(safe-area-inset-right,0px)) !important;
  }
  .mobile-nav-label{
    margin:0 0 8px !important;
  }
  .mobile-dropdown .mobile-nav-links a{
    min-height:52px;
    padding:8px 0;
  }
}

@media(max-width:560px){
  /*
   * Mobile menu begins closer to top:
   * ~50px usable space instead of the original ~92–108px.
   */
  .mobile-dropdown{
    padding-top:max(48px,calc(38px + env(safe-area-inset-top,0px))) !important;
    padding-left:max(20px,env(safe-area-inset-left,0px)) !important;
    padding-right:max(20px,env(safe-area-inset-right,0px)) !important;
  }
  .mobile-nav-label{
    font-size:12px !important;
    margin-bottom:6px !important;
  }
  .mobile-dropdown .mobile-nav-links a{
    min-height:47px !important;
    padding:7px 0 !important;
    font-size:22px !important;
  }

  /* Supporting copy must read as body copy, not fine print. */
  .catering-occasion-card p,
  .occasion-card p,
  .event-card p,
  .catering-card p,
  .copy-block p,
  .card-copy p,
  .menu-category-content p,
  .favorite-copy p,
  .seo-offering-card p,
  .seo-direct-grid p,
  .answer-card p,
  .local-answer-grid p{
    font-size:17px !important;
    line-height:1.58 !important;
  }

  /*
   * Real catering step markup is .occasion-num.
   * Make it visually deliberate instead of tiny metadata.
   */
  .occasion-num,
  .catering-card .number,
  .catering-card-number,
  .occasion-number,
  .event-number,
  .step-number,
  [class*="number"]{
    font-size:15px !important;
    line-height:1 !important;
    font-weight:850 !important;
    letter-spacing:.06em !important;
  }

  .occasion-card h3,
  .catering-occasion-card h3,
  .event-card h3{
    font-size:21px !important;
    line-height:1.2;
  }

  /* Facebook CTA supporting line should not collapse back to tiny 11px. */
  .mobile-facebook .mobile-nav-action-copy small{
    font-size:13px !important;
    line-height:1.4 !important;
  }
}


/* ================================================================
   V34 — REQUEST CHECKLIST OVERRIDES
   ================================================================ */

/* Footer social icon: intentionally small and secondary. */
.footer-social{
  margin:10px 0 0 !important;
}
.footer-social a{
  width:28px !important;
  height:28px !important;
  padding:0 !important;
}
.footer-social svg{
  width:11px !important;
  height:11px !important;
}

/* Desktop Facebook icon remains subtle beside Order Ahead. */
.nav-social-icon{
  width:36px !important;
  height:36px !important;
}
.nav-social-icon svg{
  width:16px !important;
  height:16px !important;
}

@media(max-width:880px){
  /*
   * Start the full-screen menu much higher.
   * The close button occupies the upper-right corner; content may begin
   * immediately beneath the top edge on the left.
   */
  .mobile-dropdown{
    padding-top:max(18px,calc(10px + env(safe-area-inset-top,0px))) !important;
    padding-left:max(20px,env(safe-area-inset-left,0px)) !important;
    padding-right:max(20px,env(safe-area-inset-right,0px)) !important;
  }
  .mobile-menu[open] summary{
    top:max(8px,env(safe-area-inset-top,0px)) !important;
    right:max(12px,env(safe-area-inset-right,0px)) !important;
  }
  .mobile-nav-label{
    margin:0 64px 2px 0 !important;
    padding:0 !important;
  }
  .mobile-nav-links{
    margin:0 !important;
  }

  /* Facebook CTA matches the mobile action-card treatment. */
  .mobile-facebook{
    display:flex !important;
    align-items:center;
    gap:12px;
    min-height:68px;
    padding:12px 14px !important;
    border:1px solid #d9ddd1 !important;
    border-radius:12px !important;
    background:#f4f6ef !important;
    color:var(--espresso) !important;
    justify-content:flex-start !important;
  }
  .mobile-social-icon{
    width:36px !important;
    height:36px !important;
    flex:0 0 36px;
  }
  .mobile-social-icon svg{
    width:16px !important;
    height:16px !important;
  }
}

@media(max-width:560px){
  /* Keep menu links large but reduce wasted vertical space. */
  .mobile-dropdown{
    padding-top:max(14px,calc(8px + env(safe-area-inset-top,0px))) !important;
  }
  .mobile-nav-label{
    font-size:12px !important;
    margin-bottom:0 !important;
  }
  .mobile-dropdown .mobile-nav-links a{
    min-height:43px !important;
    padding:5px 0 !important;
    font-size:22px !important;
  }

  /* ACTUAL numbered cards shown in the user's catering screenshot. */
  .feature-box .number{
    margin-bottom:18px !important;
    font-size:16px !important;
    line-height:1 !important;
    font-weight:900 !important;
    letter-spacing:.06em !important;
  }
  .feature-box h3{
    margin-bottom:10px !important;
    font-size:22px !important;
    line-height:1.2 !important;
  }
  .feature-box p{
    font-size:17px !important;
    line-height:1.6 !important;
  }

  /* Other small supporting copy across mobile pages. */
  .card-copy p,
  .copy-block p,
  .menu-category-content p,
  .favorite-copy p,
  .seo-offering-card p,
  .seo-direct-grid p,
  .local-answer-grid p,
  .answer-card p,
  .protein-answer-card p{
    font-size:17px !important;
    line-height:1.6 !important;
  }

  .mobile-facebook .mobile-nav-action-copy strong{
    font-size:17px !important;
  }
  .mobile-facebook .mobile-nav-action-copy small{
    font-size:14px !important;
    line-height:1.35 !important;
  }
}


/* ================================================================
   V35 MOBILE MENU TOP SPACING
   ================================================================ */

@media(max-width:880px){
  /*
   * V34 was too high. Give the close button a clear top-right zone
   * while keeping the menu much tighter than the original version.
   */
  .mobile-dropdown{
    padding-top:max(42px,calc(34px + env(safe-area-inset-top,0px))) !important;
  }

  .mobile-menu[open] summary{
    top:max(10px,env(safe-area-inset-top,0px)) !important;
    right:max(12px,env(safe-area-inset-right,0px)) !important;
  }

  .mobile-nav-label{
    margin-right:64px !important;
    margin-bottom:4px !important;
  }

  /*
   * Reserve the close-button column on the first two rows so the
   * right-side arrow never crowds the X.
   */
  .mobile-nav-links a:nth-child(1),
  .mobile-nav-links a:nth-child(2){
    padding-right:64px !important;
  }
}

@media(max-width:560px){
  .mobile-dropdown{
    padding-top:max(38px,calc(30px + env(safe-area-inset-top,0px))) !important;
  }

  .mobile-nav-links a:nth-child(1),
  .mobile-nav-links a:nth-child(2){
    padding-right:66px !important;
  }
}


/* ================================================================
   V36 FULL DESIGN PASS
   ================================================================ */

/* Phone numbers never split across lines. */
a[href^="tel:"]{white-space:nowrap !important}

/* Numbered lists/step labels are intentionally prominent everywhere. */
.feature-box .number,
.menu-category-number,
.occasion-num,
.step-number,
.event-number,
.catering-card-number,
.number-list .number{
  font-size:22px !important;
  line-height:1 !important;
  font-weight:850 !important;
  letter-spacing:.04em !important;
}
ol li::marker{
  font-size:22px;
  font-weight:800;
}

/* Plain/simple lists are body-sized, not fine print. */
.simple-list li{
  font-size:16px !important;
  line-height:1.5;
}

/* Home search-intent cards: center content vertically and make them read as links. */
.seo-explore-grid a{
  display:flex !important;
  flex-direction:column;
  justify-content:center !important;
  min-height:116px;
  padding:22px 64px 22px 22px !important;
  border:1px solid #d8cec1 !important;
  background:#fffdf9 !important;
  box-shadow:0 7px 18px rgba(52,40,33,.045);
  cursor:pointer;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease;
}
.seo-explore-grid a:hover,
.seo-explore-grid a:focus-visible{
  transform:translateY(-2px);
  border-color:#9ba688 !important;
  background:#fff !important;
  box-shadow:0 12px 26px rgba(52,40,33,.09);
}
.seo-explore-grid span{
  font-size:18px;
  font-weight:850;
}
.seo-explore-grid small{
  margin-top:5px;
  font-size:13px;
  line-height:1.45;
}
.seo-explore-grid b{
  top:50% !important;
  right:18px !important;
  transform:translateY(-50%);
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  border-radius:50%;
  background:var(--sage-soft);
  color:var(--espresso);
  font-size:19px;
}

/* Related SEO links: obvious link treatment and centered vertically. */
.seo-related-list a{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  min-height:64px !important;
  padding:0 14px 0 17px !important;
  border:1px solid #d8cec1 !important;
  border-left:3px solid #9aa786 !important;
  border-radius:12px;
  background:#fffdf9 !important;
  font-size:16px !important;
  font-weight:800;
  transition:background .18s ease,border-color .18s ease,transform .18s ease;
}
.seo-related-list a:hover,
.seo-related-list a:focus-visible{
  background:#f6f1e8 !important;
  transform:translateX(2px);
}
.seo-related-list a span{
  display:grid;
  place-items:center;
  flex:0 0 30px;
  width:30px;
  height:30px;
  border-radius:50%;
  background:var(--sage-soft);
  font-size:17px !important;
}

/* App-store badges use normalized artwork and identical visible dimensions. */
.app-actions{
  align-items:center !important;
}
.store-badge,
.store-badge.google{
  width:150px !important;
  height:50px !important;
  padding:0 !important;
  overflow:visible;
}
.store-badge img,
.store-badge.google img{
  display:block;
  width:150px !important;
  height:50px !important;
  max-width:none !important;
  object-fit:fill !important;
  transform:none !important;
}

/* All image frames fill their containers reliably. */
.hero-photo,
.inner-photo,
.rounded-photo,
.menu-category-image,
.menu-strip-photo,
.fresh-photo,
.protein-editorial-photo,
.energy-ribbon-photo,
.breakfast-photo-stage,
.lunch-dark-photo,
.sourdough-editorial-photo,
.energy-feature-photo,
.seo-offering-card,
.gallery-item,
.home-gallery-photo,
.grab-detail-image,
.catering-energy-photo,
.about-space-photo{
  position:relative;
  overflow:hidden;
  background:#eee8df;
}
.hero-photo>img,
.inner-photo>img,
.rounded-photo>img,
.menu-category-image>img,
.menu-strip-photo>img,
.fresh-photo>img,
.protein-editorial-photo>img,
.energy-ribbon-photo>img,
.breakfast-photo-stage>img,
.lunch-dark-photo>img,
.sourdough-editorial-photo>img,
.energy-feature-photo>img,
.gallery-item>img,
.home-gallery-photo>img,
.grab-detail-image>img,
.catering-energy-photo>img,
.about-space-photo>img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  min-width:100%;
  min-height:100%;
  object-fit:cover !important;
}
.seo-offering-card>img{
  display:block;
  width:100% !important;
  aspect-ratio:1/1.05;
  object-fit:cover !important;
}

/* ---------------- Protein coffee: photo-first editorial overlay ---------------- */
.protein-editorial-hero{
  width:100%;
  padding:34px 0 74px;
  background:#faf7f1;
}
.protein-editorial-shell{
  position:relative;
  min-height:650px;
}
.protein-editorial-photo{
  width:78%;
  min-height:650px;
  margin-left:auto;
  border-radius:30px;
  box-shadow:0 18px 44px rgba(52,40,33,.10);
}
.protein-editorial-card{
  position:absolute;
  z-index:2;
  left:0;
  bottom:42px;
  width:min(570px,52%);
  padding:38px;
  border:1px solid var(--line);
  border-radius:26px;
  background:rgba(255,253,249,.96);
  box-shadow:0 18px 42px rgba(52,40,33,.12);
  backdrop-filter:blur(10px);
}
.protein-editorial-card h1{
  margin:0;
  color:var(--espresso);
  font-size:clamp(48px,5.5vw,76px);
  line-height:.96;
  letter-spacing:-.055em;
}
.protein-editorial-card>p{
  margin:18px 0 0;
  color:var(--muted);
  font-size:17px;
  line-height:1.65;
}

/* ---------------- Energy: graphic sage ribbon + arched media ---------------- */
.energy-ribbon-hero{
  width:100%;
  padding:62px 0 72px;
  background:var(--sage-soft);
}
.energy-ribbon-grid{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:54px;
  align-items:center;
}
.energy-ribbon-copy h1{
  margin:0;
  color:var(--espresso);
  font-size:clamp(54px,6vw,86px);
  line-height:.92;
  letter-spacing:-.06em;
}
.energy-ribbon-copy>p{
  max-width:610px;
  margin:20px 0 0;
  color:#586149;
  font-size:18px;
  line-height:1.65;
}
.energy-ribbon-facts{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:22px;
}
.energy-ribbon-facts span{
  padding:9px 12px;
  border:1px solid rgba(52,40,33,.14);
  border-radius:999px;
  background:rgba(255,255,255,.5);
  color:var(--espresso);
  font-size:13px;
  font-weight:800;
}
.energy-ribbon-media{
  position:relative;
  padding-bottom:34px;
}
.energy-ribbon-photo{
  min-height:590px;
  border-radius:220px 220px 28px 28px;
  box-shadow:0 18px 44px rgba(52,40,33,.11);
}
.energy-ribbon-note{
  position:absolute;
  left:24px;
  right:24px;
  bottom:0;
  padding:13px 16px;
  border-radius:12px;
  background:var(--espresso);
  color:#fff;
  font-size:13px;
  font-weight:700;
  text-align:center;
  box-shadow:0 10px 24px rgba(52,40,33,.18);
}

/* ---------------- Breakfast: full-width image, editorial copy below ---------------- */
.breakfast-photo-hero{
  width:100%;
  padding:0 0 66px;
  background:#fff;
}
.breakfast-photo-stage{
  width:100%;
  height:min(58vw,650px);
  min-height:480px;
}
.breakfast-photo-stage::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(52,40,33,0) 55%,rgba(52,40,33,.58));
}
.breakfast-photo-label{
  position:absolute;
  z-index:2;
  left:max(22px,calc((100vw - 1180px)/2));
  bottom:22px;
  padding:10px 14px;
  border-radius:10px;
  background:rgba(255,253,249,.94);
  color:var(--espresso);
  font-size:14px;
  font-weight:850;
}
.breakfast-photo-copy{
  padding-top:42px;
}
.breakfast-copy-grid{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:52px;
  align-items:start;
}
.breakfast-copy-grid h1{
  margin:0;
  color:var(--espresso);
  font-size:clamp(54px,6vw,84px);
  line-height:.94;
  letter-spacing:-.058em;
}
.breakfast-copy-grid p{
  margin:0;
  color:var(--muted);
  font-size:18px;
  line-height:1.68;
}

/* ---------------- Lunch: espresso panel + tall food image ---------------- */
.lunch-dark-hero{
  width:100%;
  padding:46px 0;
  background:var(--espresso);
  color:#fff;
}
.lunch-dark-grid{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:48px;
  align-items:stretch;
}
.lunch-dark-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:30px 0;
}
.lunch-dark-copy .eyebrow{
  background:rgba(255,255,255,.12);
  color:#fff;
}
.lunch-dark-copy h1{
  margin:0;
  color:#fff;
  font-size:clamp(54px,6.2vw,88px);
  line-height:.92;
  letter-spacing:-.06em;
}
.lunch-dark-copy>p{
  max-width:560px;
  margin:22px 0 0;
  color:rgba(255,255,255,.78);
  font-size:18px;
  line-height:1.68;
}
.lunch-dark-photo{
  min-height:590px;
  border-radius:28px;
  box-shadow:0 18px 44px rgba(0,0,0,.22);
}
.btn.lunch-light{
  background:#fff;
  border-color:#fff;
  color:var(--espresso);
}
.btn.lunch-outline{
  background:transparent;
  border-color:rgba(255,255,255,.44);
  color:#fff;
}
.lunch-dark-note{
  margin-top:22px;
  padding-top:16px;
  border-top:1px solid rgba(255,255,255,.18);
  color:rgba(255,255,255,.68);
  font-size:13px;
  line-height:1.5;
}

/* ---------------- Sourdough: centered editorial + wide landscape image ---------------- */
.sourdough-editorial-hero{
  width:100%;
  padding:66px 0 76px;
  background:#faf7f1;
}
.sourdough-editorial-copy{
  max-width:880px;
  text-align:center;
}
.sourdough-editorial-copy .eyebrow{
  margin-left:auto;
  margin-right:auto;
}
.sourdough-editorial-copy h1{
  margin:0;
  color:var(--espresso);
  font-size:clamp(58px,7vw,96px);
  line-height:.92;
  letter-spacing:-.062em;
}
.sourdough-editorial-copy>p{
  max-width:700px;
  margin:22px auto 0;
  color:var(--muted);
  font-size:18px;
  line-height:1.68;
}
.sourdough-editorial-copy .actions{
  justify-content:center;
}
.sourdough-editorial-photo{
  min-height:560px;
  margin-top:40px;
  border-radius:30px;
  box-shadow:0 18px 44px rgba(52,40,33,.10);
}
.sourdough-editorial-note{
  position:absolute;
  left:18px;
  bottom:18px;
  padding:10px 13px;
  border-radius:10px;
  background:rgba(255,253,249,.94);
  color:var(--espresso);
  font-size:13px;
  font-weight:800;
}

@media(max-width:880px){
  .protein-editorial-shell{
    min-height:0;
  }
  .protein-editorial-photo{
    width:100%;
    min-height:470px;
  }
  .protein-editorial-card{
    position:relative;
    left:auto;
    bottom:auto;
    width:calc(100% - 36px);
    margin:-72px auto 0;
  }
  .energy-ribbon-grid,
  .breakfast-copy-grid,
  .lunch-dark-grid{
    grid-template-columns:1fr;
  }
  .energy-ribbon-photo,
  .lunch-dark-photo,
  .sourdough-editorial-photo{
    min-height:440px;
  }
  .lunch-dark-photo{
    order:-1;
  }
}

@media(max-width:560px){
  .seo-explore-grid a{
    min-height:104px !important;
    padding:18px 58px 18px 18px !important;
  }
  .seo-explore-grid span{
    font-size:18px !important;
  }
  .seo-explore-grid small{
    font-size:14px !important;
  }
  .seo-related-list a{
    min-height:60px !important;
    font-size:16px !important;
  }

  .app-actions{
    display:flex !important;
    justify-content:center !important;
    gap:10px !important;
  }
  .store-badge,
  .store-badge.google,
  .store-badge img,
  .store-badge.google img{
    width:132px !important;
    height:44px !important;
  }

  .protein-editorial-hero{
    padding:24px 0 52px;
  }
  .protein-editorial-photo{
    min-height:360px;
    border-radius:24px;
  }
  .protein-editorial-card{
    width:calc(100% - 24px);
    margin-top:-44px;
    padding:24px 20px;
    border-radius:20px;
  }
  .protein-editorial-card h1{
    font-size:47px;
  }

  .energy-ribbon-hero{
    padding:42px 0 58px;
  }
  .energy-ribbon-copy h1{
    font-size:49px;
  }
  .energy-ribbon-copy>p{
    font-size:17px;
  }
  .energy-ribbon-photo{
    min-height:390px;
    border-radius:170px 170px 22px 22px;
  }

  .breakfast-photo-stage{
    min-height:360px;
    height:72vw;
  }
  .breakfast-photo-copy{
    padding-top:34px;
  }
  .breakfast-copy-grid{
    gap:20px;
  }
  .breakfast-copy-grid h1{
    font-size:49px;
  }
  .breakfast-copy-grid p{
    font-size:17px;
  }

  .lunch-dark-hero{
    padding:26px 0 52px;
  }
  .lunch-dark-photo{
    min-height:350px;
    border-radius:22px;
  }
  .lunch-dark-copy{
    padding:4px 0 0;
  }
  .lunch-dark-copy h1{
    font-size:52px;
  }
  .lunch-dark-copy>p{
    font-size:17px;
  }

  .sourdough-editorial-hero{
    padding:48px 0 58px;
  }
  .sourdough-editorial-copy h1{
    font-size:54px;
  }
  .sourdough-editorial-copy>p{
    font-size:17px;
  }
  .sourdough-editorial-photo{
    min-height:350px;
    margin-top:30px;
    border-radius:22px;
  }
}


/* ================================================================
   V37 USER CORRECTIONS
   ================================================================ */

/* Facebook feed: remove the decorative frame padding/background. */
.social-frame{
  padding:0 !important;
  background:transparent !important;
}

/* Footer Facebook icon: increase the F from V34's tiny size, but stay subtle. */
.footer-social a{
  width:30px !important;
  height:30px !important;
}
.footer-social svg{
  width:14px !important;
  height:14px !important;
}

/* ----------------------------------------------------------------
   GOOGLE PLAY BADGE
   Use original image file and crop its transparent padding.
   No generated badge file required.
   ---------------------------------------------------------------- */
.store-badge{
  display:block;
  position:relative;
  width:132px !important;
  height:44px !important;
  overflow:hidden !important;
}
.store-badge:not(.google) img{
  display:block;
  width:132px !important;
  height:44px !important;
  object-fit:fill !important;
}
.store-badge.google{
  width:148px !important;
  height:44px !important;
}
.store-badge.google img{
  position:absolute !important;
  left:-11px !important;
  top:-11px !important;
  width:170px !important;
  height:auto !important;
  max-width:none !important;
  transform:none !important;
}

/* ----------------------------------------------------------------
   IMAGE FILL FIX
   min-height + height:100% was not enough in auto-height containers.
   Absolute inset makes the image cover the ENTIRE frame.
   ---------------------------------------------------------------- */
.rounded-photo,
.home-catering-photo,
.about-space-photo,
.story-photo,
.menu-category-image,
.menu-strip-photo,
.grab-detail-image,
.catering-energy-photo,
.hero-photo,
.inner-photo{
  position:relative !important;
  overflow:hidden !important;
}

.rounded-photo > img,
.home-catering-photo > img,
.about-space-photo > img,
.story-photo > img,
.menu-category-image > img,
.menu-strip-photo > img,
.grab-detail-image > img,
.catering-energy-photo > img,
.hero-photo > img,
.inner-photo > img{
  position:absolute !important;
  inset:0 !important;
  display:block !important;
  width:100% !important;
  height:100% !important;
  min-width:100% !important;
  min-height:100% !important;
  object-fit:cover !important;
}

/* Keep gallery/showcase card images in normal flow because text follows them. */
.grab-showcase-grid article > img,
.seo-offering-card > img,
.protein-answer-card > img{
  position:static !important;
  width:100% !important;
  height:auto !important;
  min-height:0 !important;
  object-fit:cover !important;
}

/* ----------------------------------------------------------------
   PROTEIN COFFEE HERO
   Clean split composition: no overlap or floating card.
   ---------------------------------------------------------------- */
.protein-clean-hero{
  width:100%;
  padding:54px 0 70px;
  background:#faf7f1;
}
.protein-clean-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:52px;
  align-items:center;
}
.protein-clean-copy{
  max-width:660px;
}
.protein-clean-copy h1{
  margin:0;
  color:var(--espresso);
  font-size:clamp(54px,6vw,84px);
  line-height:.94;
  letter-spacing:-.058em;
}
.protein-clean-copy > p{
  max-width:580px;
  margin:20px 0 0;
  color:var(--muted);
  font-size:18px;
  line-height:1.68;
}
.protein-clean-points{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:22px;
}
.protein-clean-points span{
  padding:9px 12px;
  border:1px solid #d4d9ca;
  border-radius:999px;
  background:var(--sage-soft);
  color:var(--espresso);
  font-size:13px;
  font-weight:800;
}
.protein-clean-photo{
  position:relative;
  min-height:560px;
  overflow:hidden;
  border-radius:30px;
  background:#ece7df;
  box-shadow:0 16px 40px rgba(52,40,33,.09);
}
.protein-clean-photo img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}

/* ----------------------------------------------------------------
   BREAKFAST SECTION GAP
   Remove the stacked hero-bottom + next-section-top whitespace.
   ---------------------------------------------------------------- */
.breakfast-photo-hero{
  padding-bottom:36px !important;
}
.breakfast-photo-hero + .seo-answer-band{
  padding-top:44px !important;
}

/* ----------------------------------------------------------------
   MOBILE MENU
   Arrows go BACK to the far right in one clean vertical line.
   Content moves down instead of moving arrows left.
   ---------------------------------------------------------------- */
@media(max-width:880px){
  .mobile-dropdown{
    padding-top:max(50px,calc(42px + env(safe-area-inset-top,0px))) !important;
  }

  .mobile-nav-label{
    margin-right:0 !important;
    margin-bottom:4px !important;
  }

  .mobile-dropdown .mobile-nav-links a,
  .mobile-nav-links a:nth-child(1),
  .mobile-nav-links a:nth-child(2){
    padding-left:0 !important;
    padding-right:0 !important;
  }

  .mobile-dropdown .mobile-nav-links a span{
    margin-left:auto !important;
    flex:0 0 auto !important;
    transform:none !important;
  }

  .protein-clean-grid{
    grid-template-columns:1fr;
    gap:30px;
  }
  .protein-clean-photo{
    min-height:430px;
  }
}

@media(max-width:560px){
  .mobile-dropdown{
    padding-top:max(48px,calc(40px + env(safe-area-inset-top,0px))) !important;
  }

  .mobile-dropdown .mobile-nav-links a,
  .mobile-nav-links a:nth-child(1),
  .mobile-nav-links a:nth-child(2){
    padding-right:0 !important;
  }

  .store-badge{
    width:120px !important;
    height:40px !important;
  }
  .store-badge:not(.google) img{
    width:120px !important;
    height:40px !important;
  }
  .store-badge.google{
    width:134px !important;
    height:40px !important;
  }
  .store-badge.google img{
    left:-10px !important;
    top:-10px !important;
    width:154px !important;
  }

  .protein-clean-hero{
    padding:38px 0 52px;
  }
  .protein-clean-copy h1{
    font-size:49px;
  }
  .protein-clean-copy > p{
    font-size:17px;
  }
  .protein-clean-photo{
    min-height:350px;
    border-radius:24px;
  }

  .breakfast-photo-hero{
    padding-bottom:22px !important;
  }
  .breakfast-photo-hero + .seo-answer-band{
    padding-top:30px !important;
  }
}


/* ================================================================
   V38 EXPANDED SOURDOUGH STORY
   ================================================================ */

.sourdough-bread-section{
  width:100%;
  padding:76px 0;
  background:#f6f1e8;
}
.sourdough-bread-head{
  display:grid;
  grid-template-columns:1fr .78fr;
  gap:46px;
  align-items:end;
}
.sourdough-bread-head > p{
  margin:0;
  color:var(--muted);
  font-size:16px;
  line-height:1.7;
}
.sourdough-bread-grid{
  display:grid;
  grid-template-columns:1.15fr .85fr .85fr;
  gap:14px;
  margin-top:30px;
}
.sourdough-bread-card{
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:22px;
  background:#fffdf9;
}
.sourdough-bread-photo{
  position:relative;
  aspect-ratio:1 / .92;
  overflow:hidden;
  background:#ece7df;
}
.sourdough-bread-card-large .sourdough-bread-photo{
  aspect-ratio:1 / 1.08;
}
.sourdough-bread-photo img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}
.sourdough-bread-copy{
  padding:20px;
}
.sourdough-bread-copy > span{
  display:block;
  margin-bottom:7px;
  color:#6f795f;
  font-size:11px;
  font-weight:850;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.sourdough-bread-copy h3{
  margin:0;
  color:var(--espresso);
  font-size:22px;
  letter-spacing:-.025em;
}
.sourdough-bread-copy p{
  margin:8px 0 0;
  color:var(--muted);
  font-size:14px;
  line-height:1.6;
}

.sourdough-sweet-section{
  width:100%;
  padding:76px 0;
  background:#fff;
}
.sourdough-sweet-grid{
  display:grid;
  grid-template-columns:.78fr 1.22fr;
  gap:48px;
  align-items:center;
}
.sourdough-sweet-copy p{
  color:var(--muted);
  font-size:16px;
  line-height:1.7;
}
.sourdough-sweet-copy .text-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-top:8px;
  color:var(--espresso);
  font-size:15px;
  font-weight:850;
  text-decoration:underline;
  text-underline-offset:4px;
}
.sourdough-sweet-photos{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.sourdough-sweet-photos figure{
  position:relative;
  margin:0;
  min-height:410px;
  overflow:hidden;
  border-radius:24px;
  background:#ece7df;
}
.sourdough-sweet-photos img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}
.sourdough-sweet-photos figure::after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:34%;
  background:linear-gradient(180deg,rgba(52,40,33,0),rgba(52,40,33,.62));
}
.sourdough-sweet-photos figcaption{
  position:absolute;
  z-index:2;
  left:16px;
  bottom:14px;
  color:#fff;
  font-size:14px;
  font-weight:850;
}

@media(max-width:880px){
  .sourdough-bread-head,
  .sourdough-sweet-grid{
    grid-template-columns:1fr;
    gap:22px;
  }
  .sourdough-bread-grid{
    grid-template-columns:1fr 1fr;
  }
  .sourdough-bread-card-large{
    grid-column:1 / -1;
  }
  .sourdough-bread-card-large .sourdough-bread-photo{
    aspect-ratio:16 / 9;
  }
}

@media(max-width:560px){
  .sourdough-bread-section,
  .sourdough-sweet-section{
    padding:52px 0;
  }
  .sourdough-bread-head > p,
  .sourdough-sweet-copy p{
    font-size:17px;
  }
  .sourdough-bread-grid{
    grid-template-columns:1fr;
    gap:12px;
    margin-top:24px;
  }
  .sourdough-bread-card-large{
    grid-column:auto;
  }
  .sourdough-bread-photo,
  .sourdough-bread-card-large .sourdough-bread-photo{
    aspect-ratio:4 / 3;
  }
  .sourdough-bread-copy h3{
    font-size:23px;
  }
  .sourdough-bread-copy p{
    font-size:16px;
  }
  .sourdough-sweet-photos{
    grid-template-columns:1fr 1fr;
    gap:10px;
  }
  .sourdough-sweet-photos figure{
    min-height:260px;
    border-radius:20px;
  }
  .sourdough-sweet-photos figcaption{
    font-size:13px;
  }
}


/* ================================================================
   V39 DESKTOP MENU DROPDOWN + SOURDOUGH HERO
   ================================================================ */

/* ---------- Desktop menu dropdown ---------- */
.desktop-menu-dropdown{
  position:relative;
  display:flex;
  align-items:center;
}
.desktop-menu-trigger{
  display:inline-flex;
  align-items:center;
  gap:5px;
  color:var(--mocha);
  padding:12px 0;
}
.desktop-menu-caret{
  width:15px;
  height:15px;
  transition:transform .18s ease;
}
.desktop-menu-dropdown:hover .desktop-menu-caret,
.desktop-menu-dropdown:focus-within .desktop-menu-caret{
  transform:rotate(180deg);
}

.desktop-menu-panel{
  display:none;
  position:absolute;
  z-index:1400;
  top:100%;
  left:-22px;
  width:440px;
  padding-top:10px;
}
.desktop-menu-dropdown:hover .desktop-menu-panel,
.desktop-menu-dropdown:focus-within .desktop-menu-panel{
  display:block;
}
.desktop-menu-card{
  padding:12px;
  border:1px solid var(--line);
  border-radius:18px;
  background:rgba(255,253,249,.99);
  box-shadow:0 20px 48px rgba(52,40,33,.14);
  backdrop-filter:blur(16px);
}
.desktop-menu-feature{
  display:flex !important;
  align-items:center;
  justify-content:space-between;
  min-height:66px;
  padding:12px 14px !important;
  border-radius:12px;
  background:var(--sage-soft);
  color:var(--espresso) !important;
}
.desktop-menu-feature span{
  display:block;
}
.desktop-menu-feature strong{
  display:block;
  font-size:15px;
  line-height:1.2;
}
.desktop-menu-feature small{
  display:block;
  margin-top:3px;
  color:#586149;
  font-size:11px;
  font-weight:650;
}
.desktop-menu-feature b{
  display:grid;
  width:30px;
  height:30px;
  place-items:center;
  border-radius:50%;
  background:#fffdf9;
  font-size:16px;
}
.desktop-menu-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:4px;
  margin-top:7px;
}
.desktop-menu-grid a{
  display:flex !important;
  align-items:center;
  justify-content:space-between;
  min-height:48px;
  padding:8px 10px !important;
  border-radius:9px;
  color:var(--espresso) !important;
  font-size:13px;
  font-weight:750;
  line-height:1.25;
}
.desktop-menu-grid a:hover,
.desktop-menu-grid a:focus-visible{
  background:var(--cream);
}
.desktop-menu-grid b{
  margin-left:8px;
  color:var(--sage);
  font-size:15px;
}
.desktop-menu-trigger.active{
  color:var(--espresso);
  box-shadow:inset 0 -2px var(--sage);
}

/* Keep the desktop header comfortable at medium desktop widths. */
@media(min-width:881px) and (max-width:1100px){
  .nav{
    gap:16px;
  }
  .desktop-nav{
    gap:16px;
    font-size:13px;
  }
  .brand{
    font-size:16px;
  }
  .nav-social-icon{
    display:none;
  }
  .desktop-menu-panel{
    width:400px;
  }
}

/* ---------- Sourdough desktop hero image ---------- */
@media(min-width:881px){
  .sourdough-editorial-photo{
    position:relative !important;
    width:min(100%,980px) !important;
    height:430px !important;
    min-height:0 !important;
    max-height:430px !important;
    margin:34px auto 0 !important;
    overflow:hidden !important;
    border-radius:28px !important;
  }
  .sourdough-editorial-photo > img{
    position:absolute !important;
    inset:0 !important;
    width:100% !important;
    height:100% !important;
    min-width:100% !important;
    min-height:100% !important;
    object-fit:cover !important;
    object-position:center 54% !important;
  }
  .sourdough-editorial-note{
    left:14px !important;
    bottom:14px !important;
  }
}

@media(max-width:880px){
  .desktop-menu-dropdown{
    display:none;
  }
}


/* ================================================================
   V40 MENU SECONDARY LINKS
   ================================================================ */

.menu-secondary-showcase .menu-secondary-link{
  position:relative;
  display:grid;
  grid-template-columns:150px 1fr;
  align-items:stretch;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fffdf9;
  color:inherit;
  text-decoration:none;
  cursor:pointer;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

.menu-secondary-showcase .menu-secondary-link:hover,
.menu-secondary-showcase .menu-secondary-link:focus-visible{
  transform:translateY(-2px);
  border-color:#9ba688;
  background:#fff;
  box-shadow:0 10px 24px rgba(52,40,33,.08);
}

.menu-secondary-showcase .menu-secondary-link > img{
  width:100%;
  height:100%;
  min-height:118px;
  object-fit:cover;
}

.menu-secondary-showcase .menu-secondary-link > div{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:18px 52px 18px 18px;
}

.menu-secondary-showcase .menu-secondary-link > div > span{
  color:var(--espresso);
  font-size:18px;
  font-weight:850;
  line-height:1.2;
}

.menu-secondary-showcase .menu-secondary-link > div > p{
  margin:6px 0 0;
  color:var(--muted);
  font-size:14px;
  line-height:1.5;
}

.menu-secondary-showcase .menu-secondary-link > b{
  position:absolute;
  right:16px;
  top:50%;
  transform:translateY(-50%);
  display:grid;
  width:30px;
  height:30px;
  place-items:center;
  border-radius:50%;
  background:var(--sage-soft);
  color:var(--espresso);
  font-size:17px;
}

@media(max-width:560px){
  .menu-secondary-showcase .menu-secondary-link{
    grid-template-columns:108px 1fr;
  }
  .menu-secondary-showcase .menu-secondary-link > img{
    min-height:110px;
  }
  .menu-secondary-showcase .menu-secondary-link > div{
    padding:14px 44px 14px 14px;
  }
  .menu-secondary-showcase .menu-secondary-link > div > span{
    font-size:17px;
  }
  .menu-secondary-showcase .menu-secondary-link > div > p{
    font-size:15px;
  }
  .menu-secondary-showcase .menu-secondary-link > b{
    right:12px;
    width:28px;
    height:28px;
  }
}
