:root{--red:#ae2027;--ink:#292321;--paper:#fffaf1;--line:#ddcdbb}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;color:var(--ink);background:var(--paper);font-family:Arial,Helvetica,sans-serif;font-size:17px;line-height:1.65}a{color:inherit}header{max-width:1280px;margin:auto;padding:24px 5%;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);gap:20px}header a{text-decoration:none;font-size:15px}.wordmark{font-weight:700;letter-spacing:.08em;color:var(--red)}.hero{max-width:1280px;margin:auto;display:grid;grid-template-columns:1fr 1.08fr;align-items:center;padding:55px 5% 64px;gap:48px}.eyebrow,.number{font-size:13px;letter-spacing:.1em;font-weight:600;color:var(--red)}h1,h2,h3{line-height:1.1;font-weight:600;margin:20px 0}h1{font-size:clamp(48px,5.5vw,78px);letter-spacing:-.035em}h1 em{font-style:normal;color:var(--red)}h2{font-size:clamp(32px,4vw,48px);letter-spacing:-.025em}h3{font-size:28px;line-height:1.2}.lead{font-size:20px;max-width:400px}.button{display:inline-flex;justify-content:space-between;align-items:center;gap:28px;padding:15px 24px;background:var(--red);color:white;text-decoration:none;font-size:16px;font-weight:600;border-radius:4px;min-height:52px}.button:hover{background:#841820}.button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid #be810c;outline-offset:5px}.note,.small{font-size:14px;color:#695f56}.note{margin-top:22px}figure{margin:0}figure img{display:block;width:100%;height:490px;object-fit:cover;border-radius:140px 140px 6px 6px}figcaption{font-size:14px;margin-top:12px;text-align:center}.food{max-width:1160px;padding:54px 5% 64px;margin:auto;border-top:1px solid var(--line)}.choices{display:grid;grid-template-columns:1fr 1fr;gap:48px;margin-top:35px}.choices article{border-top:2px solid var(--red);padding-top:22px}.choices p{max-width:450px}.aside{font-style:italic;color:var(--red)}.flavor{padding:48px max(5%,calc((100% - 1044px)/2));background:var(--red);color:white}.flavor .eyebrow{color:#f9d4b0}.flavor p:last-child{max-width:630px}.visit{max-width:1160px;padding:58px 5%;margin:auto;display:flex;gap:32px;align-items:center;justify-content:space-between}.visit .button{flex-shrink:0}footer{border-top:1px solid var(--line);max-width:1160px;margin:auto;padding:30px 5% 45px;font-size:14px}.identity{display:flex;align-items:center;gap:14px;margin-bottom:18px}.identity p{margin:0}.identity strong{font-weight:600}footer details{max-width:800px;margin-top:24px}summary{cursor:pointer}footer details p{color:#695f56}@media(max-width:720px){header{padding:18px 6%}.hero{grid-template-columns:1fr;padding:30px 6% 36px;gap:28px}h1{font-size:54px}.lead{font-size:18px}.eyebrow{font-size:12px}figure img{height:300px;border-radius:80px 80px 4px 4px}.choices{grid-template-columns:1fr;gap:24px}.food{padding:36px 6%}.flavor{padding:32px 6%}.visit{padding:36px 6%;display:block}.visit .button{margin-top:12px}footer{padding:28px 6%}.number{font-size:12px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
