.experience-section{background-color:var(--base-600);width:100%;color:var(--base-100);padding:8rem 0 6rem;position:relative;overflow:hidden}.experience-section:before{content:"";opacity:.04;pointer-events:none;z-index:0;background-image:url(/backgrounds/background2.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.experience-section .container{z-index:1;max-width:1200px;margin:0 auto;padding:0 1.5rem;position:relative}.experience-header{text-align:center;max-width:900px;margin-bottom:5rem;margin-left:auto;margin-right:auto}.experience-tagline{text-transform:uppercase;letter-spacing:.3em;color:var(--base-300);margin-bottom:.75rem;font-family:Roslindale Variable,sans-serif;font-size:.85rem;font-weight:500;display:inline-block}.experience-title{text-transform:none;color:var(--base-100);margin-bottom:1.5rem;font-family:Roslindale Variable,sans-serif;font-size:clamp(2.5rem,5vw,4.25rem);font-weight:500;line-height:1.15}.experience-title .highlight-text{color:var(--base-300);font-style:italic}.experience-subtitle{font-family:var(--font-host-grotesk), sans-serif;color:var(--base-200);max-width:720px;margin:0 auto;font-size:clamp(1rem,2vw,1.2rem);font-weight:400;line-height:1.7}.experience-cards{grid-template-columns:repeat(3,1fr);gap:1.5rem;width:100%;margin-bottom:6rem;display:grid}.experience-card{cursor:pointer;will-change:transform;border-radius:20px;outline:1px solid #c5a8801f;height:580px;transition:outline-color .5s,transform .5s cubic-bezier(.25,1,.5,1),box-shadow .5s;position:relative;overflow:hidden;box-shadow:0 8px 24px #091e1766,0 2px 6px #091e174d}.experience-card:hover{outline-color:#c5a88073;transform:translateY(-6px);box-shadow:0 24px 52px #091e17a6,0 0 0 1px #c5a88033,0 0 40px #c5a88014}.experience-card-bg{z-index:0;will-change:transform;transition:transform .7s cubic-bezier(.25,1,.5,1);position:absolute;inset:0}.experience-card-image{object-fit:cover;filter:brightness(.6)contrast(1.08)saturate(.9);transition:filter .5s}.experience-card:hover .experience-card-image{filter:brightness(.45)contrast(1.1)saturate()}.experience-card:hover .experience-card-bg{transform:scale(1.07)}.experience-card:after{content:"";z-index:1;pointer-events:none;background:linear-gradient(#0000 0%,#091e1726 35%,#091e17bf 70%,#091e17f7 100%);transition:opacity .5s;position:absolute;inset:0}.experience-card-number{z-index:3;letter-spacing:.2em;text-transform:uppercase;color:var(--base-300);opacity:.7;font-family:Roslindale Variable,sans-serif;font-size:.7rem;font-weight:500;transition:opacity .4s;position:absolute;top:1.5rem;left:1.75rem}.experience-card:hover .experience-card-number{opacity:0}.experience-card-tag{z-index:3;font-family:var(--font-host-grotesk), sans-serif;letter-spacing:.12em;text-transform:uppercase;color:var(--base-300);-webkit-backdrop-filter:blur(8px);opacity:.8;background:#c5a8801f;border:1px solid #c5a8804d;border-radius:50px;padding:.3rem .85rem;font-size:.68rem;font-weight:500;transition:background .4s,border-color .4s,opacity .4s;position:absolute;top:1.4rem;right:1.4rem}.experience-card:hover .experience-card-tag{opacity:1;background:#c5a88038;border-color:#c5a8808c}.experience-card-content{z-index:2;flex-direction:column;align-items:flex-start;padding:2rem 2rem 2.5rem;display:flex;position:absolute;bottom:0;left:0;right:0}.experience-card-title{text-transform:none;letter-spacing:-.01em;color:var(--base-100);margin:0;font-family:Roslindale Variable,sans-serif;font-size:2rem;font-weight:500;line-height:1.1;transition:transform .5s cubic-bezier(.25,1,.5,1);transform:translateY(0)}.experience-card:hover .experience-card-title{transform:translateY(-8px)}.experience-card-rule{background:var(--base-300);border-radius:2px;width:40px;height:1.5px;margin-top:.9rem;margin-bottom:0;transition:width .5s cubic-bezier(.25,1,.5,1) 50ms,margin-bottom .5s cubic-bezier(.25,1,.5,1)}.experience-card:hover .experience-card-rule{width:64px;margin-bottom:1rem}.experience-card-desc{font-family:var(--font-host-grotesk), sans-serif;color:var(--base-200);opacity:0;pointer-events:none;max-width:90%;max-height:0;font-size:.9rem;line-height:1.65;transition:opacity .45s cubic-bezier(.25,1,.5,1) 80ms,transform .45s cubic-bezier(.25,1,.5,1) 80ms,max-height .45s;overflow:hidden;transform:translateY(14px)}.experience-card:hover .experience-card-desc{opacity:1;pointer-events:auto;max-height:120px;transform:translateY(0)}button.experience-card-cta{cursor:pointer;font:inherit;color:var(--base-300);background:0 0;border:none;padding:0}.experience-card-cta{font-family:var(--font-host-grotesk), sans-serif;letter-spacing:.14em;text-transform:uppercase;color:var(--base-300);opacity:0;pointer-events:none;align-items:center;gap:.6rem;max-height:0;margin-top:0;font-size:.78rem;font-weight:600;text-decoration:none;transition:opacity .4s cubic-bezier(.25,1,.5,1) .15s,transform .4s cubic-bezier(.25,1,.5,1) .15s;display:inline-flex;overflow:hidden;transform:translateY(12px)}.experience-card:hover .experience-card-cta{opacity:1;pointer-events:auto;max-height:48px;margin-top:1.1rem;transform:translateY(0)}.experience-card-cta:hover{gap:.9rem}.experience-card-cta svg{flex-shrink:0;transition:transform .3s}.experience-card-cta:hover svg{transform:translate(4px)}.experience-card.is-touch-active .experience-card-title{transform:translateY(-8px)}.experience-card.is-touch-active .experience-card-rule{width:64px;margin-bottom:1rem}.experience-card.is-touch-active .experience-card-desc{opacity:1;pointer-events:auto;max-height:120px;transform:translateY(0)}.experience-card.is-touch-active .experience-card-cta{opacity:1;pointer-events:auto;max-height:48px;margin-top:1.1rem;transform:translateY(0)}.experience-card.is-touch-active .experience-card-image{filter:brightness(.45)contrast(1.1)saturate()}.experience-card.is-touch-active .experience-card-bg{transform:scale(1.07)}.experience-card.is-touch-active .experience-card-number{opacity:0}.experience-card.is-touch-active .experience-card-tag{opacity:1;background:#c5a88038;border-color:#c5a8808c}.experience-values-row{border-top:1px solid #c5a8801a;grid-template-columns:repeat(4,1fr);gap:0;width:100%;padding-top:1rem;display:grid}.value-item{align-items:center;gap:1.1rem;padding:1.75rem 2rem;transition:background .35s;display:flex;position:relative}.value-item:not(:last-child):after{content:"";background:#c5a8801f;width:1px;height:60%;position:absolute;top:20%;right:0}.value-icon{color:var(--base-300);opacity:.85;flex-shrink:0;justify-content:center;align-items:center;transition:opacity .3s,transform .3s;display:flex}.value-item:hover .value-icon{opacity:1;transform:scale(1.1)}.value-text{flex-direction:column;align-items:flex-start;gap:.2rem;display:flex}.value-text h4{font-family:var(--font-host-grotesk), sans-serif;text-transform:uppercase;letter-spacing:.07em;color:var(--base-100);font-size:.82rem;font-weight:600;line-height:1}.value-text p{font-family:var(--font-host-grotesk), sans-serif;color:var(--base-400);font-size:.78rem;font-weight:400;line-height:1}@media (max-width:1100px){.experience-cards{gap:1.25rem}.experience-card{height:520px}}@media (max-width:991px){.experience-section:before{background-repeat:repeat;background-size:500px}.experience-cards{grid-template-columns:1fr;gap:1.5rem;max-width:540px;margin:0 auto 5rem}.experience-card{height:480px}.experience-values-row{border-top:1px solid #c5a8801a;grid-template-columns:repeat(2,1fr)}.value-item:nth-child(2):after{display:none}.value-item:nth-child(3),.value-item:nth-child(4){border-top:1px solid #c5a8801a}}@media (max-width:768px){.experience-section{padding:5rem 0 3.5rem}.experience-header{margin-bottom:3rem;padding:0 .5rem}.experience-tagline{letter-spacing:.2em;font-size:.75rem}.experience-title{font-size:clamp(2rem,8vw,2.75rem);line-height:1.15}.experience-subtitle{margin-top:.75rem;font-size:.95rem;line-height:1.6}.experience-cards{gap:1.25rem;margin-bottom:3.5rem}.experience-card{border-radius:16px;height:340px}.experience-card-image{filter:brightness(.4)contrast(1.1)saturate(.95)}.experience-card-content{padding:1.5rem 1.5rem 1.75rem}.experience-card-title{font-size:1.6rem;transform:none}.experience-card-desc{opacity:1;pointer-events:auto;max-height:none;margin-top:.4rem;font-size:.85rem;line-height:1.5;transform:translateY(0)}.experience-card-cta{opacity:1;pointer-events:auto;max-height:none;margin-top:1rem;font-size:.75rem;transform:translateY(0)}.experience-values-row{border-top:1px solid #c5a8801f;grid-template-columns:repeat(2,1fr);gap:.85rem;padding-top:1.5rem;display:grid}.value-item{text-align:center;background:#0e201a8c;border:1px solid #c5a88024;border-radius:14px;flex-direction:column;align-items:center;gap:.6rem;padding:1.25rem .85rem;display:flex}.value-item:after{display:none!important}.value-text{text-align:center;align-items:center;gap:.3rem}.value-text h4{letter-spacing:.08em;font-size:.78rem}.value-text p{font-size:.75rem}}@media (max-width:480px){.experience-section{padding:4rem 0 3rem}.experience-header{margin-bottom:2.5rem}.experience-title{margin-bottom:.5rem;font-size:clamp(1.75rem,7.5vw,2.25rem)}.experience-cards{gap:1rem;margin-bottom:3rem}.experience-card{border-radius:14px;height:310px}.experience-card-title{font-size:1.4rem}.experience-card-content{padding:1.25rem 1.25rem 1.5rem}.experience-card-desc{font-size:.82rem;line-height:1.45}.experience-card-cta{margin-top:.85rem}.experience-values-row{border-top:none;grid-template-columns:repeat(2,1fr);gap:.75rem}.value-item{padding:1rem .65rem}}
.feast-section{background-color:var(--base-600);width:100%;color:var(--base-100);padding:8rem 0 6rem;position:relative;overflow:hidden}.feast-mandala-halo{pointer-events:none;z-index:0;opacity:.05;transform-origin:50%;filter:invert(80%)sepia(15%)saturate(700%)hue-rotate(330deg)brightness(90%)contrast(85%);will-change:transform;backface-visibility:hidden;width:clamp(600px,90vw,1000px);height:clamp(600px,90vw,1000px);animation:200s linear infinite spin-slow;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.feast-section:before{content:"";opacity:.04;pointer-events:none;z-index:0;background-image:url(/backgrounds/background2.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.feast-section .container{z-index:1;max-width:1200px;margin:0 auto;padding:0 1.5rem;position:relative}.feast-header{text-align:center;flex-direction:column;align-items:center;margin-bottom:4rem;display:flex}.feast-title{letter-spacing:-.01em;color:var(--base-300);text-transform:uppercase;margin:.5rem 0;font-family:Roslindale Variable,sans-serif;font-size:clamp(2.2rem,5vw,4.25rem);font-weight:500}.feast-stepped-frame-wrapper{filter:drop-shadow(0 20px 40px #0006);align-items:center;width:calc(100% - 36px);margin-bottom:4rem;margin-left:auto;margin-right:auto;display:flex;position:relative}.feast-stepped-frame{width:100%}.feast-slides-container{aspect-ratio:1.75;background-color:var(--base-600);width:100%;position:relative;overflow:hidden}.feast-slide{width:100%;height:100%;position:absolute;inset:0}.feast-slide-image{object-fit:cover;filter:brightness(.6)contrast(1.05)saturate(.95)}.feast-frame-nav-button{cursor:pointer;z-index:10;filter:drop-shadow(0 2px 6px #00000080);background:0 0;border:none;justify-content:center;align-items:center;width:48px;height:60px;transition:opacity .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.feast-frame-nav-button.prev-btn{left:-42px}.feast-frame-nav-button.next-btn{right:-42px}.feast-nav-chevron{will-change:transform;transition:transform .35s cubic-bezier(.25,1,.5,1)}.feast-frame-nav-button.prev-btn:hover .feast-nav-chevron{transform:translate(-8px)}.feast-frame-nav-button.next-btn:hover .feast-nav-chevron{transform:translate(8px)}.feast-frame-nav-button:active{opacity:.6}.feast-slide-overlay{z-index:2;background:linear-gradient(#0000 0%,#091e1773 45%,#091e17f2 100%);flex-direction:column;justify-content:flex-end;align-items:flex-start;padding:4rem 3.5rem;display:flex;position:absolute;inset:0}.feast-slide-overlay .dish-tag{font-family:var(--font-dm-mono), monospace;text-transform:uppercase;letter-spacing:.15em;color:var(--base-300);will-change:opacity, transform;margin-bottom:.75rem;font-size:.85rem;font-weight:550;display:inline-block}.feast-slide-overlay .dish-title{color:var(--base-100);text-transform:none;will-change:opacity, transform;font-family:Roslindale Variable,sans-serif;font-size:clamp(2rem,4vw,3.25rem);font-weight:500;line-height:1.1}.feast-slide-counter{z-index:3;font-family:var(--font-dm-mono), monospace;color:var(--base-200);align-items:flex-end;gap:.25rem;font-size:1.1rem;display:flex;position:absolute;bottom:4rem;right:3.5rem}.counter-current{color:var(--base-300);will-change:opacity, transform;font-size:1.8rem;font-weight:600;line-height:1}.counter-separator{opacity:.5;margin-bottom:.15rem}.counter-total{opacity:.7;margin-bottom:.15rem;font-size:.95rem}.feast-cta-wrapper{justify-content:center;display:flex}.feast-explore-btn{background-color:var(--base-300)!important;color:var(--base-100)!important;padding:1.1rem 2.5rem!important;font-size:.85rem!important}.feast-explore-btn .slide-button-bg{-webkit-backdrop-filter:blur(6px);transition:background-color .35s;background-color:#091e1799!important}.feast-explore-btn:hover{color:var(--base-600)!important}.feast-explore-btn:hover .slide-button-bg{background-color:var(--base-300)!important}@media (max-width:991px){.feast-section:before{background-repeat:repeat;background-size:500px}.feast-slides-container{aspect-ratio:1.4}.feast-slide-overlay{padding:3rem 2.5rem}.feast-slide-counter{bottom:3rem;right:2.5rem}}@media (max-width:768px){.feast-slides-container{aspect-ratio:1.15}.feast-slide-overlay{padding:2.5rem 2rem}.feast-slide-counter{bottom:2.5rem;right:2rem}.feast-section{padding:5rem 0 4rem}.feast-header{margin-bottom:3rem;padding:0 .5rem}.feast-title{letter-spacing:0;font-size:clamp(1.85rem,8vw,2.5rem)}}@media (max-width:480px){.feast-section{padding:4rem 0 3rem}.feast-header{margin-bottom:2.5rem}.feast-title{font-size:clamp(1.6rem,7.5vw,2rem)}.feast-frame-nav-button{height:50px}.feast-slides-container{aspect-ratio:.95}.feast-slide-overlay{padding:2rem 1.5rem}.feast-slide-counter{bottom:2rem;right:1.5rem}}@media (max-width:768px){.feast-mandala-halo{display:none!important}}
.home-chef-section{background-color:var(--base-600);width:100%;color:var(--base-100);padding:8rem 0;position:relative;overflow:hidden}.home-chef-section:before{content:"";opacity:.04;pointer-events:none;z-index:0;background-image:url(/backgrounds/background2.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.home-chef-section .container{z-index:1;max-width:1200px;margin:0 auto;padding:0 1.5rem;position:relative}.home-chef-top-row{justify-content:space-between;align-items:center;gap:4rem;margin-bottom:7rem;display:flex}.home-chef-left{flex-direction:column;flex:1.1;align-items:flex-start;display:flex}.chef-tagline-wrapper{align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.chef-tagline{font-family:var(--font-dm-mono), monospace;text-transform:uppercase;letter-spacing:.15em;color:var(--base-300);font-size:.8rem;font-weight:500}.chef-title{letter-spacing:-.02em;text-transform:none;color:var(--base-100);margin-bottom:2rem;font-family:Roslindale Variable,sans-serif;font-size:clamp(2.5rem,5vw,4.25rem);font-weight:500;line-height:1.15}.chef-title .highlight-text{color:var(--base-300)}.chef-desc{font-family:var(--font-host-grotesk), sans-serif;color:var(--base-200);max-width:600px;margin-bottom:2.5rem;font-size:clamp(1rem,1.8vw,1.15rem);line-height:1.6}.home-chef-right{flex:.9;justify-content:center;align-items:center;display:flex}.chef-stepped-frame-wrapper{filter:drop-shadow(0 20px 40px #0006);width:100%;max-width:460px;position:relative}.chef-stepped-frame{width:100%}.chef-stepped-image-container{aspect-ratio:1169/1346;width:100%;position:relative}.chef-cooking-image{object-fit:cover}@media (max-width:991px){.home-chef-section:before{background-repeat:repeat;background-size:500px}.home-chef-top-row{flex-direction:column;gap:4rem;margin-bottom:5rem}.home-chef-left,.home-chef-right{text-align:center;align-items:center;width:100%}.chef-desc{max-width:100%}}@media (max-width:768px){.home-chef-section{padding:5rem 0 3.5rem}.home-chef-top-row{gap:3rem;margin-bottom:4rem}.chef-stepped-frame-wrapper{max-width:320px;margin:0 auto}.chef-tagline{letter-spacing:.1em;font-size:.75rem}.chef-title{margin-bottom:1.25rem;font-size:clamp(2rem,8vw,2.75rem)}.chef-desc{margin-bottom:1.75rem;font-size:.95rem;line-height:1.6}}@media (max-width:480px){.home-chef-section{padding:4rem 0 3rem}.home-chef-top-row{gap:2.5rem;margin-bottom:3rem}.chef-stepped-frame-wrapper{max-width:270px;margin:0 auto}.chef-title{margin-bottom:1rem;font-size:clamp(1.75rem,7.5vw,2.25rem);line-height:1.2}.chef-desc{margin-bottom:1.5rem;font-size:.9rem}}
.moments{background-color:var(--base-600);width:100%;padding:7rem 0 6.5rem;position:relative;overflow:hidden}.moments .container{z-index:2;max-width:1280px;margin:0 auto;padding:0 1.5rem;position:relative}.moments-header{justify-content:space-between;align-items:flex-end;width:100%;margin-bottom:3.5rem;display:flex}.moments-header-left{flex-direction:column;gap:.5rem;display:flex}.moments-tagline{font-family:var(--font-host-grotesk), sans-serif;letter-spacing:.25em;text-transform:uppercase;color:var(--base-300);font-size:.72rem;font-weight:600;display:block}.moments-title{font-family:""Roslindale Variable"", sans-serif;color:var(--base-100);letter-spacing:-.02em;white-space:nowrap;margin:0;font-size:clamp(2.2rem,4vw,3.5rem);font-weight:500;line-height:1.1}.moments-nav{gap:.75rem;display:flex}.moments-nav-btn{width:48px;height:48px;color:var(--base-300);cursor:pointer;background:#0e201a99;border:1px solid #c5a88040;border-radius:50%;outline:none;justify-content:center;align-items:center;transition:background .3s,border-color .3s,color .3s,transform .2s;display:flex}.moments-nav-btn:hover{background:var(--base-300);border-color:var(--base-300);color:var(--base-600);transform:scale(1.05)}.moments-nav-btn:active{transform:scale(.95)}.moments-carousel{width:100%;padding:.5rem 0 1rem;position:relative;overflow:hidden}.moments-carousel:before,.moments-carousel:after{content:"";z-index:10;pointer-events:none;width:90px;position:absolute;top:0;bottom:0}.moments-carousel:before{background:linear-gradient(to right, var(--base-600) 0%, #09151100 100%);left:0}.moments-carousel:after{background:linear-gradient(to left, var(--base-600) 0%, #09151100 100%);right:0}.moments-track{will-change:transform;-webkit-user-select:none;user-select:none;width:100%;position:relative}.moment-card{will-change:transform;background-color:#0e201ab3;border:1px solid #c5a88029;border-radius:16px;width:260px;transition:border-color .35s,box-shadow .35s;overflow:hidden;box-shadow:0 12px 30px #00000059}.moment-card:hover{border-color:#c5a88080;box-shadow:0 18px 40px #00000080}.moment-card-img-wrap{aspect-ratio:3/4;width:100%;position:relative;overflow:hidden}.moment-card-img{object-fit:cover;filter:brightness(.85)contrast(1.02);pointer-events:none;-webkit-user-drag:none;transition:filter .4s,transform .5s}.moment-card:hover .moment-card-img{filter:brightness(.95)contrast(1.05);transform:scale(1.04)}.moment-overlay{-webkit-backdrop-filter:blur(4px);text-align:center;opacity:0;pointer-events:none;z-index:2;background:#091511d1;justify-content:center;align-items:center;padding:1.25rem;transition:opacity .35s;display:flex;position:absolute;inset:0}.moment-card:hover .moment-overlay{opacity:1;pointer-events:auto}.moment-celebrity-name{font-family:var(--font-host-grotesk), sans-serif;color:var(--base-300);text-transform:uppercase;letter-spacing:.1em;font-size:1.05rem;font-weight:600;line-height:1.3;transition:transform .35s;transform:translateY(12px)}.moment-card:hover .moment-celebrity-name{transform:translateY(0)}@media (max-width:900px){.moments-carousel:before,.moments-carousel:after{display:none!important}.moments{padding:5rem 0 4.5rem}.moments-header{text-align:center;flex-direction:column;align-items:center;gap:1.25rem;margin-bottom:2.5rem}.moments-header-left{align-items:center}.moments-title{white-space:normal}}@media (max-width:600px){.moments{padding:4rem 0}.moments-header{margin-bottom:2rem}.moments-nav-btn{width:42px;height:42px}}
.street-section{background-color:var(--base-600);width:100%;color:var(--base-100);border-top:1px solid #c5a8801f;padding:8rem 0 6rem;position:relative;overflow:hidden}.street-section:before{content:"";opacity:.04;pointer-events:none;z-index:0;background-image:url(/backgrounds/background2.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.street-section .container{z-index:1;width:100%;max-width:1200px;margin:0 auto;position:relative}.street-header{text-align:center;flex-direction:column;align-items:center;max-width:800px;margin-bottom:5rem;margin-left:auto;margin-right:auto;display:flex}.street-tagline{font-family:var(--font-dm-mono), monospace;text-transform:uppercase;letter-spacing:.15em;color:var(--base-300);margin:.75rem 0 1rem;font-size:.8rem;font-weight:500;display:inline-block}.street-title{text-transform:none;color:var(--base-100);margin-bottom:1.5rem;font-family:Roslindale Variable,sans-serif;font-size:clamp(2.5rem,5vw,4.25rem);font-weight:500;line-height:1.15}.street-title .highlight-text{color:var(--base-300)}.street-subtitle{font-family:var(--font-host-grotesk), sans-serif;color:var(--base-200);margin-top:1.5rem;font-size:clamp(1rem,1.8vw,1.15rem);line-height:1.5}.street-cards-row{gap:1.25rem;width:100%;height:480px;margin-bottom:2.75rem;display:flex;overflow:hidden}.street-card{cursor:pointer;background-color:#080d09;border:1px solid #ffffff14;border-radius:12px;flex:0 0 80px;transition:flex .6s cubic-bezier(.25,1,.3,1),border-color .4s,box-shadow .4s;position:relative;overflow:hidden;box-shadow:0 15px 35px #0006}.street-card:hover{border-color:#c5a88059;box-shadow:0 20px 45px #091e1780}.street-card.is-active{border-color:#c5a88080;flex:1;box-shadow:0 25px 55px #091e1799,0 0 30px #c5a88026}.street-card-bg{z-index:0;opacity:.15;transition:opacity .6s,filter .6s,transform .6s;position:absolute;inset:0}.street-card-image{object-fit:cover}.street-card.is-active .street-card-bg{opacity:1;transform:scale(1.02)}.street-card:after{content:"";z-index:1;pointer-events:none;opacity:0;background:linear-gradient(#0000 0%,#091e1766 40%,#091e17f2 100%);transition:opacity .6s;position:absolute;inset:0}.street-card.is-active:after{opacity:1}.street-card-vertical-header{z-index:2;pointer-events:none;position:absolute;top:40px;left:28px}.street-card-vertical-title{font-family:var(--font-dm-mono), monospace;color:var(--base-200);text-transform:uppercase;letter-spacing:.22em;writing-mode:vertical-rl;white-space:nowrap;font-size:.95rem;font-weight:600;transition:color .4s}.street-card:hover .street-card-vertical-title{color:var(--base-100)}.street-card.is-active .street-card-vertical-title{color:var(--base-300)}.street-card-collapsed-icon{z-index:2;pointer-events:none;color:#c5a88080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#091e17a6;border:1px solid #c5a88040;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:opacity .4s,transform .4s;display:flex;position:absolute;bottom:35px;left:50%;transform:translate(-50%)}.street-card.is-active .street-card-collapsed-icon{opacity:0;transform:translate(-50%,15px)}.street-card-expanded-content{z-index:2;text-align:left;opacity:0;pointer-events:none;flex-direction:column;align-items:flex-start;transition:opacity .4s,transform .4s;display:flex;position:absolute;bottom:40px;left:85px;right:40px;transform:translateY(15px)}.street-card.is-active .street-card-expanded-content{opacity:1;pointer-events:all;transition:opacity .6s .25s,transform .6s .25s;transform:translateY(0)}.street-card-desc{font-family:var(--font-host-grotesk), sans-serif;color:var(--base-100);max-width:500px;margin:0;font-size:1.05rem;line-height:1.55}.street-card-action{color:var(--base-300);font-family:var(--font-dm-mono), monospace;text-transform:uppercase;letter-spacing:.12em;cursor:pointer;align-items:center;gap:.75rem;margin-top:1.75rem;font-size:.85rem;font-weight:600;transition:color .3s;display:flex}.street-card-action svg{transition:transform .3s}.street-card-action:hover{color:var(--base-100)}.street-card-action:hover svg{transform:scale(1.1)rotate(15deg)}.street-cta-wrapper{justify-content:center;display:flex}.street-explore-btn{background-color:var(--base-300)!important;color:var(--base-100)!important;transition:color .35s!important}.street-explore-btn .slide-button-bg{-webkit-backdrop-filter:blur(6px);background-color:#091e1799!important;transition:background-color .35s!important}.street-explore-btn:hover{color:var(--base-600)!important}.street-explore-btn:hover .slide-button-bg{background-color:var(--base-300)!important}@media (max-width:991px){.street-section:before{background-repeat:repeat;background-size:500px}.street-cards-row{gap:.75rem;height:440px}.street-card{flex:0 0 70px}.street-card-vertical-header{left:23px}.street-card-expanded-content{left:70px;right:25px}}@media (max-width:768px){.street-section{padding:5rem 0 3.5rem}.street-header{margin-bottom:3rem;padding:0 .5rem}.street-tagline{letter-spacing:.1em;margin:.5rem 0 .75rem;font-size:.75rem}.street-title{margin-bottom:1rem;font-size:clamp(2rem,8vw,2.75rem)}.street-subtitle{margin-top:1rem;font-size:.95rem;line-height:1.55}}@media (max-width:480px){.street-section{padding:4rem 0 3rem}.street-header{margin-bottom:2.5rem}.street-title{font-size:clamp(1.75rem,7.5vw,2.25rem)}.street-subtitle{margin-top:.75rem;font-size:.9rem}}@media (max-width:768px){.street-cards-row{contain:layout;flex-direction:column;gap:.75rem;height:auto;overflow:visible}.street-card{flex:none;width:100%;height:68px;transition:height .6s cubic-bezier(.25,1,.3,1),border-color .4s,box-shadow .4s}.street-card.is-active{flex:none;height:320px}.street-card-bg{filter:grayscale(10%)brightness(.25)}.street-card.is-active .street-card-bg{filter:grayscale(0%)brightness(.45)}.street-card-vertical-header{transition:top .6s,transform .6s;top:50%;left:24px;transform:translateY(-50%)}.street-card.is-active .street-card-vertical-header{top:25px;transform:none}.street-card-vertical-title{writing-mode:horizontal-tb;letter-spacing:.05em;font-family:Roslindale Variable,sans-serif;font-size:1.15rem;font-weight:500}.street-card-collapsed-icon{-webkit-backdrop-filter:none;background:#091e17cc;bottom:50%;left:auto;right:24px;transform:translateY(50%)}.street-card.is-active .street-card-collapsed-icon{opacity:0;transform:translate(15px,50%)}.street-card-expanded-content{bottom:25px;left:24px;right:24px}.street-card-desc{max-width:100%;font-size:.95rem;line-height:1.45}.street-card-action{margin-top:1rem}}
.gallery-section{background-color:var(--base-600);width:100%;color:var(--base-100);padding:6.5rem 0;position:relative;overflow:hidden}.gallery-container{z-index:2;max-width:1240px;margin:0 auto;padding:0 1.5rem;position:relative}.gallery-header{text-align:center;flex-direction:column;align-items:center;margin-bottom:3.5rem;display:flex}.gallery-tagline{font-family:var(--font-host-grotesk), sans-serif;letter-spacing:.25em;text-transform:uppercase;color:var(--base-300);margin-bottom:.6rem;font-size:.72rem;font-weight:600;display:block}.gallery-title{font-family:""Roslindale Variable"", sans-serif;color:var(--base-100);letter-spacing:-.02em;margin-bottom:.85rem;font-size:clamp(2.2rem,4.5vw,3.5rem);font-weight:500;line-height:1.1}.gallery-title .highlight-gold{color:var(--base-300)}.gallery-subtitle{font-family:var(--font-host-grotesk), sans-serif;color:var(--base-200);max-width:520px;margin:0 auto;font-size:clamp(.88rem,1.2vw,1rem);font-weight:400;line-height:1.65}.gallery-split-layout{grid-template-columns:1.2fr 1fr;align-items:center;gap:2.5rem;margin-bottom:3rem;display:grid}.gallery-split-left{width:100%;position:relative}.gallery-feature-video-card{cursor:pointer;background-color:#0e201ab3;border:1px solid #c5a88033;border-radius:20px;outline:none;width:100%;height:380px;transition:border-color .35s;position:relative;overflow:hidden;box-shadow:0 16px 45px #00000073}.gallery-feature-video-card:hover{border-color:#c5a88080}.gallery-video-img-wrap{z-index:0;position:absolute;inset:0;overflow:hidden}.gallery-video-img{object-fit:cover;filter:brightness(.8)saturate(.95)}.gallery-play-icon-static{z-index:2;border:1.5px solid var(--base-300);width:64px;height:64px;color:var(--base-300);-webkit-backdrop-filter:blur(6px);pointer-events:none;background:#091511a6;border-radius:50%;justify-content:center;align-items:center;transition:background .3s,color .3s,border-color .3s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.gallery-play-icon-static svg{margin-left:3px}.gallery-feature-video-card:hover .gallery-play-icon-static{background:var(--base-300);color:var(--base-600);border-color:var(--base-300)}.gallery-split-right{flex-direction:column;width:100%;display:flex}.gallery-side-cards{grid-template-columns:repeat(2,1fr);gap:1.25rem;width:100%;display:grid}.gallery-side-card{cursor:pointer;background-color:#0e201a99;border:1px solid #c5a88029;border-radius:16px;outline:none;width:100%;height:380px;transition:border-color .35s;position:relative;overflow:hidden;box-shadow:0 10px 25px #0000004d}.gallery-side-card:hover{border-color:#c5a88073}.side-card-img-wrap{z-index:0;position:absolute;inset:0}.side-card-img{object-fit:cover;filter:brightness(.82)saturate(.95)}.gallery-cta-wrapper{justify-content:center;display:flex}.gallery-lightbox{z-index:9999;-webkit-backdrop-filter:blur(14px);background:#060f0cf0;justify-content:center;align-items:center;padding:2rem;animation:.3s lightbox-fade-in;display:flex;position:fixed;inset:0}@keyframes lightbox-fade-in{0%{opacity:0}to{opacity:1}}.gallery-lightbox-content{flex-direction:column;align-items:center;width:100%;max-width:960px;display:flex;position:relative}.gallery-lightbox-close{color:var(--base-100);cursor:pointer;background:0 0;border:none;font-size:2.5rem;line-height:1;transition:color .3s;position:absolute;top:-2.75rem;right:0}.gallery-lightbox-close:hover{color:var(--base-300)}.gallery-video-modal-wrap{aspect-ratio:16/9;background:#000;border:1px solid #c5a8804d;border-radius:14px;width:100%;position:relative;overflow:hidden;box-shadow:0 25px 60px #000000b3}.gallery-video-iframe{border:0;width:100%;height:100%}.gallery-lightbox-img-wrap{border:1px solid #c5a88040;border-radius:14px;width:100%;height:65vh;position:relative;overflow:hidden;box-shadow:0 20px 50px #0009}@media (max-width:991px){.gallery-section{padding:5rem 0}.gallery-header{text-align:center;align-items:center;width:100%;margin-bottom:3.5rem}.gallery-tagline,.gallery-title,.gallery-subtitle{text-align:center}.gallery-split-layout{grid-template-columns:1fr;gap:2.25rem;margin-bottom:3.5rem}.gallery-feature-video-card{height:340px}.gallery-side-card{height:200px}.gallery-cta-wrapper{margin-top:1rem}}@media (max-width:600px){.gallery-section{padding:4rem 0}.gallery-header{text-align:center;align-items:center;width:100%;margin-bottom:3rem}.gallery-title{font-size:clamp(1.8rem,7.5vw,2.4rem)}.gallery-subtitle{padding:0 .5rem;font-size:.88rem}.gallery-feature-video-card{height:260px}.gallery-side-cards{grid-template-columns:1fr;gap:1.25rem}.gallery-side-card{height:190px}}
.ingredients-section{background-color:var(--base-600);width:100%;padding:4.5rem 0 5rem;position:relative;overflow:hidden}.ingredients-container{z-index:2;max-width:1200px;margin:0 auto;padding:0 1.5rem;position:relative}.ingredients-header{text-align:center;flex-direction:column;align-items:center;margin-bottom:3rem;display:flex}.ingredients-subtitle{font-family:var(--font-host-grotesk), sans-serif;letter-spacing:.25em;text-transform:uppercase;color:var(--base-300);margin-bottom:.6rem;font-size:.72rem;font-weight:600;display:block}.ingredients-title{font-family:""Roslindale Variable"", sans-serif;color:var(--base-100);letter-spacing:-.02em;margin-bottom:.85rem;font-size:clamp(2.2rem,4.5vw,3.4rem);font-weight:500;line-height:1.1}.ingredients-desc{font-family:var(--font-host-grotesk), sans-serif;color:var(--base-200);max-width:520px;margin:0 auto;font-size:clamp(.85rem,1.2vw,.98rem);font-weight:400;line-height:1.6}.ingredients-marquee-wrap{z-index:2;width:100%;position:relative;overflow:hidden}.ingredients-marquee-wrap:before,.ingredients-marquee-wrap:after{content:"";z-index:3;pointer-events:none;width:120px;position:absolute;top:0;bottom:0}.ingredients-marquee-wrap:before{background:linear-gradient(to right, var(--base-600) 0%, transparent 100%);left:0}.ingredients-marquee-wrap:after{background:linear-gradient(to left, var(--base-600) 0%, transparent 100%);right:0}.ingredients-marquee{width:100%;padding:1rem 0 1.5rem;overflow:hidden}.ingredients-track{will-change:transform;width:max-content;animation:35s linear infinite ingredients-marquee-loop;display:flex}@media (hover:hover){.ingredients-marquee:hover .ingredients-track{animation-play-state:paused}}.ingredients-group{flex-shrink:0;align-items:center;gap:1.5rem;padding:0 .75rem;display:flex}.ingredients-card{-webkit-backdrop-filter:blur(8px);-webkit-user-select:none;user-select:none;cursor:pointer;background:#0e201a8c;border:1px solid #c5a88024;border-radius:16px;flex-direction:column;justify-content:space-between;align-items:center;width:210px;height:250px;padding:1.75rem 1.25rem 1.5rem;transition:transform .45s cubic-bezier(.25,1,.5,1),border-color .45s,box-shadow .45s;display:flex;position:relative}.ingredients-card-glow{pointer-events:none;opacity:.6;background:radial-gradient(circle,#c5a8802e 0%,#0000 70%);border-radius:50%;width:110px;height:110px;transition:opacity .45s,transform .45s;position:absolute;top:35%;left:50%;transform:translate(-50%,-50%)}.ingredients-card:hover{border-color:#c5a88066;transform:translateY(-8px);box-shadow:0 16px 36px #0006,0 0 25px #c5a88014}.ingredients-card:hover .ingredients-card-glow{opacity:1;transform:translate(-50%,-50%)scale(1.25)}.ingredients-img-wrap{z-index:1;border:1px solid #c5a88040;border-radius:12px;width:95px;height:95px;transition:transform .45s cubic-bezier(.25,1,.5,1),border-color .45s,box-shadow .45s;position:relative;overflow:hidden;box-shadow:0 8px 16px #0000004d}.ingredients-img{object-fit:cover;-webkit-user-drag:none}.ingredients-card:hover .ingredients-img-wrap{border-color:#c5a88080;transform:scale(1.06)translateY(-3px);box-shadow:0 12px 24px #00000073}.ingredients-card-info{text-align:center;z-index:1;flex-direction:column;align-items:center;gap:.35rem;display:flex}.ingredients-label{font-family:""Roslindale Variable"", sans-serif;color:var(--base-100);letter-spacing:-.01em;margin:0;font-size:1.15rem;font-weight:500;line-height:1.2;transition:color .35s}.ingredients-card:hover .ingredients-label{color:var(--base-300)}.ingredients-note{font-family:var(--font-host-grotesk), sans-serif;letter-spacing:.08em;text-transform:uppercase;color:#c5a880bf;white-space:nowrap;background:#c5a88014;border:1px solid #c5a88026;border-radius:50px;padding:.2rem .65rem;font-size:.68rem;font-weight:600}@keyframes ingredients-marquee-loop{0%{transform:translate(0,0)}to{transform:translate(-33.3333%)}}@media (max-width:900px){.ingredients-section{padding:3.5rem 0 4rem}.ingredients-header{margin-bottom:2.25rem}.ingredients-card{width:180px;height:220px;padding:1.5rem 1rem 1.25rem}.ingredients-img-wrap{width:85px;height:85px}.ingredients-label{font-size:1.05rem}.ingredients-marquee-wrap:before,.ingredients-marquee-wrap:after{width:60px}}@media (max-width:600px){.ingredients-section{padding:3rem 0 3.5rem}.ingredients-header{margin-bottom:1.75rem}.ingredients-card{-webkit-backdrop-filter:none;border-radius:14px;width:155px;height:195px;padding:1.25rem .85rem 1rem}.ingredients-img-wrap{width:70px;height:70px}.ingredients-label{font-size:.95rem}.ingredients-note{padding:.15rem .5rem;font-size:.62rem}.ingredients-group{gap:1rem}.ingredients-track{animation-duration:25s}}
.press-section{background-color:var(--base-600);width:100%;padding:7rem 0 6.5rem;position:relative;overflow:hidden}.press-section .container{z-index:2;max-width:1280px;margin:0 auto;padding:0 1.5rem;position:relative}.press-header{justify-content:space-between;align-items:flex-end;width:100%;margin-bottom:3.5rem;display:flex}.press-header-left{flex-direction:column;gap:.5rem;display:flex}.press-tagline{font-family:var(--font-host-grotesk), sans-serif;letter-spacing:.25em;text-transform:uppercase;color:var(--base-300);font-size:.72rem;font-weight:600;display:block}.press-title{font-family:""Roslindale Variable"", sans-serif;color:var(--base-100);letter-spacing:-.02em;margin:0;font-size:clamp(2.2rem,4vw,3.5rem);font-weight:500;line-height:1.1}.press-subtitle{font-family:var(--font-host-grotesk), sans-serif;color:var(--base-200);margin:0;font-size:.92rem}.press-nav{gap:.75rem;display:flex}.press-nav-btn{width:48px;height:48px;color:var(--base-300);cursor:pointer;background:#0e201a99;border:1px solid #c5a88040;border-radius:50%;outline:none;justify-content:center;align-items:center;font-size:1.15rem;transition:background .3s,border-color .3s,color .3s,transform .2s;display:flex}.press-nav-btn:hover{background:var(--base-300);border-color:var(--base-300);color:var(--base-600);transform:scale(1.05)}.press-nav-btn:active{transform:scale(.95)}.press-carousel{width:100%;min-height:440px;margin-bottom:2.5rem;padding:1rem 0 2rem;position:relative;overflow:hidden}.press-carousel:before,.press-carousel:after{content:"";z-index:10;pointer-events:none;width:90px;position:absolute;top:0;bottom:0}.press-carousel:before{background:linear-gradient(to right, var(--base-600) 0%, #09151100 100%);left:0}.press-carousel:after{background:linear-gradient(to left, var(--base-600) 0%, #09151100 100%);right:0}.press-track{will-change:transform;-webkit-user-select:none;user-select:none;width:100%;min-height:420px;position:relative}.press-card{width:340px;height:390px;color:inherit;cursor:pointer;will-change:transform;background-color:#0e201ad9;border:1px solid #c5a8802e;border-radius:16px;outline:none;flex-direction:column;text-decoration:none;transition:border-color .35s,box-shadow .35s;display:flex;overflow:hidden;box-shadow:0 14px 35px #0006}.press-card:hover{border-color:#c5a88080;box-shadow:0 20px 45px #0000008c}.press-card-media-wrap{background:#081410f2;flex-shrink:0;width:100%;height:190px;position:relative;overflow:hidden}.press-card-badge{z-index:6;font-family:var(--font-host-grotesk), sans-serif;letter-spacing:.14em;text-transform:uppercase;color:var(--base-300);-webkit-backdrop-filter:blur(6px);background:#091511d9;border:1px solid #c5a8804d;border-radius:50px;padding:.3rem .85rem;font-size:.65rem;font-weight:600;position:absolute;top:.85rem;left:.85rem}.press-video-iframe{border:0;width:100%;height:100%}.press-article-img{object-fit:contain;padding:1.25rem;transition:transform .5s}.press-card:hover .press-article-img{transform:scale(1.04)}.press-card-body{box-sizing:border-box;flex-direction:column;flex-shrink:0;justify-content:space-between;height:200px;padding:1.25rem;display:flex}.press-card-title{font-family:""Roslindale Variable"", sans-serif;color:var(--base-100);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:1.08rem;font-weight:500;line-height:1.35;transition:color .3s;display:-webkit-box;overflow:hidden}.press-card:hover .press-card-title{color:var(--base-300)}.press-card-action{font-family:var(--font-host-grotesk), sans-serif;letter-spacing:.12em;text-transform:uppercase;color:var(--base-300);align-items:center;gap:.4rem;margin-top:auto;font-size:.75rem;font-weight:600;display:inline-flex}.press-card-action .arrow{transition:transform .3s}.press-card:hover .press-card-action .arrow{transform:translate(4px)}.press-cta-wrapper{justify-content:center;display:flex}@media (max-width:900px){.press-carousel:before,.press-carousel:after{display:none!important}.press-section{padding:5rem 0 4.5rem}.press-header{text-align:center;flex-direction:column;align-items:center;gap:1.25rem;margin-bottom:2.5rem}.press-header-left{align-items:center}.press-carousel{min-height:390px}.press-track{min-height:370px}.press-card{width:280px;height:360px}.press-card-media-wrap{height:160px}.press-card-body{height:200px;padding:1rem}.press-card-title{font-size:.98rem}}@media (max-width:600px){.press-section{padding:4rem 0}.press-header{margin-bottom:2rem}.press-nav-btn{width:42px;height:42px}.press-card{width:270px;height:350px}.press-card-media-wrap{height:150px}.press-card-body{height:200px;padding:1rem}}
.social-section{background-color:var(--base-600);border-top:1px solid #c5a8801f;border-bottom:1px solid #c5a8801f;width:100%;padding:5rem 0;position:relative;overflow:hidden}.social-section .container{max-width:1300px;padding:0 1.5rem}.social-section .mandala-corner{opacity:.2;z-index:1}.social-section-header{text-align:center;z-index:2;margin-bottom:3rem;position:relative}.social-section-header p{margin-bottom:.25rem;color:var(--base-300)!important}.social-section-header h2{font-size:clamp(2rem,4vw,3.5rem);color:var(--base-100)!important}.social-cards-grid{z-index:2;grid-template-columns:repeat(5,1fr);gap:1.25rem;width:100%;display:grid;position:relative}.social-card{background-color:var(--base-500);border:1px solid #c5a8801a;border-radius:6px;padding:1.5rem 1.25rem;text-decoration:none;transition:all .4s cubic-bezier(.25,1,.5,1);display:block;position:relative;overflow:hidden;box-shadow:0 10px 25px #0003}.social-card-bg-glow{background:radial-gradient(circle at center, var(--brand-color) 0%, transparent 70%);opacity:0;mix-blend-mode:screen;pointer-events:none;transition:opacity .4s;position:absolute;inset:0}.social-card:hover{border-color:var(--brand-color);transform:translateY(-6px);box-shadow:0 15px 30px #00000059,0 0 12px #ffffff0a}.social-card:hover .social-card-bg-glow{opacity:.07}.social-card-inner{z-index:3;flex-direction:column;gap:1.25rem;display:flex;position:relative}.social-card-icon-wrap{width:48px;height:48px;color:var(--base-100);background-color:#ffffff08;border:1px solid #c5a88026;border-radius:50%;justify-content:center;align-items:center;transition:all .4s cubic-bezier(.25,1,.5,1);display:flex}.social-card-icon-wrap svg{width:22px;height:22px}.social-card:hover .social-card-icon-wrap{color:var(--brand-color);border-color:var(--brand-color);background-color:#ffffff0f;transform:scale(1.05)rotate(-5deg)}.social-card-meta{flex-direction:column;gap:.35rem;display:flex}.social-card-platform{letter-spacing:.1em;color:var(--base-300);text-transform:uppercase;font-size:.65rem}.social-card-handle{color:var(--base-100);text-transform:none;word-break:break-all;font-family:Roslindale Variable,sans-serif;font-size:clamp(1rem,1.2vw,1.25rem);font-weight:800;line-height:1.2}.social-card-action{color:var(--base-200);letter-spacing:.05em;align-items:center;gap:.35rem;margin-top:.5rem;font-size:.7rem;transition:color .3s;display:inline-flex}.social-card-action .arrow{transition:transform .3s}.social-card:hover .social-card-action{color:var(--base-100)}.social-card:hover .social-card-action .arrow{transform:translate(3px)}@media (max-width:1200px){.social-cards-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}@media (max-width:800px){.social-section{padding:4rem 0}.social-cards-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.social-card{padding:1.25rem 1rem}}@media (max-width:500px){.social-cards-grid{grid-template-columns:1fr;gap:1rem}.social-card{padding:1.5rem 1.25rem}}
.home-blog-section{background-color:var(--base-600);width:100%;color:var(--base-100);border-top:1px solid #c5a8801f;padding:8rem 0;position:relative;overflow:hidden}.home-blog-section:before{content:"";opacity:.04;pointer-events:none;z-index:0;background-image:url(/backgrounds/background2.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.home-blog-section .container{z-index:1;max-width:1200px;margin:0 auto;padding:0 2rem;position:relative}.home-blog-header{text-align:center;flex-direction:column;align-items:center;max-width:800px;margin-bottom:5rem;margin-left:auto;margin-right:auto;display:flex}.blog-tagline{font-family:var(--font-dm-mono), monospace;text-transform:uppercase;letter-spacing:.15em;color:var(--base-300);margin-bottom:1rem;font-size:.8rem;font-weight:500;display:inline-block}.blog-title{color:var(--base-100);margin-bottom:1.5rem;font-family:Roslindale Variable,sans-serif;font-size:clamp(2.5rem,5vw,4.25rem);font-weight:500;line-height:1.15}.blog-title .highlight-text{color:var(--base-300)}.blog-subtitle{font-family:var(--font-host-grotesk), sans-serif;color:var(--base-200);font-size:clamp(1rem,1.8vw,1.15rem);line-height:1.5}.home-blog-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;width:100%;margin-bottom:5rem;display:grid}.home-blog-card{cursor:pointer;background-color:#080d09;border:1px solid #ffffff0d;border-radius:12px;flex-direction:column;height:100%;text-decoration:none;transition:transform .5s cubic-bezier(.25,1,.3,1),border-color .4s,box-shadow .5s cubic-bezier(.25,1,.3,1);display:flex;overflow:hidden}.home-blog-card:hover{border-color:#c5a88066;transform:translateY(-10px);box-shadow:0 20px 40px #00000080}.home-blog-img-container{aspect-ratio:16/10;width:100%;position:relative;overflow:hidden}.home-blog-img{object-fit:cover;transition:transform .8s cubic-bezier(.25,1,.3,1)}.home-blog-card:hover .home-blog-img{transform:scale(1.08)}.home-blog-card-tag{background-color:var(--base-300);color:var(--base-500);font-family:var(--font-dm-mono), monospace;text-transform:uppercase;letter-spacing:.08em;z-index:1;border-radius:4px;padding:.35rem .75rem;font-size:.7rem;font-weight:600;position:absolute;top:1rem;left:1rem}.home-blog-card-meta{font-family:var(--font-dm-mono), monospace;color:var(--base-300);align-items:center;padding:1.5rem 1.75rem .5rem;font-size:.8rem;display:flex}.blog-meta-divider{color:#fff3;margin:0 .5rem}.blog-read-time{color:var(--base-200)}.home-blog-card-content{flex-direction:column;flex-grow:1;padding:.5rem 1.75rem 1.5rem;display:flex}.home-blog-card-title{color:var(--base-100);margin:0 0 .75rem;font-family:Roslindale Variable,sans-serif;font-size:1.35rem;font-weight:500;line-height:1.3;transition:color .3s}.home-blog-card:hover .home-blog-card-title{color:var(--base-300)}.home-blog-card-excerpt{font-family:var(--font-host-grotesk), sans-serif;color:var(--base-200);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:.95rem;line-height:1.5;display:-webkit-box;overflow:hidden}.home-blog-card-footer{border-top:1px solid #ffffff08;margin-top:auto;padding:0 1.75rem 1.75rem}.read-more-btn{font-family:var(--font-dm-mono), monospace;text-transform:uppercase;color:var(--base-100);align-items:center;gap:.5rem;margin-top:1rem;font-size:.85rem;font-weight:600;transition:color .3s;display:inline-flex}.arrow-icon{font-size:.95rem;transition:transform .3s cubic-bezier(.25,1,.3,1)}.home-blog-card:hover .read-more-btn{color:var(--base-300)}.home-blog-card:hover .arrow-icon{transform:translate(5px)}.blog-cta-wrapper{justify-content:center;width:100%;display:flex}@media (max-width:1024px){.home-blog-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width:768px){.home-blog-section{padding:5rem 0 3.5rem}.home-blog-header{margin-bottom:3.5rem}.blog-tagline{letter-spacing:.1em;font-size:.75rem}.blog-title{margin-bottom:1rem;font-size:clamp(2rem,8vw,2.75rem);line-height:1.2}.blog-subtitle{font-size:.95rem}.home-blog-grid{grid-template-columns:1fr;gap:2rem}.home-blog-card-title{font-size:1.25rem}}@media (max-width:480px){.home-blog-section{padding:4rem 0 3rem}.home-blog-header{margin-bottom:2.5rem}.blog-title{font-size:clamp(1.75rem,7.5vw,2.25rem)}.blog-subtitle{font-size:.9rem}.home-blog-card-meta{padding:1.25rem 1.5rem .5rem;font-size:.75rem}.home-blog-card-content{padding:.5rem 1.5rem 1.25rem}.home-blog-card-title{font-size:1.15rem}.home-blog-card-excerpt{font-size:.875rem}.home-blog-card-footer{padding:0 1.5rem 1.5rem}}
.hero{background-color:var(--base-500);width:100%;height:100svh;position:relative;overflow:hidden}.hero .hero-img{z-index:0;clip-path:url(#indian-arch-clip);will-change:clip-path;width:100%;height:100%;position:absolute;top:0;left:0}.hero .hero-img:after{content:"";z-index:1;background:linear-gradient(#091e1766 0%,#091e17d9 100%);position:absolute;inset:0}.hero .hero-img img{object-fit:cover;z-index:0;filter:brightness(.65)contrast(1.05)saturate(.9)sepia(.1);width:100%;height:100%;position:absolute}.hero .container{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.hero h1{max-width:95vw;font-size:clamp(3.75rem,10.5vw,13.5rem);line-height:.92}.hero-tagline-subtitle{font-family:var(--font-dm-mono), monospace;text-transform:uppercase;letter-spacing:.18em;color:var(--base-300);margin-top:2.25rem;font-size:clamp(.95rem,1.8vw,1.35rem);font-weight:550}.hero-buttons-container{z-index:10;opacity:0;justify-content:center;align-items:center;gap:2rem;margin-top:3.5rem;display:flex;position:relative}.hero-buttons-container .hero-btn-primary{background-color:var(--base-300);color:var(--base-600)}.hero-buttons-container .hero-btn-primary .slide-button-bg{background-color:var(--base-300)}.hero-buttons-container .hero-btn-primary:hover{color:var(--base-100)}.hero-buttons-container .hero-btn-primary:hover .slide-button-bg{background-color:var(--base-600)}.hero-buttons-container .hero-btn-secondary{background-color:var(--base-300);color:var(--base-100)}.hero-buttons-container .hero-btn-secondary .slide-button-bg{background-color:var(--base-600)}.hero-buttons-container .hero-btn-secondary:hover{color:var(--base-600)}.hero-buttons-container .hero-btn-secondary:hover .slide-button-bg{background-color:var(--base-300)}@media (max-width:768px){.hero-buttons-container{flex-direction:column;gap:.875rem;margin-top:2rem}}@media (max-width:480px){.hero-tagline-subtitle{margin-top:1.25rem;font-size:clamp(.875rem,3vw,1.15rem)}.hero-buttons-container{gap:.75rem;margin-top:1.5rem}}.about{background-color:var(--base-500);width:100%;height:100%;min-height:100svh;position:relative}.about .about-header{width:100%;height:100svh;position:sticky;top:0;left:0}.about .about-header .container{text-align:center;justify-content:center;align-items:center;display:flex}.about .about-header .container h3{will-change:opacity;width:75%}.about .section-footer p{color:var(--base-300)}.about .about-imgs{width:100%;height:300svh;position:relative}.about .about-imgs .about-img{will-change:transform;border-radius:.35rem;position:absolute;overflow:hidden}.about .about-imgs #about-img-1{aspect-ratio:1;width:12.5%;top:2.5%;left:25%}.about .about-imgs #about-img-2{aspect-ratio:5/7;width:15%;top:7.5%;left:60%}.about .about-imgs #about-img-3{aspect-ratio:4/5;width:17.5%;top:20%;left:8rem}.about .about-imgs #about-img-4{aspect-ratio:1;width:20%;top:30%;left:40%}.about .about-imgs #about-img-5{aspect-ratio:1;width:10%;top:45%;right:4rem}.about .about-imgs #about-img-6{aspect-ratio:5/7;width:16%;top:50%;left:20%}@media (max-width:1000px){.about .about-header .container h3{width:100%}.about .about-imgs #about-img-1{width:22.5%}.about .about-imgs #about-img-2{width:17.5%;top:12.5%}.about .about-imgs #about-img-3{width:20%;left:10%}.about .about-imgs #about-img-4{width:22.5%}.about .about-imgs #about-img-5{width:15%;right:5%}.about .about-imgs #about-img-6{width:20%}}.home-chef{background-color:var(--base-500);width:100%;padding:12rem 0;position:relative;overflow:hidden}.home-chef-wrapper{justify-content:space-between;align-items:center;gap:6rem;width:100%;display:flex}.home-chef-image-container{flex:1;justify-content:center;align-items:center;display:flex}.chef-photo-frame{background-color:var(--base-600);border:1px solid var(--base-300);opacity:0;border-radius:0;justify-content:center;align-items:center;width:100%;max-width:500px;padding:1.5rem;display:flex;position:relative;box-shadow:0 20px 40px #0006}.chef-photo-frame .oxford-line{background-color:var(--base-300);opacity:.6;pointer-events:none;position:absolute}.chef-photo-frame .line-top{height:1px;top:12px;left:6px;right:6px}.chef-photo-frame .line-bottom{height:1px;bottom:12px;left:6px;right:6px}.chef-photo-frame .line-left{width:1px;top:6px;bottom:6px;left:12px}.chef-photo-frame .line-right{width:1px;top:6px;bottom:6px;right:12px}.home-chef-image{aspect-ratio:4/5;border:1px solid var(--base-300);width:100%;position:relative;overflow:hidden}.home-chef-content{flex-direction:column;flex:1.2;align-items:flex-start;gap:2rem;display:flex}.home-chef-tag{color:var(--base-300);text-transform:uppercase}.home-chef-title{color:var(--base-100);margin-top:1rem;margin-bottom:1.5rem}.home-chef-text{color:var(--base-200);max-width:600px;font-size:1.15rem;line-height:1.6}.home-chef-cta{opacity:0;margin-top:1rem}@media (max-width:1000px){.home-chef{padding:6rem 0}.home-chef-wrapper{flex-direction:column;gap:4rem}.home-chef-image{aspect-ratio:4/5;max-width:100%}.home-chef-content{text-align:center;align-items:center}.home-chef-text{max-width:100%}}
