*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#120503;color:#fff;font-family:Arial,Helvetica,sans-serif}body:before{content:"";position:fixed;inset:0;background:radial-gradient(circle at top,#7c1f15 0,#120503 45%,#070201 100%);z-index:-1}nav{max-width:1180px;margin:auto;display:flex;align-items:center;gap:22px;padding:18px}nav img{width:86px;height:86px;object-fit:contain;margin-right:auto}nav a{color:#ffd84a;text-decoration:none;font-weight:800}.hero{min-height:70vh;border-bottom:1px solid #672116}.hero-inner{max-width:920px;margin:auto;text-align:center;padding:80px 22px 120px}.tag{color:#ffd84a;font-weight:900;text-transform:uppercase;letter-spacing:3px}.hero h1{font-size:clamp(58px,12vw,140px);line-height:.85;margin:10px 0;color:#ffd84a;text-shadow:0 10px 0 #641910}.hero p{font-size:22px}.actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-top:28px}.actions a{background:#d6281e;color:#fff;text-decoration:none;font-weight:900;padding:16px 22px;border-radius:999px;box-shadow:0 12px 25px #0008}.section{max-width:1180px;margin:auto;padding:70px 18px}.section-title{text-align:center;margin-bottom:34px}.section-title p{color:#ffd84a;font-weight:900;text-transform:uppercase;letter-spacing:3px}.section-title h2,.section h2{font-size:42px;margin:0;color:#ffd84a}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.pizza-card{background:#270b07;border:1px solid #7e2b1d;border-radius:24px;overflow:hidden;box-shadow:0 20px 45px #0006}.pizza-image{height:220px;background:#3a100b}.pizza-image img{width:100%;height:100%;object-fit:cover;display:block}.pizza-content{padding:24px}.topline{display:flex;gap:12px;align-items:flex-start;justify-content:space-between}.topline h3{font-size:26px;line-height:1.05;margin:0;color:#ffd84a}.topline span{white-space:nowrap;background:#d6281e;border-radius:999px;padding:10px 13px;font-weight:900}.pizza-content p{line-height:1.45;color:#ffe7c7;font-size:16px}.info{display:grid;grid-template-columns:1fr 1fr;gap:24px}.info>div{background:#270b07;border:1px solid #7e2b1d;border-radius:24px;padding:30px}.scan{display:grid;grid-template-columns:1fr 1fr;gap:18px}.scan img{width:100%;border-radius:18px;border:1px solid #7e2b1d}footer{text-align:center;padding:28px;color:#ffd84a;background:#070201}@media(max-width:900px){.grid{grid-template-columns:repeat(2,1fr)}.scan,.info{grid-template-columns:1fr}}@media(max-width:600px){nav{gap:14px}nav img{width:70px;height:70px}.hero-inner{padding:45px 18px 80px}.hero p{font-size:18px}.grid{grid-template-columns:1fr}.pizza-image{height:240px}.section{padding:46px 14px}.section-title h2,.section h2{font-size:34px}.topline h3{font-size:24px}.topline{flex-direction:column}.actions a{width:100%;text-align:center}}