.restaurant-hero{position:relative;min-height:80vh;display:flex;align-items:center;justify-content:center;background-color:var(--holi-text);overflow:hidden}.restaurant-hero__background{position:absolute;inset:0;z-index:0}.restaurant-hero__background img{width:100%;height:100%;object-fit:cover;object-position:center}.restaurant-hero__overlay{position:absolute;inset:0;background:rgba(33,35,35,0.55);z-index:1}.restaurant-hero__content{position:relative;z-index:2;text-align:center;color:var(--holi-white);padding:var(--space-4);padding-top:calc(80px + var(--space-4));max-width:800px}.restaurant-hero__title{font-family:var(--font-light);font-size:clamp(2.5rem,6vw,4rem);font-weight:300;line-height:1.15;margin-bottom:var(--space-3);letter-spacing:.02em;color:var(--holi-white)}.restaurant-hero__subtitle{font-family:var(--font-light);font-size:clamp(1rem,2vw,1.25rem);font-weight:300;letter-spacing:.05em;color:var(--holi-white);opacity:.9;max-width:600px;margin:0 auto;line-height:1.6}.restaurant-hero--parallax .restaurant-hero__background img{will-change:transform;transition:none}.restaurant-about{background-color:var(--holi-bg-warm)}.restaurant-about__container{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-8);align-items:center}.restaurant-about__image{border-radius:var(--border-radius-lg);overflow:hidden;box-shadow:var(--shadow-card)}.restaurant-about__image picture{display:block;width:100%;height:100%}.restaurant-about__image img{width:100%;height:100%;max-width:none;object-fit:cover;aspect-ratio:4/3}.restaurant-about__content{padding:var(--space-4) 0}.restaurant-about__label{display:block;font-family:var(--font-medium);font-size:12px;letter-spacing:2px;text-transform:uppercase;color:var(--holi-primary);margin-bottom:var(--space-3)}.restaurant-about__text{font-size:1.125rem;line-height:1.8;color:var(--holi-accent);margin-bottom:var(--space-4)}.restaurant-about__hours{background:var(--holi-bg-white);padding:var(--space-4);border-radius:var(--border-radius-md);margin-bottom:var(--space-5);border-left:4px solid var(--holi-primary)}.restaurant-about__hours-title{font-family:var(--font-medium);font-size:1rem;color:var(--holi-text);margin-bottom:var(--space-2)}.restaurant-about__hours-text{font-size:1rem;color:var(--holi-accent);line-height:1.6}.restaurant-about__hours-text strong{color:var(--holi-primary);font-family:var(--font-medium);font-size:1.25rem}@media(max-width:900px){.restaurant-about__container{grid-template-columns:1fr;gap:var(--space-6)}}.restaurant-info{background-color:var(--holi-bg-white)}.restaurant-info__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-5)}.restaurant-info__card{background:var(--holi-bg-white);padding:var(--space-5);border-radius:var(--border-radius-md);box-shadow:var(--shadow-card);text-align:center;position:relative;overflow:hidden;transition:transform var(--transition-base),box-shadow var(--transition-base);display:flex;flex-direction:column}.restaurant-info__card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--holi-primary),var(--holi-secondary));transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(0.25,0.46,0.45,0.94)}.restaurant-info__card:hover{transform:translateY(-8px);box-shadow:var(--shadow-card-hover)}.restaurant-info__card:hover::before{transform:scaleX(1)}.restaurant-info__icon{width:64px;height:64px;margin:0 auto var(--space-4);display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--holi-primary),var(--holi-secondary));border-radius:50%;color:var(--holi-white);transition:transform .3s ease,box-shadow .3s ease}.restaurant-info__card:hover .restaurant-info__icon{transform:scale(1.1);box-shadow:0 8px 25px rgba(153,125,21,0.3)}.restaurant-info__icon svg{width:28px;height:28px;fill:currentColor}.restaurant-info__title{font-family:var(--font-medium);font-size:1.25rem;color:var(--holi-text);margin-bottom:var(--space-2)}.restaurant-info__text{font-size:1rem;color:var(--holi-accent);margin-bottom:var(--space-2)}.restaurant-info__highlight{font-family:var(--font-medium);font-size:1.125rem;color:var(--holi-primary);margin-bottom:var(--space-3)}.restaurant-info__link{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);font-family:var(--font-medium);font-size:.875rem;color:var(--holi-primary);text-decoration:none;text-transform:uppercase;letter-spacing:1px;transition:color var(--transition-base);margin-top:auto;padding-top:var(--space-3)}.restaurant-info__link:hover{color:var(--holi-secondary)}.restaurant-info__link svg{width:16px;height:16px;min-width:16px;max-width:16px;flex-shrink:0;fill:currentColor;transition:transform var(--transition-base)}.restaurant-info__link:hover svg{transform:translateX(4px)}.restaurant-info__card--featured{padding:0;overflow:hidden}.restaurant-info__card--featured .restaurant-info__image{width:100%;height:180px;overflow:hidden}.restaurant-info__card--featured .restaurant-info__image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.restaurant-info__card--featured:hover .restaurant-info__image img{transform:scale(1.08)}.restaurant-info__card--featured .restaurant-info__title,.restaurant-info__card--featured .restaurant-info__text{padding:0 var(--space-4)}.restaurant-info__card--featured .restaurant-info__title{margin-top:var(--space-4)}.restaurant-info__card--featured .restaurant-info__text{padding-bottom:var(--space-4)}@media(max-width:900px){.restaurant-info__grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}}.restaurant-menu{background-color:var(--holi-bg-warm)}.restaurant-menu__header{text-align:center;margin-bottom:var(--space-8)}.restaurant-menu__label{display:block;font-family:var(--font-medium);font-size:12px;letter-spacing:2px;text-transform:uppercase;color:var(--holi-primary);margin-bottom:var(--space-3)}.restaurant-menu__subtitle{font-family:var(--font-light);font-size:1.25rem;color:var(--holi-accent);max-width:600px;margin:var(--space-2) auto 0;line-height:1.6}.restaurant-menu__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-5)}.restaurant-menu__item{position:relative;background:var(--holi-bg-white);border-radius:var(--border-radius-lg);overflow:hidden;box-shadow:var(--shadow-card);transition:transform var(--transition-base),box-shadow var(--transition-base)}.restaurant-menu__item::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--holi-primary),var(--holi-secondary));transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(0.25,0.46,0.45,0.94);z-index:10}.restaurant-menu__item:hover{transform:translateY(-8px);box-shadow:var(--shadow-card-hover)}.restaurant-menu__item:hover::before{transform:scaleX(1)}.restaurant-menu__item-image{position:relative;width:100%;height:220px;overflow:hidden}.restaurant-menu__item-image picture{position:absolute;inset:0;width:100%;height:100%}.restaurant-menu__item-image img{width:100%;height:100%;max-width:none;object-fit:cover;transition:transform .6s ease}.restaurant-menu__item:hover .restaurant-menu__item-image img{transform:scale(1.08)}.restaurant-menu__item-content{padding:var(--space-4)}.restaurant-menu__item-title{font-family:var(--font-medium);font-size:1.5rem;color:var(--holi-text);margin-bottom:var(--space-2)}.restaurant-menu__item-text{font-size:1rem;color:var(--holi-accent);line-height:1.6;margin-bottom:var(--space-3)}.restaurant-menu__item-tag{display:inline-block;font-family:var(--font-medium);font-size:11px;letter-spacing:1px;text-transform:uppercase;color:var(--holi-primary);background:rgba(153,125,21,0.1);padding:var(--space-1) var(--space-2);border-radius:var(--border-radius-sm)}@media(max-width:1024px){.restaurant-menu__grid{grid-template-columns:1fr;max-width:500px;margin:0 auto}}.restaurant-gallery{background-color:var(--holi-bg-white)}.restaurant-gallery__header{text-align:center;margin-bottom:var(--space-6)}.restaurant-gallery__label{display:block;font-family:var(--font-medium);font-size:12px;letter-spacing:2px;text-transform:uppercase;color:var(--holi-primary);margin-bottom:var(--space-3)}.restaurant-gallery__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-4)}.restaurant-gallery__item{aspect-ratio:4/3;border-radius:var(--border-radius-md);overflow:hidden;cursor:pointer;position:relative}.restaurant-gallery__item::after{content:'';position:absolute;inset:0;background:linear-gradient(to bottom,transparent 60%,rgba(33,35,35,0.6) 100%);opacity:0;transition:opacity .3s ease}.restaurant-gallery__item:hover::after{opacity:1}.restaurant-gallery__item img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(0.25,0.46,0.45,0.94)}.restaurant-gallery__item:hover img{transform:scale(1.08)}.restaurant-gallery__item--featured{grid-column:span 2;grid-row:span 2}@media(max-width:768px){.restaurant-gallery__grid{grid-template-columns:1fr 1fr}.restaurant-gallery__item--featured{grid-column:span 2;grid-row:span 1}}@media(max-width:480px){.restaurant-gallery__grid{grid-template-columns:1fr}.restaurant-gallery__item--featured{grid-column:span 1}}.restaurant-breakfast{background-color:var(--holi-bg-warm)}.restaurant-breakfast__container{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-8);align-items:center}.restaurant-breakfast__content{padding:var(--space-4) 0}.restaurant-breakfast__label{display:block;font-family:var(--font-medium);font-size:12px;letter-spacing:2px;text-transform:uppercase;color:var(--holi-primary);margin-bottom:var(--space-3)}.restaurant-breakfast__text{font-size:1.125rem;line-height:1.8;color:var(--holi-accent);margin-bottom:var(--space-4)}.restaurant-breakfast__hours{background:var(--holi-bg-white);padding:var(--space-4);border-radius:var(--border-radius-md);margin-bottom:var(--space-5);border-left:4px solid var(--holi-primary)}.restaurant-breakfast__hours-title{font-family:var(--font-medium);font-size:1rem;color:var(--holi-text);margin-bottom:var(--space-2)}.restaurant-breakfast__hours-text{font-size:1rem;color:var(--holi-accent);line-height:1.6}.restaurant-breakfast__hours-text strong{color:var(--holi-primary);font-family:var(--font-medium);font-size:1.25rem}.restaurant-breakfast__image{border-radius:var(--border-radius-lg);overflow:hidden;box-shadow:var(--shadow-card)}.restaurant-breakfast__image img{width:100%;height:100%;object-fit:cover;aspect-ratio:4/3}@media(max-width:900px){.restaurant-breakfast__container{grid-template-columns:1fr;gap:var(--space-6)}.restaurant-breakfast__image{order:-1}}.restaurant-breakfast-note{background-color:var(--holi-bg-warm);padding:var(--space-5) 0}.restaurant-breakfast-note__content{text-align:center;max-width:700px;margin:0 auto}.restaurant-breakfast-note__label{display:inline-block;font-family:var(--font-medium);font-size:11px;letter-spacing:2px;text-transform:uppercase;color:var(--holi-primary);background:var(--holi-bg-white);padding:var(--space-1) var(--space-3);border-radius:var(--border-radius-sm);margin-bottom:var(--space-3)}.restaurant-breakfast-note__text{font-size:1rem;line-height:1.7;color:var(--holi-accent)}.restaurant-breakfast-note__text strong{color:var(--holi-text);font-family:var(--font-medium)}.restaurant-buffet{background-color:var(--holi-bg-white)}.restaurant-buffet__container{display:grid;grid-template-columns:5fr 6fr;gap:var(--space-8);align-items:center}.restaurant-buffet__label{display:block;font-family:var(--font-medium);font-size:11px;letter-spacing:2.5px;text-transform:uppercase;color:var(--holi-primary);margin-bottom:var(--space-2)}.restaurant-buffet__text{font-family:var(--font-light);font-size:1.0625rem;line-height:1.7;color:var(--holi-accent);margin-bottom:var(--space-5)}.restaurant-buffet__hours{display:inline-flex;align-items:baseline;gap:10px;background:transparent;padding:0;border-radius:0;margin-bottom:var(--space-4);border-left:3px solid rgba(153,125,21,0.3);padding-left:var(--space-3)}.restaurant-buffet__hours-label{font-family:var(--font-light);font-size:.8125rem;color:var(--holi-accent);text-transform:uppercase;letter-spacing:1.5px;opacity:.8}.restaurant-buffet__hours-value{font-family:var(--font-medium);font-size:1rem;color:var(--holi-primary);letter-spacing:.02em}.restaurant-buffet__pricing{margin-bottom:var(--space-5)}.restaurant-buffet__price-row{display:flex;align-items:baseline;gap:var(--space-2);padding:8px 0;border-bottom:1px solid rgba(0,0,0,0.04)}.restaurant-buffet__price-row:last-child{border-bottom:0}.restaurant-buffet__price-label{font-family:var(--font-light);font-size:.9375rem;color:var(--holi-accent);flex:1}.restaurant-buffet__price-amount{font-family:var(--font-medium);font-size:.9375rem;color:var(--holi-text);letter-spacing:.01em}.restaurant-buffet__price-note{font-family:var(--font-light);font-size:.75rem;color:var(--holi-primary);opacity:.8;letter-spacing:.5px}.restaurant-buffet__offerings{display:flex;flex-wrap:wrap;gap:6px}.restaurant-buffet__offering-tag{display:inline-block;font-family:var(--font-light);font-size:.8125rem;color:var(--holi-accent);background:rgba(242,237,231,0.6);padding:5px 14px;border-radius:20px;letter-spacing:.03em;border:1px solid rgba(0,0,0,0.04)}.restaurant-buffet__image{border-radius:var(--border-radius-lg);overflow:hidden;box-shadow:0 8px 30px rgba(0,0,0,0.08)}.restaurant-buffet__image picture{display:block;width:100%;height:100%}.restaurant-buffet__image img{width:100%;height:100%;max-width:none;object-fit:cover;aspect-ratio:4/3}@media(max-width:900px){.restaurant-buffet__container{grid-template-columns:1fr;gap:var(--space-4)}.restaurant-buffet__image{order:-1}.restaurant-buffet__image img{aspect-ratio:16/9;max-height:220px}}.restaurant-seasonal{background-color:var(--holi-bg-warm)}.restaurant-seasonal__header{text-align:center;margin-bottom:var(--space-6)}.restaurant-seasonal__label{display:block;font-family:var(--font-medium);font-size:11px;letter-spacing:2.5px;text-transform:uppercase;color:var(--holi-primary);margin-bottom:var(--space-2)}.restaurant-seasonal__subtitle{font-family:var(--font-light);font-size:1.125rem;color:var(--holi-accent);max-width:520px;margin:var(--space-2) auto 0;line-height:1.6;opacity:.9}.restaurant-seasonal__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:var(--space-5)}.restaurant-seasonal__card{background:var(--holi-bg-white);border-radius:var(--border-radius-lg);overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,0.04);position:relative;transition:transform var(--transition-base),box-shadow var(--transition-base)}.restaurant-seasonal__card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--holi-primary),var(--holi-secondary));transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(0.25,0.46,0.45,0.94);z-index:1}.restaurant-seasonal__card:hover{transform:translateY(-6px);box-shadow:0 12px 36px rgba(0,0,0,0.08)}.restaurant-seasonal__card:hover::before{transform:scaleX(1)}.restaurant-seasonal__card-image{position:relative;width:100%;height:220px;overflow:hidden}.restaurant-seasonal__card-image img{width:100%;height:100%;object-fit:cover;object-position:center 40%;transition:transform .6s ease}.restaurant-seasonal__card:hover .restaurant-seasonal__card-image img{transform:scale(1.05)}.restaurant-seasonal__card-badge{position:absolute;top:var(--space-2);left:var(--space-2);font-family:var(--font-light);font-size:10px;letter-spacing:2px;text-transform:uppercase;color:rgba(255,255,255,0.9);background:rgba(33,35,35,0.45);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:5px 12px;border-radius:2px;z-index:2}.restaurant-seasonal__card-content{padding:var(--space-4) var(--space-4) var(--space-3)}.restaurant-seasonal__card-title{font-family:var(--font-light);font-size:1.375rem;color:var(--holi-text);margin-bottom:8px;letter-spacing:.01em}.restaurant-seasonal__card-text{font-family:var(--font-light);font-size:.9375rem;color:var(--holi-accent);line-height:1.6;margin-bottom:var(--space-3);opacity:.9}.restaurant-seasonal__card-cta{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-medium);font-size:.8125rem;color:var(--holi-primary);text-decoration:none;text-transform:uppercase;letter-spacing:1.5px;transition:color var(--transition-base)}.restaurant-seasonal__card-cta:hover{color:var(--holi-secondary)}.restaurant-seasonal__card-cta svg{width:14px;height:14px;fill:currentColor;transition:transform var(--transition-base)}.restaurant-seasonal__card-cta:hover svg{transform:translateX(3px)}@media(max-width:768px){.restaurant-seasonal__header{margin-bottom:var(--space-4)}.restaurant-seasonal__subtitle{font-size:.9375rem;line-height:1.5}.restaurant-seasonal__grid{grid-template-columns:1fr;max-width:480px;margin:0 auto}.restaurant-seasonal__card-image{height:180px}.restaurant-seasonal__card-image img{object-position:center 35%}.restaurant-seasonal__card-content{padding:var(--space-3) var(--space-3) var(--space-2)}.restaurant-seasonal__card-title{font-size:1.125rem;margin-bottom:6px}.restaurant-seasonal__card-text{font-size:.8125rem;line-height:1.5;margin-bottom:var(--space-2)}.restaurant-seasonal__card-cta{font-size:.6875rem;letter-spacing:1px}.restaurant-seasonal__card-badge{font-size:9px;padding:4px 10px}}.restaurant-downloads{background-color:var(--holi-bg-white)}.restaurant-downloads__header{text-align:center;margin-bottom:var(--space-8)}.restaurant-downloads__label{display:block;font-family:var(--font-medium);font-size:12px;letter-spacing:2px;text-transform:uppercase;color:var(--holi-primary);margin-bottom:var(--space-3)}.restaurant-downloads__subtitle{font-family:var(--font-light);font-size:1.25rem;color:var(--holi-accent);max-width:600px;margin:var(--space-2) auto 0;line-height:1.6}.restaurant-downloads__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-5)}.restaurant-downloads__card{display:flex;flex-direction:column;align-items:center;text-align:center;background:var(--holi-bg-warm);padding:var(--space-6) var(--space-4);border-radius:var(--border-radius-lg);text-decoration:none;color:inherit;position:relative;overflow:hidden;transition:transform var(--transition-base),box-shadow var(--transition-base)}.restaurant-downloads__card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--holi-primary),var(--holi-secondary));transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(0.25,0.46,0.45,0.94)}.restaurant-downloads__card:hover{transform:translateY(-8px);box-shadow:var(--shadow-card-hover)}.restaurant-downloads__card:hover::before{transform:scaleX(1)}.restaurant-downloads__icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--holi-primary),var(--holi-secondary));border-radius:50%;color:var(--holi-white);margin-bottom:var(--space-4);transition:transform .3s ease}.restaurant-downloads__card:hover .restaurant-downloads__icon{transform:scale(1.1)}.restaurant-downloads__icon svg{width:28px;height:28px}.restaurant-downloads__content{flex:1;margin-bottom:var(--space-4)}.restaurant-downloads__title{font-family:var(--font-medium);font-size:1.25rem;color:var(--holi-text);margin-bottom:var(--space-2)}.restaurant-downloads__description{font-size:.9375rem;color:var(--holi-accent);line-height:1.6}.restaurant-downloads__action{display:flex;align-items:center;justify-content:center;gap:6px;width:44px;height:44px;border-radius:50%;background:var(--holi-primary);color:var(--holi-white);transition:background .3s ease,transform .3s ease}.restaurant-downloads__action svg{width:18px;height:18px;flex-shrink:0}.restaurant-downloads__action-label{display:none}.restaurant-downloads__card:hover .restaurant-downloads__action{background:var(--holi-secondary);transform:translateY(2px)}@media(max-width:900px){.restaurant-downloads__header{margin-bottom:var(--space-4)}.restaurant-downloads__subtitle{font-size:.9375rem;line-height:1.5}.restaurant-downloads__grid{grid-template-columns:1fr;gap:12px;max-width:480px;margin:0 auto}.restaurant-downloads__card{flex-direction:row;align-items:center;text-align:left;padding:14px 16px;gap:14px;border-radius:var(--border-radius-md);box-shadow:0 1px 4px rgba(0,0,0,0.04);border:1px solid rgba(0,0,0,0.04)}.restaurant-downloads__card:active{transform:scale(0.98);box-shadow:0 1px 2px rgba(0,0,0,0.06)}.restaurant-downloads__card::before{top:0;bottom:0;left:0;right:auto;width:3px;height:100%;transform:scaleY(0);transform-origin:top}.restaurant-downloads__card:hover::before{transform:scaleY(1)}.restaurant-downloads__card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,0.06)}.restaurant-downloads__icon{width:36px;height:36px;min-width:36px;margin-bottom:0;flex-shrink:0}.restaurant-downloads__icon svg{width:16px;height:16px}.restaurant-downloads__content{flex:1;min-width:0;margin-bottom:0}.restaurant-downloads__title{font-family:var(--font-medium);font-size:.9375rem;margin-bottom:3px;letter-spacing:.01em}.restaurant-downloads__description{font-family:var(--font-light);font-size:.8125rem;line-height:1.35;color:var(--holi-accent);opacity:.85}.restaurant-downloads__action{width:34px;height:34px;min-width:34px;border-radius:50%;padding:0;flex-shrink:0;background:transparent;border:1.5px solid var(--holi-primary);color:var(--holi-primary)}.restaurant-downloads__action svg{width:14px;height:14px}.restaurant-downloads__action-label{display:none}.restaurant-downloads__card:hover .restaurant-downloads__action,.restaurant-downloads__card:active .restaurant-downloads__action{background:var(--holi-primary);color:var(--holi-white);transform:none}}@media(max-width:480px){.restaurant-downloads__grid{max-width:none}}.pdf-modal{position:fixed;inset:0;z-index:2000;display:flex;flex-direction:column;background:rgba(33,35,35,0.88);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.pdf-modal--active{opacity:1;visibility:visible}.pdf-modal__header{display:flex;align-items:center;gap:var(--space-3);padding:14px var(--space-4);background:rgba(33,35,35,0.95);border-bottom:1px solid rgba(255,255,255,0.08);flex-shrink:0}.pdf-modal__title{font-family:var(--font-medium);font-size:1rem;color:var(--holi-white);letter-spacing:.02em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pdf-modal__page-indicator{font-family:var(--font-light);font-size:.8125rem;color:rgba(255,255,255,0.6);white-space:nowrap}.pdf-modal__actions{display:flex;align-items:center;gap:8px;margin-left:auto;flex-shrink:0}.pdf-modal__download{display:flex;align-items:center;gap:6px;padding:8px 16px;border:1px solid rgba(255,255,255,0.2);border-radius:4px;color:var(--holi-white);text-decoration:none;font-family:var(--font-medium);font-size:.8125rem;text-transform:uppercase;letter-spacing:1px;transition:background .2s ease,border-color .2s ease}.pdf-modal__download svg{width:16px;height:16px}.pdf-modal__download:hover{background:rgba(255,255,255,0.1);border-color:rgba(255,255,255,0.4)}.pdf-modal__close{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:0;background:0;color:var(--holi-white);cursor:pointer;border-radius:50%;transition:background .2s ease}.pdf-modal__close:hover{background:rgba(255,255,255,0.1)}.pdf-modal__close svg{width:22px;height:22px}.pdf-modal__body{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column;align-items:center}.pdf-modal__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-3);padding:var(--space-8);color:rgba(255,255,255,0.7);font-family:var(--font-light);font-size:.9375rem;flex:1}.pdf-modal__loading[hidden]{display:none}.pdf-modal__spinner{width:36px;height:36px;border:2px solid rgba(255,255,255,0.15);border-top-color:var(--holi-white);border-radius:50%;animation:pdf-modal-spin .8s linear infinite}@keyframes pdf-modal-spin{to{transform:rotate(360deg)}}.pdf-modal__error{display:flex;flex-direction:column;align-items:center;gap:var(--space-3);padding:var(--space-8);color:rgba(255,255,255,0.7);font-family:var(--font-light);font-size:.9375rem;text-align:center;flex:1;justify-content:center}.pdf-modal__error[hidden]{display:none}.pdf-modal__error-download{display:inline-block;padding:10px 24px;background:var(--holi-primary);color:var(--holi-white);text-decoration:none;font-family:var(--font-medium);font-size:.8125rem;text-transform:uppercase;letter-spacing:1px;border-radius:4px;transition:background .2s ease}.pdf-modal__error-download:hover{background:var(--holi-secondary)}.pdf-modal__pages{width:100%;max-width:900px;display:flex;flex-direction:column;align-items:center;gap:4px;padding:var(--space-3) 0}.pdf-modal__canvas{display:block;max-width:100%;background:var(--holi-white);box-shadow:0 2px 16px rgba(0,0,0,0.3);image-rendering:auto}@media(max-width:768px){.pdf-modal__header{padding:10px var(--space-3);gap:var(--space-2)}.pdf-modal__title{font-size:.875rem}.pdf-modal__download span{display:none}.pdf-modal__download{padding:8px;border:0}.pdf-modal__pages{padding:0;gap:2px}.pdf-modal__canvas{box-shadow:none}}@media(prefers-reduced-motion:reduce){.pdf-modal{transition:none}.pdf-modal__spinner{animation:none}}.restaurant-hours{background-color:var(--holi-bg-warm);padding:var(--space-8) 0}.restaurant-hours__content{max-width:560px;margin:0 auto;text-align:center}.restaurant-hours__title{font-family:var(--font-light);font-size:clamp(1.75rem,4vw,2.5rem);color:var(--holi-text);margin-bottom:var(--space-6)}.restaurant-hours__table{margin-bottom:var(--space-5)}.restaurant-hours__row{display:flex;align-items:center;padding:var(--space-3) 0;border-bottom:1px solid rgba(0,0,0,0.08)}.restaurant-hours__row:last-child{border-bottom:0}.restaurant-hours__days{font-family:var(--font-medium);font-size:1rem;color:var(--holi-text);flex:0 0 auto}.restaurant-hours__separator{flex:1;height:1px;background:repeating-linear-gradient(90deg,rgba(0,0,0,0.15) 0,rgba(0,0,0,0.15) 4px,transparent 4px,transparent 8px);margin:0 var(--space-3)}.restaurant-hours__time{font-family:var(--font-medium);font-size:1rem;color:var(--holi-primary);flex:0 0 auto}.restaurant-hours__row--closed .restaurant-hours__days,.restaurant-hours__row--closed .restaurant-hours__time{color:var(--holi-accent);opacity:.7}.restaurant-hours__note{font-size:.9375rem;color:var(--holi-accent);line-height:1.6;font-style:italic}.restaurant-reservation{background-color:var(--holi-bg-warm);padding:var(--space-10) 0 var(--space-8);position:relative;overflow:hidden}.restaurant-reservation::before{content:'';position:absolute;top:20%;right:5%;width:600px;height:500px;background:radial-gradient(ellipse at center,rgba(153,125,21,0.04) 0,transparent 70%);pointer-events:none}.restaurant-reservation__grid{display:grid;grid-template-columns:5fr 7fr;gap:var(--space-6);align-items:center;max-width:1080px;margin:0 auto;position:relative;z-index:1}.restaurant-reservation__content{padding-right:var(--space-3)}.restaurant-reservation__label{display:block;font-family:var(--font-medium);font-size:.6875rem;letter-spacing:2.5px;text-transform:uppercase;color:var(--holi-primary);margin-bottom:var(--space-2);opacity:.9}.restaurant-reservation__title{font-family:var(--font-light);font-size:clamp(1.75rem,2.5vw,2.5rem);color:var(--holi-text);line-height:1.15;margin-bottom:var(--space-3)}.restaurant-reservation__description{font-family:var(--font-light);font-size:1rem;line-height:1.75;color:var(--holi-accent);margin-bottom:var(--space-4)}.restaurant-reservation__postscript{font-family:var(--font-light);font-size:.9375rem;font-style:italic;color:var(--holi-primary);opacity:.7;line-height:1.6}.restaurant-reservation__widget{position:relative}.restaurant-reservation__widget iframe{border:0;border-radius:var(--border-radius-sm);box-shadow:0 8px 40px rgba(0,0,0,0.04),0 2px 8px rgba(0,0,0,0.02);background:transparent;width:100%}.restaurant-cta{background:linear-gradient(135deg,var(--holi-secondary) 0,var(--holi-tertiary) 100%);position:relative;overflow:hidden}.restaurant-cta::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:800px;height:400px;background:radial-gradient(ellipse,rgba(153,125,21,0.15) 0,transparent 70%);pointer-events:none}.restaurant-cta__content{position:relative;z-index:1;max-width:700px;margin:0 auto;text-align:center}.restaurant-cta__title{font-family:var(--font-light);font-size:clamp(2rem,5vw,3rem);margin-bottom:var(--space-4);color:var(--holi-white);line-height:1.2}.restaurant-cta__text{font-size:1.125rem;color:rgba(255,255,255,0.85);line-height:1.7;margin-bottom:var(--space-5)}.restaurant-cta__hours{background:rgba(255,255,255,0.1);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,0.15);padding:var(--space-4);border-radius:var(--border-radius-md);margin-bottom:var(--space-5);display:inline-block}.restaurant-cta__hours-label{font-family:var(--font-medium);font-size:12px;letter-spacing:2px;text-transform:uppercase;color:var(--holi-primary);margin-bottom:var(--space-2)}.restaurant-cta__hours-time{font-family:var(--font-medium);font-size:1.25rem;color:var(--holi-white)}.restaurant-cta__buttons{display:flex;gap:var(--space-3);justify-content:center;flex-wrap:wrap}.restaurant-gallery-strip{background:var(--holi-text);padding:var(--space-6) 0;overflow:hidden}.restaurant-gallery-strip__header{text-align:center;margin-bottom:var(--space-5);padding:0 var(--space-4)}.restaurant-gallery-strip__title{font-family:var(--font-light);font-size:.875rem;letter-spacing:3px;text-transform:uppercase;color:var(--holi-white);opacity:.7}.restaurant-gallery-strip__track{display:flex;gap:var(--space-3);animation:scroll-gallery 40s linear infinite;width:max-content}.restaurant-gallery-strip__track:hover{animation-play-state:paused}@keyframes scroll-gallery{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.restaurant-gallery-strip__item{flex-shrink:0;width:300px;height:200px;border-radius:var(--border-radius-md);overflow:hidden;position:relative;cursor:pointer}.restaurant-gallery-strip__item img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(0.25,0.46,0.45,0.94)}.restaurant-gallery-strip__item:hover img{transform:scale(1.1)}.restaurant-gallery-strip__item::after{content:'';position:absolute;inset:0;background:linear-gradient(to bottom,transparent 60%,rgba(33,35,35,0.6) 100%);opacity:0;transition:opacity .3s ease}.restaurant-gallery-strip__item:hover::after{opacity:1}@media(max-width:768px){.restaurant-gallery-strip__item{width:250px;height:166px}}.gallery-lightbox{position:fixed;inset:0;z-index:9999;background:rgba(0,0,0,0.95);display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.gallery-lightbox--active{opacity:1;visibility:visible}.gallery-lightbox__content{position:relative;max-width:90vw;max-height:90vh;display:flex;align-items:center;justify-content:center}.gallery-lightbox__close{position:fixed;top:20px;right:20px;width:48px;height:48px;background:rgba(0,0,0,0.5);border:2px solid rgba(255,255,255,0.5);border-radius:50%;color:var(--holi-white);cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.gallery-lightbox__close:hover{background:var(--holi-primary);border-color:var(--holi-primary)}.gallery-lightbox__close svg{width:24px;height:24px}.gallery-lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;background:rgba(0,0,0,0.5);border:2px solid rgba(255,255,255,0.5);border-radius:50%;color:var(--holi-white);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.gallery-lightbox__nav:hover{background:var(--holi-primary);border-color:var(--holi-primary)}.gallery-lightbox__nav--prev{left:20px}.gallery-lightbox__nav--next{right:20px}.gallery-lightbox__nav svg{width:24px;height:24px}.gallery-lightbox__image{max-width:90vw;max-height:85vh;object-fit:contain;border-radius:var(--border-radius-md);transform:scale(0.9);transition:transform .3s ease}.gallery-lightbox--active .gallery-lightbox__image{transform:scale(1)}.gallery-lightbox__caption{position:absolute;bottom:-40px;left:50%;transform:translateX(-50%);color:var(--holi-white);font-size:.875rem;text-align:center;opacity:.8}@media(max-width:1024px){.restaurant-info .section,.restaurant-menu .section,.restaurant-downloads .section,.restaurant-breakfast-note .section,.restaurant-cta .section{padding-top:var(--space-8);padding-bottom:var(--space-8)}}@media(max-width:768px){.restaurant-hero{min-height:50vh}.restaurant-hero__overlay{background:rgba(33,35,35,0.62)}.restaurant-hero__content{padding-top:calc(64px + var(--space-3));padding-bottom:var(--space-4)}.restaurant-hero__title{font-size:clamp(1.75rem,7vw,2.25rem);margin-bottom:var(--space-2);line-height:1.1}.restaurant-hero__subtitle{font-size:.9375rem;line-height:1.5;opacity:.85}.restaurant-info__grid{gap:12px}.restaurant-info__card{padding:var(--space-3) var(--space-3)}.restaurant-info__icon{width:44px;height:44px;margin-bottom:var(--space-2)}.restaurant-info__icon svg{width:22px;height:22px}.restaurant-info__title{font-size:1.0625rem;margin-bottom:4px}.restaurant-info__text{font-size:.875rem;margin-bottom:4px}.restaurant-info__highlight{font-size:1rem;margin-bottom:var(--space-2)}.restaurant-info__link{font-size:.75rem;letter-spacing:.5px;gap:6px;padding-top:var(--space-2)}.restaurant-info__link svg{width:14px;height:14px;min-width:14px;max-width:14px}.restaurant-menu__header{margin-bottom:var(--space-5)}.restaurant-menu__subtitle{font-size:1rem;line-height:1.5}.restaurant-menu__item-image{height:180px}.restaurant-menu__item-content{padding:var(--space-3)}.restaurant-menu__item-title{font-size:1.25rem;margin-bottom:6px}.restaurant-menu__item-text{font-size:.875rem;line-height:1.5;margin-bottom:var(--space-2)}.restaurant-menu__item-tag{font-size:10px;letter-spacing:1.5px;padding:4px 10px;background:rgba(153,125,21,0.06);border:1px solid rgba(153,125,21,0.12);font-family:var(--font-light)}.restaurant-gallery-strip{background:#2a2c2c;padding:var(--space-5) 0}.restaurant-gallery-strip__header{margin-bottom:var(--space-3)}.restaurant-gallery-strip__title{font-size:.75rem;letter-spacing:2px;opacity:.5}.restaurant-gallery-strip__item{width:280px;height:187px;border-radius:var(--border-radius-lg)}.restaurant-breakfast-note{padding:var(--space-4) 0}.restaurant-breakfast-note__label{font-size:10px;letter-spacing:1.5px;margin-bottom:var(--space-2)}.restaurant-breakfast-note__text{font-size:.9375rem;line-height:1.6}.restaurant-buffet__label{margin-bottom:6px}.restaurant-buffet__text{font-size:.9375rem;line-height:1.5;margin-bottom:var(--space-3)}.restaurant-buffet__hours{margin-bottom:var(--space-3);padding-left:var(--space-2);border-left-width:2px}.restaurant-buffet__hours-label{font-size:.75rem}.restaurant-buffet__hours-value{font-size:.9375rem}.restaurant-buffet__pricing{margin-bottom:var(--space-3)}.restaurant-buffet__price-row{padding:6px 0}.restaurant-buffet__price-label{font-size:.8125rem}.restaurant-buffet__price-amount{font-size:.875rem}.restaurant-buffet__price-note{font-size:.6875rem}.restaurant-buffet__offerings{gap:5px}.restaurant-buffet__offering-tag{font-size:.75rem;padding:4px 11px}.restaurant-cta__title{font-size:clamp(1.5rem,6vw,2rem);line-height:1.15;margin-bottom:var(--space-3)}.restaurant-cta__text{font-size:1rem;line-height:1.6;margin-bottom:var(--space-4)}.restaurant-cta__hours{padding:var(--space-3);margin-bottom:var(--space-4)}.restaurant-cta__hours-label{font-size:10px;letter-spacing:1.5px}.restaurant-cta__hours-time{font-size:1.0625rem}.restaurant-cta__buttons{gap:var(--space-2)}.restaurant-hours{padding:var(--space-6) 0}.restaurant-hours__title{font-size:clamp(1.5rem,5vw,2rem);margin-bottom:var(--space-4)}.restaurant-hours__days{font-size:.9375rem}.restaurant-hours__time{font-size:.9375rem}.restaurant-hours__note{font-size:.875rem}}@media(max-width:480px){.restaurant-hero{min-height:44vh}.restaurant-hero__title{font-size:1.75rem}.restaurant-hero__subtitle{font-size:.875rem}.restaurant-info__card{padding:var(--space-2) var(--space-3)}.restaurant-menu__item-image{height:160px}.restaurant-gallery-strip__item{width:240px;height:160px}}@media(max-width:1024px){.restaurant-reservation{padding:var(--space-8) 0 var(--space-6)}.restaurant-reservation__grid{gap:var(--space-5)}.restaurant-reservation__content{padding-right:var(--space-2)}.restaurant-reservation::before{width:400px;height:350px}}@media(max-width:900px){.restaurant-reservation__grid{grid-template-columns:1fr;gap:var(--space-4);max-width:480px;margin:0 auto}.restaurant-reservation__content{padding-right:0;text-align:center}.restaurant-reservation__postscript{margin-top:var(--space-1)}.restaurant-reservation::before{display:none}}@media(max-width:768px){.restaurant-reservation{padding:var(--space-5) 0 var(--space-4)}.restaurant-reservation__label{font-size:.625rem;letter-spacing:2px;margin-bottom:var(--space-1)}.restaurant-reservation__title{font-size:1.375rem;margin-bottom:var(--space-2)}.restaurant-reservation__description{font-size:.9375rem;line-height:1.6;margin-bottom:var(--space-2)}.restaurant-reservation__postscript{font-size:.8125rem;margin-bottom:var(--space-3)}.restaurant-reservation__widget iframe{border-radius:var(--border-radius-sm);box-shadow:0 4px 20px rgba(0,0,0,0.03)}}@media(max-width:480px){.restaurant-reservation__grid{max-width:100%;gap:var(--space-3)}.restaurant-reservation__title{font-size:1.25rem}}.restaurant-delivery{background:var(--holi-bg-warm)}.restaurant-delivery__grid{display:grid;grid-template-columns:6fr 5fr;gap:var(--space-8);align-items:center}.restaurant-delivery__label{display:block;font-family:var(--font-medium);font-size:.6875rem;letter-spacing:2.5px;text-transform:uppercase;color:var(--holi-primary);opacity:.9;margin-bottom:var(--space-3)}.restaurant-delivery__subtitle{font-family:var(--font-light);font-size:1.0625rem;line-height:1.8;color:var(--holi-text);opacity:.8;margin-bottom:var(--space-5);max-width:440px}.restaurant-delivery__features{display:flex;flex-direction:column;gap:var(--space-4);margin-bottom:var(--space-5)}.restaurant-delivery__feature{display:flex;align-items:flex-start;gap:14px}.restaurant-delivery__feature-icon{width:20px;height:20px;fill:var(--holi-primary);flex-shrink:0;margin-top:3px;opacity:.7}.restaurant-delivery__feature-title{font-family:var(--font-medium);font-size:.875rem;letter-spacing:.3px;margin-bottom:3px}.restaurant-delivery__feature-text{font-family:var(--font-light);font-size:.875rem;line-height:1.6;opacity:.7}.restaurant-delivery__pickup-badge{display:inline-flex;align-items:baseline;gap:10px;padding:10px 0;margin-bottom:var(--space-5);border-top:1px solid rgba(0,0,0,0.04);border-bottom:1px solid rgba(0,0,0,0.04)}.restaurant-delivery__pickup-label{font-family:var(--font-medium);font-size:.6875rem;text-transform:uppercase;letter-spacing:1.5px;color:var(--holi-primary);opacity:.8}.restaurant-delivery__pickup-text{font-family:var(--font-light);font-size:.875rem;opacity:.75}.restaurant-delivery__cta{display:inline-flex;align-items:center;gap:8px;width:auto;font-size:.8125rem;letter-spacing:.8px;padding:12px 28px}.restaurant-delivery__cta svg{transition:transform .3s ease;opacity:.8}.restaurant-delivery__cta:hover svg{transform:translateX(3px)}.restaurant-delivery__image-wrap{position:relative;border-radius:var(--border-radius-lg);overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,0.06)}.restaurant-delivery__image{width:100%;aspect-ratio:4/5;object-fit:cover}@media(max-width:1024px){.restaurant-delivery__grid{gap:var(--space-6)}}@media(max-width:900px){.restaurant-delivery__grid{grid-template-columns:1fr;gap:var(--space-5);max-width:560px;margin:0 auto}.restaurant-delivery__image-wrap{order:-1;max-height:260px}.restaurant-delivery__image{aspect-ratio:16/9;object-position:center 30%}.restaurant-delivery__subtitle{max-width:none}}@media(max-width:768px){.restaurant-delivery__cta{width:100%;justify-content:center;padding:14px 28px}.restaurant-delivery__subtitle{font-size:.9375rem;margin-bottom:var(--space-4)}.restaurant-delivery__features{gap:var(--space-3);margin-bottom:var(--space-4)}.restaurant-delivery__pickup-badge{margin-bottom:var(--space-4)}}@media(max-width:480px){.restaurant-delivery__feature-title{font-size:.8125rem}.restaurant-delivery__feature-text{font-size:.8125rem}.restaurant-delivery__label{margin-bottom:var(--space-2)}}.restaurant-events{background:var(--holi-bg-white)}.restaurant-events__header{text-align:center;margin-bottom:var(--space-7)}.restaurant-events__label{display:block;font-family:var(--font-medium);font-size:.6875rem;letter-spacing:2.5px;text-transform:uppercase;color:var(--holi-primary);opacity:.9;margin-bottom:var(--space-3)}.restaurant-events__subtitle{font-family:var(--font-light);font-size:1.0625rem;line-height:1.8;opacity:.8;max-width:520px;margin:0 auto}.restaurant-events__grid{display:grid;grid-template-columns:5fr 6fr;gap:var(--space-7);align-items:start}.restaurant-events__types{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:var(--space-5)}.restaurant-events__type-tag{font-family:var(--font-light);font-size:.8125rem;padding:7px 18px;border-radius:20px;background:transparent;border:1px solid rgba(0,0,0,0.08);color:var(--holi-text);opacity:.85;transition:border-color .3s ease,opacity .3s ease}.restaurant-events__type-tag:hover{border-color:rgba(0,0,0,0.15);opacity:1}.restaurant-events__detail{margin-bottom:var(--space-4)}.restaurant-events__detail-label{font-family:var(--font-medium);font-size:.6875rem;text-transform:uppercase;letter-spacing:2px;color:var(--holi-primary);opacity:.8;margin-bottom:8px}.restaurant-events__detail-text{font-family:var(--font-light);font-size:.9375rem;line-height:1.8;opacity:.8}.restaurant-events__cta{display:inline-flex;align-items:center;gap:8px;margin-top:var(--space-3);width:auto;font-size:.8125rem;letter-spacing:.8px;padding:12px 28px}.restaurant-events__cta svg{transition:transform .3s ease;opacity:.8}.restaurant-events__cta:hover svg{transform:translateX(3px)}.restaurant-events__photos{display:grid;grid-template-columns:1fr 1fr;gap:12px}.restaurant-events__photo{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:var(--border-radius-lg);box-shadow:0 2px 12px rgba(0,0,0,0.04);transition:box-shadow .4s ease,transform .4s ease}.restaurant-events__photo:first-child{margin-top:var(--space-4)}.restaurant-events__photo:hover{box-shadow:0 8px 28px rgba(0,0,0,0.07);transform:translateY(-3px)}@media(max-width:1024px){.restaurant-events__grid{gap:var(--space-5)}.restaurant-events__header{margin-bottom:var(--space-6)}}@media(max-width:900px){.restaurant-events__grid{grid-template-columns:1fr;gap:var(--space-5);max-width:560px;margin:0 auto}.restaurant-events__photos{grid-template-columns:1fr 1fr;order:-1}.restaurant-events__photo:first-child{margin-top:0}}@media(max-width:768px){.restaurant-events__cta{width:100%;justify-content:center;padding:14px 28px}.restaurant-events__subtitle{font-size:.9375rem}.restaurant-events__types{gap:8px;margin-bottom:var(--space-4)}.restaurant-events__detail{margin-bottom:var(--space-3)}.restaurant-events__photos{gap:10px}.restaurant-events__photo{aspect-ratio:3/4}}@media(max-width:480px){.restaurant-events__photos{grid-template-columns:1fr;gap:var(--space-2)}.restaurant-events__photo{max-height:200px;aspect-ratio:16/9}.restaurant-events__type-tag{font-size:.75rem;padding:6px 14px}.restaurant-events__header{margin-bottom:var(--space-5)}}@media(prefers-reduced-motion:reduce){.restaurant-gallery-strip__track{animation:none}.restaurant-hero--parallax .restaurant-hero__background img{transform:none !important}.restaurant-events__photo:hover{transform:none}.restaurant-delivery__cta:hover svg{transform:none}.restaurant-events__cta:hover svg{transform:none}}