:root{--cream:#f7f4ed;--paper:#fffdf8;--ink:#20201d;--muted:#69675f;--accent:#9c3329;--dark:#25342b;--line:#dedbd1}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:var(--paper);line-height:1.65}.container{width:min(1120px,90%);margin:auto}img{max-width:100%;display:block}a{color:inherit}
.header{height:78px;background:#fff;display:flex;align-items:center;border-bottom:1px solid #eee;position:sticky;top:0;z-index:30}.nav{display:flex;align-items:center;justify-content:space-between;gap:28px}.logo{font-family:'Libre Baskerville',serif;font-weight:700;font-size:23px;letter-spacing:1px;text-decoration:none}.logo small{display:block;font-family:Inter,sans-serif;font-size:8px;letter-spacing:3px;font-weight:600;margin-top:2px}.menu{display:flex;gap:28px}.menu a{text-decoration:none;font-size:13px;font-weight:500;color:#3e3d39}.menu a:hover{color:var(--accent)}.menu-toggle{display:none;border:0;background:none;font-size:27px}
.hero{height:650px;position:relative;display:flex;align-items:center;color:#fff;overflow:hidden}.hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(20,18,14,.72),rgba(20,18,14,.18))}.hero-copy{position:relative;z-index:2}.kicker,.label{font-size:11px;letter-spacing:2.2px;font-weight:700;color:var(--accent);margin:0 0 16px}.hero .kicker{color:#f3e8d3}.hero h1{font-family:'Libre Baskerville',serif;font-size:clamp(45px,6.2vw,78px);line-height:1.08;max-width:800px;margin:0 0 22px}.hero-text{max-width:600px;font-size:17px;margin-bottom:30px;color:#f4f0e7}.button{display:inline-block;background:var(--accent);color:#fff;text-decoration:none;padding:13px 22px;font-size:13px;font-weight:600}
.section{padding:95px 0}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:start}.section h2,.contact h2{font-family:'Libre Baskerville',serif;font-size:clamp(35px,4vw,52px);line-height:1.18;margin:0}.text-block{font-size:16px;color:var(--muted);padding-top:28px}.text-block p:first-child{margin-top:0}.feature-image{height:520px}.feature-image img{width:100%;height:100%;object-fit:cover}
.section-heading{max-width:650px;margin-bottom:45px}.section-heading.small{max-width:560px}.section-heading h2{margin-bottom:14px}.section-heading>p:last-child{color:var(--muted)}.dish-list{border-top:1px solid var(--line)}.dish{display:grid;grid-template-columns:270px 1fr;gap:36px;align-items:center;padding:26px 0;border-bottom:1px solid var(--line)}.dish img{width:270px;height:175px;object-fit:cover}.dish h3{font-family:'Libre Baskerville',serif;font-size:25px;margin:0 0 8px}.dish p{margin:0;color:var(--muted);max-width:620px}
.gallery-section{background:var(--cream)}.gallery{display:grid;grid-template-columns:1.4fr 1fr;grid-template-rows:260px 260px;gap:18px}.gallery img{width:100%;height:100%;object-fit:cover}.gallery .large{grid-row:1/3}
.locations{background:#fff}.location-list{border-top:1px solid var(--line)}.location{padding:24px 0;border-bottom:1px solid var(--line)}.location h3{font-family:'Libre Baskerville',serif;font-size:22px;margin:0 0 7px}.location p{margin:0 0 9px;color:var(--muted)}.location a{font-size:13px;font-weight:600;color:var(--accent);text-decoration:none}
.contact{background:var(--dark);color:#fff;padding:80px 0}.contact-inner{display:flex;align-items:end;justify-content:space-between;gap:40px}.contact p{max-width:600px;color:#d8ddd9}.contact .label.light{color:#e7d1a5}.light-button{background:#fff;color:var(--dark);white-space:nowrap}footer{background:#171b18;color:#c5c9c6;padding:36px 0}.footer-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px;align-items:center}.footer-row p{font-size:12px;margin:0}.footer-row p:last-child{text-align:right}.footer-logo{color:#fff;font-size:20px}
@media(max-width:800px){.header{height:70px}.menu-toggle{display:block}.menu{display:none;position:absolute;top:70px;left:0;right:0;background:#fff;border-bottom:1px solid #eee;padding:18px 5%;flex-direction:column;gap:16px}.menu.open{display:flex}.hero{height:590px}.two-col{grid-template-columns:1fr;gap:25px}.text-block{padding-top:0}.section{padding:70px 0}.dish{grid-template-columns:150px 1fr;gap:20px}.dish img{width:150px;height:120px}.gallery{grid-template-columns:1fr 1fr;grid-template-rows:300px 190px}.gallery .large{grid-column:1/3;grid-row:auto}.contact-inner{align-items:flex-start;flex-direction:column}.footer-row{grid-template-columns:1fr}.footer-row p:last-child{text-align:left}}
@media(max-width:520px){.hero{height:540px}.hero h1{font-size:43px}.hero-text{font-size:15px}.feature-image{height:340px}.dish{grid-template-columns:1fr}.dish img{width:100%;height:210px}.gallery{display:grid;grid-template-columns:1fr;grid-template-rows:auto}.gallery .large{grid-column:auto}.gallery img,.gallery .large{height:240px}.footer-row{gap:12px}}

/* Archive-content refinements */
.section-heading.compact{max-width:760px}
.location-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px}
.location-card{padding:30px;border:1px solid var(--line);background:#fff}
.location-card h3{font-family:'Libre Baskerville',serif;font-size:24px;margin:0 0 10px}
.location-card h3 a{text-decoration:none}.location-card h3 a:hover{color:var(--accent)}
.location-card p{margin:0;color:var(--muted)}
.reviews-section{background:var(--cream)}
.reviews-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.reviews-grid blockquote{margin:0;padding:26px;background:#fff;border:1px solid var(--line)}
.reviews-grid blockquote p{margin:0 0 20px;color:#444}
.reviews-grid blockquote footer{display:flex;justify-content:space-between;gap:20px;font-size:12px;color:var(--muted)}
.takeaway{padding:85px 0;background:var(--dark);color:#fff}
.takeaway-inner{display:flex;justify-content:space-between;align-items:end;gap:50px}
.takeaway h2{font-family:'Libre Baskerville',serif;font-size:clamp(36px,4vw,52px);margin:0 0 16px}.takeaway p{max-width:780px;color:#d8ddd9}
.quotes{padding:70px 0;background:#fff}.quote-list{display:grid;gap:0}.quote-list p{font-family:'Libre Baskerville',serif;font-size:clamp(22px,3vw,34px);padding:22px 0;margin:0;border-bottom:1px solid var(--line)}
.site-footer{background:#171b18;color:#c5c9c6;padding:40px 0}.footer-links{display:flex;flex-direction:column;gap:6px}.footer-links a{font-size:12px;text-decoration:none}.footer-links a:hover{color:#fff}
@media(max-width:1000px){.menu{gap:16px}.menu a{font-size:11px}.logo{font-size:20px}}
@media(max-width:800px){.location-grid,.reviews-grid{grid-template-columns:1fr}.takeaway-inner{align-items:flex-start;flex-direction:column}.footer-links{margin:5px 0 10px}.hero-text{max-width:100%}}
