*{box-sizing:border-box}body{margin:0;background:#f4efe4;color:#263528;font-family:Arial,Helvetica,sans-serif}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}.wrap{width:min(1120px,calc(100% - 28px));margin:0 auto}.site-header{
  position:sticky;
  top:0;
  z-index:10;
  background:rgba(244,239,228,.96);
  border-bottom:1px solid rgba(38,53,40,.12);
  backdrop-filter:blur(8px);
  min-height:auto;
}.nav{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:4px 0;
  min-height:56px;
}.brand img{
  height:38px;
  width:auto;
  max-width:140px;
  object-fit:contain;
  object-position:left center;
  border-radius:0;
  display:block;
}
}.brand{
  display:flex;
  align-items:center;
  overflow:hidden;
}.nav nav{display:flex;gap:22px;flex-wrap:wrap;font-size:13px;text-transform:uppercase;letter-spacing:.18em}.hero{padding:56px 0 70px}.hero-grid,.chef-grid{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center}.eyebrow{margin:0 0 14px;color:#8a5f3d;text-transform:uppercase;letter-spacing:.25em;font-size:13px}.eyebrow.light{color:#d9c9ae}h1,h2,h3{margin:0;font-family:Georgia,'Times New Roman',serif;font-weight:500;letter-spacing:-.04em}h1{font-size:clamp(3rem,6vw,6.2rem);line-height:.95}h2{font-size:clamp(2.3rem,4vw,4.5rem);line-height:1}h3{font-size:2rem;line-height:1.05}.lead,.hero-copy p:not(.eyebrow),.chef-grid p,.contact p{font-size:1.1rem;line-height:1.7;color:rgba(38,53,40,.74)}.hero-photo img,.chef-grid img,.photo-grid img{border-radius:28px;box-shadow:0 20px 50px rgba(38,53,40,.18);object-fit:cover}.buttons{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;border-radius:999px;padding:0 22px;font-weight:700}.button.primary{background:#263528;color:#f4efe4}.button.secondary{border:1px solid rgba(38,53,40,.3)}.section{padding:72px 0}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:30px}.cards article{background:#fffaf0;border:1px solid rgba(38,53,40,.13);border-radius:24px;padding:28px}.cards p{line-height:1.65;color:rgba(38,53,40,.72)}.chef{background:#fffaf0}.gallery{background:#263528;color:#f4efe4}.gallery h2{margin-bottom:30px}.photo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.photo-grid img{width:100%;height:330px}.contact-box{display:flex;align-items:center;justify-content:space-between;gap:28px;background:#fffaf0;border-radius:28px;padding:34px;border:1px solid rgba(38,53,40,.13)}@media(max-width:840px){.nav{align-items:flex-start;flex-direction:column}.hero-grid,.chef-grid,.cards,.photo-grid{grid-template-columns:1fr}.photo-grid img{height:auto}.contact-box{align-items:flex-start;flex-direction:column}h1{font-size:3.25rem}.section{padding:52px 0}}