@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&family=Playfair+Display:wght@600;700;800&display=swap');
:root{--black:#0b0b0b;--dark:#151515;--gold:#e4ad24;--cream:#f7f5ef;--line:#e4e1d8}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:'DM Sans',Arial,sans-serif;line-height:1.6;color:#181818;background:var(--cream)}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}.container{width:min(1120px,calc(100% - 32px));margin:auto}.header{position:sticky;top:0;z-index:10;background:rgba(11,11,11,.97);border-bottom:1px solid #222}.nav{min-height:76px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:10px;color:white;font-weight:800;line-height:1}.brand img{width:50px;height:50px;object-fit:contain;background:white;border-radius:50%}.brand span{font-size:14px;letter-spacing:.05em}.brand small{font-size:9px;color:var(--gold);letter-spacing:.18em}.links{display:flex;align-items:center;gap:27px;color:#eee;font-size:14px;font-weight:700}.links a:hover{color:var(--gold)}.links .wa{background:var(--gold);color:#111;padding:10px 16px;border-radius:5px}.toggle{display:none;background:none;border:0;color:white;font-size:27px}.hero{min-height:650px;display:flex;align-items:center;color:white;background:linear-gradient(90deg,rgba(0,0,0,.88),rgba(0,0,0,.55)),url('../images/tasty-crousty.jpg') center/cover,#111}.hero-inner{padding:80px 0}.eyebrow{color:var(--gold);font-size:12px;font-weight:800;letter-spacing:.2em;margin-bottom:13px}.hero h1{font:800 clamp(46px,7vw,78px)/1.04 'Playfair Display',Georgia,serif;max-width:750px;margin-bottom:20px}.hero p:not(.eyebrow){max-width:560px;color:#ddd;font-size:17px;margin-bottom:30px}.actions{display:flex;flex-wrap:wrap;gap:12px}.btn{min-height:48px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;border-radius:5px;font-weight:800;font-size:14px}.primary{background:var(--gold);color:#111}.outline{border:1px solid #aaa;color:white}.info{background:var(--gold)}.info-grid{display:grid;grid-template-columns:repeat(3,1fr)}.info-grid>div{padding:21px 16px;border-right:1px solid #0002}.info-grid b,.info-grid span{display:block}.info-grid b{font-size:11px;letter-spacing:.12em}.info-grid span{font-size:14px;line-height:1.45}.section{padding:95px 0}.heading{text-align:center;max-width:650px;margin:0 auto 52px}.heading h2,.about h2,.cta h2{font:700 clamp(36px,5vw,55px)/1.08 'Playfair Display',Georgia,serif;margin-bottom:14px}.heading>p:last-child{color:#666}.featured{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:48px}.featured article{background:#111;color:white;border-radius:8px;overflow:hidden}.featured img{width:100%;height:220px;object-fit:cover;background:#222}.featured article div{padding:17px 18px;display:flex;justify-content:space-between;gap:10px}.featured h3{font-size:15px}.featured b,.card b{color:#9b7107;white-space:nowrap}.featured b{color:var(--gold)}.menus{display:grid;grid-template-columns:1fr 1fr;gap:20px}.card{background:white;border:1px solid var(--line);border-radius:8px;padding:27px}.card h3{font:700 27px 'Playfair Display',Georgia,serif;margin-bottom:17px}.card h4{font-size:11px;text-transform:uppercase;letter-spacing:.13em;color:#555;margin:19px 0 6px}.card p{display:flex;justify-content:space-between;gap:12px;padding:9px 0;border-bottom:1px dashed #ddd;font-size:14px}.card p:last-child{border:0}.card .space{margin-top:35px}.wide{grid-column:1/-1}.two{display:grid;grid-template-columns:1fr 1fr;gap:35px}.notes{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:20px}.notes>div{background:#151515;color:white;border-radius:8px;padding:23px}.notes b,.notes span{display:block}.notes b{color:var(--gold)}.notes span{font-size:13px;color:#bbb}.dark{background:#111;color:white}.about{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.about>img{width:100%;height:500px;object-fit:cover;border-radius:8px}.about p:not(.eyebrow){color:#c7c7c7;margin-bottom:17px}.founder{border-left:3px solid var(--gold);padding-left:16px;margin-top:28px}.founder small,.founder b{display:block}.founder small{color:var(--gold);font-size:10px;letter-spacing:.15em;font-weight:800}.contact{background:white}.contact-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.contact-grid>div{border:1px solid var(--line);border-radius:8px;padding:25px 20px}.contact-grid h3{font-size:17px;margin-bottom:6px}.contact-grid p{color:#666;min-height:48px;font-size:14px}.contact-grid a{display:inline-block;margin-top:10px;color:#8c6500;font-size:13px;font-weight:800}.contact-grid small{color:#777;font-size:12px}.cta{background:var(--gold);text-align:center;padding:80px 0}.cta .eyebrow{color:#3d2d06}.cta p:not(.eyebrow){margin-bottom:25px}.cta .actions{justify-content:center}.darkbtn{background:#111;color:white}.darkoutline{border:1px solid #111;color:#111}footer{background:#090909;color:#bbb;padding-top:55px}.footer{display:grid;grid-template-columns:2fr 1fr 1fr;gap:50px;padding-bottom:40px}.footer .brand{margin-bottom:16px}.footer a,.footer p{display:block;font-size:13px;margin-top:8px}.footer b{color:white;font-size:14px}.bottom{border-top:1px solid #222;padding:18px max(16px,calc((100% - 1120px)/2));font-size:12px;color:#777}@media(max-width:800px){.toggle{display:block}.links{display:none;position:absolute;top:76px;left:0;right:0;background:#0b0b0b;flex-direction:column;align-items:stretch;padding:10px 16px 16px;gap:0}.links.open{display:flex}.links a{padding:12px}.links .wa{text-align:center}.featured,.menus,.about,.notes,.contact-grid,.footer{grid-template-columns:1fr}.wide{grid-column:auto}.two{grid-template-columns:1fr;gap:0}.about{gap:35px}.about>img{height:330px}.info-grid{grid-template-columns:1fr}.info-grid>div{border-right:0;border-bottom:1px solid #0002}.section{padding:70px 0}}@media(max-width:430px){.brand img{width:43px;height:43px}.brand span{font-size:12px}.hero{min-height:570px}.hero-inner{padding:60px 0}.hero p:not(.eyebrow){font-size:15px}.featured img{height:200px}.card{padding:21px 17px}}
