.navbar{position:fixed;top:0;left:0;right:0;z-index:1000!important;font-family:Neusans,sans-serif;transition:opacity .3s ease-out,visibility .3s ease-out}body.swipeable-review-viewer-open .navbar{opacity:0;visibility:hidden;pointer-events:none;display:none}.navbar__container{max-width:80rem;margin-left:auto;margin-right:auto;padding:0 .5rem}@media(min-width:640px){.navbar__container{padding-left:.75rem}}@media(min-width:1280px){.navbar__container{padding-left:0;padding-right:0}}.navbar__content{display:flex;justify-content:space-between;align-items:center;height:60px;gap:.75rem}@media(max-width:767px){.navbar__content{height:3.5rem}}.navbar__center{flex:1;max-width:500px;margin:0 .75rem}.navbar__search-container{position:relative;width:100%}.navbar__search-bar{display:flex;align-items:center;background-color:#f8f9fa;border:1px solid #e5e7eb;border-radius:20px;padding:6px 12px;transition:all .3s ease;width:100%;max-width:400px}.navbar__search-bar:hover{border-color:#d1d5db;background-color:#fff}.navbar__search-bar:focus-within{border-color:#e36b00;background-color:#fff;box-shadow:0 0 0 3px rgba(227,107,0,.1)}.navbar__search-bar--focused{max-width:500px;transform:scale(1.02)}.navbar__search-input{flex:1;border:none;background:transparent;outline:none;font-size:13px;color:#31343f;padding:2px 6px}.navbar__search-input::placeholder{color:#9ca3af}.navbar__search-button{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background-color:#e36b00;border:none;border-radius:50%;color:#fff;cursor:pointer;transition:all .2s ease}.navbar__search-button:hover:not(:disabled){background-color:#d55a00;transform:scale(1.05)}.navbar__search-button:disabled{background-color:#d1d5db;cursor:not-allowed}.navbar__search-icon{width:16px;height:16px}.navbar__search-mode-toggle{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background-color:transparent;border:1px solid #e5e7eb;border-radius:6px;color:#6b7280;cursor:pointer;transition:all .2s ease;margin-right:8px}.navbar__search-mode-toggle:hover{background-color:#f3f4f6;border-color:#d1d5db;color:#374151}.navbar__search-mode-toggle:active{background-color:#e5e7eb;transform:scale(.95)}.navbar__search-mode-icon{width:14px;height:14px}.navbar__search-container--transparent .navbar__search-bar--transparent{background-color:hsla(0,0%,99%,.4);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2)}.navbar__search-container--transparent .navbar__search-bar--transparent:hover{background-color:hsla(0,0%,99%,.6);border-color:hsla(0,0%,100%,.3)}.navbar__search-container--transparent .navbar__search-bar--transparent:focus-within{background-color:hsla(0,0%,99%,.7);border-color:hsla(0,0%,100%,.5);box-shadow:0 0 0 3px hsla(0,0%,100%,.1)}.navbar__search-container--transparent .navbar__search-bar--transparent.navbar__search-bar--focused{max-width:500px;transform:scale(1.02)}.navbar__search-container--transparent .navbar__search-input{color:#fff}.navbar__search-container--transparent .navbar__search-input::placeholder{color:hsla(0,0%,100%,.7)}.navbar__search-container--transparent .navbar__search-mode-toggle{border-color:hsla(0,0%,100%,.3);color:hsla(0,0%,100%,.8)}.navbar__search-container--transparent .navbar__search-mode-toggle:hover{background-color:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.5);color:#fff}.navbar__search-container--transparent .navbar__search-mode-toggle:active{background-color:hsla(0,0%,100%,.2)}.navbar__search-container--transparent .navbar__search-button{background-color:hsla(0,0%,100%,.2);color:#fff}.navbar__search-container--transparent .navbar__search-button:hover:not(:disabled){background-color:hsla(0,0%,100%,.3)}.navbar__search-container--transparent .navbar__search-button:disabled{background-color:hsla(0,0%,100%,.1);color:hsla(0,0%,100%,.5)}.navbar__palate-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;display:flex;align-items:flex-end}@media(min-width:768px){.navbar__palate-modal{align-items:center;justify-content:center}}.navbar__palate-modal-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);backdrop-filter:blur(4px)}.navbar__palate-modal-content{position:relative;background:#fff;width:100%;max-height:90vh;overflow-y:auto;border-radius:24px 24px 0 0;animation:navbar__palate-modal-fade-in .3s ease-in}@media(min-width:768px){.navbar__palate-modal-content{max-width:700px;max-height:85vh;border-radius:24px}}@keyframes navbar__palate-modal-fade-in{0%{opacity:0}to{opacity:1}}.navbar__palate-modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 24px 16px;border-bottom:1px solid #e5e7eb}.navbar__palate-modal-title{font-size:24px;font-weight:500;color:#31343f;margin:0}.navbar__palate-modal-close{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:#f3f4f6;border-radius:50%;cursor:pointer;transition:all .2s ease}.navbar__palate-modal-close:hover{background:#e5e7eb}.navbar__palate-modal-close-icon{width:20px;height:20px;color:#6b7280}.navbar__palate-modal-selected{padding:16px 24px;background:#f8f9fa;border-bottom:1px solid #e5e7eb}.navbar__palate-modal-selected-title{font-size:14px;font-weight:500;color:#6b7280;margin:0 0 8px}.navbar__palate-modal-selected-tags{display:flex;flex-wrap:wrap;gap:8px}.navbar__palate-modal-selected-tag{background:#e36b00;color:#fff;padding:4px 12px;border-radius:16px;font-size:12px;font-weight:500}.navbar__palate-modal-all-cuisines{padding:16px 24px;border-bottom:2px solid #e5e7eb}.navbar__palate-modal-all-button{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:16px 24px;border:2px solid #e5e7eb;border-radius:32px;background:#fff;cursor:pointer;transition:all .2s ease;font-size:16px;font-weight:500;color:#31343f}.navbar__palate-modal-all-button:hover{border-color:#ff6b35;background:#fef7f0;transform:translateY(-2px);box-shadow:0 4px 12px rgba(227,107,0,.15)}.navbar__palate-modal-all-button--selected{border-color:#ff6b35;background:#ff6b35;color:#fff;box-shadow:0 4px 16px rgba(227,107,0,.2)}.navbar__palate-modal-all-button--selected:hover{background:#e55a1f;border-color:#e55a1f}.navbar__palate-modal-all-icon{font-size:20px}.navbar__palate-modal-all-badge{background:hsla(0,0%,100%,.3);padding:2px 8px;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.navbar__palate-modal-options{padding:24px;max-height:50vh;overflow-y:auto}.navbar__palate-modal-region{margin-bottom:32px}.navbar__palate-modal-region:last-child{margin-bottom:0}.navbar__palate-modal-region-title{font-size:18px;font-weight:400;color:#31343f;margin:0 0 16px}.navbar__palate-modal-cuisines{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;margin-top:12px}.navbar__palate-modal-pill{display:flex;align-items:center;gap:8px;padding:12px 16px;border:2px solid #e5e7eb;border-radius:24px;background:#fff;cursor:pointer;transition:all .2s ease;font-size:14px;font-weight:400;color:#31343f}.navbar__palate-modal-pill:hover{border-color:#e36b00;background:#fef7f0}.navbar__palate-modal-pill--selected{border-color:#e36b00;background:#e36b00;color:#fff}.navbar__palate-modal-pill--selected:hover{background:#d55a00;border-color:#d55a00}.navbar__palate-modal-pill--region{font-weight:400;padding:14px 20px;font-size:16px}.navbar__palate-modal-pill--cuisine{justify-content:flex-start}.navbar__palate-modal-flag{width:20px;height:15px;object-fit:cover;border-radius:2px}.navbar__palate-modal-actions{display:flex;justify-content:space-between;padding:16px 24px 24px;border-top:1px solid #e5e7eb;gap:12px}.navbar__palate-modal-clear{padding:12px 24px;border:2px solid #e5e7eb;border-radius:24px;background:#fff;color:#6b7280;font-weight:400;cursor:pointer;transition:all .2s ease}.navbar__palate-modal-clear:hover{border-color:#d1d5db;background:#f9fafb}.navbar__palate-modal-done{padding:12px 24px;border:none;border-radius:24px;background:#e36b00;color:#fff;font-weight:400;cursor:pointer;transition:all .2s ease}.navbar__palate-modal-done:hover{background:#d55a00}@media(max-width:768px){.navbar__palate-modal-content{margin:10px;max-height:95vh}.navbar__palate-modal-header{padding:20px 20px 12px}.navbar__palate-modal-title{font-size:20px}.navbar__palate-modal-options{padding:20px}.navbar__palate-modal-cuisines{grid-template-columns:1fr}.navbar__palate-modal-pill{padding:10px 14px;font-size:13px}.navbar__palate-modal-pill--region{padding:12px 16px;font-size:14px}.navbar__palate-modal-actions{padding:12px 20px 20px;flex-direction:column}.navbar__palate-modal-clear,.navbar__palate-modal-done{width:100%;text-align:center}}.navbar__location-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px}.navbar__location-modal-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);backdrop-filter:blur(4px)}.navbar__location-modal-content{position:relative;background:#fff;border-radius:16px;width:100%;max-width:600px;max-height:80vh;overflow-y:auto;box-shadow:0 25px 50px rgba(0,0,0,.15);animation:navbar__location-modal-slide-in .3s ease-out}@keyframes navbar__location-modal-slide-in{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.navbar__location-modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 24px 16px;border-bottom:1px solid #e5e7eb}.navbar__location-modal-title{font-size:1rem;font-weight:400;color:#31343f;margin:0}.navbar__location-modal-close{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:#f3f4f6;border-radius:50%;cursor:pointer;transition:all .2s ease}.navbar__location-modal-close:hover{background:#e5e7eb}.navbar__location-modal-close-icon{width:20px;height:20px;color:#6b7280}.navbar__location-modal-current{padding:16px 24px;background:#f8f9fa;border-bottom:1px solid #e5e7eb}.navbar__location-modal-current-title{font-size:14px;font-weight:500;color:#6b7280;margin:0 0 8px}.navbar__location-modal-current-tag{display:flex;align-items:center;gap:8px;background:#e36b00;color:#fff;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:500;width:fit-content;font-family:Neusans,sans-serif}.navbar__location-modal-current-flag{width:20px;height:15px;object-fit:cover;border-radius:2px}.navbar__location-modal-selected{padding:16px 24px;background:#f8f9fa;border-bottom:1px solid #e5e7eb}.navbar__location-modal-selected-title{font-size:14px;font-weight:500;color:#6b7280;margin:0 0 8px}.navbar__location-modal-selected-tags{display:flex;flex-wrap:wrap;gap:8px}.navbar__location-modal-selected-tag{display:flex;align-items:center;gap:8px;background:#e36b00;color:#fff;padding:4px 12px;border-radius:16px;font-size:12px;font-weight:400}.navbar__location-modal-selected-flag{width:16px;height:12px;object-fit:cover;border-radius:2px}.navbar__location-modal-options{padding:24px;display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px}.navbar__location-modal-pill{display:flex;align-items:center;gap:8px;padding:12px 16px;border:2px solid #e5e7eb;border-radius:24px;background:#fff;cursor:pointer;transition:all .2s ease;font-size:14px;font-weight:400;color:#31343f}.navbar__location-modal-pill:hover{border-color:#e36b00;background:#fef7f0}.navbar__location-modal-pill--selected{border-color:#e36b00;background:#e36b00;color:#fff}.navbar__location-modal-pill--selected:hover{background:#d55a00;border-color:#d55a00}.navbar__location-modal-flag{width:20px;height:15px;object-fit:cover;border-radius:2px}.navbar__location-modal-actions{display:flex;justify-content:center;padding:16px 24px 24px;border-top:1px solid #e5e7eb}.navbar__location-modal-done{padding:12px 32px;border:none;border-radius:24px;background:#e36b00;color:#fff;font-weight:400;cursor:pointer;transition:all .2s ease}.navbar__location-modal-done:hover{background:#d55a00}.navbar__location-modal-back{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:transparent;border-radius:8px;cursor:pointer;transition:background-color .2s ease}.navbar__location-modal-back:hover{background-color:#f3f4f6}.navbar__location-modal-back-icon{width:20px;height:20px;color:#6b7280}.navbar__location-modal-country-card{display:flex;align-items:center;gap:16px;padding:16px;border:2px solid #e5e7eb;border-radius:12px;background:#fff;cursor:pointer;transition:all .2s ease;width:100%}.navbar__location-modal-country-card:hover{border-color:#e36b00;background:#fef7f0;transform:translateY(-1px);box-shadow:0 4px 12px rgba(227,107,0,.1)}.navbar__location-modal-country-flag{width:48px;height:36px;border-radius:8px;overflow:hidden;flex-shrink:0}.navbar__location-modal-country-flag img{width:100%;height:100%;object-fit:cover}.navbar__location-modal-country-info{display:flex;flex-direction:column;gap:4px;flex:1}.navbar__location-modal-country-name{font-size:16px;font-weight:500;color:#111827}.navbar__location-modal-country-short{font-size:14px;color:#6b7280;font-weight:400}.navbar__location-modal-country-cities{font-size:12px;color:#9ca3af;font-weight:400}.navbar__location-modal-arrow{width:20px;height:20px;color:#9ca3af;flex-shrink:0}.navbar__location-modal-city-card{display:flex;align-items:center;justify-content:space-between;padding:16px;border:2px solid #e5e7eb;border-radius:12px;background:#fff;cursor:pointer;transition:all .2s ease;width:100%}.navbar__location-modal-city-card:hover{border-color:#e36b00;background:#fef7f0;transform:translateY(-1px);box-shadow:0 4px 12px rgba(227,107,0,.1)}.navbar__location-modal-city-card.selected{border-color:#e36b00;background:#fef7f0}.navbar__location-modal-city-info{display:flex;flex-direction:column;gap:4px}.navbar__location-modal-city-name{font-size:16px;font-weight:500;color:#111827}.navbar__location-modal-city-short{font-size:14px;color:#6b7280;font-weight:400}.navbar__location-modal-check{width:20px;height:20px;color:#e36b00;flex-shrink:0}@media(max-width:768px){.navbar__location-modal-content{margin:10px;max-height:90vh}.navbar__location-modal-header{padding:20px 20px 12px}.navbar__location-modal-title{font-size:20px}.navbar__location-modal-options{padding:20px;grid-template-columns:1fr}.navbar__location-modal-pill{padding:10px 14px;font-size:13px}.navbar__location-modal-flag{width:18px;height:14px}.navbar__location-modal-country-card{padding:12px;gap:12px}.navbar__location-modal-country-flag{width:40px;height:30px}.navbar__location-modal-country-name{font-size:15px}.navbar__location-modal-city-card{padding:12px}.navbar__location-modal-city-name{font-size:15px}}.navbar__nav-item{font-family:Neusans,sans-serif;font-size:13px;font-weight:400;color:#31343f;text-decoration:none;padding:6px 10px;border-radius:6px;transition:all .2s ease}.navbar__nav-item:hover{background-color:#f3f4f6;color:#e36b00}.navbar__brand{flex-shrink:0;display:flex;align-items:center}.navbar__brand h1{font-size:1rem;font-weight:500;color:#1f2937}.navbar__menu{display:none;align-items:center}.navbar__menu a{color:#111827;padding:.5rem;border-radius:.375rem}.navbar__menu a:hover{color:#6b7280}@media(min-width:640px){.navbar__menu{display:flex;margin-left:1.5rem;gap:2rem}.navbar__menu a{padding:.5rem .75rem}}@media(max-width:768px){.navbar__center{margin:0 .5rem;max-width:none}.navbar__search-bar{padding:6px 12px}.navbar__search-input{font-size:13px}.navbar__search-button{width:28px;height:28px}.navbar__search-icon{width:14px;height:14px}.navbar__menu{display:none}}.navbar__links{display:flex;flex-direction:column;gap:1rem;align-items:center;font-family:Neusans,sans-serif}@media(min-width:768px){.navbar__links{flex-direction:row;justify-content:center}}.navbar__link{color:#4b5563;text-decoration:none;font-weight:500;padding:.375rem .75rem;border-radius:.375rem;transition:all .2s ease;font-family:Neusans,sans-serif}.navbar__link:hover{color:#2563eb;background-color:#f3f4f6}.navbar__auth{display:flex;gap:.75rem;align-items:center;font-family:Neusans,sans-serif}@media(min-width:768px){.navbar__auth{margin-top:0;margin-left:1.5rem}}.navbar__button{padding:.3125rem .625rem;border-radius:3.125rem;font-weight:400;font-size:.8125rem;text-decoration:none;transition:all .2s ease;white-space:nowrap;font-family:Neusans,sans-serif}.navbar__button--secondary{color:#31343f;background-color:#fcfcfc;border:1px solid #e5e7eb}.navbar__button--secondary:hover{background-color:#f3f4f6;border-color:#d1d5db}.navbar__button--primary{color:#31343f;background-color:#fcfcfc;border:1px solid transparent}.navbar__button--primary:hover{background-color:#fcfcfc}.hero{padding:8rem 0 6.5rem;position:relative;background-image:url(/images/hero-bg.png);background-size:cover;background-position:70%;background-repeat:no-repeat;width:100%;margin:0}@media(max-width:767px){.hero{padding:5rem 0 3.5rem;background-image:url(/images/hero-bg-sp.png);background-position:0 0;min-height:280px}}.hero__container{max-width:80rem;margin:0 auto;padding:0 1rem;display:flex;flex-direction:column;gap:2rem}@media(min-width:1024px){.hero__container{flex-direction:row;align-items:center;padding:0 2rem}}.hero__content{flex:1;text-align:center;position:relative;z-index:10}@media(min-width:1024px){.hero__content{text-align:left;padding-right:2rem}}.hero__title{font-size:1.875rem;font-weight:500;line-height:1.2;margin-bottom:1rem;text-align:center;color:#fcfcfc}@media(max-width:767px){.hero__title{font-size:1.25rem}}.hero__title span{color:#2563eb}.hero__description{font-size:1.125rem;color:#fcfcfc;margin-bottom:1.5rem;line-height:1.6;font-weight:400;text-align:center}@media(max-width:767px){.hero__description{font-size:.75rem}}.hero__actions{display:flex;gap:1rem;justify-content:center}@media(min-width:1024px){.hero__actions{justify-content:flex-start}}.hero__button{padding:.75rem 1.5rem;border-radius:.375rem;font-weight:500;transition:all .2s ease}.hero__button--primary{background-color:#2563eb;color:#fff}.hero__button--primary:hover{background-color:#1d4ed8}.hero__button--secondary{background-color:#fff;color:#2563eb;border:1px solid #2563eb}.hero__button--secondary:hover{background-color:#eff6ff}.hero__image{flex:1}.hero__image img{width:100%;height:auto;border-radius:.75rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.hero__search{margin-top:1rem;width:100%;max-width:650px;margin-left:auto;margin-right:auto;display:flex;justify-content:center;position:relative;z-index:10}@media(max-width:767px){.hero__search{max-width:100%;padding:0 .5rem}}.hero__search-bar{display:flex;align-items:center;background-color:#fff;border:2px solid #e5e7eb;border-radius:32px;padding:12px 20px;transition:all .3s ease;width:100%;max-width:600px;position:relative;z-index:10}.hero__search-bar:hover{border-color:#d1d5db}.hero__search-bar:focus-within{border-color:#e36b00;box-shadow:0 0 0 4px rgba(227,107,0,.1)}.hero__search-bar--focused{border-color:#e36b00;box-shadow:0 0 0 4px rgba(227,107,0,.1)}@media(max-width:767px){.hero__search-bar{padding:8px 12px;border-radius:28px;max-width:100%}}.hero__search-input{flex:1;border:none;background:transparent;outline:none;font-size:16px;color:#31343f;padding:6px 12px}.hero__search-input::placeholder{color:#9ca3af}@media(max-width:767px){.hero__search-input{font-size:15px;padding:4px 6px;min-width:0}}.hero__search-button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#e36b00;border:none;border-radius:50%;color:#fff;cursor:pointer;transition:all .2s ease;flex-shrink:0}.hero__search-button:hover:not(:disabled){background-color:#d55a00;transform:scale(1.05)}.hero__search-button:disabled{background-color:#d1d5db;cursor:not-allowed}@media(max-width:767px){.hero__search-button{width:36px;height:36px}}.hero__search-icon{width:18px;height:18px}@media(max-width:767px){.hero__search-icon{width:16px;height:16px}}.hero__search-mode-toggle{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background-color:transparent;border:2px solid #e5e7eb;border-radius:8px;color:#6b7280;cursor:pointer;transition:all .2s ease;margin-right:12px;flex-shrink:0}.hero__search-mode-toggle:hover{background-color:#f3f4f6;border-color:#d1d5db;color:#374151}.hero__search-mode-toggle:active{background-color:#e5e7eb;transform:scale(.95)}@media(max-width:767px){.hero__search-mode-toggle{width:32px;height:32px;margin-right:6px}}.hero__search-mode-icon{width:16px;height:16px}@media(max-width:767px){.hero__search-mode-icon{width:14px;height:14px}}.hero__palate-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;display:flex;align-items:flex-end}@media(min-width:768px){.hero__palate-modal{align-items:center;justify-content:center}}.hero__palate-modal-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);backdrop-filter:blur(4px)}.hero__palate-modal-content{position:relative;background:#fff;width:100%;max-height:90vh;overflow-y:auto;border-radius:24px 24px 0 0;animation:hero__palate-modal-fade-in .3s ease-in}@media(min-width:768px){.hero__palate-modal-content{max-width:700px;max-height:85vh;border-radius:24px}}@keyframes hero__palate-modal-fade-in{0%{opacity:0}to{opacity:1}}.hero__palate-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e5e7eb;position:sticky;top:0;background:#fff;z-index:10}.hero__palate-modal-title{font-size:20px;font-weight:600;color:#31343f;margin:0}.hero__palate-modal-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:none;border-radius:8px;cursor:pointer;transition:background .2s ease}.hero__palate-modal-close:hover{background:#f3f4f6}.hero__palate-modal-close-icon{width:20px;height:20px;color:#6b7280}.hero__palate-modal-selected{padding:16px 24px;background:#fef7f0;border-bottom:1px solid #e5e7eb}.hero__palate-modal-selected-title{font-size:14px;font-weight:600;color:#6b7280;margin:0 0 8px}.hero__palate-modal-selected-tags{display:flex;flex-wrap:wrap;gap:8px}.hero__palate-modal-selected-tag{background:#e36b00;color:#fff;padding:4px 12px;border-radius:16px;font-size:12px;font-weight:500}.hero__palate-modal-options{padding:24px;max-height:50vh;overflow-y:auto}.hero__palate-modal-region{margin-bottom:32px}.hero__palate-modal-region:last-child{margin-bottom:0}.hero__palate-modal-region-title{font-size:18px;font-weight:600;color:#31343f;margin:0 0 16px}.hero__palate-modal-cuisines{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;margin-top:12px}@media(max-width:767px){.hero__palate-modal-cuisines{grid-template-columns:1fr}}.hero__palate-modal-pill{display:flex;align-items:center;gap:8px;padding:12px 16px;border:2px solid #e5e7eb;border-radius:24px;background:#fff;cursor:pointer;transition:all .2s ease;font-size:14px;font-weight:500;color:#31343f}.hero__palate-modal-pill:hover{border-color:#e36b00;background:#fef7f0}.hero__palate-modal-pill--selected{border-color:#e36b00;background:#e36b00;color:#fff}.hero__palate-modal-pill--selected:hover{background:#d55a00;border-color:#d55a00}.hero__palate-modal-pill--region{font-weight:600;padding:14px 20px;font-size:15px;justify-content:center}.hero__palate-modal-pill--cuisine{justify-content:flex-start}.hero__palate-modal-all-badge{background:hsla(0,0%,100%,.3);padding:2px 8px;border-radius:12px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-left:auto}.hero__palate-modal-flag{width:20px;height:15px;object-fit:cover;border-radius:2px}.hero__palate-modal-actions{display:flex;justify-content:space-between;padding:16px 24px 24px;border-top:1px solid #e5e7eb;gap:12px;position:sticky;bottom:0;background:#fff}.hero__palate-modal-clear{flex:1;padding:12px 24px;border:2px solid #e5e7eb;border-radius:24px;background:#fff;color:#6b7280;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.hero__palate-modal-clear:hover{border-color:#d1d5db;background:#f9fafb;color:#374151}.hero__palate-modal-done{flex:1;padding:12px 24px;border:2px solid #e36b00;border-radius:24px;background:#e36b00;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.hero__palate-modal-done:hover{background:#d55a00;border-color:#d55a00}@media(max-width:767px){.hero__palate-modal-content{max-height:95vh}.hero__palate-modal-header{padding:16px 20px}.hero__palate-modal-title{font-size:18px}.hero__palate-modal-options{padding:20px}.hero__palate-modal-cuisines{gap:10px}.hero__palate-modal-pill{padding:10px 14px;font-size:13px}.hero__palate-modal-pill--region{padding:12px 18px;font-size:14px}.hero__palate-modal-clear,.hero__palate-modal-done{padding:10px 20px;font-size:13px}}