@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Oswald:wght@400;500;600;700&display=swap');
:root{--red:#ed1c24;--dark:#111;--cream:#fff8ef;--gray:#777;--line:#e7e0d8}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--dark);font-family:Oswald,Arial,sans-serif;background:var(--cream)}
.site-header{position:sticky;top:0;z-index:20;background:#fff;border-bottom:3px solid var(--red)}
.nav-wrap{max-width:1180px;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:10px 20px}
.brand img{width:78px;height:78px;object-fit:cover;border-radius:50%}.site-header nav{display:flex;align-items:center;gap:25px}
nav a{color:#111;text-decoration:none;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.nav-cta,.button.primary{background:var(--red);color:#fff!important;padding:12px 20px;border-radius:3px}.menu-toggle{display:none;border:0;background:none;font-size:30px}
.hero{min-height:620px;display:flex;align-items:center;background:linear-gradient(90deg,rgba(0,0,0,.82),rgba(0,0,0,.38),rgba(0,0,0,.12)),url('assets/hot-pots-logo.jpg') center/cover no-repeat}
.hero-inner{max-width:1180px;width:100%;margin:auto;padding:80px 25px;color:#fff}.eyebrow{font-size:14px;letter-spacing:.16em;font-weight:700;margin:0 0 12px;color:var(--red)}.hero .eyebrow{color:#fff}
h1,h2,h3{font-family:"Bebas Neue",Impact,sans-serif;line-height:.95;margin:0 0 18px;text-transform:uppercase;letter-spacing:.02em}h1{font-size:clamp(64px,10vw,130px)}h1 span{color:var(--red)}h2{font-size:clamp(48px,7vw,82px)}h3{font-size:32px}
.hero p:not(.eyebrow){font-size:21px;max-width:620px;line-height:1.45}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.button{display:inline-block;text-decoration:none;text-transform:uppercase;font-weight:700;letter-spacing:.05em;padding:14px 22px;border-radius:3px}.button.outline{border:2px solid currentColor;color:inherit}
.announcement{background:#111;color:#fff;padding:30px max(25px,calc((100vw - 1180px)/2));display:flex;justify-content:space-between;align-items:center;gap:20px}.announcement h2{font-size:48px;margin:5px 0}.announcement p{margin:0;color:#ddd;font-size:17px}.tag{color:#fff;background:var(--red);padding:5px 9px;font-size:12px;font-weight:bold;letter-spacing:.12em}.special-price{font-family:"Bebas Neue";font-size:70px;color:#fff}
.section{max-width:1180px;margin:auto;padding:85px 25px}.section-heading{text-align:center;max-width:760px;margin:0 auto 45px}.section-heading p:last-child{font-size:18px;color:#666;line-height:1.5}
.menu-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.menu-card{background:#fff;padding:26px;border-top:5px solid var(--red);box-shadow:0 4px 18px rgba(0,0,0,.06)}.menu-card h3{font-size:36px;margin-bottom:8px}.menu-card p{color:#666;line-height:1.5}.price{font-family:"Bebas Neue";font-size:34px;color:var(--red);margin-top:18px}
.feature{min-height:470px;background:linear-gradient(90deg,rgba(0,0,0,.85),rgba(0,0,0,.35)),url('assets/hot-pots-logo.jpg') center/cover no-repeat;display:flex;align-items:center;color:#fff}.feature-copy{max-width:1180px;width:100%;margin:auto;padding:70px 25px}.feature h2{font-size:100px}.feature p:not(.eyebrow){max-width:550px;font-size:21px;line-height:1.5}
.catering{background:#fff}.contact-card{display:flex;justify-content:space-between;align-items:center;gap:25px;border:1px solid var(--line);padding:30px;background:var(--cream)}.contact-card p{color:#666;line-height:1.5}.location-section{background:#111;color:#fff}.location-inner{max-width:1180px;margin:auto;padding:80px 25px;display:grid;grid-template-columns:1fr 1fr;gap:50px}.address{font-size:26px;line-height:1.4}.location-box{border:2px solid #444;padding:35px;display:flex;flex-direction:column;justify-content:center}.phone{font-size:36px;color:#fff;text-decoration:none;margin:15px 0}.location-box p{color:#ccc;line-height:1.5}.order{min-height:420px;display:flex;align-items:center;justify-content:center}
footer{background:#fff;border-top:3px solid var(--red);padding:35px 20px;text-align:center}footer img{width:90px;border-radius:50%}footer p{color:#666}footer a{color:#111}
@media(max-width:800px){.site-header nav{display:none;position:absolute;left:0;right:0;top:98px;background:#fff;flex-direction:column;padding:20px}.site-header nav.open{display:flex}.menu-toggle{display:block}.menu-grid{grid-template-columns:1fr}.announcement{align-items:flex-start;flex-direction:column}.special-price{font-size:55px}.location-inner{grid-template-columns:1fr}.contact-card{flex-direction:column;align-items:flex-start}.hero{min-height:570px}}

.admin-form{max-width:850px;margin:auto;background:#fff;padding:30px}.admin-form label{display:block;font-weight:700;margin:0 0 18px}.admin-form input,.admin-form textarea{display:block;width:100%;margin-top:7px;border:1px solid #ccc;padding:12px;font:inherit}.admin-form textarea{min-height:90px}.admin-form h3{margin-top:35px}
