:root{--espresso:#173f35;--chocolate:#214f42;--mocha:#4c6255;--beige:#d9d5c5;--cream:#f1f0e8;--ivory:#fffdf7;--ink:#203b32;--brass:#a38b50;--line:#d9d5c5;--serif:'EB Garamond',Georgia,serif;--sans:'Jost',Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:140px}body{margin:0;background:var(--ivory);color:var(--espresso);font:400 16px/1.65 var(--sans)}a{color:inherit;text-decoration:none}button,input,select{font:inherit;color:inherit}button,a,input,select{touch-action:manipulation}button{cursor:pointer}button:disabled{cursor:wait}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid var(--mocha);outline-offset:5px}p{margin:0 0 24px;color:var(--mocha)}h1,h2,h3{font-weight:400;line-height:1.2;margin:0 0 20px}h2{font-size:32px;letter-spacing:-.025em}h3{font-size:23px}img{display:block;width:100%;object-fit:cover;background:var(--beige)}i{font-weight:400}.serif{font-family:var(--serif)}.eyebrow{display:block;font-size:12px;font-weight:500;letter-spacing:.2em;line-height:1.5;margin-bottom:16px}.small{font-size:14px}.button{display:inline-flex;justify-content:center;align-items:center;min-height:48px;padding:13px 26px;border:1px solid var(--espresso);background:var(--espresso);color:var(--ivory);font-size:13px;font-weight:500;letter-spacing:.075em;text-transform:uppercase;transition:background .2s,color .2s;white-space:normal;text-align:center}.button:hover{background:var(--mocha);border-color:var(--mocha)}.button.light{background:var(--ivory);border-color:var(--ivory);color:var(--espresso)}.button.light:hover{background:var(--beige);border-color:var(--beige)}.button.outline{background:transparent;color:var(--espresso)}.button.outline:hover{background:var(--espresso);color:var(--ivory)}.button.transparent{background:transparent;color:white;border-color:#ffffff90}.button.transparent:hover{background:#ffffff20}.text-link{display:inline-block;border-bottom:1px solid var(--brass);padding-bottom:3px;font-size:14px}.text-link:hover{color:var(--mocha);border-color:var(--espresso)}.skip{position:absolute;top:-100px;padding:14px;background:white;z-index:100}.skip:focus{top:0}header{position:sticky;top:0;z-index:30;background:var(--ivory);border-bottom:1px solid var(--line)}.masthead{position:relative;display:flex;align-items:center;justify-content:space-between;max-width:1440px;margin:auto;min-height:100px;padding:16px 4.5%;border-bottom:1px solid #d9d5c570}.header-note{font-size:11px;letter-spacing:.16em;width:28%}.brand{text-align:center;display:flex;flex-direction:column;align-items:center;gap:3px}.brand-small{font-family:var(--serif);font-size:18px;line-height:1;color:var(--mocha)}.brand strong{font-weight:500;letter-spacing:.12em;font-size:24px;line-height:1.2}.brand>span:last-child{font-size:9px;letter-spacing:.18em}.utility{display:flex;gap:24px;justify-content:flex-end;width:28%}.utility a{font-size:12px}.nav-row{display:flex;justify-content:center;gap:34px;align-items:center;padding:12px 4%;max-width:1440px;margin:auto}.nav-row nav{display:flex;gap:27px;align-items:center}.nav-link{font-size:14px;white-space:nowrap}.nav-link:hover,.nav-link[aria-current=page]{color:var(--mocha);text-decoration:underline;text-underline-offset:7px;text-decoration-color:var(--brass)}.nav-row>.button{min-height:40px;padding:9px 22px}.menu-toggle{display:none}.hero{height:min(640px,72vw);min-height:490px;position:relative;color:var(--ivory);isolation:isolate;overflow:hidden}.hero>img{position:absolute;inset:0;height:100%;z-index:-2;object-position:center 48%}.hero:after{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(9,32,25,.78),rgba(15,43,34,.36) 52%,rgba(9,32,25,.08))}.hero-copy{max-width:1440px;margin:auto;padding:110px 8%;}.hero h1{font:400 64px/1.03 var(--serif);letter-spacing:-.02em;margin:22px 0}.hero p{color:#fffdf7;font-size:16px;max-width:510px}.hero-actions{display:flex;gap:14px;margin-top:30px}.hero-caption{position:absolute;bottom:26px;right:5%;font-size:10px;letter-spacing:.23em;writing-mode:vertical-rl}.booking-wrap{background:var(--cream);border-bottom:1px solid var(--line)}.booking{display:grid;grid-template-columns:1.7fr 1.15fr 1fr .8fr 1.2fr;gap:0 24px;max-width:1220px;margin:auto;padding:30px 28px 18px;align-items:end}.booking label{font-size:10px;font-weight:500;letter-spacing:.15em;display:block}.booking input,.booking select{width:100%;height:40px;border:0;border-bottom:1px solid var(--line);border-radius:0;background:transparent;letter-spacing:0;font-size:15px;padding:4px 2px;min-width:0}.booking-note{grid-column:1/-1;font-size:12px;margin:12px 0 0;color:var(--mocha);text-align:center}.wrap{max-width:1260px;padding:90px 40px;margin:auto}.section-heading{text-align:center;max-width:700px;margin:0 auto 42px}.section-heading p{margin-bottom:0}.section-heading h2{margin-bottom:16px}.feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:26px}.feature-grid:has(>article:nth-child(3):last-child){grid-template-columns:repeat(3,minmax(0,1fr))}.feature-grid article{min-width:0}.feature-grid .photo{display:block;overflow:hidden;margin-bottom:22px}.feature-grid img{aspect-ratio:4/3;transition:transform .6s}.photo:hover img{transform:scale(1.035)}.feature-grid h3{font-size:21px;margin-bottom:10px}.feature-grid p{font-size:14px;margin-bottom:16px}.feature-grid .text-link{font-size:13px}.restaurants-section{background:var(--cream);position:relative}.restaurants-section .wrap{padding-top:58px}.ornament{height:45px;width:200px;margin:0 auto 30px;border-top:1px solid var(--brass);border-bottom:1px solid var(--brass);opacity:.6;background:repeating-linear-gradient(45deg,transparent 0 13px,var(--brass) 13px 14px,transparent 14px 27px),repeating-linear-gradient(-45deg,transparent 0 13px,var(--brass) 13px 14px,transparent 14px 27px)}.restaurant-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:42px 30px}.restaurant .photo{display:block;overflow:hidden;outline:1px solid var(--brass);outline-offset:-9px;position:relative}.restaurant img{aspect-ratio:1.17;transition:transform .7s}.restaurant-info{padding:22px 0 0}.restaurant-info .eyebrow{font-size:10px;letter-spacing:.17em;margin-bottom:8px}.restaurant h3{font-size:27px;margin-bottom:8px}.restaurant p{font-size:14px;margin-bottom:20px}.card-actions{display:flex;justify-content:space-between;gap:10px;border-top:1px solid var(--line);padding-top:14px}.card-actions .text-link{border:0;font-size:12px}.card-actions .text-link:last-child{color:var(--mocha)}.kitchen-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:70px;align-items:center}.kitchen-grid img{aspect-ratio:1.15;margin-bottom:24px}.kitchen-grid>div:last-child img{aspect-ratio:1.25}.kitchen-grid>div:last-child{padding-top:65px}.kitchen-grid p{font-size:15px}.split{display:grid;grid-template-columns:1fr 1fr;min-height:560px;max-width:1600px;margin:auto;background:var(--cream)}.split-image{overflow:hidden}.split-image img{height:100%;min-height:480px;max-height:650px;object-fit:cover}.split-copy{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:75px clamp(35px,7vw,110px)}.split h2{font:400 46px/1.08 var(--serif);letter-spacing:-.02em}.split p{font-size:16px}.split .button{margin-top:10px}.split.reverse{background:var(--ivory)}.split.reverse .split-image{order:2}.split.story{margin:0 auto;max-width:1260px;border:1px solid var(--line)}.split.story .split-image{padding:30px}.split.story img{border-radius:48% 48% 0 0;aspect-ratio:.85;max-height:570px}.split.dark{background:var(--espresso);color:var(--ivory)}.split.dark p{color:var(--beige)}.split.dark .button{color:var(--ivory);border-color:var(--beige)}.split.dark .button:hover{background:var(--ivory);color:var(--espresso)}.split.gift{background:var(--beige);max-width:1180px;margin:0 auto}.split.gift .split-image{order:2}.centered{display:table;margin:40px auto 0}.newsletter{display:grid;grid-template-columns:1.5fr 1fr;gap:80px;align-items:center;background:var(--espresso);color:var(--ivory);padding:64px max(7%,calc((100vw - 1180px)/2))}.newsletter h2{font:400 38px/1.15 var(--serif)}.newsletter p{color:var(--beige);max-width:500px;margin:12px 0 0}.newsletter .small{font-size:12px;max-width:320px}footer{padding:70px max(5%,calc((100vw - 1180px)/2)) 20px;background:var(--cream)}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:40px}.footer-brand .serif{display:block;font-size:40px;line-height:1.1;margin-bottom:24px}.footer-brand p{font-size:13px}.footer-grid h3{font-size:14px;font-weight:500}.footer-link{display:block;font-size:13px;margin:9px 0}.footer-link:hover{text-decoration:underline}.footer-bottom{display:flex;justify-content:space-between;gap:25px;border-top:1px solid var(--line);margin-top:50px;padding-top:20px;font-size:11px}.footer-bottom>div{display:flex;gap:20px}.footer-bottom a{font-size:11px;border:0}.mobile-actions{display:none}.page-intro{text-align:center;max-width:840px;margin:auto;padding:85px 30px 50px}.page-intro h1{font:400 56px/1.08 var(--serif)}.page-intro p{max-width:640px;margin:0 auto}.page-intro+.wrap{padding-top:30px}.narrow{max-width:850px;text-align:center}.cream{background:var(--cream)}.branch-hero{height:480px;min-height:400px}.branch-hero .hero-copy{padding-top:135px}.branch-hero h1{font-size:70px}.branch-nav{display:flex;justify-content:center;gap:32px;padding:20px;background:var(--cream);border-bottom:1px solid var(--line);flex-wrap:wrap}.branch-nav a{font-size:14px}.visit-grid{display:grid;grid-template-columns:1fr 1.15fr 1fr;gap:45px}.visit-grid h2{font-size:25px}.visit-grid p,.visit-grid address{font-size:14px;overflow-wrap:anywhere}.visit-grid address{font-style:normal;margin-bottom:20px}.hours{font-size:13px}.hours div{display:flex;justify-content:space-between;gap:20px;padding:10px 0;border-bottom:1px solid var(--line)}.hours dd{margin:0;text-align:right}.order-grid,.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.order-grid img{height:230px;margin-bottom:24px}.order-grid h2{font-size:26px}.contact-grid article{border-top:1px solid var(--brass);padding:25px 0;overflow-wrap:anywhere}.contact-grid h2{font-size:26px}.contact-grid p{font-size:14px}.notice{background:var(--cream);padding:40px;margin-top:60px;text-align:center}.booking-page{min-height:350px}.booking-page>p{text-align:center;margin-top:35px}.menu-layout{display:grid;grid-template-columns:250px 1fr;gap:60px}.menu-sidebar{align-self:start;position:sticky;top:190px}.menu-sidebar a{display:block;border-bottom:1px solid var(--line);padding:13px 0;font-size:15px}.menu-sidebar a[aria-current=page]{font-weight:600}.menu-list h2{font-size:25px;margin-top:35px}.dish{padding:20px 0;border-bottom:1px solid var(--line)}.dish h3{font-size:21px;margin-bottom:8px}.dish p{font-size:15px;margin:0}.diet{display:inline-block;font-size:11px;letter-spacing:.08em;color:var(--mocha);margin-top:8px}.menu-location-form{background:var(--cream);padding:25px;display:flex;gap:20px;align-items:end;margin-bottom:30px}.menu-location-form label{flex:1;font-size:13px}.menu-location-form select{display:block;width:100%;padding:10px 0;background:transparent;border:0;border-bottom:1px solid var(--line)}.link-list a{display:block;padding:12px 0;border-bottom:1px solid var(--line)}
@media(min-width:1600px){.hero{max-width:1600px;margin:auto}.hero-copy{padding-left:6%}}@media(max-width:1150px){.header-note{display:none}.masthead{justify-content:center;min-height:87px}.utility{position:absolute;right:4%;width:auto;gap:15px}.brand strong{font-size:21px}.nav-row{gap:20px}.nav-row nav{gap:16px}.nav-link{font-size:12px}.nav-row>.button{font-size:11px;padding:9px 15px}.hero h1{font-size:58px}.wrap{padding:70px 30px}.split-copy{padding:55px 40px}.split h2{font-size:41px}.kitchen-grid{gap:40px}.visit-grid{grid-template-columns:1fr 1fr}.visit-grid>div:last-child{grid-column:1/-1}.restaurant-grid{gap:35px 20px}}@media(max-width:850px){html{scroll-padding-top:90px}.masthead{justify-content:flex-start;min-height:80px;padding:12px 25px;border:0}.brand{align-items:flex-start}.brand-small{display:none}.brand strong{font-size:20px}.brand>span:last-child{font-size:8px}.utility{display:none}.menu-toggle{display:flex;gap:12px;align-items:center;margin-left:auto;border:0;background:transparent;font-size:13px;padding:10px}.nav-row{position:absolute;top:100%;right:0;left:0;display:none;background:var(--ivory);padding:25px;box-shadow:0 12px 20px #203b3215}.nav-row.open{display:block}.nav-row nav{display:flex;flex-direction:column;align-items:stretch;gap:0}.nav-link{font-size:17px;padding:12px 0;border-bottom:1px solid var(--line)}.nav-row>.button{margin-top:20px;width:100%;font-size:14px}.hero{height:560px;min-height:0}.hero-copy{padding:100px 7%}.hero h1{font-size:55px}.hero>img{object-position:60% center}.booking{grid-template-columns:repeat(2,1fr);gap:20px;padding:25px}.booking>label:first-child{grid-column:1/-1}.booking .button{align-self:end}.booking-note{margin:0}.feature-grid{grid-template-columns:repeat(2,1fr)}.feature-grid:has(>article:nth-child(3):last-child){grid-template-columns:repeat(3,1fr);gap:18px}.feature-grid h3{font-size:20px}.restaurant-grid{grid-template-columns:repeat(2,1fr)}.split{min-height:0}.split-copy{padding:40px 30px}.split h2{font-size:36px}.split-image img{min-height:400px}.newsletter{gap:35px;padding:50px 6%}.footer-grid{grid-template-columns:repeat(3,1fr);gap:30px}.footer-brand{grid-column:1/-1}.footer-brand .serif br{display:none}.footer-brand .serif{font-size:36px}.footer-bottom{flex-wrap:wrap}.mobile-actions{display:grid;grid-template-columns:1fr 1fr;position:fixed;bottom:0;left:0;right:0;z-index:40;background:var(--ivory);padding:8px 14px calc(8px + env(safe-area-inset-bottom));gap:10px;border-top:1px solid var(--line)}.mobile-actions .button{font-size:12px;min-height:44px;padding:10px}body{padding-bottom:65px}.order-grid,.contact-grid{grid-template-columns:repeat(2,1fr)}.menu-layout{grid-template-columns:180px 1fr;gap:30px}.menu-sidebar{top:100px}}
@media(max-width:560px){h2{font-size:27px}.eyebrow{font-size:11px;letter-spacing:.16em}.hero{height:550px}.hero:after{background:linear-gradient(90deg,#09251dc9,#09251d65)}.hero-copy{padding:92px 24px 45px}.hero h1{font-size:44px;line-height:1.08}.hero p{font-size:15px}.hero p br{display:none}.hero-actions{flex-direction:column;align-items:flex-start;gap:12px}.hero-actions .button{min-width:190px}.hero-caption{display:none}.wrap{padding:60px 24px}.section-heading{margin-bottom:30px}.feature-grid{gap:30px 18px}.feature-grid h3{font-size:20px}.feature-grid p{font-size:14px}.feature-grid .photo{margin-bottom:16px}.feature-grid img{aspect-ratio:1}.feature-grid:has(>article:nth-child(3):last-child){grid-template-columns:1fr}.feature-grid:has(>article:nth-child(3):last-child) img{aspect-ratio:1.55}.restaurant-grid{grid-template-columns:1fr;gap:35px}.restaurant img{aspect-ratio:1.3}.restaurant h3{font-size:27px}.restaurant-info{padding-top:20px}.restaurant-info .eyebrow{font-size:11px}.card-actions .text-link{font-size:14px}.kitchen-grid{grid-template-columns:1fr;gap:32px}.kitchen-grid>div:last-child{padding-top:0}.kitchen-grid img{aspect-ratio:1.2}.split{grid-template-columns:1fr}.split-image img{min-height:0;height:330px;max-height:none}.split-copy{padding:42px 25px}.split h2{font-size:36px}.split.reverse .split-image,.split.gift .split-image{order:0}.split.story{margin:0 20px}.split.story .split-image{padding:20px 20px 0}.split.story img{height:350px;aspect-ratio:auto;object-position:center}.newsletter{grid-template-columns:1fr;gap:25px;padding:50px 25px}.newsletter h2{font-size:35px}.footer-grid{grid-template-columns:1fr 1fr;gap:30px 20px}footer{padding:45px 25px 25px}.footer-grid>div:last-child{grid-column:1/-1}.footer-grid>div:last-child .footer-link{display:inline-block;width:49%}.footer-link{font-size:14px}.footer-bottom{margin-top:30px;gap:15px}.footer-bottom>div{gap:12px;flex-wrap:wrap}.footer-bottom a{font-size:12px}.page-intro{padding:55px 24px 30px}.page-intro h1{font-size:40px}.page-intro p{font-size:16px}.branch-hero{height:400px}.branch-hero .hero-copy{padding-top:110px}.branch-hero h1{font-size:48px}.branch-nav{gap:18px;padding:18px}.branch-nav a{font-size:13px}.visit-grid{grid-template-columns:1fr;gap:30px}.visit-grid p,.visit-grid address,.hours{font-size:15px}.order-grid,.contact-grid{grid-template-columns:1fr}.notice{padding:30px 20px}.menu-layout{grid-template-columns:1fr}.menu-sidebar{position:static;display:flex;gap:14px;overflow-x:auto;padding-bottom:8px}.menu-sidebar a{flex-shrink:0;font-size:14px;padding:8px}.menu-location-form{flex-direction:column;align-items:stretch}.booking-page{padding:10px 0 45px}.booking-page>p{padding:0 24px}.button{font-size:13px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
.restaurants-section{background-image:url('/approved/assets/heritage/heritage-border.png');background-size:100% auto;background-repeat:no-repeat;background-position:center top;padding-top:45px}.restaurants-section .ornament{display:none}.restaurants-section .wrap{padding-top:65px}.split.gift{background-image:url('/approved/assets/heritage/heritage-border.png');background-size:auto 100%;background-position:center}.split.gift .split-copy{background:#f1f0e8ee}.page-intro:after{content:'';display:block;width:72px;height:1px;background:var(--brass);margin:30px auto 0}@media(max-width:560px){.restaurants-section{background-size:auto 360px;padding-top:15px}.restaurants-section .wrap{padding-top:45px}}

/* Botanical green, ivory and antique gold palette. */
header{background:var(--espresso);color:var(--ivory);border-color:#a38b5066}.masthead{border-color:#ffffff26}.brand-small{color:#d4bd82}.nav-link:hover,.nav-link[aria-current=page],.utility a:hover{color:#e0ca92}.nav-row>.button{background:#e7d6a6;border-color:#e7d6a6;color:#173f35}.nav-row>.button:hover{background:#f0e4c4;border-color:#f0e4c4}.header-note,.brand>span:last-child{color:#e7e8dc}header a:focus-visible,header button:focus-visible{outline-color:#e7d6a6}.restaurants-section{background-color:#eef0e8;background-blend-mode:multiply}.split.gift{background-color:#e4e8dc;background-blend-mode:multiply}.split.gift .split-copy{background:#f1f0e8ee}.newsletter{background:#214f42}footer{background:#12372d;color:var(--ivory)}footer p{color:#d9ded0}.footer-grid h3{color:#e0ca92}.footer-bottom{border-color:#ffffff30;color:#d9ded0}.footer-link:hover{color:#e0ca92}.hero a:focus-visible,footer a:focus-visible,.newsletter a:focus-visible,.split.dark a:focus-visible{outline-color:#e7d6a6}@media(max-width:850px){.nav-row{background:var(--espresso)}.nav-link{border-color:#ffffff26}}

/* Namaste: dark wood, warm parchment and a single clay accent. */
:root{--espresso:#3B2314;--chocolate:#4B2E1D;--mocha:#705947;--beige:#EDE4D3;--cream:#F5EDE0;--ivory:#FAF6EF;--ink:#3B2314;--brass:#B87828;--line:#D9C9B3;--burgundy:#944627;--forest-dark:#29180F;--blush:var(--cream);--blush-soft:var(--ivory);--serif:'Cormorant Garamond',Georgia,serif;--sans:'Lato',Arial,sans-serif}
body{background:var(--ivory);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.75}h1,h2,h3{font-family:var(--serif);font-weight:400}h2{font-size:clamp(36px,4vw,58px);line-height:1.08}h3{font-size:29px;line-height:1.15}p{color:var(--mocha)}header{background:var(--ivory);color:var(--espresso);box-shadow:none;border-bottom:1px solid var(--line)}.masthead{min-height:94px;border-color:var(--line)}.header-note,.brand>span:last-child{color:var(--mocha)}.brand-small{color:var(--burgundy)}.brand strong{font-family:var(--serif);font-size:28px;letter-spacing:.075em}.utility a,.nav-link{font-size:14px}.nav-row{padding-top:10px;padding-bottom:10px}.nav-link:hover,.nav-link[aria-current=page],.utility a:hover{color:var(--burgundy)}
.button,.nav-row>.button,.booking .button{background:var(--burgundy);border-color:var(--burgundy);color:var(--ivory);min-height:48px;border-radius:0;font-size:14px;letter-spacing:.06em}.button:hover,.nav-row>.button:hover,.booking .button:hover{background:var(--espresso);border-color:var(--espresso);color:var(--ivory)}.button.outline{color:var(--espresso);background:transparent;border-color:var(--espresso)}.button.outline:hover{background:var(--espresso);color:var(--ivory)}.button.light{background:var(--cream);border-color:var(--cream);color:var(--espresso)}.text-link{font-size:14px;border-color:var(--brass)}.eyebrow{font-size:12px;font-weight:700;letter-spacing:.18em;color:var(--burgundy)}
.hero.earth-hero{display:grid;grid-template-columns:1.05fr 1fr;gap:6%;align-items:center;background:var(--espresso);height:auto;min-height:610px;max-width:none;padding:65px max(6%,calc((100vw - 1280px)/2));color:var(--ivory)}.earth-hero:after{display:none}.earth-hero .hero-copy{padding:0;margin:0;max-width:650px}.earth-hero h1{font-size:clamp(48px,5.7vw,82px);line-height:.99;letter-spacing:-.025em;margin:25px 0}.earth-hero h1 i{color:#D5B48C}.earth-hero p{color:#E5D7C6;max-width:440px}.earth-hero .eyebrow{color:#D5B48C}.earth-hero .hero-actions{flex-wrap:wrap}.earth-hero .hero-media{margin:0;min-width:0}.earth-hero .hero-media img{position:static;aspect-ratio:4/3;object-fit:cover;width:100%;height:auto;background:#E8DCC8}.earth-hero figcaption{font-size:12px;color:#D5B48C;margin-top:15px;letter-spacing:.12em;text-transform:uppercase}.hero-caption{display:none}.hero:not(.earth-hero):after{background:linear-gradient(90deg,#29180fde,#29180f55)}
.booking-wrap{background:var(--beige);border-bottom:1px solid var(--line)}.booking{padding-top:30px;padding-bottom:24px;gap:18px}.booking label{font-size:12px;color:var(--espresso)}.booking select,.booking input{font-size:16px;border-color:#AC9580}.booking-note{font-size:13px;color:var(--mocha)}.wrap{max-width:1360px;padding:100px 6%}.section-heading{text-align:left;max-width:none;margin-bottom:40px}.section-heading h2{max-width:700px}.section-heading p{max-width:620px}.feature-grid{gap:26px}.feature-grid h3,.experiences h3{font-size:29px}.feature-grid p{font-size:16px}.feature-grid .text-link{font-size:14px}.feature-grid .photo,.restaurant .photo,.kitchen-grid img{outline:none!important;border:0;border-radius:0!important}.feature-grid img,.restaurant img,.kitchen-grid img{aspect-ratio:4/3!important;border-radius:0!important;clip-path:none!important}.photo:hover img{transform:none}.restaurant-grid{gap:42px 30px}.restaurants-section{background:var(--espresso);background-image:none;padding-top:0;color:var(--ivory);border:0}.restaurants-section .wrap{padding-top:95px}.restaurants-section h2,.restaurants-section h3{color:var(--ivory)}.restaurants-section p{color:#DCCBBA}.restaurants-section .eyebrow{color:#D5B48C}.restaurant-info{background:transparent;border:0;padding:24px 0 0}.restaurant-info .eyebrow{font-size:12px}.restaurant h3{font-size:34px}.restaurant p{font-size:16px}.card-actions{border-color:#7D6149}.card-actions .text-link,.card-actions .text-link:last-child{font-size:14px;color:var(--ivory)}
.split,.split.story,.split.reverse,.split.gift{background:var(--cream);background-image:none;border:0;max-width:none;margin:0;gap:6%;padding:95px max(6%,calc((100vw - 1200px)/2));min-height:0;align-items:center}.split.reverse{background:var(--ivory)}.split.story .split-image{padding:0}.split .split-image{border-radius:0;clip-path:none}.split .split-image img,.split.story img{border-radius:0!important;clip-path:none!important;aspect-ratio:4/3;height:auto;min-height:0;max-height:none}.split-copy,.split.gift .split-copy{padding:0;background:transparent}.split h2{font-size:clamp(36px,4vw,58px)}.split p{font-size:16px}.split.dark{background:var(--espresso);color:var(--ivory)}.split.dark p{color:#E5D7C6}.split.dark .eyebrow{color:#D5B48C}.split.dark .button{border-color:#D5B48C;color:var(--ivory)}.ornament{height:1px;background:none;border-bottom:0;opacity:.5;margin:20px 0;width:80px}.kitchen-grid{gap:55px}.kitchen-grid p{font-size:16px}.newsletter{background:var(--beige);color:var(--espresso);padding:75px max(6%,calc((100vw - 1200px)/2));border-top:1px solid var(--line)}.newsletter h2{font-size:48px}.newsletter p{color:var(--mocha);font-size:16px}.newsletter .eyebrow{color:var(--burgundy)}.newsletter .button.light{background:var(--burgundy);color:var(--ivory);border-color:var(--burgundy)}.newsletter .small{font-size:14px}footer{background:var(--forest-dark);color:var(--ivory)}.footer-brand .serif{color:var(--cream);font-family:var(--serif);font-size:48px}footer p,.footer-bottom{color:#DCCBBA}.footer-link,.footer-brand p{font-size:14px}.footer-grid h3{color:#D5B48C}.page-intro,.branch-nav,.notice,.menu-location-form{background:var(--cream)}.page-intro{max-width:none}.branch-nav{border-color:var(--line)}.mobile-actions{background:var(--ivory)}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #B87828;outline-offset:5px}
@media(max-width:1000px){.earth-hero .hero-actions{gap:12px}.hero.earth-hero{gap:5%;padding:60px 5%;min-height:0}.earth-hero h1{font-size:56px}.split,.split.story,.split.reverse,.split.gift{padding:65px 5%}.nav-row{background:var(--ivory)}.nav-link{border-color:var(--line)}.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:650px){.hero.earth-hero{grid-template-columns:1fr;padding:50px 24px;gap:35px}.earth-hero h1{font-size:52px}.earth-hero .hero-actions{flex-direction:row}.earth-hero .hero-actions .button{min-width:0;padding:12px 18px}.earth-hero .hero-media{width:100%}.earth-hero figcaption{font-size:12px}.wrap{padding:65px 24px}.section-heading{margin-bottom:30px}.feature-grid{gap:32px 18px}.feature-grid h3{font-size:25px}.feature-grid p{font-size:15px}.restaurant-grid{grid-template-columns:1fr}.restaurants-section .wrap{padding-top:65px}.split,.split.story,.split.reverse,.split.gift{grid-template-columns:1fr;padding:60px 24px;gap:30px}.split-image{order:0!important}.split-copy{order:1!important}.newsletter{padding:55px 24px}.newsletter h2{font-size:38px}.brand strong{font-size:24px}.booking{padding:26px 24px}.hero:not(.earth-hero) h1{font-size:48px}}

.earth-hero .discovery-copy{font-size:16px;max-width:460px;border-left:1px solid #B87828;padding-left:18px;margin-top:20px}.nv-image-seo-note{padding:16px 6%;font:14px/1.6 var(--sans);color:#3B2314;background:#EDE4D3;border-bottom:1px solid #D9C9B3}.nv-image-seo-note p{max-width:850px;margin:12px 0}.nv-image-seo-note summary{cursor:pointer}

.nv-dosa-community{display:grid;grid-template-columns:1.35fr 1fr;gap:9%;padding:90px max(6%,calc((100vw - 1200px)/2));background:#3B2314;color:#FAF6EF}.nv-dosa-community .eyebrow{color:#D5B48C}.nv-dosa-community h2{font-size:clamp(42px,4vw,60px)}.nv-dosa-community p{color:#E5D7C6;max-width:700px}.nv-dosa-community .nv-dosa-lead{font-family:var(--serif);font-size:28px;color:#FAF6EF}.nv-dosa-community .button{margin-top:12px}.nv-dosa-message{border-left:1px solid #9C7955;padding-left:45px;align-self:center}.nv-dosa-message p{font:400 clamp(32px,3.5vw,48px)/1.1 var(--serif);margin-bottom:12px}.nv-dosa-message p i{color:#D5B48C}.nv-dosa-message span{display:block;font-size:14px;color:#DCCBBA;margin-top:28px;max-width:280px}@media(max-width:650px){.nv-dosa-community{grid-template-columns:1fr;padding:60px 24px;gap:40px}.nv-dosa-message{padding:28px 0 0;border-left:0;border-top:1px solid #9C7955}.nv-dosa-community .button{width:100%}}

.nv-dosa-compact{grid-template-columns:1.7fr 1fr;padding-top:48px;padding-bottom:48px;gap:7%;align-items:center}.nv-dosa-compact h2{font-size:clamp(34px,3.4vw,46px);margin-bottom:16px}.nv-dosa-compact .eyebrow{margin-bottom:10px}.nv-dosa-compact p{font-size:16px;margin-bottom:18px;max-width:670px}.nv-dosa-compact .text-link{color:#FAF6EF;border-color:#D5B48C}.nv-dosa-counter{text-align:center;border-left:1px solid #9C7955;padding:12px 0 12px 28px}.nv-dosa-counter .nv-meal-total{display:block;font:400 clamp(54px,6vw,82px)/1 var(--serif);color:#D5B48C;overflow-wrap:anywhere}.nv-meal-label{display:block;font-size:15px;margin-top:12px;color:#FAF6EF}.nv-meal-note{display:block;font-size:13px;margin-top:5px;color:#DCCBBA}@media(max-width:650px){.nv-dosa-compact{grid-template-columns:1fr;padding-top:34px;padding-bottom:34px;gap:24px}.nv-dosa-counter{border-left:0;border-top:1px solid #9C7955;padding:24px 0 0;text-align:left}.nv-dosa-counter .nv-meal-total{font-size:60px}}
/* Stories: restrained editorial composition, consistent rectangular photography. */
.nv-editorial{padding-top:64px;padding-bottom:64px}.nv-story-heading{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:28px}.nv-story-heading h2{margin:8px 0}.nv-story-feature{display:grid;grid-template-columns:1fr 1fr;background:#29180f;color:#f5ede0}.nv-story-feature>div{padding:32px;align-self:center}.nv-story-feature h3{font-size:36px;color:inherit;margin:12px 0}.nv-story-feature p{font-size:16px;line-height:1.7}.nv-story-feature .text-link{color:#d5b48c}.nv-story-image{aspect-ratio:16/10;background:#ede4d3;overflow:hidden}.nv-story-image img{display:block;width:100%;height:100%;object-fit:cover;border-radius:0}.nv-story-feature .nv-story-image{aspect-ratio:2/1;height:100%;min-height:240px}.nv-story-filters{display:flex;gap:10px;flex-wrap:wrap;margin:24px 0}.nv-story-filters a{font:700 13px Lato,sans-serif;padding:10px 14px;border:1px solid #cbb797;text-decoration:none;color:#4b2e1d}.nv-story-filters a:hover,.nv-story-filters a[aria-current]{background:#4b2e1d;color:#faf6ef}.nv-story-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.nv-story-card{background:#f0e7d7;display:flex;flex-direction:column}.nv-story-copy{padding:22px;display:flex;flex-direction:column;flex:1;align-items:start}.nv-story-copy h3{font-size:27px;line-height:1.15;margin:12px 0}.nv-story-copy h3 a{color:inherit;text-decoration:none}.nv-story-copy p{font-size:16px;line-height:1.6;margin-bottom:24px}.nv-story-copy .text-link{margin-top:auto}.nv-story-copy .eyebrow{font-size:12px;letter-spacing:1px}.nv-article-head{max-width:850px;margin:36px auto;text-align:center}.nv-article-head h1{font-size:clamp(36px,5vw,64px);line-height:1.08}.nv-article-body{max-width:760px;margin:40px auto}.nv-article-body p{font-size:18px;line-height:1.8;margin:0 0 24px}.nv-article-body h2{font-size:34px;margin:40px 0 20px}.nv-article-actions{display:flex;gap:24px;align-items:center;justify-content:center;margin-top:36px}.nv-offer-ended{max-width:760px;margin:24px auto;padding:24px;border-left:3px solid #944627;background:#ede4d3}.nv-offer-ended p{font-size:16px}.nv-editorial>.nv-story-image{max-width:1000px;margin:auto;max-height:450px}a:focus-visible{outline:2px solid #944627;outline-offset:5px}.nv-story-card[hidden]{display:none}
@media(max-width:760px){.nv-editorial{padding-top:40px;padding-bottom:40px}.nv-story-heading{display:block}.nv-story-heading>.text-link{display:inline-block;margin-top:16px}.nv-story-feature{grid-template-columns:1fr}.nv-story-feature>div{padding:24px}.nv-story-feature .nv-story-image{min-height:0;aspect-ratio:16/9}.nv-story-grid{grid-template-columns:1fr}.nv-story-filters{gap:6px}.nv-story-filters a{padding:9px 10px}.nv-article-actions{flex-wrap:wrap}}
/* Gujarati craft accents: decorative backgrounds never compete with copy. */
.nv-dosa-community,.nv-community-signup{position:relative;isolation:isolate;overflow:hidden}
.nv-dosa-community::after,.nv-community-signup::after{content:"";position:absolute;z-index:-1;pointer-events:none;inset:0 0 0 auto;width:24%;background:url('/approved/assets/heritage/bandhani-pattern.png') right center/300px auto repeat-y;opacity:.16}
.nv-community-signup{padding:32px max(6vw,24px)!important;gap:32px;background:#4b2e1d!important;color:#faf6ef!important;border-top:1px solid #bca080;border-bottom:1px solid #bca080}
.nv-community-signup h2{font-size:clamp(27px,3vw,38px);line-height:1.12;margin:10px 0;color:#faf6ef!important}
.nv-community-signup p{max-width:700px;font-size:16px;line-height:1.65;margin:0}.nv-community-signup .eyebrow{color:#d5b48c!important}.nv-community-signup .small{font-size:13px;margin-top:12px;max-width:320px}.nv-community-signup .button{white-space:normal;text-align:center;background:#faf6ef!important;color:#3b2314!important;border-color:#faf6ef!important}
[data-section-id="approved-heritage-home-6"]{background:#faf6ef!important;border-top:1px solid #d9c9b3;border-bottom:1px solid #d9c9b3}
[data-section-id="approved-heritage-home-8"]{background:#ede4d3!important;border-bottom:1px solid #d2bfa6;position:relative;isolation:isolate}
[data-section-id="approved-heritage-home-8"]::before{content:"";position:absolute;inset:0 auto 0 0;width:15%;background:url('/approved/assets/heritage/bandhani-pattern.png') left center/230px auto repeat-y;opacity:.08;pointer-events:none;z-index:-1}
[data-section-id="approved-heritage-home-10"]{background:#faf6ef!important;border-bottom:1px solid #d9c9b3}
[data-section-id="approved-heritage-footer-1"]{position:relative;border-top:0!important}
[data-section-id="approved-heritage-footer-1"]::before{content:"";display:block;position:absolute;top:0;left:0;right:0;height:18px;background:#ede4d3 url('/approved/assets/heritage/ajrakh-border.png') center center/270px 90px repeat-x;opacity:.8;pointer-events:none}
@media(max-width:760px){.nv-community-signup{grid-template-columns:1fr!important;gap:20px!important;padding:28px 24px!important}.nv-community-signup::after{width:20%;opacity:.1}.nv-dosa-community::after{width:18%;opacity:.1}[data-section-id="approved-heritage-home-8"]::before{display:none}}
/* Visible craft rhythm, kept outside reading and booking controls. */
[data-section-id="approved-heritage-home-1"]::after{content:"";display:block;height:22px;background:#ede4d3 url('/approved/assets/heritage/ajrakh-border.png') center center/300px 100px repeat-x;border-top:1px solid #d2bfa6;border-bottom:1px solid #d2bfa6}
.nv-dosa-community::after,.nv-community-signup::after{z-index:0;opacity:.22;filter:brightness(0) invert(1);width:22%;background-size:240px auto}
.nv-dosa-community>div,.nv-community-signup>div{position:relative;z-index:1}
.nv-dosa-community .nv-dosa-counter{background:#3b2314;padding:20px}
[data-section-id="approved-heritage-home-8"]::before{z-index:0;opacity:.26;width:7%;background-size:190px auto}
[data-section-id="approved-heritage-home-8"]>div,[data-section-id="approved-heritage-home-8"]>figure{position:relative;z-index:1}
@media(max-width:760px){[data-section-id="approved-heritage-home-1"]::after{height:18px;background-size:270px 90px}.nv-community-signup::after,.nv-dosa-community::after{width:16%;opacity:.16;background-size:180px auto}.nv-dosa-community .nv-dosa-counter{padding:18px 0}[data-section-id="approved-heritage-home-8"]::before{display:block;width:4%;opacity:.2}}
.nv-cookery{padding:64px 6%;scroll-margin-top:130px}.nv-cookery-inner{max-width:1200px;margin:auto}.nv-cookery-inner[id]{scroll-margin-top:130px}.nv-cookery p{font-size:17px;line-height:1.75;max-width:760px}.nv-cookery h1{font-size:clamp(42px,5vw,68px);line-height:1.05;margin:20px 0}.nv-cookery h2{font-size:clamp(32px,3.7vw,48px);line-height:1.12;margin:14px 0 24px}.nv-cookery h3{font-size:29px;line-height:1.2}.nv-cookery-split{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.nv-cookery img{width:100%;object-fit:cover;aspect-ratio:4/3;display:block;border-radius:0}.nv-cookery-hero{background:#3b2314;color:#faf6ef;border-bottom:18px solid #ede4d3;border-image:url('/approved/assets/heritage/ajrakh-border.png') 270 0 270 0 / 18px 0 / 0 repeat}.nv-cookery-hero .eyebrow,.nv-cookery-hero .text-link{color:#d5b48c}.nv-cookery-hero .text-link{display:inline-block;margin:20px 0 0 20px}.nv-cookery-story{background:#faf6ef}.nv-cookery-classes{background:#ede4d3}.nv-cookery-cards{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-top:32px}.nv-cookery-cards article{background:#faf6ef}.nv-cookery-cards article>div{padding:28px}.nv-cookery-cards img{aspect-ratio:16/9}.nv-cookery-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:36px;margin-top:36px}.nv-cookery-benefits>div{border-top:1px solid #cbb797;padding-top:12px}.nv-cookery-booking{background:#ede4d3}.nv-cookery-locations{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:32px 0}.nv-cookery-locations article{background:#faf6ef;padding:24px}.nv-cookery-locations h3{margin:0 0 20px}.nv-cookery-faq{max-width:850px}.nv-cookery-faq details{border-bottom:1px solid #d9c9b3;padding:22px 0}.nv-cookery-faq summary{cursor:pointer;font-size:18px}.nv-cookery-faq>.text-link{display:inline-block;margin-top:28px}.nv-cookery .small{font-size:14px}
@media(max-width:760px){.nv-cookery{padding:40px 24px}.nv-cookery-split,.nv-cookery-cards,.nv-cookery-benefits,.nv-cookery-locations{grid-template-columns:1fr;gap:24px}.nv-cookery-hero .text-link{display:block;margin-left:0}.nv-cookery-locations article{display:flex;align-items:center;justify-content:space-between;gap:16px}.nv-cookery-locations h3{margin:0}}
/* Shared opening proportions and demonstration class finder. */
.nv-cookery img{height:auto}
.nv-cookery-hero{min-height:610px;box-sizing:border-box;display:flex;align-items:center;padding:65px max(6%,calc((100vw - 1280px)/2));border:0;position:relative;isolation:isolate}
.nv-cookery-hero>.nv-cookery-inner{max-width:1280px;width:100%;position:relative;z-index:1}
.nv-cookery-hero::before{content:"";position:absolute;inset:0 auto 0 0;width:5%;background:url('/approved/assets/heritage/bandhani-pattern.png') center/180px auto repeat-y;filter:brightness(0) invert(1);opacity:.14;pointer-events:none;z-index:0}
.nv-cookery-hero p{color:#e5d7c6}.nv-cookery-hero img{aspect-ratio:4/3;height:auto;object-fit:cover}
.nv-cookery-selection{padding:28px 6% 20px;background:#ede4d3;position:relative;border-bottom:22px solid transparent}
.nv-cookery-selection::after{content:"";position:absolute;bottom:-22px;left:0;right:0;height:22px;background:#ede4d3 url('/approved/assets/heritage/ajrakh-border.png') center/300px 100px repeat-x}
.nv-class-selector{display:grid;grid-template-columns:1.1fr 1.4fr 1.1fr .7fr auto;gap:20px;align-items:end}
.nv-class-selector label{font-size:14px;color:#3b2314;display:flex;flex-direction:column;gap:8px;min-width:0}
.nv-class-selector select{width:100%;min-width:0;min-height:44px;border:0;border-bottom:1px solid #ac9580;border-radius:0;background:transparent;color:#3b2314;font:inherit;font-size:16px;padding:8px 20px 8px 0}
.nv-class-selector select:focus-visible{outline:2px solid #944627;outline-offset:4px}
.nv-class-selector .button:disabled{opacity:.65;cursor:not-allowed}
.nv-cookery-selection .small{max-width:none;margin:16px 0 0;font-size:14px}.nv-cookery-selection .text-link{margin-left:8px}
@media(max-width:1000px){.nv-class-selector{grid-template-columns:1fr 1fr}.nv-class-selector .button{grid-column:1/-1}.nv-cookery-hero .nv-cookery-split{gap:32px}}
@media(max-width:760px){.nv-cookery-hero{min-height:0;padding:40px 24px}.nv-cookery-selection{padding:24px}.nv-cookery-hero::before{width:3%;opacity:.1}.nv-cookery-selection .text-link{display:inline-block;margin-left:0}.nv-class-selector{gap:16px}}
@media(max-width:400px){.nv-class-selector{grid-template-columns:1fr}}
.nv-cookery-gifts{background:#3b2314;color:#faf6ef;border-top:1px solid #705947;border-bottom:1px solid #705947}.nv-cookery-gifts p{color:#e5d7c6}.nv-cookery-gifts .eyebrow{color:#d5b48c}.nv-cookery-gifts .small{margin-top:18px}

/* Desktop-only sticky navigation shown after the existing masthead scrolls away. */
.nv-scroll-header{display:none}
@media (min-width:1001px){
  .nv-scroll-header{position:fixed;z-index:1000;top:0;left:0;right:0;display:grid;grid-template-columns:minmax(190px,1fr) auto minmax(430px,1fr);align-items:center;gap:28px;min-height:78px;padding:10px max(28px,4vw);background:#fffdf8;border-bottom:1px solid #d6c4b2;box-shadow:0 8px 24px rgba(41,24,15,.10);transform:translateY(-110%);visibility:hidden;transition:transform .48s cubic-bezier(.22,1,.36,1),visibility .48s}
  .nv-scroll-header.is-visible{transform:translateY(0);visibility:visible}
  .nv-scroll-logo{display:block;width:min(270px,21vw);line-height:0}
  .nv-scroll-logo img{display:block;width:100%;height:52px;object-fit:contain;object-position:left center}
  .nv-scroll-nav{display:flex;align-items:center;justify-content:center;gap:clamp(22px,2.2vw,42px)}
  .nv-scroll-nav a,.nv-scroll-action{color:#3b2314;text-decoration:none;font:500 13px/1.2 var(--sans,Arial,sans-serif);white-space:nowrap}
  .nv-scroll-nav a:hover,.nv-scroll-action:hover{color:#944627}
  .nv-scroll-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px}
  .nv-scroll-action{display:inline-flex;min-height:44px;align-items:center;justify-content:center;padding:0 15px;border:1px solid transparent}
  .nv-scroll-action--book{background:#944627;color:#fffaf2;font-weight:700}
  .nv-scroll-action--book:hover{background:#3b2314;color:#fffaf2}
  .nv-scroll-action--order{border-bottom-color:#b87828;padding-left:8px;padding-right:8px}
  .nv-scroll-action--discover{gap:9px;border-color:#944627;background:#fffdf8;cursor:pointer}
  .nv-scroll-action--discover[aria-expanded=true]{background:#3b2314;color:#fffaf2}
  .nv-scroll-discover{position:absolute;top:100%;right:max(28px,4vw);width:min(360px,calc(100vw - 56px));padding:22px;background:#fffdf8;border:1px solid #d6c4b2;box-shadow:0 12px 28px rgba(41,24,15,.14)}
  .nv-scroll-discover[hidden]{display:none}
  .nv-scroll-discover a{display:block;padding:12px 4px;color:#3b2314;text-decoration:none;border-bottom:1px solid #eadfd3;font:500 14px/1.3 var(--sans,Arial,sans-serif)}
  .nv-scroll-discover a:last-child{border-bottom:0}
}
@media (min-width:1001px) and (max-width:1240px){
  .nv-scroll-header{grid-template-columns:190px 1fr auto;gap:18px;padding-left:24px;padding-right:24px}
  .nv-scroll-logo{width:185px}.nv-scroll-nav{gap:18px}
  .nv-scroll-action{padding-left:11px;padding-right:11px}
}
@media (prefers-reduced-motion:reduce){.nv-scroll-header{transition:none}}


/* Exactly one desktop header is visible at a time. */
@media (min-width:1001px){
  body.nv-sticky-active header[data-section-id="approved-heritage-header"]{
    visibility:hidden!important;
    opacity:0!important;
    pointer-events:none!important;
  }
}


/* Brand artwork keeps its PNG transparency; image placeholders apply to content photography only. */
@media (min-width:1001px){.nv-scroll-logo img{background:transparent!important}}


/* Discover drawer: approved slow slide-in and hamburger-to-close interaction. */
@media (min-width:1001px){
  body.nv-discover-open{overflow:hidden}
  .nv-scroll-backdrop{position:absolute;z-index:1;top:100%;left:0;width:100%;height:calc(100vh - 78px);display:block;margin:0;padding:0;border:0;background:rgba(25,14,9,.48);opacity:0;visibility:hidden;pointer-events:none;cursor:default;backdrop-filter:blur(3px);transition:opacity .55s ease,visibility .55s}
  .nv-scroll-discover{position:absolute;z-index:2;top:100%;right:0;width:min(440px,40vw);height:calc(100vh - 78px);box-sizing:border-box;padding:52px 44px;background:#fffdf8;border:0;border-left:1px solid #d6c4b2;box-shadow:-18px 20px 36px rgba(41,24,15,.16);opacity:1;visibility:hidden;transform:translateX(105%);transition:transform .58s cubic-bezier(.22,1,.36,1),visibility .58s}
  .nv-scroll-discover a{padding:16px 4px;font-size:17px}
  .nv-scroll-header.discover-open .nv-scroll-backdrop{opacity:1;visibility:visible;pointer-events:auto}
  .nv-scroll-header.discover-open .nv-scroll-discover{visibility:visible;transform:translateX(0)}
  .nv-menu-icon{position:relative;display:inline-block;width:18px;height:14px;flex:0 0 18px}
  .nv-menu-icon i{position:absolute;left:0;width:18px;height:1px;background:currentColor;transform-origin:center;transition:top .36s ease,transform .42s cubic-bezier(.22,1,.36,1),opacity .2s ease}
  .nv-menu-icon i:nth-child(1){top:1px}
  .nv-menu-icon i:nth-child(2){top:7px}
  .nv-menu-icon i:nth-child(3){top:13px}
  .nv-scroll-action--discover[aria-expanded=true] .nv-menu-icon i:nth-child(1){top:7px;transform:rotate(45deg)}
  .nv-scroll-action--discover[aria-expanded=true] .nv-menu-icon i:nth-child(2){opacity:0}
  .nv-scroll-action--discover[aria-expanded=true] .nv-menu-icon i:nth-child(3){top:7px;transform:rotate(-45deg)}
}
@media (prefers-reduced-motion:reduce){
  .nv-scroll-backdrop,.nv-scroll-discover,.nv-menu-icon i{transition:none!important}
}

/* Branded booking controls: native inputs retain keyboard and screen-reader support. */
.booking-wrap,.nv-location-booking{background:#ede4d3!important;color:#3b2314}.booking label,.nv-location-booking label{font-size:11px!important;letter-spacing:.15em!important;text-transform:uppercase}.booking select,.booking input,.nv-location-booking select,.nv-location-booking input{appearance:none;-webkit-appearance:none;background-color:transparent!important;border:0!important;border-bottom:1px solid #96785d!important;border-radius:0!important;box-shadow:none!important;color:#3b2314!important;min-height:48px!important;padding:8px 30px 8px 0!important;font-family:Lato,Arial,sans-serif!important}.booking select,.nv-location-booking select{background-image:linear-gradient(45deg,transparent 50%,#3b2314 50%),linear-gradient(135deg,#3b2314 50%,transparent 50%)!important;background-position:calc(100% - 13px) 50%,calc(100% - 8px) 50%!important;background-size:5px 5px,5px 5px!important;background-repeat:no-repeat!important}.booking input[type=date],.nv-location-booking input[type=date]{appearance:auto;-webkit-appearance:auto;padding-right:4px!important}.booking select:focus-visible,.booking input:focus-visible,.nv-location-booking select:focus-visible,.nv-location-booking input:focus-visible{outline:2px solid #b87828!important;outline-offset:4px}.booking .button,.nv-location-booking .button{min-height:52px!important;background:#9f4927!important;border-color:#9f4927!important;color:#fff!important}.booking .button:hover,.nv-location-booking .button:hover{background:#3b2314!important;border-color:#3b2314!important}

.nv-opentable-dialog{width:min(940px,calc(100vw - 32px));height:min(760px,calc(100vh - 32px));padding:0;border:0;background:#faf6ef;box-shadow:0 25px 80px #160d08aa}.nv-opentable-dialog::backdrop{background:#26150bb8;backdrop-filter:blur(4px)}.nv-opentable-shell{height:100%;padding:52px 22px 16px;position:relative;box-sizing:border-box}.nv-opentable-shell iframe{display:block;width:100%;height:calc(100% - 30px);border:0;background:#fff}.nv-opentable-shell p{margin:8px 0 0;text-align:center;font-size:13px}.nv-opentable-close{position:absolute;right:12px;top:10px;width:34px;height:34px;border:1px solid #9f4927;background:#fffaf2;color:#3b2314;font-size:28px;line-height:1;cursor:pointer}.nv-opentable-close:hover{background:#9f4927;color:#fff}@media(max-width:600px){.nv-opentable-dialog{width:100vw;height:100vh;max-width:none;max-height:none}.nv-opentable-shell{padding-inline:8px}.nv-opentable-shell iframe{height:calc(100% - 34px)}}


/* Scoped restaurant card action style — Home “Find your own little India” only. */
[data-section-id="approved-heritage-home-3"] .card-actions .text-link{
  background:transparent!important;
  color:#D5B48C!important;
  border:1px solid #D5B48C!important;
  padding:8px!important;
}
[data-section-id="approved-heritage-home-3"] .card-actions .text-link:hover{
  background:#D5B48C!important;
  color:#3B2314!important;
}


/* Home booking picker: Namaste-styled menus rather than browser chrome. */
.booking select[data-nv-picker="true"]{position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}
.nv-booking-picker{position:relative;min-width:0}.nv-booking-picker-trigger{display:flex;width:100%;min-height:48px;align-items:center;justify-content:space-between;gap:18px;padding:8px 30px 8px 0;border:0;border-bottom:1px solid #96785d;background:transparent;color:#3b2314;font:400 16px/1.3 Lato,Arial,sans-serif;text-align:left;cursor:pointer}.nv-booking-picker-trigger::after{content:"";position:absolute;right:9px;width:8px;height:8px;border-right:1px solid #3b2314;border-bottom:1px solid #3b2314;transform:rotate(45deg) translateY(-3px);pointer-events:none}.nv-booking-picker.is-open .nv-booking-picker-trigger{border-color:#944627;outline:2px solid #b87828;outline-offset:4px}.nv-booking-picker.is-open .nv-booking-picker-trigger::after{transform:rotate(225deg) translate(-1px,-2px)}.nv-booking-picker-menu{position:absolute;z-index:60;top:calc(100% + 8px);left:0;right:0;max-height:290px;overflow:auto;padding:8px;background:#faf6ef;border:1px solid #b87828;box-shadow:0 16px 30px rgba(59,35,20,.18)}.nv-booking-picker-option{display:block;width:100%;padding:12px 10px;border:0;border-bottom:1px solid #e4d5bf;background:transparent;color:#3b2314;font:400 16px/1.35 Lato,Arial,sans-serif;text-align:left;cursor:pointer}.nv-booking-picker-option:last-child{border-bottom:0}.nv-booking-picker-option:hover,.nv-booking-picker-option[aria-selected="true"]{background:#3b2314;color:#faf6ef}.nv-booking-picker-option:focus-visible{outline:2px solid #944627;outline-offset:-3px}
