@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;600;700&family=Work+Sans:wght@400;500;600;700&family=Nunito+Sans:wght@400;500;600&display=swap";
*{box-sizing:border-box;margin:0;padding:0}:root{--clay:#b3471f;--clay-dark:#9a3b19;--saffron:#f4c266;--saffron-dark:#e8b553;--sage:#9fb68b;--kicker:#3f2d1e;--olive:#6f7d5e;--neutral-base:#f4ede8;--neutral-alt:#eee5de;--card-bg:#f9f5f0;--text-main:#2c2c2c;--text-sub:#4b4b4b;--shadow-light:#965a281f;--shadow-medium:#965a282e;--radius-pill:9999px;--radius-card:1rem;--radius-soft:.75rem;--max-width:1120px;--color-primary:var(--clay);--color-primary-dark:var(--clay-dark);--color-primary-hover:var(--clay-dark);--color-accent:var(--saffron);--color-accent-hover:var(--saffron-dark);--color-secondary:var(--sage);--color-olive:var(--olive);--color-neutral-light:var(--neutral-alt);--color-neutral-base:var(--neutral-base);--color-text-primary:var(--text-main);--color-text-secondary:var(--text-sub);--color-text-muted:#6a6a6a;--shadow-card:0 3px 8px var(--shadow-light);--shadow-card-hover:0 8px 16px var(--shadow-medium)}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-main);background:#ede4d9;width:100%;min-height:100%;font-family:Work Sans,Nunito Sans,sans-serif;overflow-x:hidden}body{min-height:100vh;color:var(--text-main);box-sizing:border-box;background:linear-gradient(#f0e7dc 0%,#e8ddd0 100%);flex-direction:column;width:100%;max-width:100vw;line-height:1.6;display:flex;position:relative;overflow-x:hidden}body:before{content:"";pointer-events:none;opacity:.03;z-index:-1;background-image:url("data:image/svg+xml,%3Csvg width='120' height='120' viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23B3471F' fill-opacity='0.3'%3E%3Ccircle cx='5' cy='5' r='1'/%3E%3Ccircle cx='60' cy='30' r='1'/%3E%3Ccircle cx='110' cy='15' r='1'/%3E%3Ccircle cx='30' cy='90' r='1'/%3E%3Ccircle cx='95' cy='80' r='1'/%3E%3C/g%3E%3C/svg%3E");position:fixed;inset:0}main{flex:auto;width:100%;max-width:100vw;overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:var(--clay);font-family:Playfair Display,serif;font-weight:700;line-height:1.25}h1{color:var(--clay);font-size:clamp(1.75rem,4vw,3rem)}h2{color:var(--clay);font-size:clamp(1.5rem,2.5vw,2.25rem)}h3{color:var(--clay);font-size:clamp(1.25rem,2vw,1.75rem)}p,li{color:var(--text-main);font-size:clamp(1rem,2vw,1.125rem);line-height:1.75}small,.text-small{letter-spacing:.015em;color:var(--text-sub);font-size:.85rem}.meta{letter-spacing:.03em;text-transform:uppercase;color:var(--text-sub);font-size:.9rem}a{color:inherit;text-decoration:none;transition:color .2s,opacity .2s}a:hover{opacity:.85}img{object-fit:cover;max-width:100%;height:auto;display:block}button,input,select,textarea{font-family:inherit;font-size:inherit}.layout-shell{max-width:var(--max-width);box-sizing:border-box;width:100%;margin:0 auto;padding:clamp(2rem,6vw,4.5rem) clamp(1rem,4vw,3rem);overflow-x:hidden}@media (max-width:480px){.layout-shell{padding:1.5rem 1rem}}.section-stack{flex-direction:column;gap:clamp(1.75rem,3.5vw,2.8rem);display:flex}.section{background:var(--neutral-alt);border-radius:var(--radius-card);box-shadow:none;box-sizing:border-box;width:100%;max-width:100%;padding:clamp(1.25rem,2.8vw,2.1rem)}.section-stack>.section:nth-of-type(2n){background:#fff}.section--linen{background:var(--neutral-alt)}.section--white{background:#fff}.section--divider{box-shadow:inset 0 -1px #b4461e14}.section--features{padding:clamp(1rem,3.5vw,2rem)}.section--subtle{background:#ffffffd9;border:1px solid #b4461e14}.section--connected{margin-top:-1rem;box-shadow:inset 0 1px #b4461e0f}.grid-auto{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:clamp(1.25rem,3vw,2rem);display:grid}@media (max-width:640px){.grid-auto{grid-template-columns:1fr;margin:0;padding:0}}.grid-auto-sm{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.grid-auto-lg{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.borough-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;margin-top:1.5rem;display:grid}@media (max-width:640px){.borough-grid{gap:1rem}}.stack{flex-direction:column;gap:1rem;display:flex}.stack-tight{gap:.5rem}.stack-loose{gap:1.5rem}.inline-stack{flex-wrap:wrap;align-items:center;gap:clamp(.75rem,2vw,1.25rem);display:flex}.inline-stack--center{justify-content:center}.text-center{text-align:center}.measure{max-width:100%}.link-undertone{color:var(--clay);border-bottom:1px dashed #8a9d7080;padding-bottom:.1rem;text-decoration:none}.link-undertone:hover{color:var(--clay);border-bottom-color:var(--clay)}.highlight-list{color:var(--text-sub);flex-direction:column;gap:.75rem;padding-left:1.25rem;line-height:1.8;list-style:outside;display:flex}.split{gap:clamp(1.5rem,3vw,3rem);display:grid}@media (max-width:480px){.section{width:100%;margin-left:0;margin-right:0;padding:1.5rem 1rem}.section+.section{margin-top:1.5rem}header.stack{padding:0}.provider-hero{border-radius:20px;margin-bottom:1.5rem;padding:2rem 1.25rem}.grid-auto,.grid-auto-lg,.grid-auto-sm{flex-direction:column;align-items:center;gap:1.25rem;padding:0;display:flex}.grid-auto>*,.grid-auto-lg>*,.grid-auto-sm>*{width:100%;max-width:100%;margin:0}}@media (min-width:768px){.split{grid-template-columns:2fr 1fr}}button,.btn{border-radius:var(--radius-pill);background:var(--clay);color:#fff;cursor:pointer;box-shadow:0 3px 8px var(--shadow-light);white-space:normal;border:none;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-weight:600;transition:background .2s,transform .15s,box-shadow .2s;display:inline-flex}button:hover,button:focus-visible,.btn:hover,.btn:focus-visible{background:var(--clay-dark);box-shadow:0 8px 16px var(--shadow-medium);transform:translateY(-1px)}button.secondary,.btn-secondary{background:var(--saffron);color:var(--text-main)}button.secondary:hover,.btn-secondary:hover,button.secondary:focus-visible,.btn-secondary:focus-visible{background:var(--saffron-dark)}.btn-outline{color:var(--clay);box-shadow:none;background:0 0;border:1.5px solid #b3471f66}.btn-outline:hover,.btn-outline:focus-visible{color:var(--clay);background:#b3471f14;border-color:#b3471f99;box-shadow:0 6px 14px #b3471f2e}@media (max-width:768px){.hero{background-position:50%}.hero__content{background:#ffffffb3}}@media (max-width:480px){.btn{text-align:center;width:100%}.hero{border-radius:16px;padding:2.5rem 1rem}}@media (max-width:640px){body{background:0 0}h1,h2{color:var(--clay)}.btn{box-shadow:0 2px 8px var(--shadow-light)}.hero,.feature-card,.card{box-shadow:0 4px 12px var(--shadow-light)}}.card{background:var(--card-bg);border-radius:var(--radius-card);box-shadow:0 3px 8px var(--shadow-light);border:1px solid #b4461e14;padding:0;transition:box-shadow .25s,transform .2s;overflow:hidden}.card:hover{box-shadow:0 8px 16px var(--shadow-medium);transform:translateY(-3px)}.card-body{padding:clamp(1.25rem,3vw,1.75rem)}.tag,.tag-chip{border-radius:var(--radius-pill);color:var(--text-sub);background:#e8e2dccc;margin:.25rem .35rem 0 0;padding:.35rem .9rem;font-size:.875rem;font-weight:500;transition:background .2s,color .2s,transform .2s;display:inline-block}.tag.cuisine,.tag-cuisine,.tag-chip.cuisine{color:var(--clay);background:#eba27333}.tag.type,.tag-type,.tag-chip.type{color:var(--olive);background:#9fb68b33}.tag.generic,.tag-generic,.tag-chip.generic{color:var(--text-sub);background:#e8e2dccc}.tag:hover,.tag-chip:hover{color:var(--olive);background:#9fb68b40;transform:translateY(-1px)}.badge-group{flex-wrap:wrap;gap:.6rem;display:flex}.feature-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:clamp(1.5rem,3vw,2.25rem);display:grid}.feature-card{border-radius:var(--radius-card);text-align:left;background:#ffffffd1;border:1px solid #d2966e29;padding:clamp(1.25rem,2.8vw,1.85rem);box-shadow:0 6px 18px #d2966e1f}.feature-card__title{color:var(--clay);margin:0;font-family:Playfair Display,serif;font-size:clamp(1.25rem,2vw,1.6rem);font-weight:600;line-height:1.3}.feature-card__copy{color:var(--text-sub);margin:0}.link-pill{border-radius:var(--radius-pill);color:var(--text-sub);background:#ffffffeb;border:1px solid #6f7d5e3d;align-items:center;padding:.6rem 1.3rem;font-size:.95rem;transition:border-color .2s,background-color .2s,transform .2s;display:inline-flex}.link-pill:hover{border-color:var(--olive);color:var(--clay);background:#6f7d5e14;transform:translateY(-1px)}.link-pill--accent{background:#f4c2663d;border-color:#f4c26699}.link-pill--accent:hover{color:var(--clay-dark);background:#f4c26659;border-color:#f4c266e6}.city-grid{align-items:stretch}.city-card{border-radius:var(--radius-card);box-shadow:var(--shadow-card);background:#fff;border:1px solid #b4461e1f;flex-direction:column;width:100%;min-height:100%;transition:transform .2s,box-shadow .25s;display:flex;overflow:hidden}.city-card:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-4px)}.city-card__media{background:linear-gradient(135deg,#f4c266d9,#b3471fd9) 50%/cover;min-height:160px;position:relative;overflow:hidden}.city-card__media-accent{display:none}.city-card__body{flex-direction:column;flex:auto;gap:.75rem;padding:clamp(1.25rem,3vw,1.75rem);display:flex}.tag-cloud{max-width:720px;margin:0 auto}.tag-cloud-block{gap:1rem;display:grid}.city-tag-showcase{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:clamp(1.25rem,3vw,2rem);margin-top:clamp(1.75rem,4vw,2.5rem);display:grid}.city-tag-showcase--tinted{border-radius:var(--radius-card);background:#ffffffbf;border:1px solid #b4461e1a;padding:clamp(1.5rem,3.5vw,2.5rem)}.city-tag-card{border-radius:var(--radius-card);box-shadow:var(--shadow-card);text-align:left;background:#fff;border:1px solid #b4461e1f;padding:clamp(1.25rem,3vw,1.75rem);transition:transform .2s,box-shadow .25s}.city-tag-card:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-3px)}.city-tag-card__title{letter-spacing:.06em;text-transform:uppercase;color:var(--text-main);font-size:1.1rem;font-weight:700}.hero{text-align:center;color:var(--text-main);box-sizing:border-box;background-color:#0000;background-image:linear-gradient(to bottom right,#fffaf5c7 0%,#f5be6e66 100%),url(/images/chopping-board-cooking-class-home.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;border-radius:20px;grid-template-columns:minmax(0,1fr);justify-items:center;gap:clamp(1.75rem,3.5vw,3rem);width:100%;margin-inline:auto;padding:clamp(2.5rem,5vw,3.75rem) clamp(2.5rem,5vw,3.75rem) clamp(2.5rem,5vw,3.75rem) clamp(3rem,6vw,5rem);display:grid;position:relative;overflow:hidden;box-shadow:0 8px 24px #d2966e26}@media (max-width:480px){.hero{text-align:left;justify-items:stretch;width:100%;max-width:calc(100vw - 2rem);margin:0 auto;padding:1.5rem 1rem}.hero__content{width:100%;padding:1.5rem}}.hero:after{content:"";border-radius:inherit;pointer-events:none;z-index:0;position:absolute;inset:0;box-shadow:inset 0 0 110px #00000014}.hero__content,.hero-content{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1;text-align:center;background:#ffffff9e;border:1px solid #ffffff73;border-radius:16px;width:min(100%,38rem);max-width:600px;margin:0 auto;padding:clamp(1.85rem,4vw,2.65rem);position:relative;box-shadow:0 18px 48px #5a3c1e2e}.hero__content>*,.hero-content>*{margin:0;position:relative}.hero__actions{-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;padding:0}.hero__kicker{text-transform:uppercase;letter-spacing:.2em;color:var(--kicker);font-size:.95rem}.hero__selector{background:#fffffff5;border:1px solid #b3471f1f;border-radius:20px;justify-self:stretch;gap:.75rem;width:100%;max-width:480px;padding:clamp(1rem,2.5vw,1.35rem);display:grid;box-shadow:0 8px 20px #d2966e2e}.hero__selector-header{flex-direction:column;gap:.35rem;display:flex}.hero__selector-label{text-transform:uppercase;letter-spacing:.18em;color:var(--kicker);font-size:.75rem}.hero__selector-copy{color:var(--text-sub);font-size:.85rem;line-height:1.5}.hero__selector-control{grid-template-columns:auto 1fr auto;align-items:center;gap:.75rem;display:grid}.hero__select-icon{width:1.85rem;height:1.85rem;color:var(--clay);background:#f4c2664d;border-radius:999px;justify-content:center;align-items:center;font-size:1rem;display:inline-flex}.hero__select{border-radius:var(--radius-pill);width:100%;color:var(--text-main);background:#fff;border:1px solid #b4461e33;padding:.65rem 1rem;font-size:1rem}.hero__select:focus{outline-offset:1px;outline:3px solid #f4c26659}.hero__selector-status{min-width:0;color:var(--kicker);text-align:right;font-size:.85rem}.hero__actions{grid-template-columns:1fr;gap:.75rem;width:100%;display:grid}.hero__action{width:100%}@media (max-width:480px){.hero__actions{justify-items:stretch;max-width:100%}.hero__actions .btn,.hero__actions .hero__selector{width:100%;max-width:100%}.hero__actions .btn{display:flex}.hero__selector{max-width:100%}.hero__selector-control{grid-template-columns:auto 1fr;align-items:center;gap:.5rem .6rem}.hero__selector-status{justify-self:end;min-width:auto;margin-left:0;font-size:.8rem}.hero__select-icon{width:1.5rem;height:1.5rem}}html{scroll-behavior:smooth}.city-hero{flex-direction:column;gap:1.25rem;padding-bottom:0;display:flex}.city-hero__content{flex-direction:column;gap:.75rem;width:100%;display:flex}.city-hero__content h1{margin:0;line-height:1.15}.city-hero__intro{color:var(--text-main);margin:0;font-size:1.05rem;line-height:1.55}.city-hero__cuisines{width:100%;padding-top:.5rem}.city-hero__jump-link{width:100%;color:var(--clay);align-items:center;gap:.35rem;padding-top:.5rem;font-size:.95rem;font-weight:500;transition:transform .2s;display:inline-flex}.city-hero__jump-link:hover{opacity:.85;transform:translateY(2px)}.city-context{padding-top:1.25rem;padding-bottom:1.25rem}.city-context p{margin:0}@media (min-width:768px){.hero{text-align:left;justify-items:start}.hero__actions{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}.hero__selector{justify-self:stretch}}.section-heading{color:var(--clay);margin-bottom:clamp(1rem,2vw,1.5rem);font-weight:700}.section-subheading{letter-spacing:.08em;text-transform:uppercase;color:var(--kicker);font-size:1.05rem;font-weight:600}.muted{color:var(--text-sub)}.muted-strong{color:var(--clay);font-weight:600}.kicker{text-transform:uppercase;letter-spacing:.18em;color:var(--kicker);font-size:.95rem}.site-header{z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-sizing:border-box;background:#f8f6f4e6;border-bottom:1px solid #d2966e2e;width:100%;max-width:100vw;position:sticky;top:0}.site-header__nav{max-width:var(--max-width);box-sizing:border-box;justify-content:space-between;align-items:center;gap:1.5rem;width:100%;min-height:80px;margin:0 auto;padding:1.5rem clamp(1rem,4vw,4rem);display:flex}.site-brand{color:var(--clay);align-items:center;gap:.75rem;font-size:1.1rem;font-weight:600;display:inline-flex}.logo svg{fill:var(--clay)}.site-nav-links{align-items:center;gap:2rem;font-weight:500;display:inline-flex}.cities-dropdown{position:relative}.cities-dropdown__toggle{color:inherit;font:inherit;cursor:pointer;border:none;align-items:center;gap:.375rem;font-weight:500;transition:color .2s;display:inline-flex;position:relative;box-shadow:none!important;background:0 0!important;border-radius:0!important;padding:0!important}.cities-dropdown__toggle:hover{color:var(--clay);box-shadow:none!important;background:0 0!important}.cities-dropdown__toggle:after{content:"";background:var(--clay);height:2px;transition:transform .2s;position:absolute;bottom:-4px;left:0;right:0;transform:scaleX(0)}.cities-dropdown__toggle:hover:after{transform:scaleX(1)}.cities-dropdown__menu{z-index:30;background:#fff;border-radius:.75rem;min-width:200px;padding:.5rem;animation:.2s dropdown-fade-in;position:absolute;top:calc(100% + .5rem);left:0;box-shadow:0 8px 24px #965a2826}@keyframes dropdown-fade-in{0%{opacity:0;transform:translateY(-.5rem)}to{opacity:1;transform:translateY(0)}}.cities-dropdown__item{color:var(--text-main);border-radius:.5rem;padding:.75rem 1rem;font-weight:500;transition:background-color .2s,color .2s;display:block}.cities-dropdown__item:hover{color:var(--clay);opacity:1;background-color:#b3471f14}@media (max-width:640px){.site-header__nav{flex-direction:column;align-items:flex-start;gap:.75rem;padding-inline:clamp(1rem,4vw,1.5rem)}.site-nav-links{flex-wrap:wrap;justify-content:flex-start;gap:.75rem 1rem;width:100%}.site-nav-links a{font-size:.95rem;line-height:1.3}}footer{box-sizing:border-box;background:#fff;border-top:1px solid #ead9c5;width:100%;max-width:100vw;padding:clamp(3rem,6vw,4rem) clamp(1rem,4vw,4rem)}.footer-shell{max-width:var(--max-width);flex-direction:column;gap:clamp(2rem,5vw,3rem);margin:0 auto;display:flex}.footer-shell--minimal{gap:clamp(1.5rem,4vw,2.25rem)}.footer-meta{text-align:center;color:var(--text-sub);border-top:1px solid #ead9c5;padding-top:1.75rem;font-size:.85rem}label{color:var(--text-main);flex-direction:column;gap:.5rem;font-weight:600;display:inline-flex}select,input,textarea{border-radius:var(--radius-soft);background:#fff;border:1px solid #2c2c2c1f;padding:.75rem 1rem;transition:border-color .2s,box-shadow .2s}select:focus,input:focus,textarea:focus{border-color:var(--clay);outline:none;box-shadow:0 0 0 3px #b3471f2e}.filter-bar{flex-wrap:nowrap;align-items:flex-end;gap:1rem;margin-top:clamp(1.25rem,2.5vw,2rem);margin-bottom:clamp(1.375rem,2.75vw,2.2rem);display:flex}@media (max-width:640px){.filter-bar{flex-wrap:nowrap}.filter-bar label{flex:1;min-width:0}.filter-bar .btn{flex-shrink:0;width:auto;padding:.75rem 1.25rem}}.section--providers-grid{margin-top:clamp(1.625rem,3.25vw,2.6rem)}.provider-card{box-sizing:border-box;background:#fff;border-radius:.75rem;flex-direction:column;justify-content:space-between;width:100%;height:100%;transition:transform .15s,box-shadow .15s;display:flex;overflow:hidden;box-shadow:0 1px 3px #00000014}.provider-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px #00000014}.provider-card-link{color:inherit;display:block}.provider-card__image{aspect-ratio:4/3;position:relative;overflow:hidden}.provider-card__image-icon{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:2rem;height:2rem;color:var(--clay);opacity:0;background:#ffffffe6;border-radius:50%;justify-content:center;align-items:center;font-size:1rem;transition:opacity .2s,transform .2s;display:flex;position:absolute;top:.75rem;right:.75rem;transform:scale(.8);box-shadow:0 2px 8px #00000026}.provider-card:hover .provider-card__image-icon{opacity:1;transform:scale(1)}.provider-card .card-body.stack{flex-direction:column;flex:1;justify-content:space-between;gap:.75rem;padding:1.25rem 1.25rem 1.5rem;display:flex}.provider-card .stack-tight{gap:.35rem}.provider-card h3{color:var(--clay);word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;margin-bottom:.15rem;font-size:clamp(1.25rem,2vw,1.75rem);font-weight:700;line-height:1.3}.provider-card .muted{color:var(--text-muted,#666);margin-bottom:.25rem;font-size:.85rem;line-height:1.3}.provider-card__meta{color:var(--text-main,#3a2c1a);align-items:center;gap:.4rem;font-size:.9rem;display:flex}.provider-card__meta-separator{opacity:.5;margin:0 .25rem}.provider-card__rating-star{color:gold;margin-right:.25rem;font-size:.85rem}.provider-card__cuisines{color:var(--accent-text,#8a5d3b);flex-wrap:wrap;gap:.25rem .5rem;margin-top:.25rem;font-size:.85rem;display:flex}.provider-card__cuisines-more{color:var(--saffron-dark);cursor:pointer;font-weight:600;text-decoration:none}.provider-card__cuisines-more:hover{opacity:.85}.provider-card__cta{color:#a14b2b;letter-spacing:.02em;background:#b3471f0a;border:1px solid #b3471fcc;border-radius:.5rem;align-items:center;margin-top:.75rem;padding:.45rem .9rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:background .2s,border-color .2s,box-shadow .2s,transform .15s;display:inline-flex;box-shadow:0 1px 3px #b3471f0f}.provider-card__cta:hover{background:#b3471f14;border-color:#b3471fe6;transform:translateY(-1px);box-shadow:0 2px 6px #b3471f1f}.provider-hero{color:#fff;border-radius:var(--radius-card);background:linear-gradient(135deg,#c75a2b,#b3471f);grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:clamp(1.5rem,3vw,2.5rem);padding:clamp(2rem,4vw,3rem);display:grid;overflow:hidden}@media (min-width:900px){.provider-hero{grid-template-columns:minmax(280px,1.2fr) minmax(220px,.9fr)}}.provider-hero__content{flex-direction:column;gap:1rem;display:flex;overflow:hidden}.provider-hero h1,.provider-hero h2,.provider-hero h3{color:#fff;word-wrap:break-word;overflow-wrap:break-word}.provider-hero__content .muted{color:#ffffffd9}.provider-hero__rating{align-items:center;gap:.6rem;font-weight:600;display:inline-flex}.provider-hero__rating-number{font-size:1.5rem}.provider-hero__media{gap:.75rem;display:grid}.provider-hero__media-item{border-radius:var(--radius-card);min-height:clamp(220px,40vw,340px);position:relative;overflow:hidden}.provider-hero__media--stacked .provider-hero__media-item--primary{min-height:clamp(200px,35vw,320px)}.provider-hero__media--stacked .provider-hero__media-item--secondary{min-height:clamp(140px,28vw,220px)}.provider-hero__media-item img{object-fit:cover}.provider-map{border-radius:var(--radius-card);overflow:hidden}.provider-gallery{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.85rem;display:grid}@media (min-width:1024px){.provider-gallery{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}.provider-gallery__item{border-radius:var(--radius-card);padding-top:72%;position:relative;overflow:hidden}.provider-gallery__item img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.provider-reviews-showcase{grid-template-columns:1fr;align-items:start;gap:clamp(1.5rem,4vw,2.5rem);display:grid}@media (min-width:768px){.provider-reviews-showcase{grid-template-columns:1fr 1fr}}.provider-reviews-showcase__left{flex-direction:column;gap:1rem;display:flex}.provider-reviews-showcase__image{border-radius:var(--radius-card);padding-top:66%;position:relative;overflow:hidden}.provider-reviews-showcase__image img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.provider-reviews-showcase__summary{margin-top:.5rem}.provider-reviews-showcase__content{flex-direction:column;gap:1.25rem;display:flex}@media (min-width:769px){.provider-reviews-showcase__content{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}}.provider-review{border-bottom:1px solid #b4461e14;padding-bottom:1rem}.provider-review:last-of-type{border-bottom:none;padding-bottom:0}@media (min-width:769px){.provider-review{border-bottom:none;padding-bottom:0}}.provider-review__rating{margin-bottom:.5rem;font-size:.9rem;line-height:1}.provider-review__author{font-size:.9rem;font-style:italic}.borough-card{color:inherit;background-color:var(--card-bg);border-radius:var(--radius-card);box-shadow:0 3px 8px var(--shadow-light);border:1px solid #b4461e14;flex-direction:column;gap:.5rem;padding:clamp(1.25rem,3vw,1.75rem);transition:transform .2s,box-shadow .2s;display:flex}.borough-card:hover{box-shadow:0 6px 14px var(--shadow-light);transform:translateY(-3px)}.borough-card__title{font-size:1.1rem;font-weight:600}.borough-card__meta{color:var(--text-sub);font-size:.95rem}.fa-solid.fa-hat-chef,.fa-hat-chef{width:1.75rem;height:1.75rem;color:var(--clay);justify-content:center;align-items:center;display:inline-flex}.fa-solid.fa-hat-chef:before,.fa-hat-chef:before{content:"";background-color:currentColor;width:100%;height:100%;display:block;-webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'><path fill='black' d='M32 8c-6.627 0-12 5.373-12 12 0 .842.088 1.666.26 2.467C16.89 23.352 13 27.67 13 33c0 5.523 4.477 10 10 10h18c5.523 0 10-4.477 10-10 0-5.33-3.89-9.648-7.26-10.533.172-.801.26-1.625.26-2.467 0-6.627-5.373-12-12-12Z'/><path fill='black' d='M19 41v7c0 4.418 3.582 8 8 8h10c4.418 0 8-3.582 8-8v-7z'/></svg>") 50%/contain no-repeat;mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'><path fill='black' d='M32 8c-6.627 0-12 5.373-12 12 0 .842.088 1.666.26 2.467C16.89 23.352 13 27.67 13 33c0 5.523 4.477 10 10 10h18c5.523 0 10-4.477 10-10 0-5.33-3.89-9.648-7.26-10.533.172-.801.26-1.625.26-2.467 0-6.627-5.373-12-12-12Z'/><path fill='black' d='M19 41v7c0 4.418 3.582 8 8 8h10c4.418 0 8-3.582 8-8v-7z'/></svg>") 50%/contain no-repeat}.provider-map__flavour{color:var(--text-sub);margin:0;font-size:.9rem;line-height:1.5}@media (max-width:768px){.provider-hero{flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex}.provider-hero__header{flex-direction:column;gap:.75rem;display:flex}.provider-hero__header h1{margin-bottom:.5rem}.provider-hero__image-primary{border-radius:var(--radius-card);order:2;width:100%;padding-top:66%;position:relative;overflow:hidden}.provider-hero__image-primary img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.provider-hero__description{order:3}.provider-hero__image-secondary{display:none}.provider-hero__rating-number{font-size:1.75rem}}.provider-hero__rating-star{color:gold;margin-right:.35rem;font-size:1.1rem}@media (max-width:768px){.provider-hero__rating-star{font-size:1.3rem}}@media (min-width:769px){.provider-hero{grid-template-columns:1fr 1fr;grid-template-areas:"header image-primary""description image-primary""description image-secondary";gap:1.5rem 2rem;display:grid}.provider-hero__header{grid-area:header}.provider-hero__image-primary{border-radius:var(--radius-card);grid-area:image-primary;min-height:320px;position:relative;overflow:hidden}.provider-hero__description{grid-area:description}.provider-hero__image-secondary{border-radius:var(--radius-card);grid-area:image-secondary;min-height:200px;position:relative;overflow:hidden}.provider-hero__contact{border-top:1px solid #fff3;grid-column:1/-1;grid-template-columns:1fr 1fr 1fr;gap:1.5rem;margin-top:1.5rem;padding-top:1.5rem;display:grid}.provider-hero__contact-item{flex-direction:column;gap:.35rem;display:flex}.provider-hero__contact-label{color:#ffffffd9;text-transform:uppercase;letter-spacing:.03em;font-size:.875rem;font-weight:600}.provider-hero__contact-link,.provider-hero__contact-text{color:#fff;font-size:.95rem}.provider-hero__contact-link{text-underline-offset:2px;text-decoration:underline;text-decoration-thickness:1px}.provider-hero__contact-link:hover{text-decoration-thickness:2px}.provider-hero__contact-item--cta{align-items:flex-end;display:flex}.provider-hero__contact-button{color:#fff;background:#00000040;border:1px solid #ffffff4d;border-radius:6px;padding:.65rem 1.25rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:background .2s;display:inline-block}.provider-hero__contact-button:hover{background:#00000059;border-color:#ffffff80}}@media (max-width:768px){.provider-hero__contact{display:none}}@media (min-width:769px){.contact-card-section{display:none}}.expandable-text__toggle{color:#fff;cursor:pointer;font-size:inherit;background:0 0;border:none;margin-left:.25rem;padding:0;font-weight:600;text-decoration:underline}.expandable-text__toggle:hover{color:#fff;opacity:.9}@media (min-width:769px){.provider-hero__description .expandable-text__toggle{display:none}}.provider-hero__description .muted{opacity:.95;color:#fff!important}.contact-card{background:var(--card-bg);border-radius:var(--radius-card);box-shadow:0 2px 6px var(--shadow-light);border:1px solid #b4461e14;padding:1.5rem}.contact-card__heading{color:var(--clay);margin-bottom:1rem;font-size:1.1rem;font-weight:600}.contact-card__grid{flex-direction:column;gap:1rem;display:flex}.contact-card__item{flex-direction:column;gap:.35rem;display:flex}.contact-card__label{color:var(--text-sub);text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:600}.contact-card__link{color:var(--clay);font-weight:500;text-decoration:none}.contact-card__link:hover{text-decoration:underline}.contact-card__text{color:var(--text-body);line-height:1.5}.contact-card__button{background:var(--clay);color:#fff;border-radius:.5rem;justify-content:center;align-items:center;padding:.85rem 1.5rem;font-weight:600;text-decoration:none;transition:background .2s,transform .1s;display:inline-flex;box-shadow:0 2px 8px #b3471f33}.contact-card__button:hover{background:#a14b2b;transform:translateY(-1px);box-shadow:0 4px 12px #b3471f4d}.contact-card__item--cta{margin-top:.5rem}@media (min-width:540px){.contact-card__grid{grid-template-columns:1fr 1fr;gap:1rem 1.5rem;display:grid}.contact-card__item--cta,.contact-card__item--full{grid-column:1/-1}}.provider-review{border-radius:var(--radius-card);background:#ffffff80;border:1px solid #b4461e0f;padding:1.25rem}@media (max-width:768px){.provider-review{padding:1rem}}.provider-review:not(:last-of-type){margin-bottom:1rem}.provider-review__rating{color:gold;margin-bottom:.75rem;font-size:1.1rem;line-height:1}.provider-review__rating i{margin-right:.15rem}.provider-review__text{margin-bottom:.75rem;font-size:1rem;line-height:1.65}.provider-review__toggle{color:var(--clay);cursor:pointer;background:0 0;border:none;margin-top:.5rem;padding:0;font-size:.9rem;font-weight:600;text-decoration:underline;display:block}.provider-review__toggle:hover{color:#a14b2b}.provider-review__author{margin-top:.75rem;font-size:.95rem;font-style:italic}@media (max-width:768px){.provider-gallery{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:1rem;padding-bottom:.5rem;display:flex;overflow:auto hidden}.provider-gallery__item{scroll-snap-align:start;flex:0 0 70vw;max-width:320px;height:240px;padding-top:0}.provider-gallery__item img{border-radius:var(--radius-card);width:100%;height:100%;position:static}.highlights-section .card+.card{margin-top:1.5rem}.highlights-section .stack-loose{gap:1.5rem}.provider-map iframe{height:320px!important}}.provider-map+.card-body a[href*=maps\.google]{color:var(--clay);background:#b3471f0f;border:1px solid #b3471f26;border-radius:.5rem;align-items:center;padding:.65rem 1.25rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.provider-map+.card-body a[href*=maps\.google]:hover{background:#b3471f1a;border-color:#b3471f40;transform:translateY(-1px)}.provider-page-layout{padding-bottom:clamp(2rem,5vw,3rem)}.similar-section .inline-stack,.explore-section .inline-stack{gap:clamp(.75rem,2.5vw,1.5rem)}@media (max-width:768px){.provider-page-layout{flex-direction:column;display:flex}.contact-card-section{order:2}.reviews-section{order:3}.highlights-section{order:4}.gallery-section{order:5}.similar-section{order:98}.explore-section{order:99}.sidebar-contact,.highlights-section aside>div:last-child,.provider-reviews-showcase__image{display:none}.provider-reviews-showcase{display:block}}:root{--blog-bg:#f8f3ef;--blog-card-bg:#fff;--blog-text:#2c2c2c;--blog-text-muted:#6a6a6a;--blog-clay:#b3471f;--blog-saffron:#f4c266;--blog-sage:#9fb68b;--blog-max-width:1120px;--blog-content-max-width:720px}.blog-page,.blog-post-page{background-color:var(--blog-bg);min-height:100vh;font-family:Work Sans,sans-serif}.blog-container,.blog-post-container,.blog-related-container,.blog-footer-container{max-width:var(--blog-max-width);box-sizing:border-box;width:100%;margin:0 auto;padding:clamp(2rem,6vw,4.5rem) clamp(1rem,4vw,3rem)}@media (max-width:480px){.blog-container,.blog-post-container,.blog-related-container{padding:1.5rem 1rem}}.blog-header{text-align:center;margin-bottom:4rem}.blog-title{color:var(--blog-clay);margin-bottom:1rem;font-family:Playfair Display,serif;font-size:2.5rem;font-weight:700;line-height:1.2}.blog-subtitle{color:var(--blog-text-muted);max-width:600px;margin:0 auto;font-family:Work Sans,sans-serif;font-size:1.1rem;line-height:1.7}.blog-featured{background:var(--blog-card-bg);border-radius:8px;margin-bottom:3rem;transition:transform .3s,box-shadow .3s;overflow:hidden}.blog-featured:hover{transform:translateY(-2px);box-shadow:0 8px 24px #b3471f1f}.blog-featured__link{color:inherit;text-decoration:none;display:block}.blog-featured__image{background:linear-gradient(135deg,var(--blog-saffron)0%,var(--blog-clay)100%);border-bottom:1px solid #eee;justify-content:center;align-items:center;width:100%;height:400px;display:flex;position:relative;overflow:hidden}.blog-featured__content{padding:2.5rem}.blog-featured__title{color:var(--blog-clay);margin-bottom:1rem;font-family:Playfair Display,serif;font-size:1.75rem;font-weight:600;line-height:1.3;transition:color .2s}.blog-featured__link:hover .blog-featured__title{color:var(--blog-saffron)}.blog-featured__excerpt{color:var(--blog-text);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.7}.blog-meta{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.blog-category{text-transform:uppercase;letter-spacing:.1em;color:var(--blog-saffron);font-family:Work Sans,sans-serif;font-size:.75rem;font-weight:600}.blog-category--featured{color:var(--blog-clay)}.blog-category--small{font-size:.7rem}.blog-meta-divider{color:var(--blog-sage);opacity:.5;font-weight:300}.blog-byline{color:var(--blog-sage);flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.9rem;display:flex}.blog-date,.blog-author{font-family:Work Sans,sans-serif;font-weight:400}.blog-tags{flex-wrap:wrap;gap:.5rem;display:flex}.blog-tag{color:var(--blog-sage);background:#9fb68b26;border-radius:4px;padding:.25rem .6rem;font-size:.75rem}.blog-grid{grid-template-columns:1fr;gap:3rem;display:grid}.blog-card{background:var(--blog-card-bg);border-radius:8px;transition:transform .3s,box-shadow .3s;overflow:hidden}.blog-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #b3471f1f}.blog-card__link{color:inherit;text-decoration:none;display:block}.blog-card__image{background:linear-gradient(135deg,var(--blog-saffron)0%,var(--blog-clay)100%);border-bottom:1px solid #eee;justify-content:center;align-items:center;width:100%;height:240px;display:flex;position:relative;overflow:hidden}.blog-card__content{padding:2rem}.blog-card__title{color:var(--blog-clay);margin:1rem 0;font-family:Playfair Display,serif;font-size:1.5rem;font-weight:600;line-height:1.3;transition:color .2s}.blog-card__link:hover .blog-card__title{color:var(--blog-saffron)}.blog-card__excerpt{color:var(--blog-text);margin-bottom:1.25rem;font-size:1rem;line-height:1.7}.blog-image-placeholder{opacity:.3;font-size:4rem}.blog-image-placeholder--large{font-size:6rem}.blog-post{background:var(--blog-card-bg);margin-bottom:3rem}.blog-post-container{max-width:var(--blog-content-max-width)}.blog-breadcrumb{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.85rem;display:flex}.blog-breadcrumb__link{color:var(--blog-sage);text-decoration:none;transition:color .2s}.blog-breadcrumb__link:hover{color:var(--blog-clay);text-decoration:underline}.blog-breadcrumb__separator{color:var(--blog-sage);opacity:.5}.blog-breadcrumb__current{color:var(--blog-text-muted)}.blog-post-meta{margin-bottom:1.5rem}.blog-post-title{color:var(--blog-clay);margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:3rem;font-weight:700;line-height:1.2}@media (max-width:768px){.blog-post-title{font-size:2.25rem}}.blog-post-excerpt{color:var(--blog-text-muted);margin-bottom:2rem;font-size:1.25rem;line-height:1.7}.blog-post-byline{border-bottom:1px solid #b3471f1a;flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:2rem;padding-bottom:2rem;display:flex}.blog-post-image{background:linear-gradient(135deg,var(--blog-saffron)0%,var(--blog-clay)100%);border:1px solid #eee;border-radius:8px;justify-content:center;align-items:center;width:100%;max-width:100%;height:400px;margin:1rem 0 1.5rem;display:flex;position:relative;overflow:hidden}@media (max-width:768px){.blog-post-image{height:280px}}.blog-post-content{color:var(--blog-text);font-family:Work Sans,sans-serif;font-size:1.1rem;line-height:1.8}.blog-post-content h2{color:var(--blog-clay);margin-top:3rem;margin-bottom:1rem;font-family:Playfair Display,serif;font-size:1.75rem;font-weight:600;line-height:1.3}.blog-post-content h3{color:var(--blog-clay);margin-top:2.5rem;margin-bottom:.75rem;font-family:Playfair Display,serif;font-size:1.5rem;font-weight:600;line-height:1.3}.blog-post-content p{color:var(--blog-text);margin-bottom:1.5rem;line-height:1.8}.blog-post-content a{color:var(--blog-clay);border-bottom:1px solid #0000;text-decoration:none;transition:all .2s}.blog-post-content a:hover{color:var(--blog-saffron);border-bottom-color:var(--blog-saffron)}.blog-post-content ul,.blog-post-content ol{margin:1.5rem 0;padding-left:2rem}.blog-post-content li{margin-bottom:.75rem;line-height:1.8}.blog-post-content strong{color:var(--blog-text);font-weight:600}.blog-post-content em{font-style:italic}.blog-post-content blockquote{border-left:4px solid var(--blog-saffron);color:var(--blog-text-muted);margin:2rem 0;padding-left:1.5rem;font-size:1.05rem;font-style:italic}.blog-post-content hr{background:#b3471f1a;border:none;height:1px;margin:3rem 0}.blog-related{background:var(--blog-bg);padding:clamp(2rem,6vw,4rem) 0}.blog-related-container{max-width:var(--blog-max-width);margin:0 auto;padding:0 clamp(1rem,4vw,3rem)}.blog-related-title{color:var(--blog-clay);text-align:center;margin-bottom:2.5rem;font-family:Playfair Display,serif;font-size:2rem;font-weight:600}.blog-related-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;display:grid}@media (max-width:768px){.blog-related-grid{grid-template-columns:1fr}}.blog-related-card{background:var(--blog-card-bg);border-radius:8px;transition:transform .3s,box-shadow .3s;overflow:hidden}.blog-related-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #b3471f1f}.blog-related-card__link{color:inherit;text-decoration:none;display:block}.blog-related-card__image{background:linear-gradient(135deg,var(--blog-saffron)0%,var(--blog-clay)100%);border-bottom:1px solid #eee;justify-content:center;align-items:center;width:100%;height:180px;display:flex;position:relative;overflow:hidden}.blog-related-card__content{padding:1.5rem}.blog-related-card__title{color:var(--blog-clay);margin:.75rem 0;font-family:Playfair Display,serif;font-size:1.15rem;font-weight:600;line-height:1.3;transition:color .2s}.blog-related-card__link:hover .blog-related-card__title{color:var(--blog-saffron)}.blog-related-card__excerpt{color:var(--blog-text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.9rem;line-height:1.6;display:-webkit-box;overflow:hidden}.blog-footer{background:var(--blog-card-bg);border-top:1px solid var(--blog-sage);text-align:center;padding:2rem}.blog-footer-link{color:var(--blog-clay);font-weight:500;text-decoration:none;transition:color .2s}.blog-footer-link:hover{color:var(--blog-saffron);text-decoration:underline}.blog-empty{text-align:center;color:var(--blog-text-muted);padding:4rem 2rem}.pagination{border-top:1px solid var(--border-subtle,#e5e7eb);flex-direction:column;align-items:center;gap:1rem;margin-top:2rem;padding-top:1.5rem;display:flex}.pagination__info{text-align:center}.pagination__controls{align-items:center;gap:1rem;display:flex}.pagination__pages{text-align:center;min-width:100px}.btn-disabled{opacity:.4;cursor:not-allowed;pointer-events:none}@media (min-width:640px){.pagination{flex-direction:row;justify-content:space-between}}@media (max-width:768px){.blog-title{font-size:2rem}.blog-subtitle{font-size:1rem}.blog-featured__title{font-size:1.5rem}.blog-card__title{font-size:1.25rem}.blog-post-content{font-size:1.05rem}.blog-post-content h2{font-size:1.5rem}.blog-post-content h3{font-size:1.25rem}}
