:root{--red:#b52120;--cream:#f7f1e5;--ink:#1d1916;--gold:#c99b3b;--muted:#756d64}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--cream)}a{text-decoration:none;color:inherit}
.navbar{height:78px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 6%;position:sticky;top:0;z-index:10;box-shadow:0 2px 20px #00000010}.brand{display:flex;align-items:center;gap:11px;font-weight:900;letter-spacing:1.5px}.logo-wrap{width:100px;height:100px;border-radius:50%;background:var(--red);display:grid;place-items:center;color:#fff;overflow:hidden}.logo-wrap img{width:100%;height:100%;object-fit:contain}.brand span:last-child{font-size:15px}nav{display:flex;gap:30px;color:#4e4842;font-size:14px;font-weight:700}.order-btn,.primary-btn{background:var(--red);color:#fff;padding:13px 21px;border-radius:5px;font-weight:800;font-size:14px}.hero{min-height:680px;display:flex;align-items:center;padding:80px 9%;position:relative;background:linear-gradient(90deg,#120d0bcc,#120d0b55),url("images/PORTADADELIVERY.png") center/cover}.hero-content{max-width:720px;color:#fff;position:relative}.eyebrow{font-size:12px;letter-spacing:2.8px;font-weight:900;color:var(--gold)}h1{font-family:Georgia,serif;font-size:clamp(54px,7vw,92px);line-height:.92;margin:18px 0 24px}h1 em{color:#f0c76c;font-style:italic}.hero p{font-size:18px;line-height:1.65;max-width:580px;color:#eee}.hero-actions{display:flex;gap:12px;margin-top:30px}.secondary-btn{padding:12px 21px;border:1px solid #fff;color:#fff;border-radius:5px;font-weight:800;font-size:14px}.secondary-btn.dark{border-color:var(--ink);color:var(--ink)}
.upload-panel{background:#fff;padding:30px 7%;display:grid;grid-template-columns:1.7fr 1fr 1fr;gap:18px;align-items:center;border-bottom:1px solid #e4dacb}.upload-panel h2{font-family:Georgia,serif;margin:8px 0;font-size:27px}.upload-panel p{color:var(--muted);margin:0;line-height:1.5}.upload-card{border:2px dashed #d8cbb9;border-radius:10px;padding:22px;text-align:center;cursor:pointer;display:flex;flex-direction:column;gap:5px}.upload-card:hover{border-color:var(--red);background:#fffaf4}.upload-card input{display:none}.upload-card span{font-size:12px;color:var(--muted)}
.section{padding:90px 7%}.section-heading{text-align:center;margin-bottom:42px}.section-heading h2,.story h2,.contact h2{font:italic 700 48px Georgia,serif;margin:10px 0}.menu-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;max-width:1100px;margin:auto}.menu-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 10px 35px #402d1b0d}.dish-image{height:260px;display:grid;place-items:center;font-size:100px;background-size:cover;background-position:center}.image-one{background:linear-gradient(#0003,#0005),url("images/ComboLuchita.jpg") center/cover}.image-two{background:linear-gradient(#0002,#0005),url("images/LomoSaltadodeCarne.jpeg") center/cover}.image-three{background:linear-gradient(#0002,#0005),url("images/CevicheTradicional-2.jpeg") center/cover}.image-four{background:linear-gradient(#0002,#0005),url("images/AeropuertoCarne.jpg") center/cover}.dish-image span{filter:drop-shadow(0 3px 8px #0008)}.dish-copy{padding:22px}.dish-copy>div{display:flex;justify-content:space-between;gap:10px}.dish-copy h3{font:700 25px Georgia,serif;margin:0}.dish-copy b{color:var(--red);font-size:18px}.dish-copy p{color:var(--muted);line-height:1.6}.tag{font-size:10px;letter-spacing:1.5px;font-weight:900;color:var(--red)}
.story{display:grid;grid-template-columns:1fr 1fr;min-height:600px;background:#1e1915;color:#fff}.story-photo{min-height:520px;background:url("images/PORTADADELIVERY.png") center/cover;display:grid;place-items:center}.photo-placeholder{background:#0009;padding:12px 18px;letter-spacing:2px;font-size:11px}.story-copy{padding:80px 12%;display:flex;flex-direction:column;justify-content:center}.story h2{font-size:50px}.story-copy p{color:#d7d0c9;line-height:1.75}.text-link{color:#f0c76c;font-weight:800;margin-top:15px}
.gallery-section{background:#fff}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;max-width:1100px;margin:auto}.gallery-placeholder{min-height:230px;border-radius:8px;background:#eee2d1;display:grid;place-items:center;color:#8b7b6a;font-size:12px;letter-spacing:1.5px;text-align:center;padding:20px}.gallery-grid img{width:100%;height:340px;object-fit:cover;border-radius:8px}
.contact{background:#cda14b;padding:70px 9%;display:flex;align-items:center;justify-content:space-between;gap:30px}.contact h2{font-size:50px}.contact p{line-height:1.7}.contact-actions{display:flex;gap:12px}footer{background:#181411;color:#ddd;padding:28px 7%;display:flex;justify-content:space-between;font-size:12px}
@media(max-width:800px){nav{display:none}.navbar{padding:0 5%}.order-btn{padding:11px}.upload-panel,.story{grid-template-columns:1fr}.menu-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:1fr}.hero{min-height:600px;padding:60px 7%}.contact,footer{flex-direction:column;align-items:flex-start}.story-copy{padding:60px 8%}.dish-image{height:220px}}
