:root{
  --ink:#161512;--muted:#6c685f;--cream:#f6f0e5;--paper:#fffdf8;
  --accent:#c94f24;--accent2:#e7a12b;--line:#e5dccd;--green:#2d6a4f;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;line-height:1.55}
a{text-decoration:none;color:inherit}.topbar{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:14px 5vw;border-bottom:1px solid #eee6d9;background:rgba(255,253,248,.92);backdrop-filter:blur(14px)}
.brand{display:flex;gap:10px;align-items:center}.brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:var(--ink);color:#fff;font-weight:900;letter-spacing:-1px}.brand strong{display:block;font-size:14px;letter-spacing:1.8px}.brand small{display:block;color:var(--muted);font-size:10px;letter-spacing:1px}
nav{display:flex;gap:28px;color:#514d46;font-size:14px}nav a:hover{color:var(--accent)}.nav-cta{background:var(--ink);color:white;padding:10px 15px;border-radius:999px;font-size:13px;font-weight:700}
.hero{display:grid;grid-template-columns:1.05fr .95fr;gap:5vw;align-items:center;max-width:1220px;margin:auto;padding:72px 5vw 58px}.eyebrow{font-size:11px;font-weight:900;letter-spacing:2px;color:var(--accent);margin:0 0 12px}.hero h1{font-family:Georgia,serif;font-size:clamp(46px,6vw,82px);line-height:.98;letter-spacing:-3px;margin:0 0 24px}.hero h1 span{color:var(--accent)}.hero-text{font-size:18px;color:var(--muted);max-width:590px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:28px 0}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:13px 19px;font-weight:800;font-size:14px;border:1px solid transparent}.primary{background:var(--accent);color:white}.ghost{border-color:#d8cdbd;background:#fff}.light{background:#fff;border-color:#ddd2c1}.rating-line{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--muted)}.stars{letter-spacing:2px;color:#d78b20}.hero-photo{position:relative}.hero-photo img{width:100%;height:560px;object-fit:cover;border-radius:28px;box-shadow:0 28px 70px #3b2a1718}.photo-tag{position:absolute;left:18px;bottom:18px;background:#fff;padding:10px 14px;border-radius:999px;font-size:11px;font-weight:900;letter-spacing:1.5px}
.trust-strip{display:grid;grid-template-columns:repeat(3,1fr);max-width:1120px;margin:0 auto 80px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.trust-strip div{padding:20px 28px;border-right:1px solid var(--line)}.trust-strip div:last-child{border:0}.trust-strip b{display:block}.trust-strip span{font-size:13px;color:var(--muted)}
.section{max-width:1120px;margin:auto;padding:70px 5vw}.section-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:32px}.section-head h2,.split-copy h2,.visit h2{font-family:Georgia,serif;font-size:clamp(34px,4vw,52px);line-height:1.02;letter-spacing:-1.5px;margin:0}.section-head>p{max-width:380px;color:var(--muted);font-size:14px}
.menu-layout{display:grid;grid-template-columns:1.25fr .75fr;gap:20px}.menu-card{border:1px solid var(--line);border-radius:22px;padding:25px;background:#fff}.menu-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.menu-title span{font-weight:900;letter-spacing:1.5px}.menu-title em{font-size:12px;color:var(--muted);font-style:normal}.menu-grid{display:grid;grid-template-columns:1fr 1fr}.menu-grid div{display:flex;justify-content:space-between;gap:15px;padding:14px 0;border-bottom:1px dashed #e8dfd2;font-size:14px}.menu-grid div:nth-last-child(-n+2){border-bottom:0}.menu-grid span{font-weight:900;color:var(--accent)}.menu-note{display:grid;grid-template-columns:260px 1fr;gap:28px;align-items:center;margin-top:25px;padding:18px;border-radius:22px;background:var(--cream)}.menu-note img{width:100%;height:250px;object-fit:cover;object-position:center;border-radius:15px}.menu-note h3{font-family:Georgia,serif;font-size:30px;margin:0 0 10px}.menu-note p:not(.eyebrow){color:var(--muted)}
.split-section{display:grid;grid-template-columns:1fr 1fr;max-width:1220px;margin:70px auto;padding:0 5vw;align-items:stretch}.split-image img{width:100%;height:620px;object-fit:cover;border-radius:28px}.split-copy{padding:70px 7vw;display:flex;flex-direction:column;justify-content:center;background:var(--cream);border-radius:0 28px 28px 0}.split-copy>p:not(.eyebrow){color:var(--muted);max-width:500px}.owner{display:flex;gap:14px;align-items:center;margin:28px 0}.owner-avatar{width:50px;height:50px;border-radius:50%;display:grid;place-items:center;background:var(--ink);color:white;font-weight:900}.owner span{display:block;color:var(--muted);font-size:12px}.text-link{font-weight:900;color:var(--accent)}
.gallery-section{padding-bottom:40px}.gallery{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:16px}.gallery figure{margin:0;position:relative;overflow:hidden;border-radius:20px;background:#eee}.gallery img{width:100%;height:360px;display:block;object-fit:cover;transition:transform .5s}.gallery .large img{height:520px}.gallery figure:hover img{transform:scale(1.03)}figcaption{position:absolute;left:14px;bottom:14px;background:#fff;padding:8px 11px;border-radius:999px;font-size:11px;font-weight:800}
.reviews{border-top:1px solid var(--line)}.review-top{display:flex;justify-content:space-between;gap:40px;align-items:center}.review-top h2{font-family:Georgia,serif;font-size:70px;margin:0;line-height:1}.review-top h2 span{color:#d78b20;font-size:48px}.review-top p{color:var(--muted)}.review-note{max-width:430px;padding:25px;border:1px solid var(--line);border-radius:22px}.review-note p{font-size:13px}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:25px}.review-grid article{min-height:170px;border:1px solid var(--line);border-radius:20px;padding:22px;background:#fff}.quote{font-family:Georgia,serif;font-size:48px;color:var(--accent);line-height:.5}.review-grid p{font-size:14px;color:#514d46}.review-grid small{color:var(--muted)}
.visit{background:var(--ink);color:#fff;padding:75px max(5vw,calc((100vw - 1120px)/2));display:grid;grid-template-columns:1.3fr .7fr;gap:60px}.visit .eyebrow{color:#e7a12b}.visit h2{color:white}.visit>div>p:not(.eyebrow){color:#bbb4a9;max-width:620px}.visit-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:25px}.address-card{border:1px solid #4a4640;border-radius:22px;padding:28px;display:flex;flex-direction:column;gap:9px;background:#211f1c}.address-card span{font-size:30px}.address-card strong{font-size:17px}.address-card small{color:#aaa39a}.address-card a{color:#e7a12b;font-weight:800;margin-top:8px}
footer{padding:28px 5vw;display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid #2d2a26;background:#161512;color:#aaa39a;font-size:12px}.footer-links{display:flex;gap:18px}.footer-links a{color:#fff}.footer-links a:hover{color:#e7a12b}footer strong{display:block;color:white;letter-spacing:1.5px}footer span{display:block}
@media(max-width:850px){nav{display:none}.hero,.split-section,.visit{grid-template-columns:1fr}.hero{padding-top:45px}.hero-photo img{height:430px}.trust-strip{grid-template-columns:1fr;margin-bottom:25px}.trust-strip div{border-right:0;border-bottom:1px solid var(--line)}.menu-layout{grid-template-columns:1fr}.menu-grid{grid-template-columns:1fr}.menu-grid div:nth-last-child(-n+2){border-bottom:1px dashed #e8dfd2}.menu-note{grid-template-columns:1fr}.menu-note img{height:330px}.split-image img{height:430px;border-radius:28px 28px 0 0}.split-copy{border-radius:0 0 28px 28px;padding:45px 8vw}.gallery{grid-template-columns:1fr 1fr}.gallery .large{grid-column:1/-1}.gallery .large img,.gallery img{height:330px}.review-top,.review-grid{grid-template-columns:1fr;display:grid}.visit{padding:60px 8vw}footer{flex-direction:column;align-items:flex-start}}
@media(max-width:520px){.topbar{padding:11px 4vw}.brand-mark{width:36px;height:36px}.nav-cta{font-size:11px;padding:9px 11px}.hero h1{font-size:48px}.hero-text{font-size:16px}.section{padding:55px 5vw}.section-head{display:block}.section-head>p{margin-top:15px}.gallery{grid-template-columns:1fr}.gallery .large{grid-column:auto}.gallery .large img,.gallery img{height:360px}.review-top h2{font-size:58px}.footer-links{flex-wrap:wrap}}
