:root{--kfc-red: #e4002b;--kfc-dark: #1a1a1a;--kfc-darker: #111;--kfc-accent: #ffc72c;--kfc-text: #fafafa;--kfc-muted: #999;--kfc-border: rgba(255,255,255,.1);--radius: 12px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--kfc-darker);color:var(--kfc-text);line-height:1.5;-webkit-font-smoothing:antialiased}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.header{position:fixed;top:0;left:0;right:0;z-index:100;padding:1rem 0;transition:all .3s}.header--scrolled{background:#111111f2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 2px 20px #0006}.header__inner{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:.5rem;text-decoration:none}.logo__icon{font-size:1.8rem}.logo__text{font-size:1.6rem;font-weight:900;letter-spacing:-.02em;color:var(--kfc-red)}.header__nav{display:flex;gap:2rem}.header__link{color:var(--kfc-muted);text-decoration:none;font-size:.95rem;transition:color .2s}.header__link:hover{color:var(--kfc-text)}.cart-btn{position:relative;background:#ffffff0f;border:1px solid var(--kfc-border);border-radius:50px;padding:.5rem 1rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .2s}.cart-btn:hover{background:#ffffff1a}.cart-btn__icon{font-size:1.2rem}.cart-btn__badge{background:var(--kfc-red);color:#fff;font-size:.75rem;font-weight:700;min-width:20px;height:20px;border-radius:10px;display:flex;align-items:center;justify-content:center}.hero{min-height:100vh;display:flex;align-items:center;padding:8rem 1.5rem 4rem;max-width:1200px;margin:0 auto;gap:4rem}.hero__content{flex:1}.hero__tag{display:inline-block;background:#e4002b26;color:var(--kfc-red);padding:.35rem 1rem;border-radius:50px;font-size:.85rem;font-weight:600;margin-bottom:1.5rem}.hero__title{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:900;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.03em}.text-red{color:var(--kfc-red)}.hero__subtitle{font-size:1.15rem;color:var(--kfc-muted);max-width:500px;margin-bottom:2.5rem}.hero__visual{flex:1;display:flex;align-items:center;justify-content:center}.hero__emoji{font-size:14rem;animation:float 3s ease-in-out infinite;filter:drop-shadow(0 20px 40px rgba(228,0,43,.3))}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 2rem;border-radius:50px;font-weight:700;font-size:1rem;text-decoration:none;cursor:pointer;transition:all .25s;border:none}.btn--primary{background:var(--kfc-red);color:#fff}.btn--primary:hover{background:#c70025;transform:translateY(-2px);box-shadow:0 8px 25px #e4002b59}.btn--add{background:#e4002b26;color:var(--kfc-red);padding:.5rem 1.25rem;font-size:.85rem}.btn--add:hover{background:var(--kfc-red);color:#fff}.btn--full{width:100%}.deals{padding:5rem 0;background:var(--kfc-dark)}.section-title{font-size:2rem;font-weight:800;text-align:center;margin-bottom:3rem;letter-spacing:-.02em}.section-title--left{text-align:left}.deals__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.deal-card{border-radius:var(--radius);padding:2rem;position:relative;overflow:hidden;transition:transform .3s}.deal-card:hover{transform:translateY(-4px)}.deal-card--red{background:linear-gradient(135deg,var(--kfc-red),#a00020)}.deal-card--dark{background:#ffffff0a;border:1px solid var(--kfc-border)}.deal-card__tag{display:inline-block;background:#fff3;padding:.25rem .75rem;border-radius:50px;font-size:.75rem;font-weight:700;margin-bottom:1rem;letter-spacing:.05em}.deal-card__title{font-size:1.5rem;font-weight:800;margin-bottom:.5rem}.deal-card__desc{color:#ffffffbf;font-size:.95rem;margin-bottom:1.5rem}.deal-card__price{display:flex;align-items:center;gap:.75rem}.deal-card__old{text-decoration:line-through;color:#ffffff80;font-size:1rem}.deal-card__new{font-size:1.5rem;font-weight:800}.menu-section{padding:5rem 0}.category-tabs{display:flex;gap:.5rem;margin-bottom:2.5rem;flex-wrap:wrap;justify-content:center}.category-tab{background:#ffffff0d;border:1px solid var(--kfc-border);color:var(--kfc-muted);padding:.6rem 1.5rem;border-radius:50px;cursor:pointer;font-size:.9rem;font-weight:600;transition:all .2s}.category-tab:hover{color:var(--kfc-text);border-color:#fff3}.category-tab--active{background:var(--kfc-red);border-color:var(--kfc-red);color:#fff}.menu-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.menu-card{background:#ffffff08;border:1px solid var(--kfc-border);border-radius:var(--radius);overflow:hidden;transition:all .3s}.menu-card:hover{transform:translateY(-4px);border-color:#fff3;box-shadow:0 12px 30px #0000004d}.menu-card__image{height:160px;display:flex;align-items:center;justify-content:center;font-size:5rem;background:linear-gradient(135deg,#e4002b14,#ffc72c0d)}.menu-card__body{padding:1.25rem}.menu-card__name{font-size:1.05rem;font-weight:700;margin-bottom:.4rem}.menu-card__desc{color:var(--kfc-muted);font-size:.85rem;margin-bottom:1rem}.menu-card__footer{display:flex;align-items:center;justify-content:space-between}.menu-card__price{font-size:1.15rem;font-weight:800;color:var(--kfc-accent)}.about{padding:5rem 0;background:var(--kfc-dark)}.about__grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about__content p{color:var(--kfc-muted);margin-bottom:1.5rem;font-size:1.05rem}.stats{display:flex;gap:3rem;margin-top:2rem}.stat{display:flex;flex-direction:column}.stat__number{font-size:2rem;font-weight:900;color:var(--kfc-red)}.stat__label{color:var(--kfc-muted);font-size:.9rem}.about__visual{display:flex;align-items:center;justify-content:center}.about__emoji{font-size:10rem;filter:drop-shadow(0 10px 30px rgba(0,0,0,.3))}.footer{padding:4rem 0 2rem;border-top:1px solid var(--kfc-border)}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.logo--footer{margin-bottom:.5rem}.footer__tagline{color:var(--kfc-muted);font-size:.9rem}.footer__heading{font-size:.85rem;text-transform:uppercase;letter-spacing:.1em;color:var(--kfc-muted);margin-bottom:1rem}.footer__link{display:block;color:var(--kfc-text);text-decoration:none;font-size:.95rem;margin-bottom:.6rem;cursor:pointer;transition:color .2s}.footer__link:hover{color:var(--kfc-red)}.footer__bottom{padding-top:2rem;border-top:1px solid var(--kfc-border);text-align:center;color:var(--kfc-muted);font-size:.85rem}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:200;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:400px;max-width:90vw;background:var(--kfc-dark);z-index:300;display:flex;flex-direction:column;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1)}.cart-drawer--open{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid var(--kfc-border)}.cart-drawer__header h2{font-size:1.25rem;font-weight:700}.close-btn{background:none;border:none;color:var(--kfc-muted);font-size:1.8rem;cursor:pointer;line-height:1;transition:color .2s}.close-btn:hover{color:var(--kfc-text)}.cart-drawer__body{flex:1;overflow-y:auto;padding:1.5rem}.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:.5rem}.cart-empty__icon{font-size:4rem;opacity:.3}.cart-empty__sub{color:var(--kfc-muted);font-size:.9rem}.cart-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#ffffff08;border-radius:var(--radius);margin-bottom:.75rem}.cart-item__image{font-size:2rem}.cart-item__info{flex:1}.cart-item__name{font-size:.9rem;font-weight:600}.cart-item__price{font-size:.85rem;color:var(--kfc-accent);font-weight:700}.cart-item__actions{display:flex;align-items:center;gap:.5rem}.qty-btn{width:28px;height:28px;border-radius:50%;border:1px solid var(--kfc-border);background:#ffffff0d;color:var(--kfc-text);font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.qty-btn:hover{background:#ffffff1a}.cart-item__qty{font-weight:700;min-width:24px;text-align:center}.remove-btn{background:none;border:none;color:var(--kfc-muted);font-size:1.3rem;cursor:pointer;padding:.25rem;transition:color .2s}.remove-btn:hover{color:var(--kfc-red)}.cart-drawer__footer{padding:1.5rem;border-top:1px solid var(--kfc-border)}.cart-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:1.1rem;font-weight:600}.cart-total__price{font-size:1.4rem;font-weight:800;color:var(--kfc-accent)}.checkout-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:480px;max-width:90vw;max-height:90vh;overflow-y:auto;background:var(--kfc-dark);border-radius:var(--radius);z-index:300;border:1px solid var(--kfc-border)}.checkout-modal__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid var(--kfc-border)}.checkout-modal__body{padding:1.5rem}.checkout-field{margin-bottom:1.25rem}.checkout-field label{display:block;font-size:.85rem;color:var(--kfc-muted);margin-bottom:.4rem}.checkout-field input{width:100%;padding:.75rem 1rem;background:#ffffff0d;border:1px solid var(--kfc-border);border-radius:8px;color:var(--kfc-text);font-size:1rem;outline:none;transition:border-color .2s}.checkout-field input:focus{border-color:var(--kfc-red)}.checkout-summary{background:#ffffff08;border-radius:8px;padding:1.25rem;margin-bottom:1.5rem}.checkout-summary h3{font-size:1rem;margin-bottom:1rem}.checkout-summary__item{display:flex;justify-content:space-between;font-size:.9rem;color:var(--kfc-muted);margin-bottom:.5rem}.checkout-summary__total{display:flex;justify-content:space-between;font-weight:800;font-size:1.1rem;padding-top:.75rem;margin-top:.75rem;border-top:1px solid var(--kfc-border);color:var(--kfc-accent)}.order-success{padding:3rem;text-align:center}.order-success__icon{font-size:4rem;margin-bottom:1rem}.order-success h2{font-size:1.5rem;margin-bottom:.5rem}.order-success p{color:var(--kfc-muted)}.order-success__eta{margin-top:1rem;color:var(--kfc-accent)!important;font-weight:700}@media(max-width:768px){.hero{flex-direction:column;text-align:center;padding-top:6rem;gap:2rem;min-height:auto}.hero__subtitle{margin-left:auto;margin-right:auto}.hero__emoji{font-size:8rem}.header__nav{display:none}.about__grid{grid-template-columns:1fr;text-align:center}.about__emoji{font-size:6rem}.about__visual{order:-1}.stats{justify-content:center}.footer__grid{grid-template-columns:1fr 1fr}.section-title--left{text-align:center}}@media(max-width:480px){.footer__grid{grid-template-columns:1fr}}
