:root{--background:#fcf9f8;--on-background:#1b1c1c;--surface:#fcf9f8;--on-surface:#1b1c1c;--on-surface-variant:#424843;--primary:#00170a;--primary-container:#0c2d1c;--on-primary-container:#74967f;--on-primary:#fff;--secondary:#835400;--secondary-container:#fcab28;--on-secondary-container:#694300;--on-secondary:#fff;--secondary-fixed:#ffddb5;--secondary-fixed-dim:#ffb957;--outline:#727973;--outline-variant:#c2c8c1;--surface-container:#f0eded;--surface-container-low:#f6f3f2;--surface-container-highest:#e5e2e1;--tertiary:#111311;--tertiary-fixed:#e2e3df;--tertiary-fixed-dim:#c6c7c3;--tertiary-container:#262826;--inverse-primary:#abcfb6;--font-display:"Libre Caslon Text", Georgia, serif;--font-label:"Work Sans", system-ui, sans-serif;--font-body:"Manrope", system-ui, sans-serif;--gutter:1.5rem;--section-pad-mobile:4rem;--section-pad-desktop:7.5rem;--container-max:80rem}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--on-background);background:var(--background);-webkit-font-smoothing:antialiased;margin:0;font-size:1rem;line-height:1.6}img{max-width:100%;height:auto;display:block}a{color:inherit}button{cursor:pointer;border:none;font-family:inherit}.material-symbols-outlined{font-variation-settings:"FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;vertical-align:middle}.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}.glide{box-sizing:border-box;width:100%;position:relative}.glide *{box-sizing:inherit}.glide__track{overflow:hidden}.glide__slides{backface-visibility:hidden;width:100%;transform-style:preserve-3d;touch-action:pan-Y;white-space:nowrap;will-change:transform;flex-wrap:nowrap;margin:0;padding:0;list-style:none;display:flex;position:relative;overflow:hidden}.glide__slides--dragging{-webkit-user-select:none;user-select:none}.glide__slide{white-space:normal;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;flex-shrink:0;width:100%;height:100%}.glide__slide a{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.glide__arrows,.glide__bullets{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.glide--rtl{direction:rtl}.home{overflow-x:hidden}.home--heritage{color:var(--on-background);background:var(--background)}.home__container{width:min(100% - 2 * var(--gutter), var(--container-max));margin-inline:auto}.home-header{z-index:50;background:color-mix(in srgb, var(--background) 95%, transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--outline-variant);position:sticky;top:0;box-shadow:0 1px 3px #0000000f}.home-header__inner{justify-content:space-between;align-items:center;gap:.75rem;padding-block:1rem;display:flex}.home-header__brand{border-radius:.35rem;flex-shrink:0;align-items:center;gap:.65rem;line-height:0;text-decoration:none;transition:opacity .2s;display:inline-flex}.home-header__brand:hover{opacity:.92}.home-header__brand:focus-visible{outline:2px solid var(--secondary);outline-offset:3px}.home-header__logo-img{object-fit:contain;border-radius:50%;width:3rem;height:3rem;display:block}@media (width>=768px){.home-header__logo-img{width:3.25rem;height:3.25rem}}.home-header__wordmark{font-family:var(--font-display);letter-spacing:-.03em;color:var(--primary);font-size:clamp(1.125rem,2.8vw,1.5rem);font-weight:700;line-height:1.05;display:none}@media (width>=420px){.home-header__wordmark{display:block}}.home-header__nav{overscroll-behavior-x:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch;flex:1;justify-content:flex-end;align-items:center;gap:clamp(.75rem,2vw,2rem);min-width:0;display:flex;overflow-x:auto}.home-header__nav::-webkit-scrollbar{display:none}@media (width>=768px){.home-header__inner{gap:1rem}}.home-header__link{font-family:var(--font-label);letter-spacing:.15em;text-transform:uppercase;color:var(--on-surface-variant);flex-shrink:0;font-size:.75rem;font-weight:700;text-decoration:none;transition:color .2s}.home-header__link:hover{color:var(--primary)}.home-header__link--active{color:var(--secondary);border-bottom:2px solid var(--secondary);padding-bottom:2px}.home-eyebrow{font-family:var(--font-label);letter-spacing:.15em;text-transform:uppercase;color:var(--secondary-container);margin:0 0 1rem;font-size:.75rem;font-weight:700}.home-section-title{font-family:var(--font-display);letter-spacing:-.02em;color:var(--on-surface);text-transform:none;margin:0 0 1rem;font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;line-height:1.2}.home-body{color:var(--on-surface-variant);margin:0;font-size:1.125rem;line-height:1.65}.home-heritage-rule{background:var(--secondary-container);width:6rem;height:4px;margin:1rem auto 0}.home-heritage-rule--start{margin-left:0;margin-right:0}.btn{font-family:var(--font-label);letter-spacing:.15em;text-transform:uppercase;justify-content:center;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:.75rem;font-weight:700;text-decoration:none;transition:opacity .2s,background .2s,color .2s,border-color .2s;display:inline-flex}.btn--solid{background:var(--primary-container);color:var(--on-primary-container)}.btn--solid:hover{opacity:.9}.btn--outline{color:var(--primary-container);border:2px solid var(--primary-container);background:0 0}.btn--outline:hover{background:var(--primary-container);color:var(--on-primary-container)}.btn--gold{background:var(--secondary-container);color:var(--on-secondary-container)}.btn--gold:hover{background:var(--secondary-fixed)}.home-hero{min-height:min(100vh,54.375rem);position:relative;overflow:hidden}.home-hero__bg{background-position:50%;background-size:cover;position:absolute;inset:0;box-shadow:inset 0 0 120px #00000080}.home-hero__layout{z-index:1;align-items:center;min-height:min(100vh,54.375rem);padding-top:2rem;padding-bottom:clamp(.875rem,2vw,1.25rem);display:flex;position:relative}.home-hero__panel{background:var(--surface);border-left:4px solid var(--secondary-container);max-width:36rem;margin-left:-.25rem;padding:2.5rem 2rem;box-shadow:0 25px 50px #0000002e}@media (width>=768px){.home-hero__panel{margin-left:0;padding:3rem}}.home-hero__eyebrow{font-family:var(--font-label);letter-spacing:.15em;text-transform:uppercase;color:var(--secondary-container);margin:0 0 1rem;font-size:.75rem;font-weight:700}.home-hero__title{font-family:var(--font-display);letter-spacing:-.02em;color:var(--on-surface);margin:0 0 1.5rem;font-size:clamp(2.25rem,6vw,3.5rem);font-weight:700;line-height:1.1}.home-hero__subtitle{color:var(--on-surface-variant);margin:0;font-size:1.125rem;line-height:1.65}.home-section{padding-block:var(--section-pad-mobile)}@media (width>=768px){.home-section{padding-block:var(--section-pad-desktop)}}.home-section.home-sig{padding-top:clamp(1rem,2.5vw,1.75rem);padding-bottom:var(--section-pad-mobile)}@media (width>=768px){.home-section.home-sig{padding-top:clamp(1.25rem,2.5vw,2rem);padding-bottom:var(--section-pad-desktop)}}.home-offer{padding-block:var(--section-pad-mobile);background:var(--surface-container-low)}@media (width>=768px){.home-offer{padding-block:var(--section-pad-desktop)}}.home-offer__grid{align-items:center;gap:3rem;display:grid}.home-offer__copy{order:2}.home-offer__visual{order:1}@media (width>=768px){.home-offer__grid{grid-template-columns:1fr 1fr}.home-offer__copy{order:1}.home-offer__visual{order:2}}.home-offer__copy .home-section-title{margin-bottom:.5rem}.home-offer__copy .home-heritage-rule{margin-top:0;margin-bottom:1.25rem}.home-offer__price{align-items:baseline;gap:.5rem;margin:1.5rem 0 2rem;display:flex}.home-offer__amount{font-family:var(--font-display);color:var(--secondary-container);font-size:clamp(2rem,4vw,3.5rem);font-weight:700}.home-offer__note{font-family:var(--font-label);letter-spacing:.15em;text-transform:uppercase;color:var(--on-surface-variant);font-size:.75rem;font-weight:700}.home-offer__visual img{aspect-ratio:1;object-fit:cover;width:100%;box-shadow:0 20px 40px #0000001f}.home-sig__intro{text-align:center;margin-bottom:3rem}.home-sig__heading{margin-bottom:1rem}.home-sig__rule{background:var(--secondary-container);width:6rem;height:4px;margin:0 auto}.home-sig__grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=768px){.home-sig__grid{grid-template-columns:repeat(4,1fr);grid-auto-rows:auto}}.home-new-thalis{background:linear-gradient(180deg, var(--surface-container-low) 0%, var(--background) 100%);border-top:1px solid var(--outline-variant);padding-top:clamp(3rem,6vw,4.5rem);padding-bottom:clamp(1.25rem,2.5vw,2rem)}.home-new-thalis__intro{text-align:center;max-width:40rem;margin:0 auto 2.75rem}.home-new-thalis__title{margin-bottom:1rem}.home-new-thalis__rule{background:var(--secondary-container);border-radius:2px;width:5rem;height:3px;margin:0 auto 1.25rem}.home-new-thalis__lede{color:var(--on-surface-variant);margin:0}.home-new-thalis__grid{grid-template-columns:1fr;gap:1.5rem;margin:0;padding:0;list-style:none;display:grid}@media (width>=560px){.home-new-thalis__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem 1.25rem}}@media (width>=1024px){.home-new-thalis__grid{grid-template-columns:repeat(3,1fr);gap:2rem 1.5rem}}.home-new-thalis__item{margin:0}.home-new-thalis__card{background:var(--surface);border:1px solid var(--outline-variant);border-radius:1rem;height:100%;transition:box-shadow .35s,transform .35s;display:block;overflow:hidden;box-shadow:0 12px 32px #1b1c1c0f}.home-new-thalis__card:hover{transform:translateY(-3px);box-shadow:0 18px 44px #1b1c1c1a}.home-new-thalis__media{aspect-ratio:1;background:var(--surface-container);position:relative;overflow:hidden}.home-new-thalis__img{object-fit:cover;width:100%;height:100%;transition:transform .55s cubic-bezier(.22,1,.36,1)}.home-new-thalis__card:hover .home-new-thalis__img{transform:scale(1.04)}@media (prefers-reduced-motion:reduce){.home-new-thalis__card,.home-new-thalis__img{transition:none}.home-new-thalis__card:hover,.home-new-thalis__card:hover .home-new-thalis__img{transform:none}}.ih-menu{--ih-cream:#fdfbf7;--ih-ink:#1a1a1a;--ih-gold:#a68966;--ih-muted:#5c5c5c;--ih-line:#e8e4dc;--ih-font-serif:"Playfair Display", Georgia, "Times New Roman", serif;--ih-font-sans:"Inter", system-ui, -apple-system, sans-serif;background:var(--ih-cream);width:100vw;color:var(--ih-ink);margin-top:clamp(.25rem,1vw,.75rem);margin-left:calc(50% - 50vw);padding-block:clamp(3rem,8vw,5.5rem)}.ih-menu__wrap{width:min(100% - 2 * var(--gutter), 52rem);margin-inline:auto}.ih-menu__intro{text-align:center;margin-bottom:clamp(2.5rem,5vw,3.5rem)}.ih-menu__title{font-family:var(--ih-font-serif);letter-spacing:-.02em;color:var(--ih-ink);margin:0 0 1.25rem;font-size:clamp(2.25rem,5.5vw,3.25rem);font-weight:700;line-height:1.15}.ih-menu__lede{max-width:38rem;font-family:var(--ih-font-sans);color:var(--ih-muted);margin:0 auto;font-size:1.0625rem;font-weight:400;line-height:1.65}.ih-menu__accordion{border-top:1px solid var(--ih-line)}.ih-menu__cat{border-bottom:1px solid var(--ih-line)}.ih-menu__cat-head{width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:1rem;padding:1.35rem 0;transition:opacity .2s;display:flex}.ih-menu__cat-head:hover{opacity:.88}.ih-menu__cat-head:focus-visible{outline:2px solid var(--ih-gold);outline-offset:4px}.ih-menu__cat-num{width:2rem;font-family:var(--ih-font-sans);letter-spacing:.06em;color:var(--ih-gold);flex-shrink:0;font-size:.75rem;font-weight:500}.ih-menu__cat-title{font-family:var(--ih-font-serif);color:var(--ih-ink);flex:1;font-size:clamp(1.2rem,2.8vw,1.45rem);font-weight:600;line-height:1.25}.ih-menu__chevron{font-variation-settings:"FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;color:var(--ih-gold);flex-shrink:0;font-size:1.35rem;transition:transform .3s cubic-bezier(.22,1,.36,1)}.ih-menu__cat-head--open .ih-menu__chevron{transform:rotate(180deg)}.ih-menu__panel{grid-template-rows:0fr;transition:grid-template-rows .45s cubic-bezier(.22,1,.36,1);display:grid}.ih-menu__panel--open{grid-template-rows:1fr}.ih-menu__panel-measure{min-height:0;overflow:hidden}.ih-menu__panel-pad{opacity:0;padding-bottom:1.5rem;transition:opacity .3s,transform .35s cubic-bezier(.22,1,.36,1);transform:translateY(-.35rem)}.ih-menu__panel--open .ih-menu__panel-pad{opacity:1;transition-delay:60ms;transform:translateY(0)}.ih-menu__sub{margin-top:1.75rem}.ih-menu__sub:first-child{margin-top:0}.ih-menu__subhead{font-family:var(--ih-font-sans);letter-spacing:.14em;text-transform:uppercase;color:var(--ih-muted);margin:0 0 1rem;font-size:.6875rem;font-weight:600}.ih-menu__subhead--veg{color:#1f5f3a}.ih-menu__subhead--nonveg{color:#8b2323}@media (prefers-reduced-motion:reduce){.ih-menu__panel{transition-duration:.01ms}.ih-menu__panel-pad{transition-duration:.01ms;transform:none;transition-delay:0s!important}.ih-menu__chevron{transition-duration:.01ms}}.ih-menu__grid{grid-template-columns:1fr;gap:2rem 2.5rem;padding-top:.25rem;display:grid}@media (width>=640px){.ih-menu__grid{grid-template-columns:1fr 1fr}}.ih-menu__dish{margin:0}.ih-menu__dish-row{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.45rem;display:flex}.ih-menu__dish-nameblock{flex-wrap:wrap;align-items:center;gap:.5rem;min-width:0;display:flex}.ih-menu__dish-name{font-family:var(--ih-font-serif);color:var(--ih-ink);margin:0;font-size:1.0625rem;font-weight:700;line-height:1.3}.ih-menu__badge{font-family:var(--ih-font-sans);letter-spacing:.12em;text-transform:uppercase;color:#fff;background:var(--ih-gold);padding:.2rem .45rem;font-size:.5625rem;font-weight:600;line-height:1.2;display:inline-block}.ih-menu__dish-price{font-family:var(--ih-font-sans);color:var(--ih-gold);flex-shrink:0;margin:0;font-size:1rem;font-weight:500}.ih-menu__dish-desc{font-family:var(--ih-font-sans);color:var(--ih-muted);margin:0;font-size:.875rem;font-weight:400;line-height:1.55}.sig-card{min-height:24rem;position:relative;overflow:hidden}.sig-card--h500{min-height:28rem}.sig-card--h400{min-height:22rem}.sig-card--2x,.sig-card--1x,.sig-card--3x{grid-column:span 1}@media (width>=768px){.sig-card--2x{grid-column:span 2}.sig-card--1x{grid-column:span 1}.sig-card--3x{grid-column:span 3}.sig-card--h500{min-height:31rem}.sig-card--h400{min-height:25rem}}.sig-card img{object-fit:cover;width:100%;height:100%;min-height:inherit;transition:transform .7s}.sig-card:hover img{transform:scale(1.08)}.sig-card__overlay{background:linear-gradient(#0000 45%,#000000d1 100%);flex-direction:column;justify-content:flex-end;padding:1.75rem;display:flex;position:absolute;inset:0}.sig-card__overlay--split{flex-direction:row;justify-content:space-between;align-items:flex-end;gap:1rem}.sig-card__overlay-text{min-width:0}.sig-card__tag{font-family:var(--font-label);letter-spacing:.12em;text-transform:uppercase;color:var(--secondary-container);margin-bottom:.35rem;font-size:.625rem;font-weight:700;display:block}.sig-card__title{font-family:var(--font-display);color:#fff;margin:0;font-size:1.75rem;font-weight:600;line-height:1.25}.sig-card__title--sm{font-size:1.375rem}.sig-card__sub{color:#ffffffb3;max-width:28rem;margin:.5rem 0 0;font-size:.875rem;line-height:1.5}.sig-card__link{font-family:var(--font-label);letter-spacing:.12em;text-transform:uppercase;color:#ffffffbf;background:0 0;align-items:center;gap:.35rem;margin-top:1rem;padding:0;font-size:.625rem;font-weight:700;display:inline-flex}.sig-card__link .material-symbols-outlined{font-size:.875rem}.sig-card__price{font-family:var(--font-display);color:var(--secondary-container);font-size:1.75rem;font-weight:600}.sig-card__price--corner{color:var(--secondary-container);flex-shrink:0;align-self:flex-end}.home-tandoor{width:100vw;padding-block:var(--section-pad-mobile);background:var(--primary);color:#fff;margin-left:calc(50% - 50vw);overflow:hidden}@media (width>=768px){.home-tandoor{padding-block:var(--section-pad-desktop)}}.home-tandoor__grid{align-items:center;gap:3rem;display:grid}@media (width>=768px){.home-tandoor__grid{grid-template-columns:1fr 1fr;gap:5rem}}.home-tandoor__visual{position:relative}.home-tandoor__frame{border:2px solid color-mix(in srgb, var(--secondary-container) 35%, transparent);pointer-events:none;width:calc(100% - .5rem);height:calc(100% - .5rem);position:absolute;inset:-1.5rem auto auto -1.5rem}.home-tandoor__img{z-index:1;aspect-ratio:1;object-fit:cover;filter:grayscale()brightness(.75);width:100%;transition:filter .7s,transform .7s;position:relative;box-shadow:0 24px 48px #00000059}.home-tandoor__visual:hover .home-tandoor__img{filter:grayscale(0)brightness()}.home-tandoor__eyebrow{color:var(--secondary-fixed-dim)}.home-tandoor__title{color:var(--surface)}.home-tandoor__body{color:var(--tertiary-fixed-dim);margin-bottom:2rem}.home-tandoor__list{margin:0 0 2.5rem;padding:0;list-style:none}.home-tandoor__list li{font-family:var(--font-label);letter-spacing:.15em;text-transform:uppercase;color:var(--tertiary-fixed);align-items:center;gap:1rem;margin-bottom:1.5rem;font-size:.75rem;font-weight:700;display:flex}.home-tandoor__list .material-symbols-outlined{color:var(--secondary-fixed-dim);transition:transform .25s}.home-tandoor__list li:hover .material-symbols-outlined{transform:scale(1.15)}.home-section.home-gallery{padding-top:clamp(1.25rem,2.5vw,2rem);padding-bottom:var(--section-pad-mobile)}@media (width>=768px){.home-section.home-gallery{padding-top:clamp(1.75rem,3vw,2.75rem);padding-bottom:var(--section-pad-desktop)}}.home-gallery__head{text-align:center;margin-bottom:clamp(2rem,4vw,2.75rem);flex-direction:column;align-items:center;max-width:36rem;margin-inline:auto;display:flex}.home-gallery__kicker{font-family:var(--font-label);letter-spacing:.22em;text-transform:uppercase;color:var(--secondary);margin:0 0 .65rem;font-size:.6875rem;font-weight:600}.home-gallery__head-title{font-family:var(--font-display);letter-spacing:-.02em;color:var(--primary);margin:0 0 1rem;font-size:clamp(2rem,4.5vw,2.75rem);font-weight:700;line-height:1.12}.home-gallery__head-rule{background:linear-gradient(90deg, transparent, var(--secondary-container) 20%, var(--secondary-container) 80%, transparent);border-radius:2px;width:3.5rem;height:3px}.home-gallery__slider{max-width:min(100%,80rem);margin-inline:auto;overflow-x:clip}.home-gallery__chrome{background:linear-gradient(135deg, color-mix(in srgb, var(--outline-variant) 85%, var(--secondary-container)) 0%, color-mix(in srgb, var(--surface-container-high) 70%, var(--primary-container)) 100%);box-shadow:0 4px 24px #0000000f, 0 1px 0 color-mix(in srgb, var(--surface) 80%, transparent);border-radius:1.25rem;padding:3px;overflow:visible}.home-gallery__viewport{aspect-ratio:1792/1200;background:var(--surface-container-high);border-radius:1.1rem;width:min(100%,80rem,149.333vh);max-height:100vh;margin-inline:auto;position:relative;overflow:hidden}@media (width<=767px){.home-gallery__viewport{aspect-ratio:896/1200;width:min(100%,80rem,74.6667vh)}}.home-gallery__glide{height:100%}.home-gallery__glide .glide__track{height:100%;overflow:hidden}.home-gallery__glide .glide__slides{height:100%}.home-gallery__glide--pair .glide__slide{border-radius:.65rem;height:100%;transition:opacity .35s;overflow:hidden}.home-gallery__glide--pair .glide__slide:not(.glide__slide--clone){opacity:1}.home-gallery__glide--pair .glide__slide--active{z-index:1}.home-gallery__glide--pair .glide__slide--clone{opacity:.45}.home-gallery__glide .glide__slide img{object-fit:cover;width:100%;height:100%;display:block}.home-gallery__edges{z-index:2;pointer-events:none;border-radius:inherit;position:absolute;inset:0;box-shadow:inset 0 0 0 1px #ffffff40,inset 0 0 60px #00000026}@keyframes home-gallery-progress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.home-gallery__progress{background:color-mix(in srgb, var(--outline-variant) 55%, transparent);border-radius:9999px;height:3px;margin-top:.75rem;overflow:hidden}.home-gallery__progress-fill{transform-origin:0;border-radius:inherit;background:linear-gradient(90deg, var(--secondary), var(--secondary-container));height:100%;animation:linear forwards home-gallery-progress}.home-gallery__dots{flex-wrap:wrap;justify-content:center;align-items:center;gap:.45rem;margin-top:1.15rem;display:flex}.home-gallery__dot{background:color-mix(in srgb, var(--outline) 40%, transparent);cursor:pointer;border:none;border-radius:9999px;width:.45rem;height:.45rem;padding:0;transition:transform .25s,background .25s,width .35s}.home-gallery__dot:hover{background:var(--outline);transform:scale(1.15)}.home-gallery__dot--active{background:var(--secondary);width:1.5rem}.home-visit{padding-block:var(--section-pad-mobile);background:var(--surface-container)}@media (width>=768px){.home-visit{padding-block:var(--section-pad-desktop)}}.home-visit__grid{gap:2.5rem;display:grid}@media (width>=768px){.home-visit__grid{grid-template-columns:1fr 1fr;align-items:stretch;gap:3rem}}.home-visit__card{background:var(--surface);padding:2rem;box-shadow:0 2px 12px #0000000f}@media (width>=768px){.home-visit__card{padding:3rem}}.home-visit__title{margin-bottom:0;font-size:clamp(1.5rem,3vw,2rem)}.home-visit__card>.home-heritage-rule{margin-top:.75rem;margin-bottom:2rem}.home-visit__list{margin:0;padding:0;list-style:none}.home-visit__list>li{gap:1rem;margin-bottom:2rem;display:flex}.home-visit__list .material-symbols-outlined{color:var(--secondary);flex-shrink:0}.home-visit__label{font-family:var(--font-label);letter-spacing:.12em;text-transform:uppercase;color:var(--on-surface-variant);margin:0 0 .25rem;font-size:.75rem;font-weight:700}.home-visit__value{color:var(--on-surface);margin:0;font-size:1.0625rem;line-height:1.55}.home-visit__value a{text-underline-offset:3px;text-decoration:underline}.home-visit__instagram-wrap{margin:2rem 0 0}.home-visit__instagram-icon-link{border:1px solid var(--outline);width:2.5rem;height:2.5rem;color:var(--on-surface);border-radius:9999px;justify-content:center;align-items:center;text-decoration:none;transition:background .2s,color .2s,border-color .2s;display:inline-flex}.home-visit__instagram-icon-link:hover{background:var(--secondary);color:var(--on-secondary);border-color:var(--secondary)}.home-visit__instagram-icon{width:1.25rem;height:1.25rem}.home-visit__map{background:var(--outline-variant);border-radius:.35rem;width:100%;position:relative;overflow:hidden;box-shadow:0 2px 12px #0000000f}.home-visit__map-frame{border:0;width:100%;height:100%;position:absolute;inset:0}@media (width<=767px){.home-visit__map{aspect-ratio:4/3;min-height:16rem}}@media (width>=768px){.home-visit__map{align-self:stretch;height:100%;min-height:22rem}}.home-footer{background:var(--tertiary);color:var(--tertiary-fixed);padding-block:clamp(1.5rem,3vw,2rem)}@media (width>=768px){.home-footer{padding-block:clamp(1.75rem,3vw,2.25rem)}}.home-footer__grid{grid-template-columns:1fr auto;align-items:center;gap:1rem 1.5rem;display:grid}@media (width<=640px){.home-footer__grid{grid-template-columns:1fr;align-items:start;gap:1rem}}.home-footer__logo{object-fit:contain;width:3.5rem;height:3.5rem;margin-bottom:.5rem;display:block}@media (width>=768px){.home-footer__logo{width:3.75rem;height:3.75rem}}.home-footer__blurb{opacity:.85;max-width:22rem;margin:0 0 .5rem;font-size:.8125rem;line-height:1.5}.home-footer__copy{color:var(--secondary-fixed);margin:0;font-size:.8125rem}.home-footer__heading{font-family:var(--font-label);letter-spacing:.15em;text-transform:uppercase;color:#fff;margin:0 0 .5rem;font-size:.6875rem;font-weight:700}.home-footer__nav{flex-flow:wrap;align-items:center;gap:.5rem 1.25rem;display:flex}.home-footer__nav a{opacity:.75;white-space:nowrap;font-size:.8125rem;text-decoration:none;transition:opacity .2s}.home-footer__nav a:hover{opacity:1}
