a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.ht-container{width:min(1180px,92%);margin:0 auto}.ht-pill{display:inline-flex;align-items:center;gap:8px;padding:8px 18px;border-radius:999px;background:rgba(191,18,155,.12);color:var(--deep-red);font-weight:700;font-size:12px;letter-spacing:.08em;text-transform:uppercase}.ht-pill.dark{background:rgba(12,31,53,.12);color:var(--ink)}.ht-primary-btn{display:inline-flex;align-items:center;gap:10px;padding:14px 28px;border-radius:999px;background:linear-gradient(120deg,var(--deep-red),var(--dark-red));color:var(--white);font-weight:800;box-shadow:0 14px 40px rgba(191,18,155,.35);transition:var(--transition)}.ht-primary-btn:hover{transform:translateY(-2px) scale(1.01);box-shadow:0 18px 52px rgba(191,18,155,.45)}.ht-primary-btn.light{background:var(--white);color:var(--deep-red);box-shadow:0 14px 40px rgba(0,0,0,.15)}.ht-secondary-btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 26px;border-radius:12px;background:var(--midnight);color:var(--white);font-weight:700;border:1px solid rgba(255,255,255,.1);transition:var(--transition)}.ht-secondary-btn:hover{background:var(--deep-red)}.ht-ghost-btn{padding:10px 14px;border-radius:12px;background:var(--white);color:var(--deep-red);border:1px solid rgba(191,18,155,.16);font-weight:700;cursor:pointer;transition:var(--transition)}.ht-ghost-btn:hover{background:rgba(191,18,155,.08)}.ht-section-head{text-align:center;margin-bottom:42px}.ht-section-head h2{margin-top:12px;font-size:clamp(28px,3vw,36px)}.ht-center{text-align:center}.ht-topbar{background:linear-gradient(90deg,var(--navy),var(--midnight));color:var(--white);font-size:13px;padding:10px 0}.ht-topbar .ht-container{display:flex;justify-content:space-between;align-items:center;gap:16px}.ht-topbar-left,.ht-topbar-right{display:flex;align-items:center;gap:16px}.ht-topbar-right a{font-weight:700;letter-spacing:.05em;transition:var(--transition)}.ht-topbar-right a:hover{color:var(--amber)}.ht-header{background:var(--midnight);color:var(--white);padding:18px 0;position:sticky;top:0;z-index:10;box-shadow:0 6px 20px rgba(0,0,0,.18)}.ht-nav{display:grid;grid-template-columns:240px 1fr auto;align-items:center;gap:18px}.ht-logo{display:flex;align-items:center;gap:12px}.ht-logo-icon{width:46px;height:46px;border-radius:50%;background:var(--deep-red);display:grid;place-items:center;font-size:22px;box-shadow:0 10px 24px rgba(191,18,155,.35)}.ht-logo-title{font-size:18px;color:var(--white)}.ht-logo-sub{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.7)}.ht-menu{display:flex;gap:24px;justify-content:center;font-weight:700;text-transform:uppercase;font-size:13px}.ht-menu a{position:relative;padding-bottom:6px;color:rgba(255,255,255,.82)}.ht-menu a::after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background:var(--deep-red);transition:var(--transition)}.ht-menu a:hover::after,.ht-menu a.active::after{width:100%}.ht-nav-actions{display:flex;align-items:center;gap:12px}.ht-nav-contact small{display:block;font-size:11px;color:rgba(255,255,255,.65)}.ht-nav-contact strong{font-size:14px}.ht-icon-btns{display:flex;gap:8px}.ht-icon-btns button{width:36px;height:36px;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);color:var(--white);cursor:pointer;transition:var(--transition)}.ht-icon-btns button:hover{background:rgba(255,255,255,.16)}.ht-cart{position:relative}.ht-cart::after{content:"02";position:absolute;top:-6px;right:-8px;background:var(--deep-red);color:var(--white);width:18px;height:18px;border-radius:50%;font-size:10px;display:grid;place-items:center}.ht-cta{padding:12px 18px;border-radius:12px;border:0;font-weight:800;text-transform:uppercase;color:var(--white);background:linear-gradient(120deg,var(--deep-red),var(--dark-red));cursor:pointer;box-shadow:0 12px 32px rgba(191,18,155,.35)}.ht-burger{display:none;background:none;color:var(--white);border:0;font-size:24px}.ht-hero{position:relative;background:linear-gradient(135deg,var(--midnight),#1a0d15 45%,#1f0f1a 60%,#1d0e18 80%,#12050e 100%);color:var(--white);padding:60px 0 120px;overflow:hidden}.ht-hero-bg{position:absolute;inset:0;background-image:radial-gradient(circle at 30% 20%,rgba(255,110,199,.12),transparent 40%),radial-gradient(circle at 80% 10%,rgba(191,18,155,.15),transparent 35%),url("data:image/svg+xml,%3Csvg width='120' height='120' viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Ccircle cx='60' cy='30' r='2'/%3E%3Ccircle cx='100' cy='90' r='2'/%3E%3C/g%3E%3C/svg%3E");opacity:.8}.ht-hero-grid{position:relative;display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:center}.ht-hero-copy h1{font-size:clamp(40px,6vw,64px);margin:18px 0;letter-spacing:-1px}.ht-hero-copy p{color:rgba(255,255,255,.8);max-width:520px}.ht-hero-badges{display:flex;gap:10px;flex-wrap:wrap}.ht-hero-actions{margin-top:26px;display:flex;align-items:center;gap:18px;flex-wrap:wrap}.ht-delivery-time{display:flex;align-items:center;gap:10px;padding:12px 16px;border-radius:12px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12)}.ht-clock{font-size:24px}.ht-hero-visual{position:relative;display:flex;justify-content:center;align-items:center}.ht-hero-circle{position:relative;width:clamp(280px,40vw,420px);aspect-ratio:1 / 1;border-radius:50%;background:linear-gradient(145deg,rgba(191,18,155,.16),rgba(255,110,199,.16));display:grid;place-items:center;overflow:hidden;box-shadow:var(--shadow)}.ht-hero-circle img{width:82%;height:82%;border-radius:50%;object-fit:cover;box-shadow:0 16px 50px rgba(0,0,0,.4)}.ht-glow{position:absolute;inset:-12%;background:radial-gradient(circle,rgba(191,18,155,.3),transparent 60%);filter:blur(18px);z-index:-1}.ht-floating{position:absolute;width:86px;height:86px;object-fit:cover;border-radius:50%;animation:float 5s ease-in-out infinite}.ht-floating.chili{top:-6%;right:6%;animation-delay:0s}.ht-floating.leaf{bottom:10%;left:-4%;animation-delay:1s}.ht-floating.noodle{bottom:-10%;right:12%;animation-delay:2s}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}.ht-hero-dots{position:absolute;right:-120px;bottom:-80px;width:260px;height:260px;background:radial-gradient(circle,rgba(255,255,255,.12) 15%,transparent 16%)
0 0 / 22px 22px;transform:rotate(12deg);opacity:.6}.ht-highlights{background:var(--soft);margin-top:-70px;padding:0 0 40px}.ht-highlight-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}.ht-card{position:relative;padding:22px;border-radius:var(--radius);color:var(--white);display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:18px;overflow:hidden;min-height:170px;box-shadow:var(--shadow)}.ht-card.red{background:linear-gradient(135deg,#bf129b,#9a0e7c)}.ht-card.yellow{background:linear-gradient(135deg,#ff6ec7,#e91e63)}.ht-card.dark{background:linear-gradient(135deg,#12050e,#1a0d15)}.ht-card .ht-tag{text-transform:uppercase;font-weight:800;letter-spacing:.08em;font-size:12px}.ht-card h3{font-size:18px;margin:6px 0 10px;color:var(--white)}.ht-link{display:inline-flex;align-items:center;gap:6px;padding:10px 12px;border-radius:12px;border:1px solid rgba(255,255,255,.25);font-weight:700}.ht-card img{width:140px;justify-self:end;border-radius:14px;box-shadow:0 12px 30px rgba(0,0,0,.25)}.ht-popular{background:var(--cream);padding:70px 0}.ht-popular-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px;margin-bottom:30px}.ht-pop-card{background:var(--white);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);display:grid;grid-template-rows:auto 1fr;transition:var(--transition)}.ht-pop-card:hover{transform:translateY(-8px)}.ht-pop-img{width:100%;aspect-ratio:1 / 1;overflow:hidden}.ht-pop-img img{width:100%;height:100%;object-fit:cover;transition:var(--transition)}.ht-pop-card:hover img{transform:scale(1.06)}.ht-pop-info{padding:14px;display:grid;gap:8px}.ht-pop-head{display:flex;justify-content:space-between;align-items:center;gap:10px}.ht-pop-head h4{font-size:16px;font-family:Barlow,sans-serif}.ht-price{color:var(--deep-red);font-weight:800}.ht-rating{color:var(--amber);letter-spacing:2px}.ht-desc{font-size:13px;color:var(--muted)}.ht-offer{background:linear-gradient(120deg,#fff0f8,#ffe0f0);padding:64px 0}.ht-offer-wrap{background:linear-gradient(135deg,var(--deep-red),var(--dark-red));border-radius:28px;padding:34px;color:var(--white);display:grid;grid-template-columns:1.1fr .6fr 1fr;align-items:center;gap:20px;position:relative;overflow:hidden;box-shadow:var(--shadow)}.ht-offer-wrap::after{content:"";position:absolute;inset:10px;border-radius:22px;border:1px solid rgba(255,255,255,.08);pointer-events:none}.ht-offer-copy h2{font-size:clamp(32px,5vw,42px);margin:12px 0;color:var(--white)}.ht-sub{margin-bottom:18px;color:rgba(255,255,255,.82)}.ht-offer-badge{display:flex;justify-content:center}.ht-badge-circle{width:150px;height:150px;border-radius:50%;background:var(--amber);display:grid;place-items:center;text-align:center;box-shadow:0 16px 40px rgba(233,30,99,.35);animation:bounce 3s ease-in-out infinite}.ht-badge-main{font-size:48px;font-weight:800;line-height:1}.ht-badge-sub{text-transform:uppercase;letter-spacing:.08em;font-weight:700}.ht-offer-img{justify-self:end}.ht-offer-img img{width:260px;filter:drop-shadow(0 14px 30px rgba(0,0,0,.35))}@keyframes bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}.ht-categories{background:var(--cream);padding:70px 0 60px}.ht-category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:20px;text-align:center}.ht-category{padding:12px;border-radius:14px;transition:var(--transition)}.ht-category:hover{transform:translateY(-6px)}.ht-cat-img{width:140px;height:140px;border-radius:50%;margin:0 auto 12px;overflow:hidden;border:6px solid var(--white);box-shadow:var(--shadow)}.ht-category h4{font-family:Barlow,sans-serif;margin-bottom:6px}.ht-category p{color:var(--muted);font-size:13px}.ht-menu-list{background:var(--soft);padding:70px 0}.ht-menu-grid{display:grid;grid-template-columns:1fr .9fr 1fr;gap:26px;align-items:start}.ht-menu-col{display:grid;gap:12px}.ht-menu-item{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;padding:12px;border-radius:14px;background:var(--white);box-shadow:var(--shadow);transition:var(--transition)}.ht-menu-item:hover{transform:translateX(6px)}.ht-menu-item img{width:60px;height:60px;border-radius:10px;object-fit:cover}.ht-menu-item h5{font-family:Barlow,sans-serif;font-size:14px}.ht-menu-item p{color:var(--muted);font-size:12px}.ht-menu-center{display:grid;place-items:center}.ht-menu-center img{max-width:100%;border-radius:18px;box-shadow:var(--shadow)}.ht-testimonials{background:var(--cream);padding:64px 0}.ht-testimonial-grid{display:grid;grid-template-columns:1fr .9fr;gap:32px;align-items:center}.ht-testimonial-copy h2{margin:12px 0 16px;font-size:clamp(28px,3vw,36px)}.ht-testimonial-card{background:var(--white);padding:20px;border-radius:16px;box-shadow:var(--shadow);max-width:420px}.ht-stars{color:var(--amber);letter-spacing:2px;margin-bottom:10px}.ht-testimonial-card p{color:var(--muted);margin-bottom:14px}.ht-author{display:flex;align-items:center;gap:10px}.ht-author img{width:48px;height:48px;border-radius:50%;object-fit:cover}.ht-testimonial-visual img{width:100%;border-radius:20px;box-shadow:var(--shadow)}.ht-footer{background:var(--midnight);color:var(--white);padding:60px 0 30px}.ht-footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.5fr;gap:28px;padding-bottom:30px;border-bottom:1px solid rgba(255,255,255,.08)}.ht-foot-brand p{color:rgba(255,255,255,.72);margin:10px 0 14px}.ht-foot-social{display:flex;gap:10px}.ht-foot-social a{width:34px;height:34px;border-radius:10px;border:1px solid rgba(255,255,255,.16);display:grid;place-items:center;font-weight:700;transition:var(--transition)}.ht-foot-social a:hover{background:var(--deep-red);border-color:var(--deep-red)}.ht-foot-list{display:grid;gap:8px}.ht-foot-list h4,.ht-foot-contact h4{margin-bottom:8px}.ht-foot-list a{color:rgba(255,255,255,.78);font-size:14px}.ht-foot-contact p{color:rgba(255,255,255,.72);font-size:14px}.ht-newsletter{margin:14px 0 10px;display:flex;gap:8px}.ht-newsletter input{flex:1;padding:12px 14px;border-radius:12px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);color:var(--white)}.ht-newsletter input::placeholder{color:rgba(255,255,255,.6)}.ht-newsletter button{padding:12px 14px;border-radius:12px;border:0;background:var(--deep-red);color:var(--white);font-weight:800;cursor:pointer}.ht-check{display:flex;gap:8px;align-items:center;font-size:12px;color:rgba(255,255,255,.7)}.ht-check input{accent-color:var(--deep-red)}.ht-foot-bottom{display:flex;justify-content:space-between;align-items:center;color:rgba(255,255,255,.7);padding-top:20px;font-size:13px}.ht-foot-bottom a{color:rgba(255,255,255,.7)}.ht-location-switch{display:flex;flex-direction:column;gap:6px;padding:10px 12px;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06)}.ht-location-switch span{font-size:12px;color:rgba(255,255,255,.8);letter-spacing:.02em}.ht-switch{display:inline-flex;background:rgba(0,0,0,.12);border-radius:12px;padding:4px;gap:6px}.ht-switch button{border:0;background:transparent;color:rgba(255,255,255,.82);font-weight:800;padding:8px 12px;border-radius:10px;cursor:pointer;transition:var(--transition);text-transform:uppercase;font-size:12px}.ht-switch button.active{background:var(--white);color:var(--deep-red);box-shadow:0 10px 22px rgba(191,18,155,.35)}.ht-current-location{margin:12px 0 4px;font-weight:700;color:var(--amber);text-transform:uppercase;letter-spacing:.04em}.ht-mobile-switch{display:none;margin:12px 0 8px}.ht-mobile-switch span{display:block;font-size:12px;margin-bottom:6px;color:rgba(255,255,255,.8);letter-spacing:.04em}.ht-hidden{display:none!important}.ht-pop-img{position:relative}.ht-location-badge{position:absolute;top:12px;left:12px;padding:6px 12px;border-radius:999px;background:rgba(12,31,53,.86);color:var(--white);font-weight:800;font-size:12px;box-shadow:0 12px 24px rgba(0,0,0,.25)}.ht-menu-item{position:relative}.ht-location-flag{position:absolute;top:8px;right:10px;background:var(--deep-red);color:var(--white);padding:4px 10px;border-radius:10px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;box-shadow:0 10px 24px rgba(191,18,155,.35)}.ht-contact{background:var(--soft);padding:64px 0}.ht-contact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.ht-contact-card{background:var(--white);border-radius:16px;padding:18px;box-shadow:var(--shadow)}.ht-contact-top{display:flex;align-items:center;gap:10px;margin-bottom:10px}.ht-location-dot{width:12px;height:12px;border-radius:50%}.ht-location-dot.centrum{background:var(--deep-red)}.ht-location-dot.mokotow{background:var(--amber)}.ht-chip{margin-left:auto;padding:6px 10px;border-radius:10px;background:rgba(191,18,155,.14);color:var(--deep-red);font-weight:800;font-size:11px;text-transform:uppercase;letter-spacing:.05em}.ht-chip.neutral{background:rgba(233,30,99,.16);color:var(--ink)}.ht-chip.active{box-shadow:0 12px 26px rgba(191,18,155,.25)}.ht-contact-card p{color:var(--muted);margin-bottom:8px}.ht-contact-actions{display:flex;gap:10px;align-items:center;margin-top:10px}@media (max-width:1100px){.ht-nav{grid-template-columns:1fr;gap:12px}.ht-menu{justify-content:flex-start;flex-wrap:wrap}.ht-nav-actions{justify-content:flex-start;flex-wrap:wrap}.ht-offer-wrap{grid-template-columns:repeat(2,1fr)}.ht-offer-img{justify-self:center}.ht-contact-grid{grid-template-columns:1fr}}@media (max-width:900px){.ht-hero-grid{grid-template-columns:1fr;text-align:center}.ht-hero-copy p{margin:0 auto}.ht-hero-actions{justify-content:center}.ht-hero-visual{order:-1}.ht-offer-wrap{grid-template-columns:1fr;text-align:center}.ht-offer-badge{order:3}.ht-menu-grid{grid-template-columns:1fr}.ht-menu-center{order:-1}.ht-testimonial-grid{grid-template-columns:1fr}.ht-footer-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:680px){.ht-header{position:relative}.ht-menu{display:none}.ht-burger{display:block}.ht-nav{grid-template-columns:1fr auto;align-items:center}.ht-nav-actions{display:none}.ht-topbar .ht-container{flex-direction:column;align-items:flex-start}.ht-popular-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.ht-category-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.ht-footer-grid{grid-template-columns:1fr}.ht-foot-bottom{flex-direction:column;gap:8px}.ht-mobile-switch{display:block}}