:root{--ink:#14231e;--muted:#5e675f;--paper:#f7f2e9;--cream:#eee5d5;--white:#fffdf9;--copper:#b76e45;--sage:#6f806f;--line:#d8cfbf;--radius:22px;--serif:'Playfair Display',Georgia,serif;--sans:'DM Sans',Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:17px;line-height:1.65}img{max-width:100%;display:block}a{color:inherit}h1,h2,h3{font-family:var(--serif);font-weight:500;line-height:1.08;margin:0 0 .65em}h1{font-size:clamp(2.35rem,5vw,3.75rem);max-width:16ch}h2{font-size:clamp(1.8rem,3.2vw,2.8rem)}h3{font-size:1.45rem}p{margin:0 0 1.15em}.skip{position:absolute;left:-9999px}.skip:focus{left:1rem;top:1rem;background:#fff;padding:.8rem;z-index:100}.header{height:96px;display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,5vw);position:relative;z-index:10;background:rgba(247,242,233,.96);border-bottom:1px solid var(--line)}.brand img{width:180px;height:auto}.header nav{display:flex;align-items:center;gap:1.45rem}.header nav a{text-decoration:none;font-size:.93rem;font-weight:600}.header nav a:not(.button):hover{color:var(--copper)}.nav-toggle{display:none}.button{display:inline-flex;justify-content:center;align-items:center;min-height:48px;padding:.72rem 1.25rem;border:0;border-radius:999px;background:var(--ink);color:#fff;text-decoration:none;font-weight:600}.button:hover{background:var(--copper)}.button.small{min-height:40px;padding:.55rem 1rem}.text-link{font-weight:600;text-underline-offset:5px;text-decoration-color:var(--copper)}.eyebrow{text-transform:uppercase;letter-spacing:.15em;font-size:.73rem;font-weight:600;color:var(--copper)}.hero{min-height:calc(100vh - 96px);max-height:780px;position:relative;display:grid;align-items:end;overflow:hidden;background:#000}.hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.73}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,18,14,.83),rgba(7,18,14,.12) 75%)}.hero-copy{position:relative;z-index:1;padding:clamp(3rem,8vw,8rem);max-width:780px;color:#fff}.hero-copy p:not(.eyebrow){font-size:1.14rem;max-width:54ch}.actions{display:flex;gap:1.2rem;align-items:center;flex-wrap:wrap}.intro{padding:clamp(4rem,8vw,8rem) max(24px,12vw);text-align:center}.intro h2,.intro p{max-width:760px;margin-left:auto;margin-right:auto}.place-grid,.cards,.menu-grid,.contact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem;padding:0 max(24px,6vw) clamp(4rem,8vw,8rem)}.place-card{background:var(--white);border-radius:var(--radius);overflow:hidden}.place-card img{width:100%;aspect-ratio:4/3;object-fit:cover;max-height:430px}.place-card>div{padding:2rem}.feature,.split-hero,.two-col{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:clamp(2rem,6vw,6rem);padding:clamp(4rem,8vw,8rem) max(24px,8vw)}.feature{background:var(--ink);color:#fff}.feature:nth-of-type(even){background:var(--cream);color:var(--ink)}.feature img,.split-hero img{width:100%;aspect-ratio:4/3;object-fit:cover;max-height:560px;border-radius:var(--radius)}.page-hero{padding:clamp(4rem,10vw,8rem) max(24px,12vw);background:var(--cream)}.page-hero>p{max-width:720px;font-size:1.1rem}.split-hero{background:var(--cream)}.hours{border-top:1px solid var(--line)}.hours div{display:flex;justify-content:space-between;gap:2rem;padding:.65rem 0;border-bottom:1px solid var(--line)}.hours strong{text-align:right}.note,.byline,.updated{font-size:.88rem;color:var(--muted)}.journal-preview{padding:clamp(4rem,8vw,8rem) 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:2rem;padding:0 max(24px,6vw) 2rem}.cards{grid-template-columns:repeat(3,minmax(0,1fr));padding-bottom:0}.card{background:var(--white);padding:1.25rem;border-radius:var(--radius)}.card img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:14px;margin-bottom:1.3rem;max-height:280px}.card h2,.card h3{font-size:1.6rem}.menu-grid{grid-template-columns:repeat(3,minmax(0,1fr));padding-top:5rem}.menu-card{background:var(--white);padding:2rem;border-top:4px solid var(--copper)}.menu-card ul{padding-left:1.1rem}.menu-card li{margin:.7rem 0}.callout{margin:0 max(24px,12vw) clamp(4rem,8vw,8rem);padding:clamp(2rem,5vw,4rem);background:var(--cream);border-radius:var(--radius)}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;padding:0 max(24px,8vw) clamp(4rem,8vw,8rem)}.steps article{padding:2rem;border:1px solid var(--line);border-radius:var(--radius)}.steps span{font-family:var(--serif);font-size:2rem;color:var(--copper)}.article,.policy{max-width:850px;margin:auto;padding:clamp(4rem,8vw,7rem) 24px}.article header{margin-bottom:3rem}.article header img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:var(--radius);margin-top:2rem;max-height:520px}.article .lead{font-size:1.22rem;color:var(--muted)}.article section{margin:3rem 0}.sources{padding:2rem;background:var(--cream);border-radius:var(--radius)}.policy p{max-width:72ch}.policy h2{margin-top:2rem;font-size:1.75rem}.contact-grid{padding-top:5rem;grid-template-columns:repeat(3,1fr)}.contact-grid article{padding:2rem;background:var(--white);border-radius:var(--radius)}.footer{background:var(--ink);color:#ece8df;padding:4rem max(24px,6vw) 1.5rem}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:4rem}.footer img{width:180px}.footer h2{font-family:var(--sans);font-size:1rem;text-transform:uppercase;letter-spacing:.12em}.footer a{text-underline-offset:4px}.footer-bottom{border-top:1px solid rgba(255,255,255,.18);margin-top:3rem;padding-top:1.5rem;font-size:.88rem}.consent{position:fixed;z-index:30;left:1rem;right:1rem;bottom:1rem;max-width:900px;margin:auto;background:#fff;color:var(--ink);box-shadow:0 20px 60px #0004;border:1px solid var(--line);border-radius:18px;padding:1.25rem;display:flex;gap:1rem;align-items:center;justify-content:space-between}.consent p{margin:0;font-size:.9rem}.consent>div:last-child{display:flex;gap:.7rem}.consent button:not(.button){border:1px solid var(--line);border-radius:999px;background:#fff;padding:.7rem 1rem}[hidden]{display:none!important}@media(max-width:980px){.nav-toggle{display:block;background:none;border:1px solid var(--line);border-radius:999px;padding:.6rem 1rem}.header nav{display:none;position:absolute;top:96px;left:0;right:0;background:var(--paper);padding:1.5rem;flex-direction:column;align-items:stretch;border-bottom:1px solid var(--line)}.header nav.open{display:flex}.cards,.menu-grid,.contact-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:680px){body{font-size:16px}.header{height:78px}.brand img{width:145px}.header nav{top:78px}.hero{min-height:620px;max-height:720px}.hero-copy{padding:3rem 24px}.place-grid,.cards,.menu-grid,.contact-grid,.feature,.split-hero,.two-col,.steps{grid-template-columns:1fr}.feature,.split-hero{padding-top:3rem;padding-bottom:3rem}.feature img{order:-1}.page-hero{padding-top:4rem;padding-bottom:4rem}.section-head{align-items:start;flex-direction:column}.footer-grid{grid-template-columns:1fr;gap:2rem}.consent{align-items:stretch;flex-direction:column}.consent>div:last-child{flex-wrap:wrap}.hours div{gap:1rem}}
