@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');
:root{--yellow:#ffd200;--gold:#f5ae16;--blue:#006be7;--ink:#172333;--light:#f4f8fc;--line:#dce4ec}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:white;color:var(--ink);font:17px/1.65 'DM Sans',sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select{font:inherit}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid var(--blue);outline-offset:4px}.wrap{width:min(1280px,90%);margin:auto}.topbar{background:var(--blue);color:white;text-align:center;font-size:12px;padding:9px 20px;letter-spacing:.4px}.topbar a{margin-left:22px;font-weight:700}header{display:flex;align-items:center;gap:32px;min-height:110px}.logo img{width:175px;height:84px;object-fit:contain}header nav{display:flex;gap:30px;margin:auto;font-size:14px;font-weight:600}.login{font-size:13px;font-weight:700;white-space:nowrap}.button{display:inline-flex;align-items:center;justify-content:center;background:var(--yellow);color:var(--ink);border:0;border-radius:9px;padding:16px 25px;font-size:15px;font-weight:800;cursor:pointer;transition:transform .2s,background .2s}.button:hover{background:#ffdf42;transform:translateY(-2px)}.button.small{padding:12px 20px;font-size:13px}.button.dark{background:var(--ink);color:white}.text-link{font-size:15px;font-weight:800;color:var(--blue)}.eyebrow{font-size:11px;font-weight:800;letter-spacing:2px;color:var(--blue);margin:0 0 20px}h1,h2,h3{font-family:'Manrope',sans-serif}h1{font-size:clamp(50px,5.7vw,82px);font-weight:800;line-height:1.08;letter-spacing:-4px;margin:0 0 25px}h2{font-size:clamp(34px,3.9vw,54px);line-height:1.12;letter-spacing:-2.3px;margin:0 0 22px}h3{line-height:1.3}p{margin:0 0 20px}.hero{display:grid;grid-template-columns:1fr 1.05fr;gap:65px;align-items:center;padding:45px 0 65px}.hero h1 span{color:var(--blue)}.hero-copy>p:not(.eyebrow){max-width:440px;color:#586575;font-size:18px}.hero-note{display:flex;align-items:center;gap:15px;margin-top:28px;font-size:13px;font-weight:600;line-height:1.5}.hero-note>span{font-size:42px;background:var(--yellow);border-radius:50%;width:56px;height:56px;line-height:50px;text-align:center}.hero-photo{position:relative;height:545px}.hero-photo>img{height:100%;width:100%;object-fit:cover;border-radius:130px 20px 20px 20px}.stamp{position:absolute;right:-15px;top:-18px;border-radius:50%;width:152px;height:152px;background:var(--yellow);text-align:center;display:flex;flex-direction:column;justify-content:center;line-height:1.4;font-size:11px;font-weight:800;letter-spacing:1px;transform:rotate(10deg)}.stamp strong{font-size:22px;letter-spacing:-1px}.photo-tag{position:absolute;left:-25px;bottom:25px;background:white;padding:20px 28px;box-shadow:0 10px 30px #1a30451a;border-radius:12px;font-size:10px;letter-spacing:1px}.photo-tag b{font-size:22px;letter-spacing:-.5px}.finder{display:grid;grid-template-columns:1.15fr 1fr 1fr auto;gap:0;align-items:end;padding:23px;background:white;border:1px solid var(--line);box-shadow:0 8px 40px #18385a0a;border-radius:14px;position:relative;margin:15px 0 30px}.finder>label{padding:0 22px;border-right:1px solid var(--line)}.finder>label:first-child{padding-left:0}.finder label>span{display:block;font-size:10px;letter-spacing:1px;font-weight:800;margin-bottom:9px}.finder input,.finder select{border:0;background:white;width:100%;min-width:0;color:#586575;font-size:14px;padding:7px 2px}.finder .button{margin-left:20px}.finder-status{grid-column:1/-1;font-size:13px;color:#9d351c;margin:8px 0 0}.finder-status:empty{display:none}.trustline{display:flex;justify-content:center;gap:60px;font-size:13px;color:#586575;margin-bottom:15px}.trustline b{color:var(--ink)}.section{padding:65px 0 85px}.section-head{display:flex;justify-content:space-between;align-items:end;gap:35px;margin-bottom:30px}.section-head h2 span{color:var(--blue)}.section-head>p{font-size:16px;color:#586575}.state-filter{display:flex;align-items:center;gap:20px;margin:25px 0}.state-filter label{font-size:14px;font-weight:700}.state-filter input{border:1px solid var(--line);border-radius:8px;padding:12px 16px;font-size:14px;max-width:100%}.location-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.location-grid>a{padding:17px 18px;background:var(--light);border:1px solid #e9eef5;border-radius:9px;transition:background .2s}.location-grid>a:hover{background:#fff4b9;border-color:var(--gold)}.location-grid>a>span{font-weight:700;font-size:15px;display:block}.location-grid small{font-size:11px;color:#637184;display:flex;justify-content:space-between;margin-top:7px}.location-grid b{color:var(--blue);font-size:15px}.yellow-section{background:var(--yellow);padding:65px 0}.how{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:38px}.how h2{font-size:36px}.how>div>b{display:block;font-size:14px;margin-bottom:25px;border:1px solid #172333;padding:8px;border-radius:50%;width:43px;height:43px;text-align:center}.how h3{font-size:20px}.how p:not(.eyebrow){font-size:15px}.app-section{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center;padding:70px 0}.phone{background:#e9f2ff;border-radius:50%;overflow:hidden}.phone img{width:100%}.app-section p:not(.eyebrow){max-width:450px;color:#586575}.stores{display:flex;gap:15px}.business-banner{background:var(--blue);color:white;border-radius:20px;padding:65px 70px;margin-bottom:85px;position:relative}.business-banner .eyebrow{color:#fff0a1}.business-banner>p:not(.eyebrow){max-width:500px}.light-link{font-size:14px;font-weight:700;margin-left:25px}footer{background:var(--light);padding:40px 0 0}.footer-main{display:grid;grid-template-columns:1fr 1.3fr 1fr 1fr;gap:35px;align-items:center}.footer-main>div{display:flex;flex-direction:column;gap:9px;font-size:13px}.footer-main p{font-size:15px;margin:0}.footer-bottom{border-top:1px solid var(--line);padding:23px 0;margin-top:40px;display:flex;justify-content:space-between;gap:25px;font-size:11px}.footer-bottom>div{display:flex;gap:20px}.directory-hero{background:#edf4ff;padding:60px 0}.directory-hero h1{font-size:52px;letter-spacing:-2px;max-width:950px}.directory-hero p:not(.eyebrow){max-width:730px;color:#586575}.results-meta{font-size:14px;margin:25px 0}.restaurants{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.restaurant{border:1px solid var(--line);border-radius:13px;padding:25px;display:flex;flex-direction:column}.restaurant-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:23px}.initial{width:54px;height:54px;border-radius:13px;background:#edf4ff;color:var(--blue);font:800 28px/54px 'Manrope';text-align:center}.badge{font-size:10px;font-weight:700;border-radius:5px;background:#edf0f4;color:#536275;padding:5px 9px}.has-deal{background:#fff0a1;color:#554300}.restaurant h3{font-size:23px;margin:0 0 8px}.restaurant h3 a:hover{color:var(--blue)}.muted,.address{font-size:13px;color:#586575;margin:0 0 10px}.deal-summary{background:#fff9df;border-left:3px solid var(--gold);font-size:14px;line-height:1.6;padding:14px;margin:12px 0 22px;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.no-deal{font-size:14px;line-height:1.6;color:#586575;margin-top:15px}.card-bottom{display:flex;justify-content:space-between;align-items:end;gap:15px;margin-top:auto;padding-top:20px;border-top:1px solid var(--line)}.card-bottom small{font-size:11px;color:#586575}.card-bottom a{font-size:12px;color:var(--blue);font-weight:800;white-space:nowrap}.pagination{display:flex;gap:10px;flex-wrap:wrap;margin:30px 0}.pagination a{border:1px solid var(--line);padding:9px 16px;border-radius:6px;font-size:14px}.pagination a[aria-current]{background:var(--blue);color:white}.notice{font-size:13px;background:var(--light);padding:20px;border-radius:8px;color:#526074;margin:30px 0}.empty{padding:60px 20px;text-align:center}.empty h2{font-size:32px}.detail{padding:45px 0 80px}.breadcrumbs{font-size:13px;color:#526074;margin-bottom:40px}.breadcrumbs a{color:var(--blue)}.detail>h1{font-size:60px;letter-spacing:-2px;max-width:950px}.detail-address{color:#586575}.detail-grid{display:grid;grid-template-columns:1.7fr 1fr;gap:55px;margin-top:50px}.detail-grid h2{font-size:32px;letter-spacing:-1px}.offer{border:1px solid var(--line);padding:28px;border-radius:12px;margin-bottom:20px}.offer p{white-space:pre-line;font-size:16px}.offer h3{font-size:24px}.day-chips{display:flex;gap:8px;flex-wrap:wrap}.day-chips span{background:#edf0f4;color:#566575;font-size:12px;padding:6px 10px;border-radius:5px}.day-chips .active{background:var(--yellow);color:var(--ink);font-weight:700}aside{background:var(--light);padding:30px;border-radius:12px;align-self:start}aside .button{display:flex;margin:15px 0}aside p{font-size:15px}aside hr{border:0;border-top:1px solid var(--line);margin:30px 0}.original-copy{max-width:900px;line-height:1.8}.original-copy h2{font-size:30px;letter-spacing:-1px;margin-top:35px}.original-copy h3{font-size:22px}.original-copy p{margin:0 0 18px}.original-copy a{color:var(--blue);text-decoration:underline}.skip{position:fixed;top:-90px;left:15px;background:var(--yellow);padding:15px;z-index:20}.skip:focus{top:10px}[hidden]{display:none!important}@media(max-width:1050px){header{gap:18px}header nav{gap:18px;font-size:12px}.hero{gap:40px}h1{letter-spacing:-3px}.hero-photo{height:490px}.location-grid{grid-template-columns:repeat(4,1fr)}.how{grid-template-columns:1fr 1fr}.finder{grid-template-columns:1fr 1fr;gap:20px}.finder>label{padding:0;border:0}.finder .button{margin:0}.app-section{gap:50px}.restaurants{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.topbar{font-size:10px}.topbar a{display:none}header{min-height:90px;flex-wrap:wrap;gap:12px;padding:12px 0}header .logo img{width:123px;height:58px}header nav{order:4;width:100%;justify-content:space-between;border-top:1px solid var(--line);padding-top:12px}header .login{font-size:11px;margin-left:auto}header .button.small{padding:10px;font-size:11px}.hero{grid-template-columns:1fr;padding:32px 0 38px;gap:35px}.hero h1{font-size:55px;letter-spacing:-3px}.hero-copy>p:not(.eyebrow){font-size:16px}.hero-note{margin-top:22px}.hero-photo{height:355px;margin-right:8px}.hero-photo>img{border-radius:85px 15px 15px 15px}.stamp{width:122px;height:122px;font-size:9px;right:-12px;top:-15px}.stamp strong{font-size:18px}.photo-tag{left:-6px;bottom:20px;padding:15px 22px}.photo-tag b{font-size:18px}.finder{grid-template-columns:1fr;padding:20px;gap:18px;margin-bottom:22px}.finder input,.finder select{font-size:16px;border-bottom:1px solid var(--line);padding:9px 0}.finder .button{width:100%}.finder label>span{font-size:10px}.trustline{gap:15px;flex-wrap:wrap;font-size:11px;text-align:center}.section{padding:45px 0}.section-head{display:block;margin-bottom:20px}h2{font-size:38px;letter-spacing:-1.8px}.section-head>p{font-size:15px}.state-filter{align-items:stretch;flex-direction:column;gap:9px}.location-grid{grid-template-columns:repeat(2,1fr);gap:9px}.location-grid>a{padding:14px 12px}.location-grid>a>span{font-size:13px}.location-grid small{font-size:10px}.how{grid-template-columns:1fr;gap:20px}.how>div:first-child{margin-bottom:15px}.how>div>b{margin-bottom:10px}.how h3{margin:10px 0}.yellow-section{padding:45px 0}.app-section{grid-template-columns:1fr;gap:35px;padding:45px 0}.phone{max-width:330px;margin:auto}.stores{gap:10px}.stores .button{font-size:14px;padding:14px 20px}.business-banner{padding:35px 25px;margin-bottom:45px;border-radius:14px}.business-banner h2{font-size:35px}.light-link{display:block;margin:20px 0 0;font-size:13px}.footer-main{grid-template-columns:1fr 1fr;gap:25px}.footer-main .logo img{width:140px}.footer-main p{font-size:13px}.footer-bottom{flex-direction:column;font-size:11px}.footer-bottom>div{gap:12px;flex-wrap:wrap}.directory-hero{padding:40px 0}.directory-hero h1{font-size:40px;letter-spacing:-2px}.directory-hero p{font-size:15px}.restaurants{grid-template-columns:1fr}.restaurant{padding:22px}.detail>h1{font-size:42px}.detail-grid{grid-template-columns:1fr;gap:25px;margin-top:30px}.offer{padding:22px}.eyebrow{font-size:10px;letter-spacing:1.5px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

.phone{width:100%;aspect-ratio:1/1;border-radius:50%}.phone img{width:100%;height:auto;aspect-ratio:1/1;object-fit:contain}
