@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/font-0.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/font-1.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/assets/font-2.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/assets/font-3.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/font-4.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/assets/font-5.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/font-6.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/font-7.ttf) format('truetype');
}
:root{--red:#d71920;--dark:#151717;--blue:#b0dfe3;--white:#fff;--paper:#f5f3ed;--line:#d9d7d0;--display:'Barlow Condensed',Impact,sans-serif;--body:'DM Sans',Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--paper);color:var(--dark);font:16px/1.6 var(--body)}a{color:inherit;text-decoration:none}button{font:inherit}img{display:block;max-width:100%}.header{height:106px;display:flex;align-items:center;justify-content:space-between;gap:32px;padding:8px 5%;background:var(--paper);position:relative;z-index:5;border-bottom:1px solid var(--line)}.logo{width:82px;height:82px}.header nav{display:flex;gap:36px;font-size:15px;font-weight:600}.header nav a:hover{color:var(--red)}.button{display:inline-flex;align-items:center;justify-content:center;gap:24px;padding:15px 26px;background:var(--red);color:#fff;border:2px solid var(--red);border-radius:5px;font-weight:700;line-height:1.3;min-height:52px;transition:background .18s,transform .18s}.button:hover{background:#b30c13;border-color:#b30c13;transform:translateY(-2px)}.button.small{font-size:14px;padding:12px 20px;min-height:46px}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:630px}.hero-copy{padding:64px 8% 72px 10%}.eyebrow{margin:0 0 18px;font-size:14px;font-weight:700}.hero h1{font:900 clamp(56px,6.3vw,102px)/.94 var(--display);letter-spacing:-.025em;margin:0 0 27px}.hero-copy>p:not(.eyebrow){max-width:380px;margin-bottom:30px;color:#505252}.hero-art{position:relative;background:var(--blue);overflow:hidden;min-height:480px}.hero-art>img{width:100%;height:100%;object-fit:cover;object-position:30% center}.hero-stamp{position:absolute;right:26px;bottom:28px;background:var(--red);color:#fff;display:grid;place-content:center;text-align:center;border-radius:50%;height:136px;width:136px;transform:rotate(10deg);font:700 24px/1.1 var(--display);border:5px double #fff}.ticker{background:var(--red);color:white;white-space:nowrap;overflow:hidden;font:700 24px/1 var(--display);padding:23px 0;text-align:center;letter-spacing:.025em}.ticker span{margin:0 35px}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #007a88;outline-offset:5px}@media(max-width:800px){.header{height:88px;padding:8px 5%;gap:16px}.logo{width:68px;height:68px}.header nav{gap:18px;font-size:14px}.header>.button{display:none}.hero{grid-template-columns:1fr}.hero-copy{padding:40px 6% 42px}.hero h1{font-size:clamp(60px,12vw,94px)}.hero-art{height:390px;min-height:0}.hero-art>img{object-position:center}.hero-stamp{width:110px;height:110px;font-size:21px}.ticker{font-size:20px}.header nav a:first-child{display:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
/* The diner palette continues through both routes. */
.skip{position:fixed;top:-100px;left:16px;background:#fff;padding:14px;z-index:50}.skip:focus{top:12px}.menu-toggle{display:none}.icon{width:22px;height:22px;object-fit:contain;flex-shrink:0}.icon.ifood{width:32px}.button .icon,.footer .icon{filter:invert(1)}.button.outline .icon,.button.light .icon{filter:none}.section{padding:96px 6%;max-width:1500px;margin:auto}h2{font:800 clamp(42px,4.5vw,66px)/1 var(--display);letter-spacing:-.015em;margin:0}h3{font:700 30px/1.12 var(--display);margin:0 0 14px}p{margin:0 0 22px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:42px;margin-bottom:44px}.heading-aside{max-width:360px}.heading-aside p{color:#505252}.text-link{display:inline-flex;align-items:center;gap:12px;font-weight:700;border-bottom:2px solid var(--red);padding:5px 0}.text-link:hover{color:var(--red)}.fine{display:block;font-size:13px;margin-top:8px;color:#666}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.product{min-width:0}.product>img{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;border-radius:8px}.product-copy{padding:24px 2px 0}.product-copy p{font-size:15px;color:#505252;line-height:1.75}.product-copy strong{color:var(--dark);font-weight:600}.menu-note{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);padding-top:30px;margin-top:28px;gap:30px}.menu-note p{max-width:620px;color:#626464;font-size:14px;margin:0}.button.dark{background:var(--dark);border-color:var(--dark);white-space:nowrap}.story{display:grid;grid-template-columns:1.1fr 1fr;background:var(--blue)}.story-photo{position:relative;min-height:640px}.story-photo img{width:100%;height:100%;object-fit:cover;position:absolute}.story-photo>span{position:absolute;bottom:16px;left:18px;font-size:12px;background:#151717d9;color:#fff;padding:5px 9px;border-radius:3px}.story-copy{padding:76px 12%}.story-copy h2{font-size:clamp(43px,4.2vw,62px);margin-bottom:28px}.story-copy p{max-width:490px}.brand-note{font-size:14px;border-top:1px solid #6cabb3;margin-top:30px;padding-top:22px;color:#304e52}.location{display:grid;grid-template-columns:1fr 1fr;gap:70px}.location-info>p{color:#505252}.notice-label{background:#dcebec;border:1px solid #b6d9dc;display:inline-block;padding:5px 12px;border-radius:4px;font-size:14px;font-weight:600;margin-bottom:20px}.location-actions{display:flex;flex-wrap:wrap;gap:12px;margin:26px 0}.button.outline{background:transparent;color:var(--dark);border-color:var(--dark)}.button.outline:hover{background:#e4e3dc}.location .button{padding:14px 18px;font-size:14px;gap:10px}.franchise-banner{padding:70px 6%;background:var(--red);color:#fff;display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.franchise-banner h2{font-size:clamp(46px,5vw,76px)}.franchise-banner>div:last-child{max-width:430px}.button.light{background:var(--paper);color:var(--dark);border-color:var(--paper)}.button.light:hover{background:#fff;border-color:#fff}details{border-bottom:1px solid var(--line);padding:20px 0}summary{cursor:pointer;font-weight:600;list-style:none;display:flex;gap:16px;justify-content:space-between;align-items:center;line-height:1.5}summary::-webkit-details-marker{display:none}summary:after{content:'+';font-size:25px;font-weight:400;flex-shrink:0}details[open] summary:after{content:'−'}details p{margin:16px 30px 0 0;color:#505252;font-size:15px}.footer{background:var(--dark);color:#fff;padding:58px 6% 24px}.footer-main{display:grid;grid-template-columns:.65fr 1.05fr 1fr 1fr;align-items:center;gap:35px;padding-bottom:42px}.footer-main>p{font:700 35px/1.05 var(--display);margin:0}.footer-main>div{display:flex;flex-direction:column;gap:13px;font-size:14px}.footer-main>div a{display:flex;gap:12px;align-items:center}.footer-main>div a:hover{text-decoration:underline}.footer-bottom{border-top:1px solid #4b4d4d;display:flex;gap:28px;justify-content:space-between;font-size:12px;color:#d0d1cd;padding-top:22px}.franchise-hero{display:grid;grid-template-columns:1.08fr 1fr;background:var(--dark);color:#fff}.franchise-hero-copy{padding:60px 10% 70px}.breadcrumb{font-size:14px;color:#c9cbc9}.breadcrumb[href]{text-decoration:underline}.franchise-hero h1{font:800 clamp(50px,5vw,76px)/1 var(--display);margin:28px 0}.franchise-hero-copy>p{max-width:470px;color:#d3d5d0}.contact-caption{font-size:13px;display:block;margin-top:15px}.franchise-hero-image{min-height:640px}.franchise-hero-image img{width:100%;height:100%;object-fit:cover}.franchise-intro{display:grid;grid-template-columns:1fr 1fr;gap:70px}.formats{background:var(--blue);max-width:none}.format-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.format-grid article{border-top:2px solid #182829;padding:28px 0 0}.format-tag{font-size:14px;display:block;margin-bottom:28px}.format-grid h3{font-size:48px}.format-grid p{max-width:490px}.support h2{max-width:700px}.support-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:44px;margin-top:52px}.support-grid article{border-top:1px solid var(--line);padding-top:25px}.support-grid p{color:#505252}.faq{display:grid;grid-template-columns:1fr 1fr;gap:70px;border-top:1px solid var(--line)}.faq>div>p{max-width:380px;margin-top:25px;color:#505252}.faq details:first-child{padding-top:0}.final-cta h2{font-size:clamp(44px,4.5vw,65px)}
@media(min-width:1600px){.hero-copy{padding-left:max(10%,calc((100vw - 1350px)/2))}.header{padding-inline:max(5%,calc((100vw - 1350px)/2))}}@media(max-width:1100px){.header nav{gap:20px;font-size:14px}.story-copy{padding:52px 8%}.story-photo{min-height:590px}.section{padding:75px 5%}.section-heading,.location,.franchise-intro,.faq{gap:40px}.hero{min-height:590px}.hero-copy{padding-top:58px}.header{gap:18px}.franchise-hero-copy{padding:45px 8%}.franchise-banner{gap:40px}.footer-main{gap:20px}}
@media(max-width:800px){.header{position:sticky;top:0;height:84px;background:var(--paper)}.header nav{display:none;position:absolute;top:83px;left:0;right:0;background:var(--paper);border-bottom:1px solid var(--line);padding:18px 6%;box-shadow:0 10px 12px #15171712;flex-direction:column;gap:0}.header nav.open{display:flex}.header nav a,.header nav a:first-child{display:block;padding:14px 0;font-size:16px}.menu-toggle{display:flex;gap:12px;align-items:center;min-height:44px;padding:8px 13px;border:1px solid #aaa;background:transparent;border-radius:4px;margin-left:auto;font-size:14px}.hero-copy{padding:36px 6% 42px}.hero{min-height:0}.hero-art{height:330px}.hero-art img{object-fit:cover;object-position:40% center}.hero h1{font-size:clamp(62px,12vw,88px)}.hero-stamp{height:100px;width:100px;right:18px;bottom:20px;font-size:19px}.hero-copy>p:not(.eyebrow){max-width:440px}.section{padding:58px 6%}.section-heading{display:block;margin-bottom:32px}.heading-aside{max-width:100%;margin-top:24px}.heading-aside p{max-width:440px}.products{grid-template-columns:1fr;gap:34px}.product{display:grid;grid-template-columns:.9fr 1fr;gap:22px;align-items:center}.product-copy{padding:0}.product-copy p{font-size:14px;margin-bottom:0}.product>img{aspect-ratio:1/1;height:100%;min-height:240px}.product h3{font-size:28px}.menu-note{display:block}.menu-note .button{margin-top:22px}.story{grid-template-columns:1fr}.story-photo{min-height:0;height:420px}.story-copy{padding:48px 6%}.story-copy h2{font-size:48px}.location,.franchise-intro,.faq{grid-template-columns:1fr;gap:32px}.location-info h3{font-size:28px}.location-actions{gap:10px}.location-actions .button{width:100%;font-size:15px}.franchise-banner{grid-template-columns:1fr;gap:25px;padding:52px 6%}.franchise-banner h2{font-size:56px}.footer{padding:45px 6% 25px}.footer-main{grid-template-columns:1fr 1fr;gap:35px 20px}.footer-main>a>img{width:106px;height:102px}.footer-main>p{font-size:31px}.footer-main>div{font-size:13px}.footer-bottom{flex-wrap:wrap;gap:14px}.footer-bottom>span{width:100%}.franchise-hero{grid-template-columns:1fr}.franchise-hero-copy{padding:38px 6% 44px}.franchise-hero h1{font-size:clamp(48px,9.5vw,73px)}.franchise-hero-image{min-height:0;height:330px}.franchise-hero-image img{object-position:center 35%}.format-grid{gap:26px}.format-grid h3{font-size:37px}.format-grid p{font-size:15px}.support-grid{grid-template-columns:1fr;gap:10px;margin-top:30px}.support-grid article{padding-top:23px}.support-grid p{max-width:500px}.faq details:first-child{padding-top:20px}.final-cta h2{font-size:47px}}@media(max-width:480px){.product{display:block}.product>img{aspect-ratio:4/3;min-height:0;height:auto}.product-copy{padding:22px 0 0}.product-copy p{font-size:16px}.products{gap:37px}.hero-art{height:300px}.hero-copy{padding-top:30px}.hero h1{font-size:clamp(55px,14.8vw,71px)}.eyebrow{font-size:13px}.hero-copy>p:not(.eyebrow){font-size:16px}.format-grid{grid-template-columns:1fr}.format-tag{margin-bottom:18px}.format-grid p{font-size:16px}.footer-main{gap:35px 14px}.footer-main>div{font-size:13px}.footer-main .icon{width:18px}.footer-main .icon.ifood{width:26px}.franchise-hero h1{font-size:clamp(41px,10.6vw,55px)}.franchise-hero .button{padding-inline:15px;gap:10px;font-size:15px}.button{max-width:100%;gap:16px}.section-heading h2,.support h2,.faq h2{font-size:46px}.story-photo{height:350px}.story-photo>span{font-size:12px;max-width:90%}.franchise-banner h2{font-size:49px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
