@import"https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;700&family=Permanent+Marker&display=swap";:root{--primary: #E50012;--primary-dark: #B8000F;--primary-lighter: #FF7B7F;--secondary: #FFD700;--text-dark: #333333;--text-light: #666666;--background: #F8F4E3;--card-bg: #ffffff;--border-light: #E6DFC8;--shadow-sm: 0 2px 5px rgba(0, 0, 0, .05);--shadow-md: 0 5px 15px rgba(0, 0, 0, .1);--font-main: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-heading: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-display: "Permanent Marker", cursive;--border-radius: 6px;font-family:var(--font-main);line-height:1.5;font-weight:400;color-scheme:light dark;color:var(--text-dark);background-color:var(--background);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}a{font-weight:500;color:var(--text-dark);text-decoration:inherit;transition:color .2s ease}a:hover{color:var(--primary)}body{margin:0;min-width:320px;min-height:100vh;background-color:var(--background);color:var(--text-dark)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);line-height:1.2;margin:0 0 .5em;font-weight:700;color:var(--text-dark)}p{margin:0 0 1rem}img{max-width:100%;height:auto;display:block}button{font-family:var(--font-main);cursor:pointer;border:none;background:none}@media (prefers-color-scheme: dark){:root{--text-dark: #f5f5f5;--text-light: #b0b0b0;--background: #121212;--card-bg: #242424;--border-light: #333333}}.restaurant-container{max-width:1300px;margin:0 auto;padding:0;font-family:var(--font-main);background-image:url(/images/chinese-pattern-bg.png);background-attachment:fixed;background-size:200px;background-color:var(--background)}header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:var(--primary);box-shadow:var(--shadow-sm);position:sticky;top:0;z-index:100;border-bottom:3px solid var(--secondary)}header .logo-container{display:flex;align-items:center;gap:1rem}header h1{color:#fff;font-size:1.8rem;margin:0;font-weight:700;font-family:var(--font-display);text-shadow:2px 2px 0 rgba(0,0,0,.3)}header h1 span{color:var(--secondary)}.subtitle{color:#ffffffe6;font-size:1rem;margin-left:.5rem}nav{display:flex;gap:2rem;margin:0;flex-wrap:wrap}nav a{padding:.5rem 0;font-size:1rem;color:#fff;font-weight:500;position:relative;text-transform:uppercase;letter-spacing:1px}nav a.active:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:3px;background-color:var(--secondary)}nav a:hover{color:var(--secondary)}.order-btn{padding:.7rem 1.5rem;font-size:1rem;background-color:var(--secondary);color:var(--primary-dark);border:none;border-radius:var(--border-radius);cursor:pointer;transition:all .3s ease;font-weight:700;box-shadow:var(--shadow-sm);text-transform:uppercase;letter-spacing:1px}.order-btn:hover{background-color:#ffdf4d;transform:translateY(-2px);box-shadow:var(--shadow-md)}.hero{display:grid;grid-template-columns:1fr 1fr;align-items:center;background-color:#ffffffe6;padding:4rem 2rem;position:relative;overflow:hidden;border-bottom:5px solid var(--primary);box-shadow:var(--shadow-md)}.hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:10px;background:repeating-linear-gradient(-45deg,var(--primary),var(--primary) 10px,var(--secondary) 10px,var(--secondary) 20px)}.hero-content{text-align:left;max-width:550px}.hero h2{font-size:3.5rem;margin-bottom:1rem;color:var(--primary);line-height:1.1;font-family:var(--font-display);text-shadow:1px 1px 0 rgba(0,0,0,.1)}.hero h3{font-size:1.8rem;margin-bottom:1.5rem;color:var(--text-dark);font-weight:500;border-bottom:2px solid var(--primary-lighter);padding-bottom:.5rem;display:inline-block}.hero p{font-size:1.1rem;color:var(--text-light);margin-bottom:2rem}.hero p.location{font-size:1.3rem;color:var(--primary);margin-bottom:1rem;font-weight:500;position:relative;padding-left:20px}.hero p.location:before{content:"📍";position:absolute;left:0;top:0}.hero-image{justify-self:end;width:100%;max-width:500px;height:auto;border-radius:var(--border-radius);overflow:hidden;border:5px solid white;box-shadow:var(--shadow-md);position:relative;transform:rotate(2deg)}.hero-image:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;box-shadow:inset 0 0 0 5px #e500121a}.hero-image img{width:100%;height:100%;object-fit:cover}.section-title{text-align:center;margin:3rem 0 1rem;position:relative}.section-title:before{content:"福";position:absolute;font-size:8rem;opacity:.05;top:-40px;left:50%;transform:translate(-50%);color:var(--primary);font-family:Noto Sans SC,sans-serif}.section-title .section-subtitle{font-size:.9rem;color:var(--text-light);text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem}.section-title h2{font-size:2.5rem;color:var(--primary);margin-bottom:.5rem;font-family:var(--font-display);display:inline-block;padding:0 1rem;position:relative}.section-title h2:before,.section-title h2:after{content:"❯❯";color:var(--secondary);position:absolute;font-size:1.5rem}.section-title h2:before{left:-2rem}.section-title h2:after{right:-2rem}.about-section{padding:5rem 2rem;background-color:#fffffff2;margin-top:3rem;border-radius:var(--border-radius);box-shadow:var(--shadow-md);position:relative;border:1px solid var(--border-light)}.about-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:10px;background:repeating-linear-gradient(-45deg,var(--primary),var(--primary) 10px,var(--secondary) 10px,var(--secondary) 20px);border-radius:var(--border-radius) var(--border-radius) 0 0}.about-content{max-width:800px;margin:0 auto;position:relative}.chinese-symbol{position:absolute;right:-40px;top:-30px;font-size:10rem;color:var(--primary);opacity:.1;font-family:Noto Sans SC,sans-serif;transform:rotate(5deg);z-index:0}.about-content p{margin-bottom:1.5rem;position:relative;z-index:1}.about-highlights{display:flex;justify-content:space-between;margin-top:3rem;gap:2rem}.highlight{flex:1;text-align:center;padding:1.5rem;background-color:#fff;border-radius:var(--border-radius);box-shadow:var(--shadow-sm);border:1px solid var(--border-light);position:relative}.highlight:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background-color:var(--primary);border-radius:var(--border-radius) var(--border-radius) 0 0}.highlight-icon{font-size:2.5rem;margin-bottom:1rem;display:inline-block}.highlight h4{color:var(--primary-dark);font-size:1.2rem;margin:0}.featured{margin:5rem 0;padding:2rem;position:relative;background-color:#fffffff2;border-radius:var(--border-radius);box-shadow:var(--shadow-md);border:1px solid var(--border-light)}.featured:before{content:"";position:absolute;top:0;left:0;width:100%;height:10px;background:repeating-linear-gradient(-45deg,var(--primary),var(--primary) 10px,var(--secondary) 10px,var(--secondary) 20px);border-radius:var(--border-radius) var(--border-radius) 0 0}.dishes{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:3rem 0}.dish-card{padding:1.5rem;border-radius:var(--border-radius);background-color:var(--card-bg);box-shadow:var(--shadow-sm);transition:transform .3s,box-shadow .3s;overflow:hidden;border:1px solid var(--border-light);position:relative}.dish-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:5px;background-color:var(--primary)}.dish-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.dish-image{width:100%;height:200px;border-radius:var(--border-radius);overflow:hidden;margin-bottom:1rem;border:3px solid white;box-shadow:var(--shadow-sm)}.dish-image img{width:100%;height:100%;object-fit:cover}.dish-card h3{font-size:1.4rem;margin-bottom:.5rem;color:var(--primary-dark);font-weight:700}.price{font-size:1.2rem;font-weight:600;color:var(--primary);margin-bottom:.8rem;background-color:#e500120d;display:inline-block;padding:.2rem .5rem;border-radius:var(--border-radius)}.description{color:var(--text-light);font-size:.9rem;line-height:1.6}.menu-container{padding:2rem;margin:3rem 0;background-color:#fffffff2;border-radius:var(--border-radius);box-shadow:var(--shadow-md);position:relative;border:1px solid var(--border-light)}.menu-container:before{content:"";position:absolute;top:0;left:0;width:100%;height:10px;background:repeating-linear-gradient(-45deg,var(--primary),var(--primary) 10px,var(--secondary) 10px,var(--secondary) 20px);border-radius:var(--border-radius) var(--border-radius) 0 0}.menu-categories{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem;margin:1rem 0 3rem;position:relative}.menu-categories:after{content:"";position:absolute;bottom:-1.5rem;left:20%;right:20%;height:2px;background-color:var(--border-light)}.menu-categories button{padding:.7rem 1.5rem;background-color:var(--card-bg);border:1px solid var(--border-light);border-radius:var(--border-radius);color:var(--text-dark);font-weight:500;transition:all .3s ease}.menu-categories button:hover{background-color:#00c8531a;border-color:var(--primary)}.menu-categories button.active{background-color:var(--primary);color:#fff;border-color:var(--primary)}.menu-items{max-width:800px;margin:0 auto;background-color:var(--card-bg);border-radius:16px;padding:1.5rem;box-shadow:var(--shadow-sm)}.menu-item{display:flex;justify-content:space-between;padding:1.2rem 0;border-bottom:1px dashed var(--border-light);position:relative}.menu-item:hover{background-color:#e5001208}.menu-item:before{content:"🍜";position:absolute;left:-2rem;opacity:.5;font-size:1.2rem}.menu-item:nth-child(2n):before{content:"🥡"}.menu-item:nth-child(3n):before{content:"🥢"}.menu-item:nth-child(4n):before{content:"🍚"}.menu-item:last-child{border-bottom:none;margin-bottom:0}.menu-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.menu-item h3{font-size:1.2rem;color:var(--text-dark);margin:0}.menu-price{font-weight:600;color:var(--primary);font-size:1.1rem}.menu-description{color:var(--text-light);font-size:.9rem;margin:0;line-height:1.6}.contact-details{max-width:700px;margin:0 auto;padding:2rem;background-color:var(--card-bg);border-radius:16px;box-shadow:var(--shadow-sm)}.contact-details p{margin:1rem 0;font-size:1.1rem;color:var(--text-light)}.contact-details strong{color:var(--text-dark);font-weight:600}.opening-hours{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border-light)}.opening-hours h3{margin-bottom:1rem;color:var(--text-dark);font-size:1.4rem}footer{background-color:var(--primary);color:#fff;padding:2rem;text-align:center;margin-top:4rem;border-top:3px solid var(--secondary);position:relative}footer:before{content:"";position:absolute;top:0;left:0;width:100%;height:10px;background:repeating-linear-gradient(-45deg,var(--primary),var(--primary) 10px,var(--secondary) 10px,var(--secondary) 20px);opacity:.3}footer p{margin:0}.developer-credit{font-size:.8rem;margin-top:.5rem;opacity:.8}.developer-credit a{color:var(--secondary);text-decoration:none}.developer-credit a:hover{text-decoration:underline}@media (max-width: 992px){.hero{grid-template-columns:1fr;grid-template-rows:auto auto;gap:2rem;padding:3rem 2rem}.hero-content{text-align:center;max-width:100%}.hero-image{justify-self:center;max-width:400px;transform:rotate(0)}.hero h2{font-size:3rem}.hero-buttons{justify-content:center}.about-highlights{flex-direction:column;gap:1.5rem}.chinese-symbol{display:none}}@media (max-width: 768px){header{flex-direction:column;gap:1rem;padding:1rem}header .logo-container{justify-content:center}nav{gap:1rem;justify-content:center}.hero{padding:2rem 1rem}.hero h2{font-size:2.5rem}.hero h3{font-size:1.5rem}.dishes{grid-template-columns:1fr}.menu-item-header{flex-direction:column;align-items:flex-start}.menu-price{margin-top:.5rem}.menu-item:before{display:none}.section-title h2:before,.section-title h2:after{display:none}.order-btn{width:100%}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-content,.dish-card,.menu-item{animation:fadeIn .6s ease-out forwards}.deliveroo-integration{margin:3rem 0;padding:0 2rem}.deliveroo-card{display:flex;align-items:center;background-color:var(--card-bg);border-radius:var(--border-radius);box-shadow:var(--shadow-sm);padding:2rem;transition:transform .3s,box-shadow .3s;gap:2rem;max-width:800px;margin:0 auto}.deliveroo-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.deliveroo-logo{flex:0 0 120px}.deliveroo-logo img{width:100%;height:auto}.deliveroo-content{flex:1}.deliveroo-content h3{font-size:1.8rem;color:var(--text-dark);margin-bottom:1rem}.deliveroo-content p{color:var(--text-light);margin-bottom:1.5rem;font-size:1.1rem}.deliveroo-benefits{margin-bottom:1.5rem;padding-left:1.5rem}.deliveroo-benefits li{margin-bottom:.5rem;color:var(--text-dark)}.deliveroo-btn{background-color:#00ccbc}.deliveroo-btn:hover{background-color:#00b8a9}@media (max-width: 768px){.deliveroo-card{flex-direction:column;text-align:center;gap:1.5rem}.deliveroo-logo{flex:0 0 auto;width:100px}.deliveroo-benefits{display:inline-block;text-align:left}}.direct-order{margin:3rem 0;padding:0 2rem}.direct-order-card{background-color:var(--card-bg);border-radius:var(--border-radius);box-shadow:var(--shadow-sm);padding:2rem;max-width:800px;margin:0 auto}.direct-order-card h3{font-size:1.8rem;color:var(--text-dark);margin-bottom:1rem}.direct-order-card p{color:var(--text-light);margin-bottom:1.5rem;font-size:1.1rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:var(--text-dark);font-weight:500}.form-group input,.form-group textarea{width:100%;padding:.8rem;border:1px solid var(--border-light);border-radius:var(--border-radius);font-size:1rem;font-family:var(--font-main)}.form-group textarea{min-height:100px;resize:vertical}.direct-btn{background-color:var(--primary);margin-top:1rem}.direct-btn:hover{background-color:var(--primary-dark)}.success-message{padding:1rem;background-color:#e8f5e9;border-radius:var(--border-radius);margin:1rem 0;color:#2e7d32;text-align:center}.direct-contact{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border-light);text-align:center}.order-options-divider{display:flex;align-items:center;margin:2rem 0;color:var(--text-light);font-size:1.1rem}.order-options-divider:before,.order-options-divider:after{content:"";flex:1;border-bottom:1px solid var(--border-light)}.order-options-divider:before{margin-right:1rem}.order-options-divider:after{margin-left:1rem}.hero-buttons{display:flex;align-items:center;gap:2rem}.chinese-characters{font-family:Noto Sans SC,sans-serif;font-size:3rem;color:var(--primary);opacity:.2;font-weight:700;transform:rotate(-5deg);margin-left:1rem}.logo-icon{font-size:2rem;background-color:#fff;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:50%;box-shadow:var(--shadow-sm);border:2px solid var(--secondary)}
