*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--olive: #40552D;--olive-dark: #2E3F1F;--olive-light: #5A7042;--near-black: #1F2418;--cream: #F3EBDC;--cream-dark: #E8DCC2;--cream-card: #F8F2E2;--nav-height: 68px}html{scroll-behavior:smooth;font-size:16px}body{font-family:Hedvig Letters Sans,sans-serif;background:var(--cream);color:var(--near-black);line-height:1.65;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:block;max-width:100%}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none;font:inherit}ul{list-style:none}.btn-primary{display:inline-flex;align-items:center;justify-content:center;height:48px;min-height:44px;padding:0 28px;background:var(--cream);color:var(--olive-dark);border-radius:8px;font-family:Hedvig Letters Sans,sans-serif;font-size:15px;font-weight:500;letter-spacing:.02em;transition:background .15s}.btn-primary:hover{background:var(--cream-dark)}.btn-ghost{display:inline-flex;align-items:center;justify-content:center;height:48px;min-height:44px;padding:0 28px;border:1.5px solid rgba(243,235,220,.4);color:var(--cream);border-radius:8px;font-family:Hedvig Letters Sans,sans-serif;font-size:15px;letter-spacing:.02em;transition:border-color .15s,background .15s}.btn-ghost:hover{border-color:#f3ebdcb3;background:#f3ebdc0f}.btn-dark{display:inline-flex;align-items:center;justify-content:center;height:48px;min-height:44px;padding:0 28px;background:var(--olive);color:var(--cream);border-radius:8px;font-family:Hedvig Letters Sans,sans-serif;font-size:15px;font-weight:500;letter-spacing:.02em;transition:background .15s}.btn-dark:hover{background:var(--olive-dark)}.section-eyebrow{font-family:Hedvig Letters Sans,sans-serif;font-size:11px;letter-spacing:.18em;text-transform:uppercase}.section-title{font-family:"Hedvig Letters Serif",serif;font-size:44px;font-weight:400;line-height:1.12}.section-title--cream{color:var(--cream)}.section-title--dark{color:var(--near-black)}.section-header{margin-bottom:48px}.section-header--flex{display:flex;align-items:center;justify-content:space-between;margin-bottom:48px}@media (max-width: 768px){.section-title{font-size:32px}.section-header--flex{flex-direction:column;align-items:flex-start;gap:20px}}.nav{position:sticky;top:0;z-index:200;background:var(--olive);height:var(--nav-height);display:flex;align-items:center;padding:0 48px;gap:0}.nav__logo{display:flex;flex-direction:column;line-height:1;flex-shrink:0;margin-right:48px}.nav__logo-wordmark{font-family:"Hedvig Letters Serif",serif;font-size:22px;color:var(--cream);letter-spacing:-.01em}.nav__logo-kannada{font-family:var(--font-brand);font-size:12px;color:#f3ebdc8c;margin-top:3px}.nav__links{display:flex;gap:28px;flex:1}.nav__links a{font-family:Hedvig Letters Sans,sans-serif;font-size:14px;color:#f3ebdcbf;letter-spacing:.03em;transition:color .15s;white-space:nowrap}.nav__links a:hover,.nav__links a.active{color:var(--cream)}.nav__actions{display:flex;align-items:center;gap:4px;margin-left:auto;flex-shrink:0}.nav__icon-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 10px;min-height:44px;color:#f3ebdcbf;font-family:Hedvig Letters Sans,sans-serif;font-size:13px;letter-spacing:.02em;border-radius:6px;transition:color .15s,background .15s;cursor:pointer}.nav__icon-btn:hover{color:var(--cream);background:#f3ebdc12}.nav__hamburger{display:none;flex-direction:column;gap:5px;padding:10px;min-height:44px;min-width:44px;align-items:center;justify-content:center;cursor:pointer;background:none;border:none;margin-left:8px}.nav__hamburger span{display:block;width:22px;height:2px;background:var(--cream);border-radius:2px;transition:opacity .15s}.nav__mobile-menu{position:fixed;top:var(--nav-height);left:0;right:0;background:var(--olive);padding:8px 0 24px;z-index:199;border-top:1px solid rgba(243,235,220,.1);box-shadow:0 8px 24px #0000002e}.nav__mobile-menu a{display:block;padding:16px 28px;font-family:Hedvig Letters Sans,sans-serif;font-size:17px;color:#f3ebdce0;border-bottom:1px solid rgba(243,235,220,.08);transition:color .12s,background .12s}.nav__mobile-menu a:last-child{border-bottom:none}.nav__mobile-menu a:hover{color:var(--cream);background:#f3ebdc0d}@media (max-width: 768px){.nav{padding:0 20px}.nav__links{display:none}.nav__hamburger{display:flex}.nav__icon-btn .nav__icon-label{display:none}}.hero{position:relative;width:100%;height:100vh;min-height:720px;overflow:hidden;display:flex;flex-direction:column;align-items:flex-start;padding:0;background:var(--olive-dark);isolation:isolate}.hero__video-wrap{position:absolute;background-color:#f3ebdc;background-image:var(--hero-poster, none);background-size:cover;background-position:center;inset:0 0 0 40%;z-index:0}.hero__video{width:100%;height:100%;object-fit:cover;display:block}.hero__overlay{position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(to right,#2e3f1f 0% 38%,#2e3f1feb 46%,#2e3f1f8c 56%,#2e3f1f38 68%,#2e3f1f00 82%),linear-gradient(to bottom,#2e3f1f73,#2e3f1f00 18% 70%,#2e3f1f8c)}.hero__inner{position:relative;z-index:2;text-align:left;max-width:56%;padding:12px 48px 0 32px;display:flex;flex-direction:column;flex:1;justify-content:center;transform:translateY(0);margin-top:var(--nav-height)}.hero__eyebrow{display:flex;align-items:center;gap:10px;font-family:Hedvig Letters Sans,sans-serif;font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:#f3ebdc99;margin-bottom:36px}.hero__eyebrow-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--olive-light);flex-shrink:0}.hero__eyebrow-status{display:inline-flex;align-items:center;gap:10px;color:#f3ebdcc7}.hero__eyebrow-status:before{content:"";width:1px;height:11px;background:#f3ebdc47}.hero__headline{font-family:"Hedvig Letters Serif",serif;font-size:clamp(34px,4.2vw,62px);line-height:1;letter-spacing:-.025em;color:#fff;font-weight:400;margin-bottom:30px;max-width:16ch;text-wrap:balance}.hero__headline-line{display:block;overflow:hidden}.hero__headline-line>span{display:block}.hero__headline-line--accent>span{font-style:italic;color:var(--cream)}.hero__lead{font-family:Hedvig Letters Sans,sans-serif;font-size:14px;line-height:1.7;color:#f3ebdcbf;margin-bottom:28px;max-width:440px}.hero__btn-arrow{transition:transform .2s ease}.hero__btn-primary:hover .hero__btn-arrow{transform:translate(3px)}.hero__cta-group{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.hero__btn-primary{background:var(--cream)!important;color:var(--olive-dark)!important;display:inline-flex!important;align-items:center!important;gap:8px!important}.hero__btn-primary:hover{background:var(--cream-dark)!important}.hero__stats{position:relative;z-index:2;display:flex;align-items:flex-end;gap:56px;padding:0 48px 56px;margin-top:auto}.hero__stat{display:flex;flex-direction:column;gap:8px}.hero__stat-value{font-family:"Hedvig Letters Serif",serif;font-size:28px;color:var(--cream);line-height:1}.hero__stat-label{font-family:Hedvig Letters Sans,sans-serif;font-size:10px;letter-spacing:.1em;color:#f3ebdc80;text-transform:uppercase}.hero__scroll-hint{font-family:Hedvig Letters Sans,sans-serif;font-size:10px;letter-spacing:.25em;text-transform:uppercase;color:#f3ebdc59;align-self:center;padding-left:28px}.hero__video{opacity:0;transition:opacity .6s ease}.hero__video.is-ready{opacity:1}@media (max-width: 768px){.hero{height:auto;min-height:0;flex-direction:column}.hero__inner{max-width:100%;padding:24px 24px 16px;margin-top:50vh;flex:none;text-align:center;align-items:center;transform:none}.hero__headline{font-size:clamp(32px,9vw,50px);max-width:100%;margin-bottom:24px}.hero__lead{font-size:15px;max-width:100%}.hero__overlay{background:linear-gradient(to bottom,rgba(46,63,31,0) 50%,var(--olive-dark) 92%)}.hero__eyebrow{display:none}.hero__cta-group{flex-direction:column;align-items:stretch;width:100%;max-width:360px;margin:0 auto}.hero__cta-group .btn-primary,.hero__cta-group .btn-ghost{width:100%;justify-content:center}.hero__stats{margin-top:0;padding:16px 24px 40px;flex-wrap:wrap;gap:24px;justify-content:center;width:100%}.hero__stat{align-items:center;text-align:center}.hero__video-wrap{inset:0 0 auto;height:50vh}.hero__scroll-hint{display:none}}@media (min-width: 769px) and (max-width: 1100px){.hero__inner{max-width:64%}}@media (prefers-reduced-motion: reduce){.hero__btn-arrow{transition:none}.hero__video{opacity:1;transition:none}}.filter-bar{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:28px}@media (max-width: 768px){.filter-bar{justify-content:center}}.filter-pill{display:inline-flex;align-items:center;height:40px;padding:0 20px;border-radius:100px;border:1.5px solid rgba(243,235,220,.28);color:#f3ebdcb3;font-family:Hedvig Letters Sans,sans-serif;font-size:13px;letter-spacing:.02em;background:transparent;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.filter-pill:hover{border-color:#f3ebdc8c;color:var(--cream)}.filter-pill--active{background:var(--cream);border-color:var(--cream);color:var(--olive-dark);font-weight:500}.events-section{background:var(--cream);padding:96px 48px 100px;scroll-margin-top:var(--nav-height)}.events-section__header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:48px;gap:20px}.events-section__title{font-family:"Hedvig Letters Serif",serif;font-size:38px;font-weight:400;color:var(--near-black);line-height:1.15}.events-section__count{font-family:Hedvig Letters Sans,sans-serif;font-size:14px;color:#1f241866;letter-spacing:.04em;white-space:nowrap;flex-shrink:0}.events-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.event-card{background:var(--cream-card);border-radius:18px;overflow:hidden;display:flex;flex-direction:column;transition:transform .18s,box-shadow .18s}.event-card:hover{transform:translateY(-3px);box-shadow:0 10px 32px #1f24181a}.event-card__image{width:100%;aspect-ratio:4 / 3;background:var(--cream-dark);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.event-card__type-badge{position:absolute;top:14px;left:14px;padding:4px 11px;border-radius:100px;font-family:Hedvig Letters Sans,sans-serif;font-size:10px;letter-spacing:.13em;text-transform:uppercase;font-weight:500}.event-card__type-badge--workshop{background:var(--olive);color:var(--cream)}.event-card__type-badge--supper-club{background:var(--near-black);color:var(--cream)}.event-card__image-label{font-family:"Hedvig Letters Serif",serif;font-size:14px;color:#1f241838;text-align:center;padding:16px;font-style:italic}.event-card__body{padding:22px 24px 14px;display:flex;flex-direction:column;gap:8px;flex:1}.event-card__date{font-family:Hedvig Letters Sans,sans-serif;font-size:12px;color:var(--olive-light);letter-spacing:.06em;font-weight:500}.event-card__title{font-family:"Hedvig Letters Serif",serif;font-size:22px;font-weight:400;color:var(--near-black);line-height:1.2}.event-card__subtitle{font-family:Hedvig Letters Sans,sans-serif;font-size:13.5px;color:#1f24188c;line-height:1.65;flex:1}.event-card__host{display:flex;align-items:center;gap:10px;margin-top:6px;padding-top:14px;border-top:1px solid rgba(64,85,45,.08)}.event-card__host-avatar{width:30px;height:30px;border-radius:50%;background:var(--cream-dark);flex-shrink:0;border:1.5px solid rgba(64,85,45,.13)}.event-card__host-name{font-family:"Hedvig Letters Serif",serif;font-size:14px;color:#1f2418a6;font-style:italic}.event-card__host-btn{margin-left:auto;font-family:Hedvig Letters Sans,sans-serif;font-size:11px;color:var(--olive-light);letter-spacing:.03em;background:none;border:none;padding:0;cursor:pointer;text-decoration:underline;text-underline-offset:2px;transition:color .15s;flex-shrink:0}.event-card__host-btn:hover{color:var(--olive)}.event-card__seats-wrap{padding:0 24px;margin-bottom:4px}.event-card__seats-bar{height:3px;background:#40552d1a;border-radius:100px;overflow:hidden;margin-bottom:6px}.event-card__seats-fill{height:100%;border-radius:100px;background:var(--olive);transition:width .4s}.event-card__seats-fill--urgent{background:#b94040}.event-card__seats-text{font-family:Hedvig Letters Sans,sans-serif;font-size:11.5px;color:#1f241873}.event-card__seats-text--urgent{color:#b94040;font-weight:500}.event-card__footer{padding:14px 24px 22px;display:flex;align-items:center;justify-content:space-between;gap:12px}.event-card__price{font-family:"Hedvig Letters Serif",serif;font-size:20px;color:var(--olive-dark);line-height:1}.event-card__reserve{display:inline-flex;align-items:center;height:40px;padding:0 20px;background:var(--olive);color:var(--cream);border-radius:8px;font-family:Hedvig Letters Sans,sans-serif;font-size:13px;font-weight:500;transition:background .15s;white-space:nowrap}.event-card__reserve:hover{background:var(--olive-dark)}.events-empty{grid-column:1 / -1;text-align:center;padding:72px 24px}.events-empty p{font-family:"Hedvig Letters Serif",serif;font-size:22px;color:#1f241859;font-style:italic}.hosts-section{background:var(--olive-dark);padding:96px 48px 100px}.hosts-section__header{margin-bottom:48px}.hosts-section__eyebrow{font-family:Hedvig Letters Sans,sans-serif;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#f3ebdc66;margin-bottom:10px}.hosts-section__headline{font-family:"Hedvig Letters Serif",serif;font-size:42px;font-weight:400;color:var(--cream);line-height:1.15;margin-bottom:14px}.hosts-section__lead{font-family:Hedvig Letters Sans,sans-serif;font-size:15px;color:#f3ebdc85;line-height:1.75;max-width:500px}.hosts-slider-wrap{position:relative}.hosts-slider-track{display:flex;gap:16px;overflow-x:scroll;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin:0 -48px;padding:0 48px 4px}.hosts-slider-track::-webkit-scrollbar{display:none}.hosts-slider__arrows{display:flex;gap:8px;margin-bottom:24px}.arrow-btn{width:44px;height:44px;border-radius:50%;border:1.5px solid rgba(243,235,220,.28);background:transparent;color:var(--cream);font-size:16px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s,border-color .15s;flex-shrink:0}.arrow-btn:hover{background:#f3ebdc17;border-color:#f3ebdc8c}.host-card{flex:0 0 210px;scroll-snap-align:start;background:#f3ebdc12;border:1px solid rgba(243,235,220,.1);border-radius:18px;padding:26px 22px;display:flex;flex-direction:column;gap:12px;cursor:pointer;transition:background .15s,border-color .15s,transform .15s;min-width:0}.host-card:hover{background:#f3ebdc1f;border-color:#f3ebdc38;transform:translateY(-2px)}.host-card__avatar{width:60px;height:60px;border-radius:50%;background:var(--cream-dark);border:2px solid rgba(243,235,220,.18);flex-shrink:0}.host-card__name{font-family:"Hedvig Letters Serif",serif;font-size:17px;font-weight:400;color:var(--cream);line-height:1.22}.host-card__specialty{font-family:Hedvig Letters Sans,sans-serif;font-size:12px;color:#f3ebdc7a;letter-spacing:.03em;line-height:1.5}.host-card__events-count{font-family:Hedvig Letters Sans,sans-serif;font-size:11.5px;color:#f3ebdc59;margin-top:auto;padding-top:8px}.host-card__view{display:inline-flex;align-items:center;height:34px;padding:0 14px;border:1px solid rgba(243,235,220,.22);color:#f3ebdca6;border-radius:7px;font-family:Hedvig Letters Sans,sans-serif;font-size:12px;width:fit-content;transition:border-color .15s,color .15s}.host-card:hover .host-card__view{border-color:#f3ebdc7a;color:var(--cream)}.host-panel-overlay{position:fixed;inset:0;background:#1f241880;z-index:300;opacity:0;pointer-events:none;transition:opacity .25s}.host-panel-overlay--visible{opacity:1;pointer-events:auto}.host-panel{position:fixed;top:0;right:0;height:100vh;width:420px;max-width:100vw;background:var(--cream);z-index:301;transform:translate(105%);transition:transform .32s cubic-bezier(.4,0,.2,1);overflow-y:auto;display:flex;flex-direction:column;box-shadow:-8px 0 40px #1f24182e}.host-panel--open{transform:translate(0)}.host-panel__header{background:var(--olive-dark);padding:28px 28px 32px;flex-shrink:0}.host-panel__top-row{display:flex;justify-content:flex-end;margin-bottom:22px}.host-panel__close{width:36px;height:36px;border-radius:50%;background:#f3ebdc14;border:1px solid rgba(243,235,220,.18);color:#f3ebdcb3;font-size:20px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s,color .15s;font-family:sans-serif}.host-panel__close:hover{background:#f3ebdc29;color:var(--cream)}.host-panel__avatar{width:76px;height:76px;border-radius:50%;background:var(--cream-dark);border:3px solid rgba(243,235,220,.22);margin-bottom:16px}.host-panel__name{font-family:"Hedvig Letters Serif",serif;font-size:26px;font-weight:400;color:var(--cream);line-height:1.2;margin-bottom:8px}.host-panel__specialty-tag{display:inline-block;padding:4px 11px;background:#f3ebdc1a;border-radius:100px;font-family:Hedvig Letters Sans,sans-serif;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#f3ebdc99}.host-panel__body{padding:28px;display:flex;flex-direction:column;gap:28px;flex:1}.host-panel__bio{font-family:Hedvig Letters Sans,sans-serif;font-size:15px;color:#1f2418ad;line-height:1.85}.host-panel__events-label{font-family:Hedvig Letters Sans,sans-serif;font-size:10px;letter-spacing:.17em;text-transform:uppercase;color:#1f241859;margin-bottom:16px}.host-panel__event-item{padding:18px 20px;background:var(--cream-card);border-radius:12px;display:flex;flex-direction:column;gap:6px;margin-bottom:10px}.host-panel__event-item:last-child{margin-bottom:0}.host-panel__event-type{font-family:Hedvig Letters Sans,sans-serif;font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--olive-light)}.host-panel__event-title{font-family:"Hedvig Letters Serif",serif;font-size:17px;font-weight:400;color:var(--near-black);line-height:1.25}.host-panel__event-meta{font-family:Hedvig Letters Sans,sans-serif;font-size:12.5px;color:#1f24187a;line-height:1.5}.host-panel__event-price{font-family:"Hedvig Letters Serif",serif;font-size:16px;color:var(--olive-dark);margin-top:2px}.host-panel__event-reserve{display:inline-flex;align-items:center;height:36px;padding:0 16px;background:var(--olive);color:var(--cream);border-radius:7px;font-family:Hedvig Letters Sans,sans-serif;font-size:12px;font-weight:500;width:fit-content;margin-top:6px;transition:background .15s}.host-panel__event-reserve:hover{background:var(--olive-dark)}.host-panel__no-events{font-family:"Hedvig Letters Serif",serif;font-size:15px;color:#1f241866;font-style:italic}@media (max-width: 1280px){.events-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 1100px){.events-grid{grid-template-columns:1fr 1fr}}@media (max-width: 768px){.events-section{padding:72px 24px 80px}.events-grid{grid-template-columns:1fr}.hosts-section{padding:72px 24px 80px}.hosts-slider-track{margin:0 -24px;padding:0 24px 4px}.host-panel{width:100vw}.hosts-section__headline{font-size:32px}.events-section__header{flex-direction:column;align-items:flex-start;gap:4px}}@media (min-width: 480px) and (max-width: 768px){.events-grid{grid-template-columns:1fr 1fr}}#root:empty{display:none}body.henchu-wc .hero__headline{color:#fff!important}body.henchu-wc .hero__headline-line--accent>span{color:var(--cream)!important}body.henchu-wc .btn-ghost,body.henchu-wc .btn-dark,body.henchu-wc .event-card__reserve{color:var(--cream)!important}body.henchu-wc .hero__btn-primary{color:var(--olive-dark)!important}body.henchu-wc .host-card__view{color:#f3ebdca6!important}body.henchu-wc .host-panel__event-reserve{color:var(--cream)!important}body.henchu-wc .footer__links a,body.henchu-wc .footer__links a:link,body.henchu-wc .footer__links a:visited{color:#f3ebdc!important;text-decoration:none!important}body.henchu-wc .footer__links a:hover,body.henchu-wc .footer__links a:focus{color:var(--cream)!important}body.henchu-wc .footer__social-link,body.henchu-wc .footer__social-link:link,body.henchu-wc .footer__social-link:visited{color:#f3ebdc!important;text-decoration:none!important}body.henchu-wc .footer__social-link:hover,body.henchu-wc .footer__social-link:focus{color:var(--cream)!important}#nav-root .nav{position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important}#root{padding-top:var(--nav-height)}
