@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&family=Fraunces:ital,opsz,wght@0,9..144,500;0,9..144,600;0,9..144,700;1,9..144,500;1,9..144,600&display=swap");:root{--paper:#f3ede4;--ticket:#fffcf7;--draft-sheet:#f7efe3;--carbon:#efe4d4;--ink:#1a1612;--muted:#6a6158;--rule:#e4d9c8;--chili:#c4452d;--chili-hover:#a33622;--chili-wash:#f8e8e2;--herb:#2c5f3f;--herb-wash:#e7f0ea;--night:#2a241e;--font-serif:"Fraunces",Georgia,"Times New Roman",serif;--font-sans:"DM Sans",system-ui,sans-serif;--max-width:72rem;--max-narrow:42rem;--space-xs:0.5rem;--space-sm:1rem;--space-md:1.5rem;--space-lg:2.5rem;--space-xl:4rem;--radius:0.75rem;--radius-sm:0.5rem}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-sans);font-size:1.0625rem;line-height:1.6;color:var(--ink);background:var(--paper);-webkit-font-smoothing:antialiased}h1,h2,h3{font-family:var(--font-serif);line-height:1.2;font-weight:600;letter-spacing:-.02em}h1{font-size:clamp(1.875rem,5vw,2.75rem);margin:0 0 var(--space-md)}h2{font-size:clamp(1.375rem,3.5vw,1.75rem)}h2,p{margin:0 0 var(--space-sm)}a{color:var(--chili)}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--chili);outline-offset:2px}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 var(--space-md)}.container--narrow{max-width:var(--max-narrow)}.wordmark{display:inline-flex;flex-direction:column;gap:.15rem;text-decoration:none;color:inherit}.wordmark-row{display:inline-flex;align-items:center;gap:.5rem}.wordmark-text{font-family:var(--font-serif);font-size:1.125rem;font-weight:600;letter-spacing:-.02em}.wordmark-tagline{font-family:var(--font-sans);font-size:.8125rem;font-weight:400;color:var(--muted);line-height:1.4}.kitchen-ticket-mark{position:relative;display:inline-block;width:18px;height:14px;border:1px solid var(--ink);border-radius:3px;background:var(--ticket);flex-shrink:0}.kitchen-ticket-mark__inner{position:absolute;inset:2px;border:1px dashed var(--muted);border-radius:1px}.kitchen-ticket-mark__punch{position:absolute;top:1px;left:3px;width:4px;height:4px;background:var(--paper);border:1px solid var(--ink)}.site-header{padding:var(--space-md) 0;background:var(--ticket);border-bottom:1px solid var(--rule)}.site-header-inner{display:flex;align-items:center;justify-content:space-between;gap:var(--space-sm)}.header-link{font-size:.9375rem;font-weight:500;color:var(--chili);text-decoration:none}.header-link:hover{color:var(--chili-hover)}.header-back,.header-context{font-size:.875rem;color:var(--muted)}.header-back{font-weight:500;text-decoration:none}.header-back:hover{color:var(--ink)}.header-back-button{background:none;border:none;padding:0;font:inherit;cursor:pointer}.header-listing{display:flex;align-items:baseline;gap:.35rem;font-size:.875rem}.header-listing-name{color:var(--ink);font-weight:500}.header-listing-demo{color:var(--muted);font-size:.8125rem}.header-listing .header-link,.promise-rail{font-size:.875rem}.promise-rail{background:var(--chili-wash);color:var(--ink);text-align:center;font-weight:500;padding:.5rem var(--space-md);border-bottom:1px solid var(--rule)}.btn-chili{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;font-family:inherit;color:#fff;background:var(--chili);border:none;border-radius:var(--radius-sm);cursor:pointer;text-decoration:none;transition:background .15s ease}.btn-chili:hover{background:var(--chili-hover)}.btn-chili:disabled{opacity:.6;cursor:not-allowed}.btn-chili--full{flex:1 1 100%;width:100%}.btn-outline{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;font-family:inherit;color:var(--ink);background:transparent;border:1px solid var(--rule);border-radius:var(--radius-sm);cursor:pointer;text-decoration:none;transition:border-color .15s ease,background .15s ease}.btn-outline:hover{border-color:var(--muted);background:var(--ticket)}.btn-skip{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.25rem;font-size:.9375rem;font-weight:500;font-family:inherit;color:var(--ink);background:var(--carbon);border:1px solid var(--rule);border-radius:var(--radius-sm);cursor:pointer;transition:background .15s ease}.btn-skip:hover{background:var(--rule)}.btn-skip:disabled{opacity:.6;cursor:not-allowed}.btn-edit{background:none;border:none;padding:.5rem .75rem;font:inherit;font-size:.9375rem;font-weight:500;color:var(--chili);cursor:pointer;text-decoration:underline;text-underline-offset:2px}.btn-edit:hover{color:var(--chili-hover)}.btn-edit:disabled{opacity:.6;cursor:not-allowed}.btn-success{background:var(--herb)}.btn-success:hover{background:#234a31}.hero-section{padding:var(--space-xl) 0}.hero-grid{display:grid;grid-gap:var(--space-lg);gap:var(--space-lg);align-items:center}@media (min-width:900px){.hero-grid{grid-template-columns:1fr 1fr;gap:var(--space-xl)}}.hero-headline{font-size:clamp(2rem,5vw,3rem)}.hero-lead{font-size:1.125rem;color:var(--muted);max-width:32rem}.hero-actions{display:flex;flex-direction:column;gap:var(--space-sm);margin-top:var(--space-md)}@media (min-width:480px){.hero-actions{flex-direction:row;flex-wrap:wrap}}.hero-phone{display:flex;justify-content:center}.hero-phone__frame{width:min(100%,280px);background:#111;border-radius:2rem;padding:.75rem;box-shadow:0 24px 48px rgba(26,22,18,.18)}.hero-phone__status{color:#fff;font-size:.6875rem;text-align:center;padding-bottom:.35rem}.hero-phone__screen{background:var(--paper);border-radius:1.25rem;overflow:hidden}.hero-phone__bar{padding:.5rem .75rem;background:var(--ticket);border-bottom:1px solid var(--rule);text-align:center}.hero-phone__listing{font-size:.8125rem;font-weight:600}.hero-phone__rail{background:var(--chili-wash);font-size:.625rem;font-weight:500;text-align:center;padding:.35rem .5rem}.hero-phone__content{padding:.75rem}.hero-phone__content .guest-check{font-size:.8125rem}.hero-phone__content .guest-check__actions{flex-wrap:wrap}.hero-phone__content .btn-chili--full{font-size:.875rem;padding:.625rem 1rem}section{padding:var(--space-xl) 0}section+section{border-top:1px solid var(--rule)}.lead{font-size:1.125rem;color:var(--muted);max-width:36rem}.how-tickets{display:grid;grid-gap:var(--space-md);gap:var(--space-md);margin-top:var(--space-lg)}@media (min-width:768px){.how-tickets{grid-template-columns:repeat(3,1fr)}}.how-ticket{background:var(--ticket);border:1px solid var(--rule);border-radius:var(--radius);padding:var(--space-md);position:relative;overflow:hidden}.how-ticket:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--chili)}.how-ticket__num{font-family:var(--font-serif);font-style:italic;font-size:1.25rem;color:var(--chili);margin:0 0 .5rem}.how-ticket__title{font-family:var(--font-serif);font-size:1.0625rem;font-weight:600;margin:0 0 .35rem}.how-ticket__body{font-size:.9375rem;color:var(--muted);margin:0}.price-ticket{background:var(--ticket);border:1px solid var(--rule);border-radius:var(--radius);padding:var(--space-md) var(--space-lg);margin-top:var(--space-md);max-width:24rem;position:relative;overflow:hidden}.price-ticket:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--chili)}.price-amount{font-family:var(--font-serif);font-size:2rem;font-weight:700;letter-spacing:-.03em;margin:0}.price-detail{color:var(--muted);font-size:.9375rem;margin:.35rem 0 0}.not-list{list-style:none;padding:0;margin:var(--space-md) 0 0}.not-list li{position:relative;padding-left:1.5rem;margin-bottom:var(--space-xs);color:var(--muted);font-size:.9375rem}.not-list li:before{content:"—";position:absolute;left:0;color:var(--rule)}.cta-section{background:var(--ticket)}.cta-form{display:flex;flex-direction:column;gap:var(--space-sm);margin-top:var(--space-md);max-width:24rem}.cta-form label{font-size:.875rem;font-weight:500}.cta-form input{width:100%;padding:.75rem 1rem;font-size:1rem;font-family:inherit;border:1px solid var(--rule);border-radius:var(--radius-sm);background:var(--paper)}.cta-form input::placeholder{color:var(--muted)}.form-message{font-size:.875rem;margin-top:var(--space-xs);min-height:1.25rem}.form-message-visible.idle{visibility:hidden}.form-message.loading{color:var(--muted)}.form-message.success{color:var(--herb);font-weight:500}.form-message.error{color:#b91c1c;font-weight:500}.cta-form-success input{border-color:#b7dfc9;background:var(--herb-wash)}.cta-form-error input{border-color:#e8c4c4}.waitlist-handoff{margin-top:var(--space-sm);font-size:.875rem;color:var(--muted)}.waitlist-handoff a{color:var(--ink);text-decoration:underline;text-underline-offset:2px}.waitlist-handoff a:hover{color:var(--chili)}.mailto-fallback{margin-top:var(--space-md);font-size:.875rem;color:var(--muted)}.site-footer{padding:var(--space-lg) 0;border-top:1px solid var(--rule);font-size:.8125rem;color:var(--muted);text-align:center}.site-footer--night{background:var(--night);color:#c9c0b5;border-top:none}.site-footer--night a{color:#e8dfd4}.site-footer-contact,.site-footer-links{margin-top:.5rem}.site-footer-links a{color:inherit;text-decoration:underline;text-underline-offset:.15em}.site-footer--night .site-footer-links a{color:#e8dfd4}.legal-page{padding:var(--space-lg) 0 var(--space-xl);background:var(--paper)}.legal-document{background:var(--ticket);border:1px solid var(--rule);border-radius:var(--radius);padding:var(--space-lg) var(--space-md)}.legal-document__updated{font-size:.9375rem;color:var(--muted)}.legal-document h2{margin-top:var(--space-lg)}.legal-document h3{font-family:var(--font-serif);font-size:1.125rem;font-weight:600;margin:var(--space-md) 0 var(--space-sm)}.legal-document ol,.legal-document ul{margin:0 0 var(--space-sm);padding-left:1.25rem}.legal-document li+li{margin-top:.35rem}.legal-table{width:100%;border-collapse:collapse;margin:var(--space-sm) 0;font-size:.9375rem}.legal-table td,.legal-table th{border:1px solid var(--rule);padding:.625rem .75rem;text-align:left;vertical-align:top}.legal-table th{background:var(--draft-sheet);font-weight:600}.legal-document code{font-size:.9em;background:var(--carbon);padding:.1em .35em;border-radius:var(--radius-sm)}.guest-check{position:relative;background:var(--ticket);border:1px solid var(--rule);border-radius:var(--radius);padding:var(--space-md);overflow:hidden}.guest-check:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--chili)}.guest-check--posted:before{background:var(--herb)}.guest-check--skipped:before{background:var(--muted)}.guest-check--selectable{cursor:pointer;transition:box-shadow .15s ease,border-color .15s ease}.guest-check--selectable:focus-visible,.guest-check--selectable:hover{border-color:var(--chili)}.guest-check--active.guest-check--selectable{box-shadow:0 0 0 2px var(--chili-wash);border-color:var(--chili)}.guest-check--compact.guest-check--posted:not(.guest-check--active),.guest-check--compact.guest-check--skipped:not(.guest-check--active){opacity:.6}.guest-check--compact{padding:var(--space-sm) var(--space-md)}.guest-check--compact .guest-check__perforation{margin:.5rem 0}.guest-check--empty{min-height:8rem;display:flex;flex-direction:column;justify-content:center}.guest-check__top{position:relative;padding-left:1.25rem}.guest-check__punch{position:absolute;left:.35rem;top:.15rem;width:10px;height:10px;border-radius:50%;border:1px solid var(--rule);background:var(--paper)}.guest-check__header{display:flex;justify-content:space-between;align-items:baseline;gap:var(--space-sm)}.guest-check__ticket{font-family:var(--font-serif);font-style:italic;font-weight:600;font-size:1.0625rem}.guest-check__time{font-size:.8125rem;color:var(--muted)}.guest-check__perforation{margin:.75rem 0;border:none;border-top:1px dashed var(--rule)}.guest-check__reviewer{font-weight:600;margin:0 0 .35rem}.guest-check__review-text{font-size:.9375rem;margin:0 0 var(--space-md)}.guest-check__draft-sheet{background:var(--draft-sheet);border:1px dashed var(--rule);border-radius:var(--radius-sm);padding:var(--space-sm) var(--space-md);margin-bottom:var(--space-sm)}.guest-check__draft-label{font-size:.75rem;font-weight:500;color:var(--muted);margin:0 0 .35rem}.guest-check__draft-text{font-size:.9375rem;margin:0}.guest-check__edit-area{width:100%;font-family:inherit;font-size:.9375rem;line-height:1.5;padding:.5rem;border:1px solid var(--rule);border-radius:var(--radius-sm);background:var(--ticket);resize:vertical}.guest-check__actions,.guest-check__edit-actions{display:flex;gap:var(--space-sm);margin-top:var(--space-sm)}.guest-check__actions{flex-wrap:wrap;align-items:center}.guest-check__stamp{position:absolute;top:1.5rem;right:1rem;font-family:var(--font-serif);font-size:.875rem;font-weight:600;color:var(--herb);border:2px solid var(--herb);border-radius:4px;padding:.15rem .5rem;transform:rotate(-8deg);opacity:.85}.guest-check--skipped .guest-check__stamp{color:var(--muted);border-color:var(--muted)}.guest-check__empty-text{font-family:var(--font-serif);font-size:1.25rem;text-align:center;color:var(--muted);margin:var(--space-md) 0 0}.guest-check__empty-hint{font-size:.9375rem;text-align:center;color:var(--muted);margin:.35rem 0 0}.guest-check__compact-body{display:flex;justify-content:space-between;align-items:center;gap:var(--space-sm)}.guest-check__compact-body .guest-check__reviewer{margin:0}.stars{letter-spacing:.05em;font-size:.9375rem}.stars-filled{color:var(--chili)}.stars-empty{color:#9a8f82}.guest-check--detail{box-shadow:0 2px 10px rgba(26,22,18,.08);border-color:var(--carbon)}.guest-check--detail .guest-check__draft-sheet{background:var(--ticket);border-style:solid;border-color:var(--rule)}.inbox-load-error{text-align:center;margin-top:var(--space-md)}.inbox-retry-link{display:inline-block;margin-top:var(--space-sm)}.inbox-refresh-button{flex-shrink:0;text-decoration:none;white-space:nowrap}.inbox-refresh-button[aria-busy=true]{text-decoration:none;cursor:wait}.inbox-reconnect{text-align:center;margin-top:var(--space-md);max-width:28rem;margin-left:auto;margin-right:auto}.inbox-reconnect-body{margin:0 0 var(--space-lg);color:var(--muted);line-height:1.5}.inbox-reconnect-cta{display:inline-block;text-decoration:none}.inbox-shell{min-height:calc(100vh - 8rem)}.inbox-status-bar{display:flex;justify-content:space-between;align-items:baseline;gap:var(--space-sm);margin:var(--space-md) 0 var(--space-lg)}.inbox-status-bar h1{font-size:clamp(1.5rem,4vw,2rem);margin:0}.inbox-location{font-family:var(--font-sans);font-size:.9375rem;font-weight:400;color:var(--muted)}.inbox-layout,.inbox-mobile-stack{display:flex;flex-direction:column;gap:var(--space-md)}@media (min-width:900px){.inbox-layout{flex-direction:row;align-items:flex-start;gap:var(--space-lg)}.inbox-sidebar{flex:0 0 280px;display:flex;flex-direction:column;gap:var(--space-sm)}.inbox-main{flex:1 1;min-width:0;position:-webkit-sticky;position:sticky;top:var(--space-md)}.inbox-sidebar .guest-check--compact{display:block}.inbox-layout:has(.inbox-sidebar) .inbox-mobile-stack{display:none}}@media (max-width:899px){.inbox-desktop-only,.inbox-main{display:none}}.inbox-error{color:#b91c1c;font-size:.875rem;margin:0 0 var(--space-sm)}.connect-page{padding:var(--space-md) 0 var(--space-lg)}.container--connect{max-width:24rem}.connect-step{max-width:22rem;margin:0 auto;text-align:center}.connect-notice{font-size:.9375rem;color:var(--muted);margin:0 0 var(--space-sm)}.connect-notice--success{color:var(--herb)}.connect-add-location{display:inline-block;margin-top:var(--space-md);font-size:.875rem;color:var(--muted);text-decoration:none}.connect-add-location:hover{color:var(--chili)}.connect-add-location--button{background:none;border:none;padding:0;font:inherit;cursor:pointer}.connect-headline{font-family:var(--font-serif);font-size:2rem;line-height:1.15;letter-spacing:-.02em}@media (min-width:48rem){.connect-headline{font-size:clamp(2.5rem,3.5vw,2.75rem)}}.connect-lead{color:var(--muted);font-size:.9375rem;line-height:1.45;margin-bottom:var(--space-lg);text-wrap:balance}.connect-footnote{font-size:.8125rem;color:var(--muted);margin-top:var(--space-md)}.connect-footnote-form{display:inline}.connect-footnote-link{background:none;border:none;padding:0;font:inherit;color:inherit;cursor:pointer;text-decoration:underline;-webkit-text-decoration-color:var(--rule);text-decoration-color:var(--rule);text-underline-offset:.12em}.connect-notice--prompt{margin-bottom:var(--space-lg)}.connect-demo-link{font-size:.8125rem;color:var(--muted);margin-top:var(--space-md)}.connect-demo-link__anchor{color:var(--muted);font-weight:400;text-decoration:underline;-webkit-text-decoration-color:var(--rule);text-decoration-color:var(--rule);text-underline-offset:.12em}.connect-demo-link__anchor:hover{color:var(--ink);-webkit-text-decoration-color:var(--muted);text-decoration-color:var(--muted)}.connect-cta{margin-top:var(--space-md)}.connect-reset{display:block;margin:var(--space-md) auto 0}.google-btn{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;width:100%;max-width:20rem;min-height:3rem;padding:.75rem 1.25rem;font-size:1rem;font-weight:500;font-family:inherit;background:#fff;border:1px solid #dadce0;border-radius:var(--radius-sm);cursor:pointer;transition:box-shadow .15s ease}.google-btn,a.google-btn,a.google-btn:focus,a.google-btn:hover,a.google-btn:visited{color:var(--ink);text-decoration:none}.google-btn:disabled{opacity:.55;cursor:not-allowed}.google-btn:hover:not(:disabled){box-shadow:0 1px 3px rgba(26,22,18,.12)}.google-btn__icon{flex-shrink:0}.listing-picker{display:flex;flex-direction:column;gap:var(--space-sm);margin-bottom:var(--space-md)}.listing-ticket{position:relative;display:block;width:100%;text-align:left;background:var(--ticket);border:1px solid var(--rule);border-radius:var(--radius);padding:var(--space-md) var(--space-md) var(--space-md) 2rem;cursor:pointer;font-family:inherit;transition:border-color .15s ease,box-shadow .15s ease;box-shadow:0 1px 2px rgba(26,22,18,.04)}.listing-ticket:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--chili)}.listing-ticket--selected{border-color:var(--chili);box-shadow:0 0 0 2px var(--chili-wash)}.listing-ticket__punch{position:absolute;left:.65rem;top:50%;transform:translateY(-50%);width:10px;height:10px;border-radius:50%;border:1px solid var(--rule);background:var(--paper)}.listing-ticket__name{display:block;font-family:var(--font-serif);font-weight:600;font-size:1.0625rem;color:var(--ink)}.listing-ticket__location{display:block;font-size:.875rem;color:var(--muted);margin-top:.15rem}.connected-stamp{display:inline-block;color:var(--herb);border:2px solid var(--herb);border-radius:6px;padding:.35rem 1rem;transform:rotate(-4deg);margin-bottom:var(--space-md)}.connect-connected-name,.connected-stamp{font-family:var(--font-serif);font-size:1.25rem;font-weight:600}.connect-connected-name{margin:0}.connect-connected-location{color:var(--muted);margin-bottom:var(--space-md)}.disconnect-button{background:none;border:none;padding:0;font:inherit;cursor:pointer;color:var(--muted)}.disconnect-button:hover{color:var(--chili)}.inbox-demo-note{margin-top:var(--space-md)}.field-help,.inbox-demo-note{font-size:.875rem;color:var(--muted)}.field-help{margin:-.35rem 0 var(--space-xs)}.label-optional{font-weight:400;color:var(--muted)}.inbox-demo-note a{font-weight:500}.cta-form textarea{width:100%;min-height:9rem;padding:.75rem 1rem;font-size:1rem;font-family:inherit;line-height:1.5;border:1px solid var(--rule);border-radius:var(--radius-sm);background:var(--paper);resize:vertical}.places-search-disabled{color:var(--muted);background:var(--carbon);cursor:not-allowed}.places-selected{font-size:.9375rem;color:var(--muted);margin:0 0 var(--space-sm)}.places-search-input{width:100%}.osm-search,.places-search{position:relative}.places-suggestions{position:absolute;z-index:10000;left:0;right:0;margin:0;padding:0;list-style:none;border:1px solid var(--rule);border-radius:var(--radius-sm);background:var(--paper);box-shadow:0 8px 24px rgba(26,22,18,.12);max-height:16rem;overflow-y:auto}.places-suggestion{display:block;width:100%;padding:.75rem 1rem;border:none;border-bottom:1px solid var(--rule);background:transparent;text-align:left;font:inherit;cursor:pointer}.places-suggestion:last-child{border-bottom:none}.places-suggestion:focus-visible,.places-suggestion:hover{background:var(--ticket)}.places-suggestion__name{display:block;font-weight:600}.places-suggestion__address,.places-suggestion__meta{display:block;font-size:.875rem;color:var(--muted)}.osm-suggestions{position:absolute;z-index:10000;left:0;right:0;margin:0;padding:0;list-style:none;border:1px solid var(--rule);border-radius:var(--radius-sm);background:var(--paper);box-shadow:0 8px 24px rgba(26,22,18,.12);max-height:16rem;overflow-y:auto}.osm-suggestion{display:block;width:100%;padding:.75rem 1rem;border:none;border-bottom:1px solid var(--rule);background:transparent;text-align:left;font:inherit;cursor:pointer}.osm-suggestion:last-child{border-bottom:none}.osm-suggestion:focus-visible,.osm-suggestion:hover{background:var(--ticket)}.osm-suggestion__name{display:block;font-weight:600}.osm-suggestion__address,.osm-suggestion__meta{display:block;font-size:.875rem;color:var(--muted)}.pac-container{z-index:10000;border-radius:var(--radius-sm);border:1px solid var(--rule);box-shadow:0 8px 24px rgba(26,22,18,.12);font-family:var(--font-sans)}.restaurant-fallback{margin-top:var(--space-sm);border:1px solid var(--rule);border-radius:var(--radius-sm);background:var(--ticket);padding:0 var(--space-sm) var(--space-sm)}.restaurant-fallback summary{cursor:pointer;font-size:.9375rem;font-weight:500;padding:var(--space-sm) 0;color:var(--chili)}.restaurant-fallback__body{display:flex;flex-direction:column;gap:var(--space-sm);padding-top:var(--space-xs)}