@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Outfit:wght@400;600;700;800&display=swap";:root{--bg-main:#fafaf8;--bg-card:#fff;--bg-subtle:#f4f4f6;--bg-cream:#fffdf9;--text-primary:#111;--text-secondary:#555;--text-muted:#888;--brand-red:#e62e00;--brand-red-hover:#cc2900;--brand-crimson:#991b1b;--brand-black:#191919;--brand-kurly-mint:#00c7ae;--spice-0:#10b981;--spice-1:#f59e0b;--spice-2:#f97316;--spice-3:#ef4444;--spice-4:#dc2626;--spice-5:#991b1b;--radius-sm:8px;--radius-md:12px;--radius-lg:18px;--radius-full:9999px;--shadow-sm:0 2px 8px #0000000a;--shadow-md:0 8px 24px #0000000f;--shadow-lg:0 16px 36px #0000001a;--transition-fast:all .2s cubic-bezier(.4, 0, .2, 1);--transition-bounce:all .35s cubic-bezier(.34, 1.56, .64, 1)}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;max-width:100vw;overflow-x:hidden}body{background-color:var(--bg-main);color:var(--text-primary);-webkit-font-smoothing:antialiased;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5}h1,h2,h3,h4,h5,h6{color:var(--brand-black);font-family:Outfit,Inter,sans-serif;font-weight:700}button{cursor:pointer;background:0 0;border:none;font-family:inherit}a{color:inherit;text-decoration:none}img{max-width:100%}::-webkit-scrollbar{width:6px;height:4px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.top-bar{background-color:var(--brand-black);color:#fff;width:100%;padding:6px 0;font-size:12px}.top-bar-container{justify-content:space-between;align-items:center;max-width:1320px;margin:0 auto;padding:0 16px;display:flex}.top-bar-left{align-items:center;gap:6px;font-weight:500;display:flex}.top-bar-right{gap:16px;display:flex}.top-bar-right a{color:#ddd;transition:var(--transition-fast)}.main-header{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffffa;border-bottom:1px solid #0000000f;width:100%;position:sticky;top:0}.main-header-container{justify-content:space-between;align-items:center;gap:20px;width:100%;max-width:1320px;margin:0 auto;padding:12px 16px;display:flex}.header-brand-row{justify-content:space-between;align-items:center;gap:16px;display:flex}.logo-brand{letter-spacing:-.5px;color:var(--brand-black);flex-shrink:0;align-items:center;gap:8px;font-size:22px;font-weight:800;display:flex}.logo-icon{background:linear-gradient(135deg, var(--brand-red), #ff5e3a);color:#fff;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;display:flex;box-shadow:0 4px 12px #e62e004d}.logo-hangul{color:var(--brand-red);background:#ffebe6;border-radius:4px;margin-left:2px;padding:2px 6px;font-size:11px;font-weight:600}.search-box{flex:1;max-width:540px;position:relative}.search-input-wrapper{background:var(--bg-subtle);border-radius:var(--radius-full);transition:var(--transition-fast);border:2px solid #0000;align-items:center;padding:8px 14px;display:flex}.search-input-wrapper:focus-within{border-color:var(--brand-red);background:#fff;box-shadow:0 0 0 3px #e62e001a}.search-input{width:100%;color:var(--text-primary);background:0 0;border:none;outline:none;font-size:13.5px}.search-btn{color:var(--brand-red);justify-content:center;align-items:center;padding:2px;display:flex}.search-suggestions{border-radius:var(--radius-md);box-shadow:var(--shadow-lg);z-index:200;background:#fff;border:1px solid #0000000f;padding:14px;position:absolute;top:calc(100% + 8px);left:0;right:0}.search-tag-title{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:11px;font-weight:700}.search-tags{flex-wrap:wrap;gap:6px;display:flex}.search-tag{background:var(--bg-subtle);border-radius:var(--radius-full);color:var(--text-secondary);padding:5px 10px;font-size:12px}.header-actions{flex-shrink:0;align-items:center;gap:14px;display:flex}.action-btn{color:var(--text-secondary);flex-direction:column;align-items:center;gap:2px;font-size:10px;font-weight:600;display:flex;position:relative}.cart-badge{background:var(--brand-red);color:#fff;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:17px;height:17px;font-size:10px;font-weight:800;display:flex;position:absolute;top:-4px;right:-2px}.category-nav{background:#fff;border-bottom:1px solid #0000000d;width:100%;overflow-x:auto}.category-nav-container{white-space:nowrap;scrollbar-width:none;-webkit-overflow-scrolling:touch;align-items:center;gap:4px;max-width:1320px;margin:0 auto;padding:0 16px;display:flex;overflow-x:auto}.category-nav-container::-webkit-scrollbar{display:none}.category-nav-item{color:var(--text-secondary);border-bottom:3px solid #0000;flex-shrink:0;align-items:center;gap:6px;padding:12px 14px;font-size:13.5px;font-weight:600;display:flex}.category-nav-item.active{color:var(--brand-red);border-bottom-color:var(--brand-red)}.category-nav-item.highlight-spicy{color:var(--brand-red);border-radius:var(--radius-sm);background:linear-gradient(135deg,#fff0ed,#ffe4df);border-bottom:none;margin-left:6px;font-weight:800}.hero-section{color:#fff;background:linear-gradient(135deg,#1a1a1a 0%,#2a1110 50%,#1a1a1a 100%);width:100%;padding:44px 0 60px;position:relative;overflow:hidden}.hero-container{z-index:10;grid-template-columns:1fr 1fr;align-items:center;gap:32px;max-width:1320px;margin:0 auto;padding:0 20px;display:grid;position:relative}.hero-badge-pill{color:#ff6b4a;border-radius:var(--radius-full);text-transform:uppercase;background:#e62e0033;border:1px solid #e62e0066;align-items:center;gap:6px;margin-bottom:14px;padding:4px 12px;font-size:12px;font-weight:700;display:inline-flex}.hero-title{color:#fff;margin-bottom:14px;font-size:42px;font-weight:800;line-height:1.15}.hero-title span{background:linear-gradient(90deg,#ff6b4a,#ffb800);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.hero-subtitle{color:#d1d5db;margin-bottom:24px;font-size:15px}.hero-buttons{flex-wrap:wrap;gap:12px;display:flex}.btn-primary{background:linear-gradient(135deg, var(--brand-red), #ff4d24);color:#fff;border-radius:var(--radius-full);align-items:center;gap:8px;padding:14px 28px;font-size:14px;font-weight:700;display:inline-flex}.btn-secondary{color:#fff;border-radius:var(--radius-full);background:#ffffff1f;border:1px solid #fff3;padding:14px 28px;font-size:14px;font-weight:700}.hero-visual{justify-content:center;display:flex;position:relative}.hero-main-img-wrap{background:radial-gradient(circle,#e62e004d 0%,#0000 70%);border-radius:50%;justify-content:center;align-items:center;width:320px;height:320px;display:flex;position:relative}.hero-main-img{object-fit:cover;border-radius:20px;width:270px;height:270px;box-shadow:0 16px 40px #00000080}.hero-floating-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--brand-black);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);background:#fffffff2;align-items:center;gap:10px;padding:10px 14px;font-size:12px;font-weight:700;display:flex;position:absolute}.hero-floating-card.card-1{top:10px;left:-10px}.hero-floating-card.card-2{bottom:10px;right:-10px}.carousel-arrow{z-index:20;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;width:44px;height:44px;transition:var(--transition-fast);background:#ffffff26;border:1px solid #ffffff40;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.carousel-arrow:hover{background:var(--brand-red);border-color:var(--brand-red)}.carousel-arrow.left{left:20px}.carousel-arrow.right{right:20px}.carousel-dots{z-index:20;gap:8px;display:flex;position:absolute;bottom:16px;left:50%;transform:translate(-50%)}.carousel-dot{width:10px;height:10px;transition:var(--transition-fast);background:#ffffff4d;border-radius:50%}.carousel-dot.active{background:var(--brand-red);border-radius:6px;width:28px}.section-header{justify-content:space-between;align-items:flex-end;margin-bottom:24px;display:flex}.section-subtitle{color:var(--brand-red);text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;font-size:12px;font-weight:700}.section-title{font-size:26px;font-weight:800}.categories-grid-section{max-width:1320px;margin:0 auto;padding:48px 16px}.category-cards-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.category-card{border-radius:var(--radius-md);height:180px;box-shadow:var(--shadow-sm);cursor:pointer;position:relative;overflow:hidden}.category-card-img{object-fit:cover;width:100%;height:100%}.category-card-overlay{color:#fff;background:linear-gradient(#0000001a 0%,#000c 100%);flex-direction:column;justify-content:flex-end;padding:16px;display:flex;position:absolute;inset:0}.category-card-title{font-size:17px;font-weight:800}.category-card-desc{color:#ddd;font-size:11px}.spice-scale-section{background:var(--bg-cream);border-top:1px solid #0000000a;border-bottom:1px solid #0000000a;width:100%;padding:48px 0}.spice-scale-container{max-width:1320px;margin:0 auto;padding:0 16px}.spice-levels-bar{grid-template-columns:repeat(7,1fr);gap:10px;margin-bottom:24px;display:grid}.spice-level-btn{border-radius:var(--radius-md);background:#fff;border:2px solid #00000014;flex-direction:column;align-items:center;gap:4px;padding:12px 8px;display:flex}.spice-level-btn.active{background:var(--brand-black);color:#fff;border-color:var(--brand-black)}.spice-badge-tag{border-radius:var(--radius-full);color:#fff;padding:2px 6px;font-size:10px;font-weight:800}.products-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.product-card{border-radius:var(--radius-md);background:#fff;border:1px solid #0000000f;flex-direction:column;padding:14px;display:flex;position:relative}.product-img-wrap{aspect-ratio:1;border-radius:var(--radius-sm);background:#faf7f2;width:100%;margin-bottom:12px;position:relative;overflow:hidden}.product-img{object-fit:cover;width:100%;height:100%}.product-badge{background:var(--brand-black);color:#fff;border-radius:4px;padding:2px 6px;font-size:9.5px;font-weight:800;position:absolute;top:8px;left:8px}.product-badge.OFFER{background:var(--brand-red)}.product-badge.HOT{background:linear-gradient(135deg,#ff3b30,#ff9500)}.wishlist-btn{width:28px;height:28px;color:var(--text-muted);background:#ffffffd9;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:8px;right:8px}.product-brand{color:var(--text-muted);text-transform:uppercase;margin-bottom:3px;font-size:10.5px;font-weight:800}.product-title{color:var(--brand-black);-webkit-line-clamp:2;-webkit-box-orient:vertical;height:36px;margin-bottom:4px;font-size:14px;font-weight:700;line-height:1.25;display:-webkit-box;overflow:hidden}.product-meta{color:var(--text-secondary);justify-content:space-between;align-items:center;margin-bottom:10px;font-size:11px;display:flex}.spice-indicator{border-radius:var(--radius-full);align-items:center;gap:3px;padding:2px 6px;font-size:10px;font-weight:700;display:inline-flex}.product-price-row{justify-content:space-between;align-items:flex-end;gap:6px;margin-top:auto;display:flex}.price-current{color:var(--brand-black);font-size:16px;font-weight:800}.price-old{color:var(--text-muted);font-size:11px;text-decoration:line-through}.discount-tag{color:var(--brand-red);font-size:10px;font-weight:800}.add-cart-btn{background:var(--brand-black);color:#fff;border-radius:var(--radius-sm);padding:7px 12px;font-size:11.5px;font-weight:700}.add-cart-btn.added{background:var(--brand-kurly-mint)}.mascot-container{z-index:90;flex-direction:column;align-items:flex-end;gap:6px;display:flex;position:fixed;bottom:16px;right:16px}.mascot-bubble{color:var(--brand-black);border:2px solid var(--brand-black);box-shadow:var(--shadow-md);background:#fff;border-radius:12px;padding:6px 10px;font-size:11px;font-weight:700;position:relative}.mascot-body{cursor:pointer;width:60px;height:60px}.back-to-top-btn{background:var(--brand-black);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.cart-drawer-overlay{z-index:300;background:#00000080;position:fixed;inset:0}.cart-drawer{z-index:301;background:#fff;flex-direction:column;width:100%;max-width:440px;display:flex;position:fixed;top:0;bottom:0;right:0}.cart-drawer-header{border-bottom:1px solid #0000000f;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.shipping-progress-box{background:#fff8e6;padding:12px 20px}.progress-bar-bg{background:#ffe099;border-radius:3px;width:100%;height:6px;margin-top:4px;overflow:hidden}.progress-bar-fill{background:linear-gradient(90deg,#f59e0b,#10b981);height:100%}.cart-items-list{flex-direction:column;flex:1;gap:14px;padding:16px 20px;display:flex;overflow-y:auto}.cart-item-row{border-bottom:1px solid #0000000d;align-items:center;gap:12px;padding-bottom:14px;display:flex}.cart-item-img{object-fit:cover;border-radius:var(--radius-sm);width:56px;height:56px}.cart-item-info{flex:1}.qty-controls{border:1px solid #0000001f;border-radius:4px;align-items:center;margin-top:4px;display:flex;overflow:hidden}.qty-btn{background:var(--bg-subtle);padding:3px 8px}.qty-value{padding:0 8px;font-size:12px;font-weight:700}.cart-drawer-footer{background:var(--bg-cream);border-top:1px solid #0000000f;padding:16px 20px}.subtotal-row{justify-content:space-between;align-items:center;margin-bottom:12px;font-size:16px;font-weight:800;display:flex}.modal-overlay{z-index:400;background:#0009;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.modal-content{border-radius:var(--radius-lg);background:#fff;width:100%;max-width:900px;max-height:90vh;position:relative;overflow-y:auto}.modal-close-btn{background:var(--bg-subtle);z-index:10;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:absolute;top:14px;right:14px}.quiz-section{border-radius:var(--radius-lg);background:linear-gradient(135deg,#fff9f5,#fff0ec);border:1px solid #ffe0d6;margin:32px 0;padding:28px 20px}.quiz-options-group{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.quiz-chip{border-radius:var(--radius-full);background:#fff;border:1px solid #0000001a;padding:8px 14px;font-size:12.5px;font-weight:600}.quiz-chip.selected{background:var(--brand-red);color:#fff}.site-footer{background:var(--brand-black);color:#999;width:100%;margin-top:60px;padding:48px 0 24px;font-size:13px}.footer-container{max-width:1320px;margin:0 auto;padding:0 16px}.footer-grid{grid-template-columns:repeat(5,1fr);gap:24px;margin-bottom:36px;display:grid}.footer-column-title{color:#fff;margin-bottom:12px;font-size:14px;font-weight:700}.footer-links-list{flex-direction:column;gap:8px;list-style:none;display:flex}.footer-bottom{border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding-top:20px;display:flex}@media (width<=1024px){.products-grid{grid-template-columns:repeat(3,1fr)}.category-cards-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.top-bar-right{display:none}.top-bar-container{text-align:center;justify-content:center;font-size:11px}.main-header-container{flex-direction:column;align-items:stretch;gap:10px;padding:10px 14px}.header-brand-row{justify-content:space-between;align-items:center;width:100%;display:flex}.search-box{width:100%;max-width:100%}.hero-container{text-align:center;grid-template-columns:1fr;gap:24px}.hero-title{word-break:break-word;font-size:28px}.hero-subtitle{margin-bottom:20px;font-size:14px}.hero-buttons{flex-direction:column;gap:10px;width:100%;display:flex}.btn-primary,.btn-secondary{justify-content:center;width:100%}.hero-main-img-wrap{width:240px;height:240px}.hero-main-img{width:200px;height:200px}.hero-floating-card.card-1{left:-5px}.hero-floating-card.card-2{right:-5px}.carousel-arrow{width:34px;height:34px}.carousel-arrow.left{left:6px}.carousel-arrow.right{right:6px}.spice-levels-bar{-webkit-overflow-scrolling:touch;gap:8px;padding-bottom:8px;display:flex;overflow-x:auto}.spice-level-btn{flex:0 0 110px}.products-grid{grid-template-columns:repeat(2,1fr);gap:10px}.product-card{padding:10px}.product-title{height:34px;font-size:13px}.price-current{font-size:15px}.add-cart-btn{padding:6px 10px;font-size:11px}.category-cards-grid{grid-template-columns:repeat(2,1fr);gap:10px}.category-card{height:140px}.category-card-title{font-size:15px}.modal-content{max-height:95vh}.modal-content>div{grid-template-columns:1fr!important;gap:20px!important;padding:20px!important}.footer-grid{grid-template-columns:repeat(2,1fr);gap:24px}}@media (width<=480px){.products-grid{grid-template-columns:repeat(2,1fr);gap:8px}.section-title{font-size:22px}.footer-grid{grid-template-columns:1fr}}
