
:root{--paper:#f8f1df;--ink:#253228;--accent:#a95935;--accent2:#4b7652;--soft:#eadfc6;--line:#d4cfc6}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);line-height:1.62}a{color:var(--accent2)}img{display:block;max-width:100%}
.badge{font-size:11px;text-transform:uppercase;letter-spacing:.15em;font-weight:800;color:var(--accent)}.meta,.caption{font-size:13px;color:#6b6c67}.caption{margin-top:6px}
.text-wrap,.legal-wrap{max-width:830px;margin:62px auto}.text-wrap h1,.legal-wrap h1{font-size:44px;line-height:1.07}.btn{display:inline-block;text-decoration:none;padding:11px 16px}
.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.team-card{background:#ffffff80;border:1px solid var(--line);padding:20px}.team-card h3{margin:.35em 0}
.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;max-width:1000px;margin:45px auto}.contact-grid>div{background:#ffffff80;border:1px solid var(--line);padding:22px}
.photo-strip{display:grid;grid-template-columns:2fr 1fr 1fr;gap:12px;margin:70px 0}.photo-strip img{width:100%;height:280px;object-fit:cover}.photo-strip img:first-child{height:100%}
.article{max-width:790px;margin:52px auto}.article h1{font-size:52px;line-height:1.04}.article .lead{font-size:20px}.article .hero-photo{width:calc(100% + 140px);margin-left:-70px;margin-top:24px}.article blockquote{font-size:25px;line-height:1.27;margin:35px 0;padding:18px 20px;border-left:5px solid var(--accent);background:var(--soft)}
footer{margin-top:70px}footer a,footer span{display:block;text-decoration:none;font-size:13px;margin:6px 0}
@media(max-width:820px){.team-grid,.contact-grid,.photo-strip{grid-template-columns:1fr}.photo-strip img,.photo-strip img:first-child{height:250px}.article .hero-photo{width:100%;margin-left:0}.article h1{font-size:39px}}

body{font-family:'Trebuchet MS',Arial,sans-serif}.site-head{max-width:1180px;margin:auto;padding:20px 24px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line)}.logo img{width:220px}nav{display:flex;gap:12px;flex-wrap:wrap}nav a{text-decoration:none;color:var(--ink);font-size:13px;padding:7px 10px;border-radius:999px}nav a:hover{background:var(--soft)}main{max-width:1180px;margin:auto;padding:28px 24px 85px}
.hero{position:relative;min-height:620px;border-radius:40px;overflow:hidden}.hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#213228e8,#2132289a 48%,transparent 78%)}.hero-copy{position:relative;z-index:2;max-width:620px;color:white;padding:85px 58px}.hero h1{font:58px/1 Georgia,serif}.hero .badge{color:#f3cf8a}.btn{background:white;color:var(--ink);border-radius:9px}.food-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:65px}.food-grid article{background:#fffdf8;border:1px solid var(--line);border-radius:24px;overflow:hidden}.food-grid article:nth-child(2),.food-grid article:nth-child(6){transform:translateY(32px)}.food-grid img{width:100%;height:260px;object-fit:cover}.food-grid .copy{padding:22px}.food-grid h2{font:29px/1.05 Georgia,serif}.category-list{display:grid;grid-template-columns:1fr 1fr;gap:22px}.category-list article{border:1px solid var(--line);background:#fffdf8;border-radius:22px;overflow:hidden}.category-list img{width:100%;height:290px;object-fit:cover}.category-list .copy{padding:22px}
footer{background:var(--ink);color:#f0ede5;padding:42px max(24px,calc((100vw - 1132px)/2));display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:28px}footer img{width:185px;filter:brightness(0) invert(1)}footer a,footer span{color:#f0ede5}
@media(max-width:820px){.site-head{flex-direction:column;align-items:flex-start}.hero-copy{padding:55px 27px}.hero h1{font-size:41px}.food-grid,.category-list,footer{grid-template-columns:1fr}.food-grid article:nth-child(2),.food-grid article:nth-child(6){transform:none}}
