.social-links{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;display:flex}.social-links__item{transition:color var(--transition-base), opacity var(--transition-base);align-items:center;gap:.5rem;display:inline-flex}.social-links__icon{flex-shrink:0;width:1rem;height:1rem}.social-links--page .social-links__item{letter-spacing:.08em;text-transform:uppercase;color:var(--color-maroon);font-size:.85rem}.social-links--page .social-links__item:hover{color:var(--color-maroon-deep)}.social-links--footer{margin-top:var(--space-md);justify-content:flex-start;gap:1.25rem}.social-links--footer .social-links__item{letter-spacing:.08em;text-transform:uppercase;color:#f7f3ebb3;font-size:.8rem}.social-links--footer .social-links__item:hover{color:var(--color-gold-muted)}.footer{background-color:var(--color-maroon-deep);color:var(--color-text-light);padding-block:var(--space-2xl) var(--space-lg)}.footer__inner{max-width:var(--max-width);padding-inline:var(--space-md);margin-inline:auto}@media (width>=768px){.footer__inner{padding-inline:var(--space-lg)}}.footer__top{gap:var(--space-xl);padding-bottom:var(--space-xl);border-bottom:1px solid #a68b5b40;display:grid}@media (width>=768px){.footer__top{gap:var(--space-lg);grid-template-columns:1.2fr 1fr 1fr}}.footer__logo{width:clamp(110px,10vw,140px);height:auto;margin-bottom:var(--space-sm);display:block}.footer__tagline{font-family:var(--font-serif);letter-spacing:.06em;color:#f7f3ebb3;margin-top:.25rem;font-size:.95rem}.footer__email{margin-top:var(--space-sm);color:#f7f3ebbf;transition:color var(--transition-base);font-size:.85rem;display:inline-block}.footer__email:hover{color:var(--color-gold-muted)}.footer__heading{font-family:var(--font-sans);letter-spacing:.18em;text-transform:uppercase;color:var(--color-gold);margin-bottom:var(--space-sm);font-size:.7rem;font-weight:500}.footer__links{flex-direction:column;gap:.6rem;display:flex}.footer__link{color:#f7f3ebcc;transition:color var(--transition-base);font-size:.9rem}.footer__link:hover{color:var(--color-text-light)}.footer__location{margin-bottom:var(--space-md)}.footer__location-name{font-family:var(--font-serif);margin-bottom:.25rem;font-size:1.1rem}.footer__location-address{color:#f7f3eba6;font-size:.85rem;line-height:1.5}.footer__phone{color:#f7f3ebcc;transition:color var(--transition-base);margin-top:.35rem;font-size:.85rem;display:block}.footer__phone:hover{color:var(--color-gold-muted)}.footer__bottom{gap:var(--space-sm);padding-top:var(--space-lg);color:#f7f3eb80;flex-direction:column;font-size:.8rem;display:flex}@media (width>=768px){.footer__bottom{flex-direction:row;justify-content:space-between;align-items:center}}.footer__ornament{margin-bottom:var(--space-lg);justify-content:center;display:flex}.footer__ornament span{background-color:var(--color-gold);width:6px;height:6px;transform:rotate(45deg)}html[data-cinematic] .header--transparent{background-color:#1a141066;border-bottom:1px solid #f5f1e814}.header{z-index:100;height:var(--header-height);transition:background-color .4s,border-color .4s;position:fixed;top:0;left:0;right:0}.header--transparent{background-color:#0000;border-bottom:1px solid #0000}.header--solid{background-color:var(--color-ivory);border-bottom:1px solid #a68b5b2e}.header--solid .header__nav-link{color:var(--color-text)}.header--solid .header__nav-link:hover{color:var(--color-maroon)}.header--solid .header__cta-ghost{color:var(--color-text);border-color:#2c242059}.header--solid .header__menu-btn span{background-color:var(--color-text)}.header__inner{height:100%;max-width:var(--max-width);padding-inline:var(--space-md);justify-content:space-between;align-items:center;gap:1.5rem;margin-inline:auto;display:flex}@media (width>=768px){.header__inner{padding-inline:var(--space-lg)}}.header__logo{flex-shrink:0;align-items:center;display:flex}.header__logo-img{width:clamp(100px,8.5vw,125px);height:auto;display:block}.header__nav{align-items:center;gap:1.75rem;display:none}@media (width>=1100px){.header__nav{display:flex}}.header__nav-link{letter-spacing:.04em;color:var(--color-text-light);transition:color var(--transition-base);white-space:nowrap;font-size:.78rem;font-weight:400;position:relative}.header__nav-link:after{content:"";background-color:var(--color-gold);width:0;height:1px;transition:width var(--transition-base);position:absolute;bottom:-3px;left:0}.header__nav-link:hover:after,.header__nav-link.is-active:after{width:100%}.header__nav-link:hover{color:var(--color-gold-muted)}.header__actions{flex-shrink:0;align-items:center;gap:.75rem;display:none}@media (width>=1100px){.header__actions{display:flex}}.header__cta-ghost{color:var(--color-text-light);letter-spacing:.12em;text-transform:uppercase;transition:border-color var(--transition-base), background-color var(--transition-base);background:0 0;border:1px solid #f7f3eb59;padding:.55rem 1rem;font-size:.68rem}.header__cta-ghost:hover{background-color:#f7f3eb0f;border-color:#f7f3ebb3}.header__menu-btn{flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;margin-left:auto;padding:8px;display:flex}@media (width>=1100px){.header__menu-btn{display:none}}.header__menu-btn span{background-color:var(--color-text-light);width:100%;height:1.5px;transition:transform var(--transition-base), opacity var(--transition-base);display:block}.header__menu-btn.is-open span:first-child{transform:translateY(6.5px)rotate(45deg)}.header__menu-btn.is-open span:nth-child(2){opacity:0}.header__menu-btn.is-open span:nth-child(3){transform:translateY(-6.5px)rotate(-45deg)}.mobile-nav{z-index:99;background-color:var(--color-ivory);padding:calc(var(--header-height) + 2rem) var(--space-md) var(--space-lg);transition:transform var(--transition-base);position:fixed;inset:0;overflow-y:auto;transform:translate(100%)}.mobile-nav.is-open{transform:translate(0)}.mobile-nav__links{flex-direction:column;display:flex}.mobile-nav__link{font-family:var(--font-serif);color:var(--color-text);border-bottom:1px solid #a68b5b1f;padding:1rem 0;font-size:1.6rem;display:block}.mobile-nav__actions{flex-direction:column;gap:.75rem;margin-top:2rem;display:flex}.mobile-nav__actions .btn{justify-content:center;width:100%}.legacy-picture{width:100%;margin:0;display:block}.legacy-picture__img{width:100%;height:auto;display:block}.legacy-picture--cinematic{background-color:var(--color-dark);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.legacy-picture--cinematic .legacy-picture__img{width:100%;height:auto;max-height:100%}.cinematic-frame{background-color:var(--color-dark);position:absolute;inset:0}.cinematic-frame__photo{position:absolute;inset:0}.cinematic-frame__photo img{object-fit:cover;object-position:var(--frame-pos-desktop);width:100%;height:100%}@media (width<=1023px){.cinematic-frame__photo img{object-position:var(--frame-pos-tablet)}}@media (width<=767px){.cinematic-frame__photo img{object-position:var(--frame-pos-mobile)}}.cinematic-frame__photo-overlay{background:#1a141059;position:absolute;inset:0}.hero{background-color:var(--color-dark);min-height:100dvh;position:relative;overflow:hidden}.hero__intro{z-index:2;opacity:1;cursor:pointer;transition:opacity 1s;position:absolute;inset:0}.hero__intro.is-exiting{opacity:0;pointer-events:none}.hero__intro:not(.is-active):not(.is-exiting){opacity:0;z-index:0;pointer-events:none}.hero__intro.is-active:before{content:"";height:calc(var(--header-height) + 1rem);z-index:1;pointer-events:none;background:linear-gradient(#1a14108c,#0000);position:absolute;top:0;left:0;right:0}.hero__intro-frame{opacity:0;transition:opacity .85s;position:absolute;inset:0}.hero__intro-frame.is-visible{opacity:1}.hero__intro-frame.is-past{opacity:0}.hero__media{z-index:1;opacity:0;transition:opacity 1s;position:absolute;inset:0}.hero__media.is-visible{opacity:1}.hero__media.is-entering{opacity:0;animation:1s forwards hero-enter}@keyframes hero-enter{0%{opacity:0}to{opacity:1}}.hero__image{object-fit:cover;object-position:var(--hero-pos-desktop);width:100%;height:100%}@media (width<=1024px){.hero__image{object-position:var(--hero-pos-tablet)}}@media (width<=640px){.hero__image{object-position:var(--hero-pos-mobile)}}.hero__overlay{background:linear-gradient(105deg,#1a1410d9 0%,#1a141080 40%,#1a14101a 70%,#1a141005 100%);position:absolute;inset:0}.hero__content{z-index:3;padding:calc(var(--header-height) + var(--space-md)) var(--space-md) var(--space-2xl);pointer-events:none;align-items:flex-end;display:flex;position:absolute;inset:0}.hero__content.is-visible{pointer-events:auto}.hero__content-inner{max-width:520px;color:var(--color-text-light)}.hero__since,.hero__title,.hero__tagline,.hero__quote,.hero__actions{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(12px)}.hero__since.is-revealed,.hero__title.is-revealed,.hero__tagline.is-revealed,.hero__quote.is-revealed,.hero__actions.is-revealed{opacity:1;transform:translateY(0)}.hero__since{font-family:var(--font-sans);letter-spacing:.22em;text-transform:uppercase;color:var(--color-gold-muted);margin-bottom:var(--space-sm);font-size:.7rem;font-weight:500}.hero__title{font-family:var(--font-serif);letter-spacing:.06em;margin-bottom:.5rem;font-size:clamp(3rem,7vw,5.5rem);font-weight:400;line-height:1;transition-delay:50ms}.hero__tagline{font-family:var(--font-serif);letter-spacing:.28em;text-transform:uppercase;margin-bottom:var(--space-md);font-size:clamp(.85rem,1.8vw,1rem);transition-delay:.1s}.hero__quote{font-family:var(--font-serif);margin-bottom:var(--space-lg);opacity:0;max-width:380px;font-size:clamp(1rem,2vw,1.2rem);font-style:italic;line-height:1.55;transition-delay:.15s}.hero__quote.is-revealed{opacity:.82}.hero__actions{flex-wrap:wrap;gap:.75rem;transition-delay:.2s;display:flex}@media (width>=768px){.hero__content{padding-inline:var(--space-lg);align-items:center;padding-bottom:0}.hero__content-inner{margin-left:max(0px, calc((100vw - var(--max-width)) / 2));padding-left:var(--space-lg)}}@media (width<=480px){.hero__overlay{background:linear-gradient(#1a141026 0%,#1a141073 55%,#1a1410e6 100%)}.hero__content{align-items:flex-end}.hero__actions{flex-direction:column}.hero__actions .btn{justify-content:center;width:100%}}@media (prefers-reduced-motion:reduce){.hero__intro,.hero__intro-frame,.hero__media,.hero__since,.hero__title,.hero__tagline,.hero__quote,.hero__actions{opacity:1;transition:none;animation:none;transform:none}}.legacy{background-color:var(--color-ivory)}.legacy__grid{gap:var(--space-xl);align-items:start;display:grid}@media (width>=1024px){.legacy__grid{gap:var(--space-2xl);grid-template-columns:1.15fr .85fr;align-items:center}}.legacy__text{max-width:520px}.legacy__statement{margin-bottom:var(--space-md);color:var(--color-text)}.legacy__statement em{color:var(--color-maroon);font-style:italic}.legacy__body{max-width:480px}.legacy__body+.legacy__body{margin-top:var(--space-md)}.legacy__closing{max-width:480px;margin-top:var(--space-md);font-family:var(--font-serif);color:var(--color-maroon);font-size:1.05rem;font-style:italic;line-height:1.6}.legacy__archive{max-width:100%;margin:0}@media (width>=1024px){.legacy__archive{justify-self:end;width:100%;max-width:100%}}.legacy__original{width:100%;height:auto;display:block}.dishes{background-color:var(--color-ivory)}.dishes__intro{max-width:560px;margin-bottom:var(--space-2xl)}.dishes__title{color:var(--color-maroon);margin-top:0}.dishes__subtitle{margin-top:var(--space-sm);color:var(--color-text-muted);max-width:520px}.dishes__editorial{gap:var(--space-2xl);flex-direction:column;display:flex}.dishes__row{gap:var(--space-lg);align-items:center;display:grid}@media (width>=768px){.dishes__row{gap:var(--space-xl);grid-template-columns:1fr 1fr}.dishes__row--reverse .dishes__visual{order:2}.dishes__row--reverse .dishes__copy{text-align:right;order:1}.dishes__row--reverse .dishes__description{margin-left:auto}}.dishes__visual{background-color:var(--color-cream);overflow:hidden}.dishes__visual--cover{min-height:220px;max-height:420px}.dishes__visual--contain{padding:var(--space-sm);justify-content:center;align-items:center;display:flex}.dishes__image{width:100%;transition:transform .6s;display:block}.dishes__visual--cover .dishes__image{height:100%;min-height:220px;max-height:420px}.dishes__visual--contain .dishes__image{width:auto;max-width:100%;height:auto;max-height:380px}.dishes__visual:hover .dishes__image{transform:scale(1.02)}@media (prefers-reduced-motion:reduce){.dishes__visual:hover .dishes__image{transform:none}}.dishes__name{font-family:var(--font-serif);color:var(--color-maroon);margin-bottom:.75rem;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:400;line-height:1.15}.dishes__description{color:var(--color-text-muted);max-width:380px;font-size:1rem;line-height:1.7}.dishes__cta{margin-top:var(--space-xl);padding-top:var(--space-lg);border-top:1px solid #9a846033}.editorial-image{background-color:var(--color-cream);position:relative;overflow:hidden}.editorial-image img{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .5s,transform .6s}.editorial-image.is-loaded img{opacity:1}.editorial-image:hover img{transform:scale(1.02)}@media (prefers-reduced-motion:reduce){.editorial-image:hover img{transform:none}}.delhi-silhouette{width:100%;max-width:700px;height:auto;color:var(--color-gold);opacity:.7;margin-inline:auto}.spirit{position:relative;overflow:hidden}.spirit__silhouette-bg{opacity:.12;pointer-events:none;position:absolute;bottom:0;left:0;right:0;transform:translateY(30%)}.spirit__grid{gap:var(--space-xl);align-items:center;display:grid;position:relative}@media (width>=768px){.spirit__grid{gap:var(--space-2xl);grid-template-columns:1.1fr .9fr}}.spirit__text .separator{background-color:var(--color-gold)}.spirit__body-secondary{margin-top:var(--space-md)}.spirit__closing{margin-top:var(--space-md);font-family:var(--font-serif);color:var(--color-gold-muted);font-size:1.05rem;font-style:italic;line-height:1.6}.spirit__image{max-width:100%}.spirit__image .editorial-image{aspect-ratio:4/5}@media (width>=768px){.spirit__image .editorial-image{aspect-ratio:auto;max-height:560px}.spirit__image .editorial-image img{max-height:560px}}.kitchen__grid{gap:var(--space-xl);align-items:center;display:grid}@media (width>=1024px){.kitchen__grid{gap:var(--space-2xl);grid-template-columns:.9fr 1.1fr}}.kitchen__body{margin-top:var(--space-md);color:#f5f1e8cc}.kitchen__body+.kitchen__body{margin-top:var(--space-sm)}.kitchen__stats{margin-top:var(--space-lg)}.kitchen__stat{font-family:var(--font-serif);color:var(--color-text-light);letter-spacing:.04em;font-size:clamp(2rem,4vw,3rem);line-height:1.1}.kitchen__stat-label{letter-spacing:.18em;text-transform:uppercase;color:#f5f1e88c;margin-top:.25rem;font-size:.72rem;font-weight:500}.kitchen__stat-location{font-family:var(--font-serif);color:var(--color-gold-muted);margin-top:.5rem;font-size:1.5rem}.kitchen__video-wrap{background-color:var(--color-charcoal);position:relative}.kitchen__video{aspect-ratio:16/9;object-fit:cover;width:100%;display:block}.catering-preview__inner{gap:var(--space-xl);align-items:center;display:grid}@media (width>=768px){.catering-preview__inner{gap:var(--space-2xl);grid-template-columns:1fr 1fr}}.catering-preview__categories{margin-top:var(--space-md);flex-wrap:wrap;gap:.75rem 1.5rem;display:flex}.catering-preview__categories li{letter-spacing:.08em;text-transform:uppercase;color:#f7f3ebb3;padding-left:1rem;font-size:.85rem;position:relative}.catering-preview__categories li:before{content:"";background-color:var(--color-gold);width:4px;height:4px;position:absolute;top:50%;left:0;transform:translateY(-50%)rotate(45deg)}.catering-preview__image img{object-fit:cover;aspect-ratio:4/3;width:100%;height:auto}.branch-menu-cta{margin-top:var(--space-md);padding-top:var(--space-md);border-top:1px solid #a68b5b26}.branch-menu-cta__label{margin-bottom:.35rem}.branch-menu-cta__link{letter-spacing:.12em;text-transform:uppercase;font-size:.78rem}.locations-preview{background-color:var(--color-ivory)}.locations-preview__header{margin-bottom:var(--space-xl);max-width:400px}.locations-preview__title{color:var(--color-maroon);margin-top:.35rem}.locations-preview__subtitle{margin-top:var(--space-sm);color:var(--color-text-muted);max-width:480px}.locations-preview__grid{gap:var(--space-xl);display:grid}@media (width>=768px){.locations-preview__grid{gap:var(--space-lg);grid-template-columns:1fr 1fr}}.location-card{flex-direction:column;display:flex}.location-card__image{margin-bottom:var(--space-md);overflow:hidden}.location-card__image img{object-fit:cover;aspect-ratio:3/2;width:100%;height:auto;transition:transform .6s}.location-card:hover .location-card__image img{transform:scale(1.02)}@media (prefers-reduced-motion:reduce){.location-card:hover .location-card__image img{transform:none}}.location-card__area{letter-spacing:.18em;text-transform:uppercase;color:var(--color-gold);margin-bottom:.25rem;font-size:.72rem;font-weight:500}.location-card__city{color:var(--color-maroon);margin-bottom:.5rem}.location-card__address{color:var(--color-text-muted);margin-bottom:var(--space-md);font-size:.9rem;line-height:1.55}.location-card__actions{flex-wrap:wrap;gap:.65rem;margin-top:auto;display:flex}.locations-preview__cta{margin-top:var(--space-xl);padding-top:var(--space-lg);border-top:1px solid #9a846026}.lightbox{z-index:200;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.lightbox__backdrop{cursor:pointer;background-color:#1a1410eb;border:none;position:absolute;inset:0}.lightbox__content{z-index:1;width:100%;height:100%;padding:var(--space-md);justify-content:center;align-items:center;display:flex;position:relative}.lightbox__figure{flex-direction:column;align-items:center;max-width:90vw;max-height:85vh;margin:0;display:flex}.lightbox__image{object-fit:contain;width:auto;max-width:90vw;height:auto;max-height:80vh}.lightbox__caption{margin-top:var(--space-sm);color:#f7f3ebb3;text-align:center;font-size:.85rem}.lightbox__close{top:var(--space-md);right:var(--space-md);width:44px;height:44px;color:var(--color-text-light);cursor:pointer;z-index:2;background:0 0;border:none;font-size:2rem;line-height:1;position:absolute}.lightbox__close:focus-visible{outline:2px solid var(--color-gold);outline-offset:2px}.lightbox__nav{width:48px;height:48px;color:var(--color-text-light);cursor:pointer;z-index:2;opacity:.7;transition:opacity var(--transition-base);background:0 0;border:none;font-size:2.5rem;line-height:1;position:absolute;top:50%;transform:translateY(-50%)}.lightbox__nav:hover{opacity:1}.lightbox__nav:focus-visible{outline:2px solid var(--color-gold);outline-offset:2px}.lightbox__nav--prev{left:var(--space-sm)}.lightbox__nav--next{right:var(--space-sm)}.lightbox__counter{bottom:var(--space-md);color:#f7f3eb80;letter-spacing:.1em;font-size:.8rem;position:absolute;left:50%;transform:translate(-50%)}@media (width<=640px){.lightbox__nav{width:40px;height:40px;font-size:2rem}}.home-gallery{background-color:var(--color-cream)}.home-gallery__header{margin-bottom:var(--space-xl);max-width:480px}.home-gallery__composition{gap:var(--space-sm);display:grid}.home-gallery__hero,.home-gallery__thumb{cursor:pointer;background:0 0;border:none;width:100%;padding:0;display:block;position:relative;overflow:hidden}.home-gallery__hero img,.home-gallery__thumb img{object-fit:cover;width:100%;height:100%;transition:transform .6s;display:block}.home-gallery__hero:hover img,.home-gallery__thumb:hover img{transform:scale(1.02)}@media (prefers-reduced-motion:reduce){.home-gallery__hero:hover img,.home-gallery__thumb:hover img{transform:none}}.home-gallery__hero:focus-visible,.home-gallery__thumb:focus-visible{outline:2px solid var(--color-gold);outline-offset:2px}.home-gallery__hero img{aspect-ratio:16/10;min-height:280px}.home-gallery__thumb img{aspect-ratio:4/3}.home-gallery__supporting{gap:var(--space-sm);grid-template-columns:1fr 1fr;display:grid}.home-gallery__supporting .home-gallery__thumb:last-child:nth-child(odd){grid-column:1/-1}@media (width>=768px){.home-gallery__composition{gap:var(--space-sm);grid-template-rows:repeat(3,1fr);grid-template-columns:1.35fr 1fr;min-height:540px}.home-gallery__hero{grid-row:1/-1}.home-gallery__hero img{aspect-ratio:auto;min-height:100%;max-height:560px}.home-gallery__supporting{display:contents}.home-gallery__thumb--1{grid-area:1/2}.home-gallery__thumb--2{grid-area:2/2}.home-gallery__thumb--3{grid-area:3/2}.home-gallery__thumb img{aspect-ratio:auto;height:100%;min-height:0}}.home-gallery__caption{letter-spacing:.08em;color:var(--color-text-light);text-align:left;background:linear-gradient(#0000,#1a1410b3);padding:1.5rem 1rem .75rem;font-size:.75rem;position:absolute;bottom:0;left:0;right:0}.home-gallery__cta{margin-top:var(--space-lg)}.gallery-filters{margin-bottom:var(--space-xl);flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.gallery-filter{letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-muted);transition:color var(--transition-base), border-color var(--transition-base);cursor:pointer;background:0 0;border:1px solid #0000;padding:.5rem 1rem;font-size:.7rem;font-weight:500}.gallery-filter:hover{color:var(--color-maroon)}.gallery-filter.is-active{color:var(--color-maroon);border-color:var(--color-gold)}.gallery-filter:focus-visible{outline:2px solid var(--color-gold);outline-offset:2px}.gallery-masonry{columns:1;column-gap:var(--space-sm)}@media (width>=480px){.gallery-masonry{columns:2}}@media (width>=1024px){.gallery-masonry{columns:3}}.gallery-item{width:100%;margin-bottom:var(--space-sm);break-inside:avoid;cursor:pointer;background:0 0;border:none;padding:0;display:block;overflow:hidden}.gallery-item__img{width:100%;height:auto;transition:transform .5s;display:block}.gallery-item:hover .gallery-item__img{transform:scale(1.03)}@media (prefers-reduced-motion:reduce){.gallery-item:hover .gallery-item__img{transform:none}}.gallery-item:focus-visible{outline:2px solid var(--color-gold);outline-offset:2px}.gallery-empty{text-align:center;color:var(--color-text-muted);padding:var(--space-xl)}:root{--color-ivory:#f5f1e8;--color-cream:#ece5d8;--color-dark:#1a1410;--color-maroon:#542028;--color-maroon-deep:#38141a;--color-gold:#9a8460;--color-gold-muted:#b09a72;--color-charcoal:#262018;--color-text:#2a221c;--color-text-muted:#6e6258;--color-text-light:#f5f1e8;--font-serif:"Cormorant Garamond", "Georgia", serif;--font-sans:"DM Sans", system-ui, sans-serif;--space-xs:.5rem;--space-sm:1rem;--space-md:1.5rem;--space-lg:2.5rem;--space-xl:4rem;--space-2xl:6rem;--space-3xl:8rem;--max-width:1280px;--header-height:72px;--transition-base:.3s ease;--transition-slow:.6s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}body{font-family:var(--font-sans);color:var(--color-text);background-color:var(--color-ivory);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1rem;line-height:1.6;overflow-x:hidden}img,video{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;background:0 0;border:none}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);font-weight:500;line-height:1.15}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{top:-100%;left:var(--space-sm);z-index:300;background-color:var(--color-maroon);color:var(--color-text-light);letter-spacing:.05em;transition:top var(--transition-base);padding:.75rem 1.25rem;font-size:.85rem;font-weight:500;position:absolute}.skip-link:focus{top:var(--space-sm);outline:2px solid var(--color-gold);outline-offset:2px}.container{width:100%;max-width:var(--max-width);padding-inline:var(--space-md);margin-inline:auto}@media (width>=768px){.container{padding-inline:var(--space-lg)}}.section{padding-block:var(--space-2xl)}@media (width>=1024px){.section{padding-block:var(--space-3xl)}}.section--dark{background-color:var(--color-charcoal);color:var(--color-text-light)}.section--cream{background-color:var(--color-cream)}.section--maroon{background-color:var(--color-maroon-deep);color:var(--color-text-light)}.display-xl{font-family:var(--font-serif);letter-spacing:.08em;font-size:clamp(2.75rem,6vw,5rem);font-weight:400;line-height:1.05}.display-lg{font-family:var(--font-serif);letter-spacing:.04em;font-size:clamp(2rem,4vw,3.25rem);font-weight:400;line-height:1.1}.display-md{font-family:var(--font-serif);letter-spacing:.03em;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:400;line-height:1.2}.eyebrow{font-family:var(--font-sans);letter-spacing:.2em;text-transform:uppercase;color:var(--color-gold);font-size:.75rem;font-weight:500}.body-lg{color:var(--color-text-muted);font-size:clamp(1.05rem,1.5vw,1.2rem);line-height:1.7}.section--dark .body-lg,.section--maroon .body-lg{color:#f7f3ebbf}.btn{font-family:var(--font-sans);letter-spacing:.12em;text-transform:uppercase;transition:background-color var(--transition-base), color var(--transition-base), border-color var(--transition-base);border:1px solid #0000;border-radius:0;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.72rem;font-weight:500;display:inline-flex}.btn--compact{letter-spacing:.14em;padding:.65rem 1.25rem;font-size:.68rem}.btn--ghost{background:0 0}.btn:focus-visible{outline:2px solid var(--color-gold);outline-offset:3px}.btn--primary{background-color:var(--color-maroon);color:var(--color-text-light);border-color:var(--color-maroon)}.btn--primary:hover{background-color:var(--color-maroon-deep);border-color:var(--color-maroon-deep)}.btn--outline{color:var(--color-text-light);background-color:#0000;border-color:#f7f3eb80}.btn--outline:hover{border-color:var(--color-text-light);background-color:#f7f3eb14}.btn--outline-dark{color:var(--color-text);border-color:var(--color-text)}.btn--outline-dark:hover{background-color:var(--color-text);color:var(--color-ivory)}.btn--text{letter-spacing:.18em;color:var(--color-maroon);border-bottom:1px solid var(--color-gold);padding:.5rem 0;font-size:.7rem}.btn--text:hover{color:var(--color-maroon-deep)}.ornament{margin-bottom:var(--space-md);justify-content:center;align-items:center;gap:1rem;display:flex}.ornament:before,.ornament:after{content:"";background-color:var(--color-gold);width:40px;height:1px}.ornament__diamond{background-color:var(--color-gold);width:6px;height:6px;transform:rotate(45deg)}.reveal{opacity:0;transition:opacity var(--transition-slow), transform var(--transition-slow);transform:translateY(24px)}.reveal.is-visible{opacity:1;transform:translateY(0)}.page-header{padding-block:calc(var(--header-height) + var(--space-xl)) var(--space-xl);background-color:var(--color-cream);border-bottom:1px solid #a68b5b33}.page-header__title{margin-top:var(--space-sm)}.page-header__subtitle{margin-top:var(--space-sm);max-width:36rem}.separator{background-color:var(--color-gold);width:60px;height:1px;margin-block:var(--space-md)}.story-grid,.experience-grid{gap:var(--space-xl);align-items:center;display:grid}@media (width>=768px){.story-grid,.experience-grid{gap:var(--space-2xl);grid-template-columns:1fr 1fr}.experience-grid--reverse{direction:rtl}.experience-grid--reverse>*{direction:ltr}}.branch-detail{margin-bottom:var(--space-3xl);padding-bottom:var(--space-2xl);border-bottom:1px solid #a68b5b26}.branch-detail:last-child{border-bottom:none;margin-bottom:0}.branch-detail__area{letter-spacing:.18em;text-transform:uppercase;color:var(--color-gold);font-size:.72rem;font-weight:500}.branch-detail__header{margin-bottom:var(--space-lg)}.branch-detail__address{color:var(--color-text-muted);margin-top:.5rem;font-size:.95rem;line-height:1.5}.branch-detail__gallery{gap:var(--space-sm);margin-bottom:var(--space-lg);grid-template-columns:repeat(2,1fr);display:grid}@media (width>=768px){.branch-detail__gallery{grid-template-columns:repeat(4,1fr)}}.branch-detail__gallery img{object-fit:cover;aspect-ratio:4/3;width:100%;height:auto}.branch-detail__phones{margin-bottom:var(--space-md);flex-wrap:wrap;gap:.5rem 1.5rem;display:flex}.branch-detail__phone{color:var(--color-text);transition:color var(--transition-base);font-size:.95rem}.branch-detail__phone:hover{color:var(--color-maroon)}.branch-detail__actions{flex-wrap:wrap;gap:.75rem;display:flex}.contact-summary{text-align:center;margin-bottom:var(--space-2xl);padding-bottom:var(--space-xl);border-bottom:1px solid #a68b5b26}.contact-summary__location{font-family:var(--font-serif);color:var(--color-maroon);margin-bottom:.35rem;font-size:clamp(1.1rem,2.5vw,1.35rem)}.contact-summary__email{margin-top:var(--space-md);font-family:var(--font-serif);color:var(--color-maroon);transition:color var(--transition-base);font-size:clamp(1.25rem,3vw,1.75rem);display:inline-block}.contact-summary__email:hover{color:var(--color-maroon-deep)}.contact-grid{gap:var(--space-xl);margin-bottom:var(--space-2xl);display:grid}@media (width>=768px){.contact-grid{grid-template-columns:1fr 1fr}}.contact-card{background-color:var(--color-cream);padding:var(--space-lg)}.contact-card__label{letter-spacing:.18em;text-transform:uppercase;color:var(--color-gold);font-size:.7rem;font-weight:500}.contact-card__name{color:var(--color-maroon);margin:.5rem 0}.contact-card__address{color:var(--color-text-muted);font-size:.9rem;line-height:1.5}.contact-card__phones{margin:var(--space-md) 0;flex-direction:column;gap:.35rem;display:flex}.contact-card__phones a{transition:color var(--transition-base);font-size:.95rem}.contact-card__phones a:hover{color:var(--color-maroon)}.contact-card__actions{flex-wrap:wrap;gap:.75rem;display:flex}.contact-social{text-align:center;padding-top:var(--space-xl);border-top:1px solid #a68b5b26}.contact-social .social-links{margin-top:var(--space-sm)}.catering-categories__list{gap:var(--space-md);grid-template-columns:repeat(2,1fr);max-width:600px;margin-inline:auto;display:grid}@media (width>=768px){.catering-categories__list{grid-template-columns:repeat(4,1fr)}}.catering-categories__item{text-align:center;padding:var(--space-md);border:1px solid #a68b5b33}.catering-categories__item span{font-family:var(--font-serif);color:var(--color-maroon);font-size:1.1rem}.menu-artwork{gap:var(--space-md);flex-direction:column;align-items:center;display:flex}.menu-artwork img{max-width:100%;height:auto}
