@import"https://fonts.googleapis.com/css2?family=Alexandria:wght@400;500;600;700;800;900&family=Playfair+Display:ital,wght@0,400;0,700;1,400;1,700&display=swap";*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--pink: #E5177A;--pink-dark: #C91368;--white: #FFFFFF;--cream: #FFF8F0;--black: #1A1A1A;--gray: #666666;--font-sans: "Alexandria", sans-serif;--font-serif: "Playfair Display", serif}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:var(--font-sans);color:var(--black);background:var(--white);overflow-x:hidden}a{text-decoration:none;color:inherit}ul,ol{list-style:none}img{max-width:100%;height:auto;display:block}.nav{display:flex;justify-content:space-between;align-items:center;padding:3rem;background:transparent;position:fixed;top:0;left:0;right:0;z-index:100;transition:transform .3s ease;max-width:1440px;margin-left:auto;margin-right:auto}.nav--hidden{transform:translateY(-100%)}.nav__logo{width:55px;height:55px;border-radius:50%;overflow:hidden;border:none}.nav__logo img{width:100%;height:100%;object-fit:cover}.nav__links{display:flex;gap:2.5rem}.nav__links a{font-size:1.5rem;font-weight:800;color:var(--black);transition:color .2s}.nav__links a:hover{color:var(--pink)}.nav--light .nav__links a{color:var(--white)}.nav--light .nav__links a:hover{color:var(--black)}.hero{background:var(--white);position:relative;height:100vh;overflow:visible}.hero__status{text-align:center;position:absolute;top:2%;left:50%;transform:translate(-50%);z-index:3}.hero__visual{z-index:2;margin:0 -1.5rem}.hero__food-img{width:clamp(250px,30vw,450px);height:auto;object-fit:contain}.hero__badge{position:absolute;background:#e8a020;color:var(--white);padding:.5rem 1.5rem;border-radius:50px;font-size:1.5rem;font-weight:700;z-index:3;white-space:nowrap}.hero__badge--left{top:18%;left:24%;transform:rotate(-12deg)}.hero__badge--right{bottom:-1.8rem;right:18rem;transform:rotate(8deg);letter-spacing:normal;line-height:normal;font-size:1.5rem}.hero__heading{position:absolute;top:30%;left:0;right:0;text-align:center;z-index:1}.hero__title{font-family:var(--font-sans);font-size:clamp(5rem,12vw,10rem);font-weight:900;color:var(--pink);line-height:.9;letter-spacing:-.02em;display:flex;align-items:flex-end;justify-content:center;gap:0;position:relative}.hero__subtitle{font-family:var(--font-sans);font-style:normal;font-size:clamp(3rem,6vw,5.5rem);font-weight:900;letter-spacing:-.02em;color:var(--pink);margin-top:1rem}.hero__info{display:flex;justify-content:space-between;align-items:flex-end;color:var(--black);font-size:1.5rem;line-height:1.6;position:absolute;bottom:6%;left:3rem;right:3rem;z-index:4;max-width:1440px;margin-left:auto;margin-right:auto}.hero__info-left{text-align:left;flex:1}.hero__info-center{text-align:center;position:absolute;left:50%;transform:translate(-50%)}.hero__open-now{display:flex;align-items:center;justify-content:center;gap:1rem;font-weight:700;font-size:1.8rem;margin-bottom:.5rem}.hero__dot{width:20px;height:20px;background:var(--pink);border-radius:50%;display:inline-block}.hero__open-now--closed .hero__dot{background:var(--gray)}.hero__location-label{margin-bottom:.15rem;font-size:1.8rem}.hero__location-link{color:inherit;text-decoration:none;display:inline-flex;align-items:center;gap:.3rem}.hero__location-link:hover{opacity:.7}.hero__hours{margin-top:.3rem}.hero__info-right{text-align:right;flex:1;text-transform:none;font-weight:500;letter-spacing:.03em}.hero__wave{position:absolute;bottom:0;left:0;width:100%;line-height:0;z-index:3}.hero__wave svg{width:100%;height:80px;display:block}.about{background:var(--pink);padding:6rem 3rem 12rem;text-align:center;position:relative;overflow:hidden;min-height:140vh;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:-1px}.about__inner{position:relative;max-width:1440px;margin:0 auto;width:100%;display:flex;flex-direction:column;align-items:center;text-align:center}.about__wave-top,.about__wave-bottom{position:absolute;left:0;width:100%;line-height:0;z-index:1}.about__wave-top{top:0}.about__wave-bottom{bottom:0}.about__wave-top svg,.about__wave-bottom svg{width:100%;height:80px;display:block}.about__badge{display:inline-block;background:#e8a020;color:var(--white);padding:.5rem 1.5rem;border-radius:50px;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;position:relative;rotate:8deg;z-index:2}.about__sticker{position:absolute;width:140px;height:auto;z-index:2;opacity:1}.about__sticker--left{top:19%;left:8%;transform:rotate(-15deg)}.about__sticker--right{bottom:-10%;right:-2%;transform:rotate(30deg);z-index:5}.about__title{font-family:var(--font-sans);font-size:clamp(8rem,20vw,18rem);font-weight:900;color:var(--white);line-height:.85;letter-spacing:-.03em;position:relative;display:inline-block;z-index:2}.about__title-o{position:relative;display:inline-block}.about__title-o img{position:absolute;top:52%;left:52%;transform:translate(-50%,-50%);width:70%;height:70%;object-fit:contain;border-radius:50%}.about__tagline{font-size:2rem;color:var(--white);margin-top:2rem;font-weight:600;position:relative;z-index:2}.about__photos{display:flex;justify-content:center;align-items:center;gap:5rem;margin-top:6rem;position:relative;z-index:2;max-width:100%;flex-wrap:nowrap}.about__photo--1,.about__photo--2,.about__photo--3{flex-shrink:1;min-width:0}.about__photo{object-fit:cover;border-radius:1rem}.about__photo--1{transform:rotate(-8deg);width:300px;height:450px}.about__photo--2{transform:rotate(3deg) translateY(-10px);width:420px;height:500px}.about__photo--3{transform:rotate(6deg);width:300px;height:450px}.menu{background:var(--white);padding:5rem 3rem;margin-top:-2px;margin-bottom:-2px;position:relative;z-index:1}.menu__heading{font-family:var(--font-sans);font-size:clamp(3rem,6vw,5rem);font-weight:900;color:var(--pink);text-align:center;margin-bottom:6rem}.menu__cat-switcher{display:none}.menu__layout{display:grid;grid-template-columns:4fr 5fr;gap:8rem;align-items:start;max-width:1440px;margin-left:auto;margin-right:auto}.menu__carousel-img{position:relative;border-radius:1rem;overflow:hidden}.menu__carousel-img img{width:100%;height:720px;object-fit:cover;display:block}.menu__carousel-controls{display:flex;align-items:center;justify-content:center;margin-top:-2rem}.menu__carousel-arrow{background:#e8a020;border:none;width:40px;height:40px;border-radius:50%;font-size:1.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--white)}.menu__carousel-label{background:#e8a020;color:var(--white);padding:.8rem 5rem;border-radius:50px;font-size:1.5rem;font-weight:700;z-index:1}.menu__content{display:flex;flex-direction:column;justify-content:space-between;height:720px}.menu__categories{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem}.menu__categories--bottom{margin-bottom:0;margin-top:1.5rem}.menu__cat-btn{background:transparent;border:2.4px solid #E8A020;color:#e8a020;padding:.4rem 1.25rem;border-radius:50px;font-size:1.5rem;font-weight:600;cursor:pointer;transition:background .2s,color .2s}.menu__cat-btn--active,.menu__cat-btn:hover{background:#e8a020;color:var(--white)}.menu__items{display:flex;flex-direction:column;flex:1;justify-content:space-evenly}.menu__row{display:flex;justify-content:space-between;align-items:center;padding:2rem 0;border-bottom:2.4px solid var(--pink)}.menu__row:last-child,.menu__items>.menu__row:last-child{border-bottom:none!important}.menu__row-name{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:1.5rem;color:var(--pink)}.menu__row-dot{width:0;height:16px;background:#e8a020;border-radius:50%;flex-shrink:0;scale:0;opacity:0;transition:width .4s cubic-bezier(.34,1.56,.64,1),scale .4s cubic-bezier(.34,1.56,.64,1),opacity .3s ease}.menu__row-dot--active{width:16px;scale:1;opacity:1}.menu__row-prices{display:flex;flex-direction:column;align-items:flex-end;font-size:1.5rem;font-weight:600;color:var(--pink);white-space:nowrap}.location{padding:5rem 3rem;background:var(--white);display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:1440px;margin:0 auto}.location__map{width:100%;height:350px;border-radius:1rem;overflow:hidden;background:#e0e0e0}.location__map iframe{width:100%;height:100%;border:0}.location__details{display:flex;flex-direction:column;justify-content:center;gap:3rem}.location__details h3{font-size:1.5rem;font-weight:700}.location__detail{display:flex;align-items:flex-start;gap:.75rem;font-size:.9rem;color:var(--gray);line-height:1.5}.location__detail-icon{width:20px;height:20px;flex-shrink:0;margin-top:2px}.footer{background:var(--pink);padding:0 3rem 3rem;position:relative;overflow:hidden}.footer__wave-top{position:relative;width:calc(100% + 6rem);margin-left:-3rem;line-height:0;margin-bottom:12rem}.footer__wave-top svg{width:100%;height:80px;display:block;margin-bottom:-1px}.footer__top{display:flex;align-items:flex-start;gap:4rem;margin-bottom:3rem;position:relative;max-width:1440px;margin-left:auto;margin-right:auto}.footer__map{width:50vw;max-width:1000px;height:500px;border-radius:1rem;overflow:hidden;background:#e0e0e0}.footer__map iframe{width:100%;height:100%;border:0}.footer__info{display:flex;flex-direction:column;gap:3rem;padding-top:.5rem}.footer__info-blocks{display:flex;flex-direction:column;gap:3rem}.footer__info-block h4{color:var(--white);font-size:2rem;font-weight:800;margin-bottom:.5rem}.footer__info-block p{color:var(--white);font-size:1.5rem;opacity:.9}.footer__sticker{position:absolute;z-index:2;opacity:.95}.footer__sticker--top{width:240px;position:absolute;top:50%;right:-2%;transform:rotate(10deg)}.footer__sticker--left{width:320px;top:40%;left:-4%;transform:translateY(-50%) rotate(15deg);z-index:5}.footer__middle{position:relative;margin-bottom:2rem;max-width:1440px;margin-left:auto;margin-right:auto}.footer__big-text{font-size:clamp(3rem,10vw,12rem);white-space:nowrap;font-weight:900;color:var(--white);line-height:.95;letter-spacing:-.02em;text-align:center;rotate:-10deg;margin:6rem auto -8rem;position:relative;z-index:2}.footer__bottom-row{display:flex;align-items:flex-end;justify-content:space-between}.footer__truck{width:60%;border-radius:1rem;overflow:hidden;flex-shrink:0}.footer__truck img{width:100%;height:auto;display:block}.footer__socials{display:flex;flex-direction:column;gap:.8rem}.footer__socials-label{font-size:2rem;font-weight:800;color:var(--white);margin-bottom:.5rem}.footer__socials a{color:var(--white);font-size:1.5rem;transition:opacity .2s}.footer__socials a:hover{opacity:.7}.footer__credit{display:block;text-align:center;font-size:11px;letter-spacing:.04em;color:#ffffff80;padding:3rem 0 1.5rem}.footer__credit a{color:inherit;text-decoration:none;transition:color .3s}.footer__credit a:hover{color:var(--white)}@media(max-width:1440px){.hero__badge--right{right:5rem}}@media(max-width:1024px){.nav{padding:2rem}.nav__links a{font-size:1.25rem}.hero__badge{font-size:1.2rem}.hero__food-img{width:clamp(200px,25vw,350px)}.hero__badge--left{top:15%;left:10%}.hero__info{font-size:1.2rem;left:2rem;right:2rem}.hero__open-now,.hero__location-label{font-size:1.4rem}.about{min-height:auto;padding:6rem 2rem 10rem}.about__photos{gap:2rem}.about__photo--1,.about__photo--3{height:280px}.about__photo--2{width:260px;height:330px}.about__sticker{width:100px}.menu{padding:4rem 2rem}.menu__layout{grid-template-columns:1fr 1fr;gap:2.5rem}.menu__carousel-img img,.menu__content{height:420px}.menu__cat-btn{font-size:1.2rem;padding:.35rem 1rem}.menu__row-name,.menu__row-prices{font-size:1.2rem}.menu__row{padding:1.5rem 0}.menu__heading{margin-bottom:4rem}.location{grid-template-columns:1fr;gap:2rem;padding:4rem 2rem}.footer{padding:0 2rem 2rem}.footer__wave-top{width:calc(100% + 4rem);margin-left:-2rem;margin-bottom:2rem}.footer__top{flex-direction:column;gap:2rem}.footer__map{width:100%;height:320px}.footer__info{flex-direction:row;align-items:center;width:100%}.footer__info-block h4{font-size:1.75rem}.footer__info-block p{font-size:1.3rem}.footer__sticker--top{width:160px;position:relative;top:auto;right:auto;margin-left:auto;margin-right:0}.footer__sticker--left{width:180px;bottom:78%;z-index:5}.footer__big-text{font-size:clamp(3rem,14vw,5rem);margin:4rem 0;rotate:-8deg}.footer__bottom-row{flex-direction:column;align-items:flex-start;gap:2rem}.footer__truck{width:100%}.footer__socials{align-self:flex-end;align-items:flex-start}.footer__socials-label{font-size:1.75rem}.footer__socials a{font-size:1.3rem}}@media(max-width:768px),(max-width:1024px)and (max-aspect-ratio:3/4){.nav{padding:1rem 1.5rem}.nav__logo{width:42px;height:42px}.nav__links{gap:1.5rem}.nav__links a{font-size:1rem}.hero{height:auto;min-height:100svh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;padding:6rem 1.5rem 4rem}.hero__status{position:relative;top:auto;left:auto;transform:none;order:0}.hero__food-img{width:clamp(200px,55vw,320px)}.hero__heading{position:relative;top:auto;left:auto;right:auto}.hero__title{font-size:clamp(3rem,13vw,5rem);gap:0}.hero__subtitle{font-size:clamp(1.8rem,7vw,3rem)}.hero__badge{font-size:.85rem;padding:.35rem 1rem}.hero__badge--left{top:25%;left:5%;transform:rotate(-12deg)}.hero__badge--right{right:-1rem}.hero__info{position:relative;bottom:auto;left:auto;right:auto;flex-direction:column;gap:1rem;align-items:center;text-align:center;font-size:.85rem;line-height:1.4;order:4;margin-top:3rem;padding-top:1rem}.hero__info-center{position:relative;left:auto;transform:none;order:1}.hero__info-left,.hero__info-right{text-align:center}.hero__info-right{order:2;font-size:.75rem;letter-spacing:.05em}.hero__info-left{display:none}.hero__wave{position:absolute;bottom:0}.hero__open-now{font-size:1rem;margin-bottom:.75rem;gap:.4rem}.hero__dot{width:10px;height:10px}.hero__location-label{font-size:1rem}.about__badge{font-size:.85rem;padding:.35rem 1rem}.about{min-height:auto;padding:4rem 1.5rem 8rem}.about__title{font-size:clamp(3rem,14vw,5rem)}.about__tagline{font-size:1.2rem}.about__photos{flex-direction:row;gap:1rem;margin-top:3rem}.about__photo--1,.about__photo--3{width:30vw;height:40vw;max-height:none;margin-bottom:0}.about__photo--2{width:30vw;height:40vw;max-height:none;margin-bottom:0;z-index:3}.about__sticker{width:50px}.about__sticker--left{left:2%;top:5%}.menu__carousel-label{font-size:.85rem;padding:.35rem 1rem;margin-top:1rem}.menu{padding:3rem 1.5rem}.menu__cat-switcher{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:2rem}.menu__cat-switcher-label{background:#e8a020;color:var(--white);padding:.5rem 1.5rem;border-radius:50px;font-size:.85rem;font-weight:700;white-space:nowrap}.menu__cat-arrow{background:transparent;border:none;padding:0;width:28px;height:28px;min-width:28px;min-height:28px;border-radius:50%;color:#e8a020;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}.menu__categories{display:none}.menu__heading{margin-bottom:1.5rem}.menu__layout{grid-template-columns:1fr;gap:3rem}.menu__carousel-img img{height:350px}.menu__content{height:auto}.menu__cat-btn{font-size:1.1rem;padding:.35rem 1rem}.menu__row-name,.menu__row-prices{font-size:1.1rem}.menu__row{padding:1.2rem 0}.location{grid-template-columns:1fr;padding:3rem 1.5rem}.footer{padding:0 1.5rem 2rem}.footer__wave-top{width:calc(100% + 3rem);margin-left:-1.5rem;margin-bottom:2rem}.footer__top{flex-direction:column;gap:2rem}.footer__map{width:100%;height:220px}.footer__info{flex-direction:row;align-items:center}.footer__info-block h4{font-size:1.5rem}.footer__info-block p{font-size:1.1rem}.footer__sticker--top{width:80px;position:relative;top:auto;right:auto;margin-left:auto;margin-right:0}.footer__sticker--left{width:120px;top:auto;bottom:-60%;left:-5%;z-index:3}.footer__big-text{font-size:clamp(3rem,14vw,5rem);margin:4rem 0;rotate:-8deg}.footer__bottom-row{flex-direction:column;align-items:flex-start;gap:2rem}.footer__truck{width:100%}.footer__socials{align-self:flex-end;align-items:flex-start}.footer__socials-label{font-size:1.5rem}.footer__socials a{font-size:1.2rem}}@media(max-width:480px){.hero__title{font-size:clamp(2.5rem,12vw,4rem);gap:0}.hero__subtitle{font-size:clamp(1.5rem,7vw,2.5rem)}.hero__food-img{width:clamp(160px,45vw,250px)}.about__title{font-size:clamp(3.5rem,16vw,6rem)}.about__tagline{font-size:1rem}.about__photo--1,.about__photo--3,.about__photo--2{width:28vw}.menu__carousel-img img{height:260px}.footer__big-text{font-size:clamp(2.5rem,12vw,4rem);margin:4rem 0;rotate:-8deg}.footer__map{height:180px}}
