.dynamic-message{text-align:center;margin-bottom:2rem;transition:all .5s ease}.dynamic-message h1{font-family:var(--primary-font);font-size:var(--heading-font-size-large);color:var(--primary-color);margin-bottom:1rem;text-shadow:var(--heading-text-shadow);transition:all .3s ease}.dynamic-message p{font-size:var(--body-font-size);color:var(--primary-color);text-shadow:var(--text-shadow);line-height:1.6;max-width:800px;margin:0 auto;transition:all .3s ease}.message-banner{background:rgba(255,255,255,.95);border:2px solid var(--primary-color);border-radius:12px;padding:1.5rem;margin-bottom:2rem;position:relative;animation:slideInDown .5s ease-out;box-shadow:0 4px 20px rgba(0,0,0,.2)}.message-banner__content{text-align:center}.message-banner h2{font-family:var(--primary-font);font-size:var(--heading-font-size-medium);color:var(--primary-color);margin-bottom:.5rem;text-shadow:var(--text-shadow)}.message-banner p{font-size:var(--body-font-size);color:var(--primary-color);text-shadow:var(--text-shadow);margin-bottom:1rem;line-height:1.5}.message-banner__details{font-size:.9rem;color:var(--primary-color);opacity:.8;text-shadow:var(--text-shadow)}.message-banner__close{position:absolute;top:.5rem;right:.5rem;background:none;border:none;font-size:1.5rem;color:var(--primary-color);cursor:pointer;padding:.25rem;border-radius:50%;transition:all .3s ease;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.message-banner__close:hover{background:var(--primary-color);color:#000;transform:scale(1.1)}.message-banner--event{background:linear-gradient(135deg,rgba(255,255,255,.95),rgba(255,215,0,.1));border-color:gold}.message-banner--closure{background:linear-gradient(135deg,rgba(255,255,255,.95),rgba(255,0,0,.1));border-color:#f44}.message-banner--promotion{background:linear-gradient(135deg,rgba(255,255,255,.95),rgba(0,255,0,.1));border-color:#4f4}.message-banner--quote{background:linear-gradient(135deg,rgba(255,255,255,.95),rgba(138,43,226,.1));border-color:#8a2be2;font-style:italic}.message-banner--announcement{background:linear-gradient(135deg,rgba(255,255,255,.95),rgba(0,191,255,.1));border-color:#00bfff}.message-banner--custom{background:linear-gradient(135deg,rgba(255,255,255,.95),rgba(255,165,0,.1));border-color:orange}.event-details{background:rgba(0,0,0,.05);border-radius:8px;padding:1rem;margin-top:1rem;border-left:4px solid var(--primary-color)}.event-details__item{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.9rem}.event-details__item:last-child{margin-bottom:0}.event-details__label{font-weight:700;color:var(--primary-color)}.event-details__value{color:var(--primary-color);opacity:.9}@keyframes slideInDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.message-banner--priority-1{animation:slideInDown .5s ease-out,pulse 2s infinite;border-width:3px}.message-banner--priority-2{animation:slideInDown .5s ease-out;border-width:2px}@media screen and (max-width: 768px){.message-banner{padding:1rem;margin:1rem 0}.message-banner h2{font-size:var(--heading-font-size-small)}.message-banner p{font-size:.9rem}.event-details__item{flex-direction:column;align-items:flex-start;gap:.25rem}.dynamic-message h1{font-size:var(--heading-font-size-medium)}.dynamic-message p{font-size:.9rem}}@media screen and (max-width: 480px){.message-banner{padding:.75rem}.message-banner__close{top:.25rem;right:.25rem;width:25px;height:25px;font-size:1.2rem}.dynamic-message h1{font-size:var(--heading-font-size-small)}}.message-loading{text-align:center;padding:2rem;color:var(--primary-color);text-shadow:var(--text-shadow)}.message-loading .loader{display:inline-block;width:30px;height:30px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:var(--primary-color);animation:spin 1s ease-in-out infinite;margin-bottom:1rem}@keyframes spin{to{transform:rotate(360deg)}}html:has(body.home){font-size:16px}@media screen and (max-width: 640px){html:has(body.home){font-size:19.2px}}@media screen and (min-width: 641px) and (max-width: 1023px){html:has(body.home){font-size:18.24px}}@media screen and (min-width: 1024px){html:has(body.home){font-size:17.28px}}body.home{overflow-x:hidden;max-width:100%}body.home main#main-content{overflow-x:hidden;max-width:100%;box-sizing:border-box}body.home .header{justify-content:space-between;padding:.75rem 1rem;min-height:56px;height:auto;align-items:center}body.home .header .header__nav{position:relative;top:0;right:0;margin-left:auto;flex-shrink:1;min-width:0}body.home .header .nav__list{flex-direction:row;flex-wrap:wrap;gap:.4rem .5rem;justify-content:flex-end;align-items:center}body.home .header .header__logo{position:relative;left:0;margin-right:auto;font-size:calc(var(--logo-font-size, 3rem) * 1.15);flex-shrink:0;animation:logo-wiggle 2.5s ease-in-out infinite}@keyframes logo-wiggle{0%,to{transform:rotate(-2deg)}25%{transform:rotate(2deg)}50%{transform:rotate(-1.5deg)}75%{transform:rotate(1.5deg)}}body.home .landing-section{width:100%;max-width:100%;box-sizing:border-box;position:relative;opacity:0;overflow:hidden;scroll-margin-top:60px}body.home .landing-section.visible{opacity:1;animation:fadeInUp .8s cubic-bezier(.22,1,.36,1) both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(60px)}to{opacity:1;transform:translateY(0)}}body.home #hero{display:grid;grid-template-columns:1fr;grid-template-rows:auto auto;height:auto;min-height:auto;margin-bottom:1.5rem;padding:0}body.home #hero .hero-split__image{order:1;position:relative;overflow:hidden;background:#000;min-height:200px;max-height:80vw;aspect-ratio:4 / 3}body.home #hero .hero-split__content{order:2;background:#000;display:flex;align-items:center;justify-content:center;min-height:180px}body.home #hero .hero-split__text-box{background:transparent;padding:1.35rem 1.1rem;text-align:center;max-width:100%}body.home #hero .hero-split__title{font-size:clamp(1.5rem,5.5vw,2rem);line-height:1.3;margin-bottom:.75rem;color:#fff;font-weight:800;text-shadow:0 2px 20px rgba(0,0,0,.95),0 4px 8px rgba(0,0,0,.8)}body.home #hero .hero-split__text{font-size:clamp(1rem,2.5vw,1.15rem);line-height:1.55;color:rgba(255,255,255,.95);text-shadow:0 2px 12px rgba(0,0,0,.85)}body.home #hero .hero-split__slideshow,body.home #hero-slideshow{position:absolute;top:0;right:0;bottom:0;left:0;background-size:contain;background-position:center;background-repeat:no-repeat;background-color:#000;transition:opacity 1s ease-in-out}body.home #about-section,body.home main#main-content.page-base>#about-section{display:grid;grid-template-columns:1fr;grid-template-rows:auto auto;margin-top:0;margin-bottom:1.5rem;padding:0;width:100%;box-sizing:border-box}body.home #about-section .about-section__text,body.home #about-section .hero-split__content{order:1;padding:1.5rem 1.25rem;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:200px}body.home #about-section .hero-split__title{color:#000;text-shadow:0 1px 2px rgba(0,0,0,.08)}body.home #about-section .hero-split__text{color:#1a1a1a;line-height:1.7}body.home #about-section .hero-split__image{order:2;position:relative;overflow:hidden;max-height:75vw;min-height:200px;aspect-ratio:4 / 3;background:#000}body.home #about-section .hero-split__title{font-size:clamp(1.5rem,5.5vw,2rem);line-height:1.3;margin-bottom:.75rem}body.home #about-section .hero-split__text{font-size:clamp(1rem,2.5vw,1.15rem);line-height:1.55}body.home #about-slideshow{position:absolute;top:0;right:0;bottom:0;left:0;background-size:contain;background-position:center;background-repeat:no-repeat;background-color:#000}body.home{--section-spacing: 1.5rem}body.home #about-images-section{display:block!important;visibility:visible!important;width:100%;height:auto;min-height:220px;max-height:none;margin-bottom:var(--section-spacing);padding:0;overflow:visible;background:#000;position:relative;z-index:10}body.home #about-images-section .split-section__image{position:relative;width:100%;height:auto;min-height:140px;overflow:hidden;padding:0;margin:0}body.home #about-images-section #about-image-grid.food-grid-container{display:flex;visibility:visible;min-height:120px;will-change:transform;backface-visibility:hidden}@media screen and (max-width: 767px){body.home #about-images-section .food-grid-container{position:relative;display:flex;flex-direction:row;align-items:center;gap:6px;padding:0 .5rem;overflow-x:auto;overflow-y:hidden;min-height:120px;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}body.home #about-images-section .food-grid-container::-webkit-scrollbar{display:none}body.home #about-images-section .food-grid-item{flex:0 0 auto;height:120px;width:120px;min-width:120px;aspect-ratio:1;background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#1a1a1a;border-radius:4px}}body.home{--food-gallery-space: 6px;--food-gallery-cell: 64px}body.home #food-gallery{min-height:70vh;height:100vh;padding:0;margin:0 0 var(--section-spacing) 0;overflow:hidden;position:relative;z-index:5;isolation:isolate}body.home #food-gallery .food-gallery-background{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(var(--food-gallery-cell),1fr));grid-auto-rows:minmax(72px,1fr);background:#000;z-index:0;box-sizing:border-box;align-items:stretch;padding:var(--food-gallery-space);gap:var(--food-gallery-space)}body.home #food-gallery .food-gallery-background>.food-gallery-text-overlay.food-gallery-text-overlay--centered{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;max-width:900px;padding:0 2rem;z-index:1000;display:flex;align-items:center;justify-content:center;pointer-events:none;margin:0}body.home #food-gallery .food-gallery-header{padding:2rem 1.25rem;min-width:0;max-width:95%;width:auto;background:rgba(0,0,0,.5);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:24px;text-align:center;box-shadow:0 16px 48px rgba(0,0,0,.8),inset 0 0 20px rgba(255,255,255,.05);pointer-events:auto}body.home #food-gallery .food-gallery-header .landing-section__title{margin-bottom:.5em}body.home #food-gallery .food-gallery-header .landing-section__subtitle{margin-bottom:0;line-height:1.6}body.home #food-gallery .landing-section__title{font-size:clamp(1.5rem,4.5vw,3rem);color:#fff;font-weight:800;text-shadow:0 2px 20px rgba(0,0,0,.95)}body.home #food-gallery .landing-section__subtitle{font-size:clamp(1.05rem,2.2vw,1.25rem);color:rgba(255,255,255,.98)}body.home .food-gallery-background-item{min-width:0;min-height:0;max-width:100%;max-height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#1a1a1a;border-radius:4px;transition:box-shadow .3s ease;box-sizing:border-box;overflow:hidden}body.home .food-gallery-background-item:hover{box-shadow:0 4px 16px rgba(0,0,0,.5)}body.home #artisan-section{position:relative;z-index:1;min-height:70vh;padding-top:var(--section-spacing);padding-inline:1.5rem;padding-bottom:var(--section-spacing);overflow:hidden}body.home #artisan-background{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#1a1a1a;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0;display:block}body.home #artisan-section .food-gallery-background-item{display:none}body.home #artisan-section .food-gallery-text-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:2rem 1.5rem 2.5rem;padding-bottom:calc(2rem + var(--section-spacing));box-sizing:border-box}body.home #artisan-section .food-gallery-text-overlay *{pointer-events:auto}body.home .food-gallery-text-box{background:rgba(0,0,0,.3);backdrop-filter:blur(8px);padding:2rem 1.5rem;border-radius:16px;max-width:95%}body.home .food-gallery-text-title{font-size:clamp(1.4rem,4vw,2rem);color:#fff;margin-bottom:1rem}body.home .food-gallery-text-content{font-size:clamp(1rem,2vw,1.15rem);line-height:1.55;color:rgba(255,255,255,.95)}body.home .split-section:not(#about-section):not(#about-images-section){display:grid;grid-template-columns:1fr;grid-template-rows:auto auto;min-height:auto;padding:0;margin-bottom:var(--section-spacing);overflow:hidden}body.home .split-section__image{position:relative;min-height:40vh;background:#000}body.home .split-section__image-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#1a1a1a}body.home .split-section__image-wrapper--award{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(255,255,255,.08),rgba(0,0,0,.25))}body.home .award-placeholder{text-align:center;color:rgba(255,255,255,.8)}body.home .split-section__content{padding:2rem 1.5rem;display:flex;align-items:center;justify-content:center}body.home .split-section__text-box{max-width:100%}body.home .split-section__title{font-size:clamp(1.5rem,4vw,2rem);margin-bottom:1rem}body.home .split-section__text{font-size:clamp(1rem,2vw,1.15rem);line-height:1.55}body.home .split-section__content--dark{background:#000;color:#fff}body.home .split-section__content--dark .split-section__title{color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.5)}body.home .split-section__content--dark .split-section__text{color:rgba(255,255,255,.95)}body.home .split-section__content--light{background:#fff;color:#000}body.home .split-section__content--light .split-section__title{color:#000}body.home .split-section__content--light .split-section__text{color:rgba(0,0,0,.9)}body.home .parallax-section{position:relative;min-height:60vh;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:var(--section-spacing)}body.home .parallax-section__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0}body.home .parallax-section__content{position:relative;z-index:1;text-align:center;padding:2rem 1.5rem;max-width:95%;background:rgba(0,0,0,.65);backdrop-filter:blur(20px);border-radius:24px}body.home .parallax-section__title{font-size:clamp(1.5rem,4.5vw,3rem);color:#fff;margin-bottom:1rem;font-weight:800}body.home .parallax-section__text{font-size:clamp(1.05rem,2.2vw,1.25rem);color:rgba(255,255,255,.98);line-height:1.6;margin-bottom:1.5rem}body.home .parallax-section__cta{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}body.home .parallax-section__cta .btn{min-height:44px;padding:.75rem 1.5rem}@media screen and (max-width: 600px){body.home #food-gallery .food-gallery-background{grid-template-columns:repeat(auto-fit,minmax(72px,1fr));grid-auto-rows:minmax(64px,1fr)}}@media screen and (max-width: 480px){body.home #food-gallery .food-gallery-background{grid-template-columns:repeat(auto-fit,minmax(58px,1fr));grid-auto-rows:minmax(58px,1fr)}}@media screen and (min-width: 640px){body.home main#main-content.page-base>#about-section.hero-split,body.home #hero,body.home #about-section.hero-split{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr;height:40vw;min-height:40vh;max-height:40vw;align-self:flex-start;width:100%;overflow:hidden}body.home #hero .hero-split__content{order:1}body.home #hero .hero-split__image{order:2}body.home #about-section .hero-split__image{order:1}body.home #about-section .hero-split__content{order:2}body.home #hero .hero-split__image,body.home #about-section .hero-split__image{max-height:none;aspect-ratio:1}body.home #hero .hero-split__slideshow,body.home #hero-slideshow,body.home #about-slideshow{background-size:cover}body.home #hero .hero-split__title{font-size:clamp(2.5rem,5vw,4.5rem)}body.home #hero .hero-split__text{font-size:clamp(1.125rem,2vw,1.375rem)}body.home #hero .hero-split__text-box{padding:3rem}body.home #about-section .hero-split__content{background:#fff;padding:4rem 3rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}body.home #about-section .hero-split__title{font-size:clamp(2rem,4vw,3rem);color:#000}body.home #about-section .hero-split__text{font-size:clamp(1rem,1.5vw,1.25rem);color:#1a1a1a}}@media screen and (min-width: 768px){body.home main#main-content.page-base>#about-images-section,body.home #about-images-section{display:block;min-height:220px;height:auto;max-height:none;align-self:flex-start;width:100%;position:relative;overflow:hidden;background:#000;padding:0;margin-bottom:var(--section-spacing)}body.home #about-images-section .split-section__image{position:relative;width:100%;min-height:220px;height:100%;overflow:hidden;padding:0;margin:0}body.home #about-images-section .food-grid-container,body.home .food-grid-container{position:absolute;top:0;left:0;display:flex;flex-direction:row;align-items:center;gap:6px;padding:0;overflow:hidden;scrollbar-width:none;-ms-overflow-style:none;height:100%;max-width:none;will-change:transform;backface-visibility:hidden}body.home .food-grid-container::-webkit-scrollbar{display:none}body.home .food-grid-item{flex:0 0 auto;aspect-ratio:1;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#1a1a1a;border-radius:4px;transition:transform .4s ease,box-shadow .4s ease}body.home .food-grid-item:hover{transform:scale(1.08) translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.4)}body.home #food-gallery{min-height:100vh;height:100vh}body.home #food-gallery .food-gallery-background,body.home #food-gallery #food-gallery-background{grid-template-columns:repeat(auto-fit,minmax(90px,1fr));grid-auto-rows:minmax(72px,1fr)}body.home #food-gallery .food-gallery-header{padding:4rem 5rem;min-width:500px;max-width:900px}body.home .split-section:not(#about-section):not(#about-images-section){grid-template-columns:1fr 1fr;grid-template-rows:1fr;min-height:60vh}body.home .split-section--image-left .split-section__image{order:1}body.home .split-section--image-left .split-section__content{order:2}body.home .split-section--text-left .split-section__content{order:1}body.home .split-section--text-left .split-section__image{order:2}body.home .split-section__content{padding:4rem}body.home .split-section__title{font-size:1.8rem}body.home .split-section__text{font-size:1.05rem}}@media screen and (min-width: 1024px){body.home #artisan-section{padding-top:var(--section-spacing);padding-inline:2rem;padding-bottom:var(--section-spacing)}body.home #artisan-section .food-gallery-text-overlay{padding:5rem 3rem;padding-bottom:calc(5rem + var(--section-spacing))}body.home .food-gallery-text-box{padding:2.5rem 3rem;max-width:700px}body.home .parallax-section__content{padding:4rem 3rem;max-width:900px}body.home #food-gallery .food-gallery-background{grid-template-columns:repeat(auto-fit,minmax(90px,1fr));grid-auto-rows:minmax(72px,1fr)}}body.home .btn{display:inline-block;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;text-decoration:none;border-radius:50px;transition:all .4s cubic-bezier(.22,1,.36,1);position:relative;overflow:hidden;cursor:pointer;border:none}body.home .btn--primary{background:linear-gradient(135deg,#fff,#f0f0f0);color:#000;box-shadow:0 8px 24px rgba(255,255,255,.2),inset 0 1px rgba(255,255,255,.5)}body.home .btn--primary:hover{transform:translateY(-4px) scale(1.05);box-shadow:0 12px 32px rgba(255,255,255,.4)}body.home .btn--secondary{background:rgba(255,255,255,.15);color:#fff;border:2px solid rgba(255,255,255,.6);backdrop-filter:blur(10px);box-shadow:0 8px 24px rgba(0,0,0,.2)}body.home .btn--secondary:hover{transform:translateY(-4px) scale(1.05);background:rgba(255,255,255,.25);border-color:rgba(255,255,255,.9)}body.home main#main-content.page-base #about-images-section,body.home main#main-content #about-images-section,body.home #about-images-section{display:block!important;visibility:visible!important;opacity:1!important;min-height:220px!important;position:relative!important;z-index:10!important;overflow:visible!important}body.home #about-images-section .split-section__image{min-height:220px!important;display:block!important}body.home #about-images-section #about-image-grid{display:flex!important;visibility:visible!important;min-height:120px!important}body.home main#main-content #artisan-section,body.home #artisan-section{padding-top:0;padding-bottom:0;margin-top:0;margin-bottom:var(--section-spacing);box-sizing:border-box}body.home #artisan-section .food-gallery-text-overlay{padding-bottom:3rem;box-sizing:border-box}@media screen and (min-width: 1024px){body.home #artisan-section .food-gallery-text-overlay{padding-bottom:5rem}}
